script {
    display: none !important;
}
.product-type-woosg form.cart .quantity {
    display: none;
}

.woosg-wrap .woosg-text, .woosg-wrap .woosg-table {
    margin: 0 0 15px 0;
}

.woosg-wrap .woosg-text {
    white-space: pre-line;
}

.woosg-products {
    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #e5e5e5;
}

.woosg-products .woosg-product {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dotted #e5e5e5;
}

.woosg-products .woosg-product.woosg-product-unpurchasable > div {
    opacity: .5;
}

.woosg-products .woosg-product.woosg-product-unpurchasable .woosg-quantity, .woosg-products .woosg-product.woosg-product-unpurchasable .woosg-checkbox {
    pointer-events: none;
}

.woosg-products .woosg-product > div {
    padding-left: 5px;
    padding-right: 5px;
}

.woosg-products .woosg-product .woosg-thumb {
    width: 50px;
    flex: 0 0 50px;
}

.woosg-products .woosg-product .woosg-thumb img {
    width: 40px;
    max-width: 100%;
    height: auto;
    display: block;
}

.woosg-quantity-minus:hover, .woosg-quantity-plus:hover {
    background-color: #f0f0f0;
}

.woosg-products .woosg-product .woosg-quantity {
    width: 80px;
    flex: 0 0 80px;
}

.woosg-products .woosg-product .woosg-quantity input {
    width: 100%;
    min-width: 30px;
}

.woosg-quantity .plus, .woosg-quantity .minus, .woosg-quantity .minus-btn, .woosg-quantity .plus-btn {
    display: none !important;
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus {
    width: 130px;
    flex: 0 0 130px;
    display: flex;
    align-items: center;
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-minus, .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-plus {
    display: inline-block;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background-color: #fefefe;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-plus:hover, .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-minus:hover {
    background-color: #f0f0f0
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-minus {
    border-right-width: 0;
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-plus {
    border-left-width: 0;
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .quantity {
    flex-grow: 1;
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus input {
    width: 100%;
    text-align: center;
    padding: 0 5px;
    height: 40px;
    line-height: 38px;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    -moz-appearance: textfield;
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus input:focus {
    outline: none;
    outline-color: transparent;
}

.woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus input::-webkit-outer-spin-button, .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woosg-products .woosg-product .woosg-price {
    font-size: 14px;
}

.woosg-products .woosg-product .woosg-price del {
    opacity: .5;
    text-decoration: line-through;
}

.woosg-products .woosg-product .woosg-price del span {
    text-decoration: line-through;
}

.woosg-products .woosg-product .woosg-price ins {
    font-weight: normal;
}

.woosg-products .woosg-product .woosg-price .amount {
    display: inline-block;
}

.woosg-products .woosg-product .woosg-title {
    flex-grow: 1;
}

.woosg-products .woosg-product .woosg-title .woosg-title-inner {
    display: block;
    overflow: hidden;
}

.woosg-products .woosg-product .woosg-title .woosg-title-inner a {
    text-decoration: none;
    box-shadow: none;
}

.woosg-products .woosg-product .woosg-title .woovr-variations-default .woovr-variation-image, .woosg-products .woosg-product .woosg-title .woovr-variations-default .woovr-variation-price {
    display: none !important;
}

.woosg-products .woosg-product form.variations_form {
    margin: 0;
    padding: 0;
}

.woosg-products .woosg-product .woosg-title .stock, .woosg-products .woosg-product .woosg-title .variations_form .stock {
    font-size: 14px;
    margin: 0;
}

.woosg-products .woosg-product .woosg-title .stock.in-stock {
    color: green;
}

.woosg-products .woosg-product .woosg-title .stock.available-on-backorder {
    color: orange;
}

.woosg-products .woosg-product .woosg-title .stock.out-of-stock {
    color: red;
}

.woosg-products .woosg-product .woosg-description, .woosg-products .woosg-product .woosg-variation-description {
    font-size: 14px;
}

.woosg-products .woosg-product form.variations_form .variations {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
}

.woosg-products .woosg-product form.variations_form .variations .variation {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    padding: 5px 10px;
    margin: 5px 3px 0 3px;
    max-width: 100%;
    border-radius: 2px;
}

.woosg-products .woosg-product form.variations_form .variations .variation > div {
    display: block;
}

.woosg-products .woosg-product form.variations_form .variations .reset {
    display: inline-block;
}

.woosg-products .woosg-product form.variations_form .variations .variation:last-child {
    margin-bottom: 0;
}

.woosg-products .woosg-product form.variations_form .variations .variation .label {
    font-size: 12px;
    line-height: 1;
}

.woosg-products .woosg-product form.variations_form .variations .variation .select {
    line-height: 1;
}

.woosg-products .woosg-product form.variations_form .variations .variation .select select {
    width: 100%;
    line-height: 1;
    padding: 0 16px 0 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto;
}

.woosg-products .woosg-product form.variations_form .variations a.reset_variations {
    margin: 0;
    font-size: 12px;
}

.woosg-item-child .product-price .amount, .woosg-item-child .product-price .tax_label,
.woosg-item-child .product-subtotal .amount, .woosg-item-child .product-subtotal .tax_label,
.woosg-item-child .product-total .amount, .woosg-item-child .product-total .tax_label {
    opacity: .3;
}

.woosg-alert {
    padding: 6px 10px 6px 14px;
    border-left: 4px solid #222;
    background-color: #eeeeee;
    font-size: 14px;
}

body.woocommerce-no-js .woosg-wrap + form.cart {
    display: none;
}

.woosg-disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* RTL */

body.rtl .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-minus {
    border-left-width: 0;
    border-right-width: 1px;
}

body.rtl .woosg-products .woosg-product .woosg-quantity.woosg-quantity-plus-minus .woosg-quantity-plus {
    border-right-width: 0;
    border-left-width: 1px;
}@font-face {
	font-family: 'Linearicons-Free';
	src:url('fonts/Linearicons/Linearicons-Free.eot?w118d');
	src:url('fonts/Linearicons/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('fonts/Linearicons/Linearicons-Free.woff2?w118d') format('woff2'),
		url('fonts/Linearicons/Linearicons-Free.woff?w118d') format('woff'),
		url('fonts/Linearicons/Linearicons-Free.ttf?w118d') format('truetype'),
		url('fonts/Linearicons/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}
@media only screen and (max-width: 767px){

	.hidden-phone{display: none !important;}
	.visible-phone{display: block !important;}
	.hide-dots-mobile .owl-dots{display: none !important;}
	.hide-nav-mobile .owl-nav{display: none !important;}
	.ts-aligncenter-mobile,
	.vc_row.ts-aligncenter-mobile .vc_custom_heading,
	.vc_row.ts-aligncenter-mobile .ts-button-wrapper{
		text-align: center !important;
	}
	.before-loop-wrapper .filter-widget-area-button {order: 20;}
	.header-fullwidth .ts-header .container,
	
	.header-fullwidth .breadcrumb-content,
	.layout-fullwidth .breadcrumb-content,
	
	.header-fullwidth .footer-container .container,
	.footer-fullwidth .footer-container .container,
	.layout-fullwidth .footer-container .container,
	
	.header-fullwidth .ts-header .menu-wrapper nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	.layout-fullwidth .ts-header .menu-wrapper nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
	
	body.header-fullwidth > #ts-search-result-container,
	body.layout-fullwidth > #ts-search-result-container{
		padding-left: 20px;/* responsive */
		padding-right: 20px;
	}
	.header-fullwidth .page-container,
	.layout-fullwidth .page-container,
	.header-fullwidth .dokan-store #page > #main,
	.layout-fullwidth .dokan-store #page > #main{
		padding-left: 5px;
		padding-right: 5px;
	}
	article.page > .wpb-content-wrapper > .vc_row.remove-loading[data-vc-full-width-init="true"]:not(.vc_row-no-padding):first-child,
	article.page > .wpb-content-wrapper > .vc_row.row-slider-wrapper[data-vc-full-width-init="true"]:not(.vc_row-no-padding):first-child,
	article.page > .wpb-content-wrapper > .vc_row.mobile-clear-padding-right[data-vc-full-width-init="true"]:not(.vc_row-no-padding):first-child,
	article.page > .vc_row.remove-loading[data-vc-full-width-init="true"]:not(.vc_row-no-padding):first-child,
	article.page > .vc_row.row-slider-wrapper[data-vc-full-width-init="true"]:not(.vc_row-no-padding):first-child,
	article.page > .vc_row.mobile-clear-padding-right[data-vc-full-width-init="true"]:not(.vc_row-no-padding):first-child,
	.vc_row.ts-slider-fullwidth[data-vc-full-width-init="true"]:not(.vc_row-no-padding){
		left: calc(-50vw + 50% + 5px) !important; /*rtl*/
	}
	.ts-aligncenter-mobile .mailchimp-subscription .newsletter{
		margin-left: auto;
		margin-right: auto;
	}
	.vc_general.vc_tta-tabs .vc_tta-panel:not(.vc_active){
		display: block;
	}
	.woocommerce .products > .list-categories:after{
		left: 5px;
		right: 5px;
	}
	
	/*** RESET ***/
	.ts-header .container, footer .container{
		width: 100%;
	}
	.vc_column-gap-default{
		margin-left: -5px;
		margin-right: -5px;
	}
	.vc_row.vc_column-gap-1,.vc_row.vc_column-gap-2,.vc_row.vc_column-gap-3,.vc_row.vc_column-gap-4,.vc_row.vc_column-gap-5,.vc_row.vc_column-gap-10,.vc_row.vc_column-gap-15,.vc_row.vc_column-gap-20,.vc_row.vc_column-gap-25,.vc_row.vc_column-gap-30,.vc_row.vc_column-gap-35{
		padding-left: 5px;
		padding-right: 5px;
	}
	.vc_column-gap-default > .vc_col-xs-1,.vc_column-gap-default > .vc_col-sm-1,.vc_column-gap-default > .vc_col-md-1,.vc_column-gap-default > .vc_col-lg-1,.vc_column-gap-default > .vc_col-xs-2,.vc_column-gap-default > .vc_col-sm-2,.vc_column-gap-default > .vc_col-md-2,.vc_column-gap-default > .vc_col-lg-2,.vc_column-gap-default > .vc_col-xs-3,.vc_column-gap-default > .vc_col-sm-3,.vc_column-gap-default > .vc_col-md-3,.vc_column-gap-default > .vc_col-lg-3,.vc_column-gap-default > .vc_col-xs-4,.vc_column-gap-default > .vc_col-sm-4,.vc_column-gap-default > .vc_col-md-4,.vc_column-gap-default > .vc_col-lg-4,.vc_column-gap-default > .vc_col-xs-5,.vc_column-gap-default > .vc_col-sm-5,.vc_column-gap-default > .vc_col-md-5,.vc_column-gap-default > .vc_col-lg-5,.vc_column-gap-default > .vc_col-xs-6,.vc_column-gap-default > .vc_col-sm-6,.vc_column-gap-default > .vc_col-md-6,.vc_column-gap-default > .vc_col-lg-6,.vc_column-gap-default > .vc_col-xs-7,.vc_column-gap-default > .vc_col-sm-7,.vc_column-gap-default > .vc_col-md-7,.vc_column-gap-default > .vc_col-lg-7,.vc_column-gap-default > .vc_col-xs-8,.vc_column-gap-default > .vc_col-sm-8,.vc_column-gap-default > .vc_col-md-8,.vc_column-gap-default > .vc_col-lg-8,.vc_column-gap-default > .vc_col-xs-9,.vc_column-gap-default > .vc_col-sm-9,.vc_column-gap-default > .vc_col-md-9,.vc_column-gap-default > .vc_col-lg-9,.vc_column-gap-default > .vc_col-xs-10,.vc_column-gap-default > .vc_col-sm-10,.vc_column-gap-default > .vc_col-md-10,.vc_column-gap-default > .vc_col-lg-10,.vc_column-gap-default > .vc_col-xs-11,.vc_column-gap-default > .vc_col-sm-11,.vc_column-gap-default > .vc_col-md-11,.vc_column-gap-default > .vc_col-lg-11,.vc_column-gap-default > .vc_col-xs-12,.vc_column-gap-default > .vc_col-sm-12,.vc_column-gap-default > .vc_col-md-12,.vc_column-gap-default > .vc_col-lg-12,.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5, .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5, .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5, .vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5{
		padding-left: 5px;
		padding-right: 5px;
	}
	.vc_column-gap-80 > .wpb_column, 
	.vc_column-gap-100 > .wpb_column{
		padding-left: 5px;
		padding-right: 5px;
	}
	.vc_column-gap-80.vc_row-has-fill > .wpb_column, 
	.vc_column-gap-100.vc_row-has-fill > .wpb_column{
		padding: 0 30px;
	}
	.woocommerce .products.owl-carousel {
		width: calc(100% + 10px);
	}
	.ts-header .container, 
	footer .container,
	.breadcrumb-title-wrapper .breadcrumb-content{
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-container {
		padding-left: 5px;
		padding-right: 5px;
	}	
	#page:before{
		position: fixed;
		opacity: 0;
		left: 0;
		right: 0;
		bottom: -100px;
		top: 0;
		content: "";
		background: #000000;
		transition: opacity 0.35s;
		z-index: -1;
	}
	.wpcf7 p textarea{
		height: 150px;
	}	
	div#main{
		min-height: 200px;
	}
	.page-container{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#right-sidebar{ 
		-ms-flex-order: 3;
		order: 3;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	#left-sidebar{ 
		-ms-flex-order: 2;
		order: 2;
		flex: 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	#main-content{ 
		-ms-flex-order: 1;
		order: 1;
		flex: 2 100%;
		flex: 2 1 100%;
		max-width: 100%;
	}
	body.archive.woocommerce .page-container{
		flex-direction: column;
	}
	body.archive.woocommerce #right-sidebar,
	body.archive.woocommerce #left-sidebar,
	body.archive.woocommerce #main-content{ 
		-ms-flex-order: initial;
		order: initial;
		max-width: 100%;
	}
	#main-content.ts-col-24{
		-ms-flex-order: initial;
		order: initial;
	}
	body input, 
	body select, 
	body textarea,
	body input[type="search"], 
	body input[type="text"], 
	body input[type="password"], 
	body input[type="number"], 
	body input[type="email"], 
	body input[type="date"], 
	body select, 
	body textarea{
		width: 100%;
		max-width: 100%;
	}
	#ts-search-sidebar.active .ts-search-by-category{
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}
	#group-icon-header .ts-sidebar-content {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*** HEADER ***/
	header .logo-wrapper{
		height: auto;
	}
	.sticky-wrapper.is-sticky .header-sticky > .container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-middle > .container{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ts-floating-sidebar .ts-sidebar-content{
		width: 100%;
	}
	.ts-floating-sidebar .ts-sidebar-content{
		padding: 30px 20px;
	}
	.ts-floating-sidebar .close{
		top: 30px;
		right: 20px;/* rtl */
	}
	#ts-shopping-cart-sidebar.ts-floating-sidebar .close{
		top: 16px;
		right: 7px;/* rtl */
	}
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title .breadcrumbs, 
	.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title .page-title {
		padding: 5px 0;
	}
	.ts-sidebar-content .filter-widget-area section{
		padding: 24px 30px 0 30px
	}
	.ts-sidebar-content .widget-title-wrapper a.block-control{
		display: none !important;
	}
	.ts-sidebar-content .widget-container > *:not(.widget-title-wrapper){
		display: block !important;
	}
	.ic-mobile-menu-button{
		position: absolute;
		right: 0;/* rtl */
		top: 10px;
	}
	.header-middle div.header-right > div{
		margin-left: 23px; /*rtl*/
	}
	.header-middle div.header-right > div.shopping-cart-wrapper {
		padding-left: 24px; /*rtl*/
	}
	.header-middle div.header-right > .ts-icon-toggle-header-top, 
	.header-middle div.header-right > .ts-group-meta-icon-toggle{
		margin-left: 12px; /*rtl*/
	}
	.logo-wrapper .mobile-logo{
		display: block;
	}
	.logo-wrapper .normal-logo,
	.logo-wrapper .sticky-logo{
		display: none;
	}
	.ts-header .shopping-cart-wrapper .dropdown-container,
	.ts-header .my-account-wrapper .dropdown-container,
	.ts-header .shopping-cart-wrapper .cart-drop-icon{
		display: none;
	}
	header .ts-tiny-account-wrapper .account-control > a {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	/*** Header 2 ***/
	.vc_row.mobile-clear-padding-right{
		padding-right: 0 !important; /*rtl*/
	}
	.header-v2.header-transparent .header-middle > .container > .header-right,
	.header-v10.header-transparent .header-middle > .container > .header-right{
		right: 0; /*rtl*/
	}
	/*** Header 6 ***/
	.header-v6 .header-left .my-wishlist-wrapper > a:before{
		content: "\e813";
		font-family: 'Linearicons-Free';
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		letter-spacing: 0;
		line-height: 40px;
		font-size: 20px;
	}
	.header-v6 .header-left .my-wishlist-wrapper > a{
		font-size: 0;
		letter-spacing: 0;
		display: block;
		position: relative;
	}
	.header-v6 .header-left .my-wishlist-wrapper > a .wishlist-number{
		position: absolute;
		right: -9px;
		top: 0;
		left: auto;
		width: 18px;
		height: 18px;
		font-size: 10px;
		line-height: 19px;
		text-align: center;
		border-radius: 100%;
		overflow: hidden;
	}
	.header-v6 .group-button-header{
		display: block;
	}
	.header-v8.menu-header-active .ts-group-meta-icon-toggle{
		top: 21px;
	}
	.header-v8.logged-in.menu-header-active .ts-group-meta-icon-toggle{
		top: 64px;
	}
	
	/*** FOOTER ***/
	footer .widget-container{
		background: transparent;
		padding: 0;
	}
	.first-footer-area .vc_row > .wpb_column{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.copyright-space-between.vc_row-o-content-middle.vc_row-flex > .wpb_column,
	.copyright-space-between.vc_row-o-content-middle.vc_row-flex > .wpb_column:first-child,
	.copyright-space-between.vc_row-o-content-middle.vc_row-flex > .wpb_column:last-child{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	footer ul.mobile-2-columns:after{
		content: '';
		clear: both;
		display: table;
	}
	footer ul.mobile-2-columns li{
		width: 50%;
		float: left;
	}
	footer ul.mobile-2-columns li:nth-child(2n+1){
		clear: both;
	}
	footer ul.mobile-2-columns li:first-child{
		padding-top: 9px;
	}
	footer .end-footer{
		text-align: center;
	}
	.copyright-space-between.vc_row-o-content-middle.vc_row-flex > .wpb_column:first-child{
		order: 1;
	}
	.copyright-space-between.vc_row-o-content-middle.vc_row-flex > .wpb_column:last-child{
		order: 2;
	}
	.end-footer img.alignright{
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;
	}
	.payment-right,
	.payment-left{
		text-align: center !important;
		margin-bottom: 18px;
	}
	.horizontal-menu.uppercase ul li{
		padding: 0 10px;
	}
	.ts-social-icons.style-2, 
	.end-footer .ts-social-icons.style-2{
		text-align: center;
	}
	.ts-social-icons.style-2 .social-icons.style-icon, 
	.end-footer .ts-social-icons.style-2 .social-icons.style-icon{
		display: inline-block;
	}
	
	/*** SHOP FILTERS ***/	
	.zoom-in-out-button a:hover:before,
	.product-per-page-form ul.perpage:hover:before,
	.filter-widget-area-button a:hover:after,
	.woocommerce .woocommerce-ordering ul.orderby:hover:before{
		-webkit-animation-name: none;
		-moz-animation-name: none;
		animation-name: none;
	}
	body.woocommerce .before-loop-wrapper{
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		flex-flow: column wrap;
	}
	body.woocommerce .before-loop-wrapper .woocommerce-ordering,
	body.woocommerce .before-loop-wrapper .filter-widget-area-button,
	body.woocommerce .before-loop-wrapper .product-per-page-form{
		float: none;
		margin: 0;
	}
	body.woocommerce .before-loop-wrapper .woocommerce-ordering{
		-ms-flex-order: 1;
		order: 1;
	}
	body.woocommerce .before-loop-wrapper .filter-widget-area-button{
		-ms-flex-order: 2;
		order: 2;
		margin-top: 15px;
	}
	body.woocommerce .before-loop-wrapper .product-per-page-form ul.perpage,
	body.woocommerce .before-loop-wrapper .woocommerce-ordering .orderby-current{
		width: 100%;
	}
	.filter-widget-area.style-default{
		margin: 15px -15px 10px;
		float: none;
		width: calc(100% + 30px);
		max-width: none;
	}
	#main-content.ts-col-18 .filter-widget-area.style-default{
		max-width: none;
	}
	.filter-widget-area.style-default:after{
		content: '';
		display: table;
		clear: both;
	}
	.product-per-page-form ul.perpage .perpage-current {
		padding-bottom: 15px;
	}
	.filter-widget-area > .widget-container {
		padding: 0 15px;
		width: 50%;
		float: left; /*rtl*/
	}
	.filter-widget-area > .widget-container:nth-child(2n+1){
		clear: both;
	}
	.filter-widget-area.style-default .widget-title-wrapper {
		padding-right: 10px; /*rtl*/
	}
	.filter-widget-area.style-default > .widget-container > :not(.widget-title-wrapper){
		margin: 0;
	}
	.filter-widget-area.style-default > .widget-container:nth-child(odd) > :not(.widget-title-wrapper){
		left: 15px; /*rtl*/
		right: auto; /*rtl*/
		margin-left: 0; /*rtl*/
	}
	.filter-widget-area.style-default > .widget-container:nth-child(even) > :not(.widget-title-wrapper){
		right: 15px; /*rtl*/
		left: auto; /*rtl*/
		margin-right: 0; /*rtl*/
	}
	/*** Style Sidebar ***/
	body #main-content.show-filter-sidebar {
		padding-left: 15px;
		padding-right: 15px;
	}
	body #main-content #primary > .woocommerce,
	body #main-content #primary > .after-loop-wrapper{
		transition:transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	body #main-content.show-filter-sidebar #primary > .woocommerce{
		transform: translate(110%,0);
	}
	body #main-content.show-filter-sidebar #primary > .after-loop-wrapper{
		transform: translate(110%,0);
	}
	#ts-filter-widget-area.style-sidebar .ts-sidebar-content{
		width: 100%;
		max-width: calc( 100% - 30px );
		top: 145px;
		max-height: 100%;
		bottom: auto;
		margin-top: 12px;
	}
	.ts-floating-sidebar.style-sidebar .filter-widget-area section {
		margin-bottom: 40px;
	}
	.woocommerce .before-loop-wrapper .filter-widget-area-button a {
		display: block;
	}
	.ts-floating-sidebar.style-sidebar .close{
		display: block;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 30px;
	}
	.ts-floating-sidebar.style-sidebar .close:after{
		font-size: 16px;
		line-height: 30px;
	}
	/*** Style Dropdown ***/
	.filter-widget-area.style-dropdown{
		margin: 0 0 30px 0;
	}
	.filter-widget-area.style-dropdown, 
	.ts-floating-sidebar.style-bottom .filter-widget-area {
		padding: 30px 0;
	}
	.filter-widget-area.style-dropdown > .widget-container, 
	.ts-floating-sidebar.style-bottom .filter-widget-area > .widget-container {
		width: 100%;
		float: none;
		clear: both;
	}
	.filter-widget-area.style-dropdown > .widget-container:not(:last-child), 
	.ts-floating-sidebar.style-bottom .filter-widget-area > .widget-container:not(:last-child){
		margin-bottom: 30px;
	}
	.filter-widget-area.style-dropdown .widget-container > *:not(.widget-title-wrapper),
	.filter-widget-area.style-bottom .widget-container > *:not(.widget-title-wrapper){
		display: block !important;
	}
	.filter-widget-area.style-dropdown .widget-title-wrapper a.block-control, 
	.filter-widget-area.style-dropdown .widget-title-wrapper a.block-control {
		display: none !important;
	}
	/*** Style Bottom ***/
	#ts-filter-widget-area.style-bottom .ts-sidebar-content{
		top: 0;
		padding: 0 15px;
		transform: translate(0,0);
	}
	
	/*** SHOP ***/
	.woocommerce .columns-8 .products .product.first,
	.woocommerce.columns-8 .products .product.first,
	.woocommerce .columns-7 .products .product.first,
	.woocommerce.columns-7 .products .product.first,
	.woocommerce .columns-6 .products .product.first,
	.woocommerce.columns-6 .products .product.first,
	.woocommerce .columns-5 .products .product.first,
	.woocommerce.columns-5 .products .product.first,
	.woocommerce .columns-4 .products .product.first,
	.woocommerce.columns-4 .products .product.first,
	.woocommerce .columns-3 .products .product.first,
	.woocommerce.columns-3 .products .product.first{
		clear: none;
	}
	
	#main-content .woocommerce .columns-8 .products .product,
	#main-content .woocommerce.columns-8 .products .product,
	#main-content .woocommerce .columns-7 .products .product,
	#main-content .woocommerce.columns-7 .products .product,
	#main-content .woocommerce .columns-6 .products .product,
	#main-content .woocommerce.columns-6 .products .product,
	#main-content .woocommerce .columns-5 .products .product,
	#main-content .woocommerce.columns-5 .products .product,
	#main-content .woocommerce .columns-4 .products .product,
	#main-content .woocommerce.columns-4 .products .product,
	#main-content .woocommerce .columns-3 .products .product,
	#main-content .woocommerce.columns-3 .products .product{
		width: 50%;
		float: left; /* rtl */
	}
	
	#main-content .woocommerce .columns-8 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-8 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-7 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-7 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-6 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-6 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-5 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-5 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-4 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-4 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-3 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-3 .products .product:nth-child(2n+1){
		clear: both;
		float: left;/* rtl */
	}
	.archive .woocommerce .products{
		padding-top: 15px;
	}
	.woocommerce .products,
	.single-portfolio.gallery .entry-format .thumbnail figure{
		margin-left: -5px;
		margin-right: -5px;
	}
	.woocommerce .products .product,
	.related-posts article, 
	.ts-blogs article, 
	.related-portfolio article, 
	.ts-shortcode .items .item{
		padding-left: 5px;
		padding-right: 5px;
	}
	.single-portfolio.gallery .entry-format .thumbnail figure > a{
		padding: 10px 5px 0;
	}
	
	/*** PRODUCT DETAIL ***/
	.related-posts .items,
	.ts-blogs .items,
	.related-portfolio .items,
	.ts-shortcode .items{
		margin-left: -5px;
		margin-right: -5px;
	}
	.threesixty .nav_bar{
		right: 0; /*rtl*/
	}
	.ts-floating-sidebar.search-fullwidth .close, 
	.ts-floating-sidebar.search-fullscreen .close, 
	#ts-product-360-modal.ts-popup-modal .close {
		top: 3px;
		right: 0; /*rtl*/
	}
	body .ts-popup-modal .product-360-container{
		max-width: 90%;
	}
	/*** Woocommerce Tabs ***/
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		margin-left: -10px;
		margin-right: -10px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		margin: 0 10px 20px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{
		margin-bottom: 0;
	}
	.woocommerce .woocommerce-tabs table.shop_attributes th{
		width: auto;
	}
	.woocommerce-tabs #comments,
	.woocommerce-tabs #review_form_wrapper{
		width: 100%;
		padding: 0;
	}
	
	/*** SHOPPING CART ***/
	.woocommerce #content table.cart td.actions .coupon .button, 
	.woocommerce table.cart td.actions .coupon .button, 
	.woocommerce-page #content table.cart td.actions .coupon .button, 
	.woocommerce-page table.cart td.actions .coupon .button {
		width: auto;
	}
	.woocommerce table.shop_table_responsive.cart tr td:last-child{
		border-width: 0;
	}
	
	/*** CHECKOUT ***/
	.woocommerce > form.checkout {
		padding-top: 20px;
	}
	#customer_login h2, 
	.account-content h2, 
	.woocommerce-MyAccount-content > h2, 
	.woocommerce-customer-details > h2, 
	.woocommerce-order-details > h2, 
	.woocommerce-billing-fields > h3, 
	.woocommerce-additional-fields > h3, 
	header.woocommerce-Address-title > h3 {
		margin-bottom: 20px;
	}
	
	/*** BLOG ***/
	.single .entry-header{
		flex-direction: column-reverse;
	}
	.single .entry-header .entry-title-left, 
	.single .entry-header .entry-format {
		width: 100%;
		margin-bottom: 20px;
	}
	.single .entry-header .entry-format {
		margin-bottom: 35px;
	}
	.single .entry-title-left header {
		margin-bottom: 20px;
	}
	.single .entry-header .entry-title-left{
		padding-right: 0; /*rtl*/
	}
	.single .entry-header .entry-title-left .entry-meta-middle{
		margin-bottom: 0;
	}
	#left-sidebar, #right-sidebar {
		margin-bottom: 50px;
	}
	#left-sidebar > *, #right-sidebar > * {
		max-width: 100%;
	}
	#left-sidebar .widget-container,
	#right-sidebar .widget-container{
		margin: 0 0 30px 0;
	}
	.entry-title-left .entry-meta-top, 
	.entry-title-left header {
		margin-bottom: 18px;
	}
	.commentlist .children {
		margin-left: 30px; /*rtl*/
	}	
	
	/*** PORTFOLIO ***/
	.single-portfolio .meta-content .portfolio-info:first-child{
		word-break: break-all;
	}
	
	/*** POPUP/MODAL ***/
	.ts-popup-modal .popup-container{
		width: calc(100% - 40px);
	}
	
	/*** SEARCH NO RESULTS ***/
	.search-no-results .blog-template .alert:before {
		font-size: 70px;
		margin-bottom: 30px;
	}

	/*** CUSTOM HOME ***/
	.h1-big {
		font-size: 60px;
		line-height: 60px;
	}
	.h2-big, 
	..blank-page-template .ts-countdown.style-2 .counter-wrapper .number {
		font-size: 30px;
		line-height: 40px;
	}
	.style-horizontal-icons .list-categories ul.tabs.owl-carousel .owl-nav > .owl-prev{
		left: 0; /*rtl*/
	}
	.style-horizontal-icons .list-categories ul.tabs.owl-carousel .owl-nav > .owl-next{
		right: 0; /*rtl*/
	}
	.drile-banner-discount .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 33%;
	}
	.vc_row.column-3-4-3{
		margin-left: -5px;
		margin-right: -5px;
	}
	.vc_row.column-3-4-3 > .wpb_column{
		padding-left: 5px;
		padding-right: 5px;
		float: left;
	}
	.vc_row.column-3-4-3 > .wpb_column .ts-single-image:not(:last-child) {
		margin-bottom: 10px;
	}
	.style-verticle-icons .column-tabs{
		width: 100%;
		position: static;
		text-align: center;
		margin-bottom: 20px;
	}
	.style-verticle-icons .column-content{
		margin-left: 0; /*rtl*/
	}
	.style-verticle-icons ul.tabs li{
		display: inline-block;
		vertical-align: top;
		margin: 0 3px 10px;
	}
	.vc_tta-panel .vc_tta-panel-body .vc_inner > .wpb_column:not(:last-child){
		margin-bottom: 35px;
	}
	.vc_tta-panel .vc_tta-panel-body .vc_inner .wpb_text_column{
		margin-bottom: 20px;
	}
	.vc_row.background-blend-mode-mobile{
		background-color: hsla(0,0%,100%,0.9);
		background-blend-mode: overlay;
	}
	.vc_row.furniture-footer-6{
		text-align: center;
	}
	.furniture-footer-6 .ts-social-icons .social-icons:not(.style-vertical) li {
		display: inline-block;
		float: none;
	}
	
	/*** WIDGET ***/
	.ts-sidebar:not(.filter-widget-area.style-default) .widget-container{
		margin-bottom: 30px;
	}
	.ts-sidebar:not(.filter-widget-area) .widget-container{
		background: rgba(195, 195, 195, 0.1);
		padding: 10px 20px 10px 20px; /*rtl*/
	}
	.ts-sidebar .ts-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle{
		top: 1px;
	}
	#left-sidebar > .widget-container:last-child,
	#right-sidebar > .widget-container:last-child,
	.widget-container .widget-title-wrapper{
		margin-bottom: 0;
	}
	.widget-container .widget-title-wrapper ~ *{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.widget-container .widget-title-wrapper ~ .ts-blogs-widget-wrapper{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.widget-container.widget_price_filter .widget-title-wrapper ~ *{
		margin-top: 17px;
	}
	.widget-title-wrapper{
		position: relative;
		margin-bottom: 20px;
	}
	.widget-title-wrapper h3{
		width: 100%;
	}
	.widget-title-wrapper a.block-control:hover{
		text-decoration: none;
	}
	.widget-title-wrapper a.block-control{
		position: absolute;
		content: "";
		width: 30px;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		right: -8px; /* rtl */
		top: -3px;
		text-align: center;
		text-indent: 0;
		z-index: 99;
		text-decoration: none;
	}
	.ts-sidebar .widget-container ul.product_list_widget{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.filter-widget-area.style-default .widget-title-wrapper a.block-control{
		line-height: 23px;
	}
	.widget-container .owl-nav, 
	.widget .owl-nav{
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		margin: 20px 0 10px 0;
		text-align: center;
	}
	.widget-container.has-nav .owl-controls,
	.widget.has-nav .owl-controls{
		height: auto;
	}
	.ts-recent-comments-widget.has-nav .widget-title, 
	.ts-blogs-widget.has-nav .widget-title, 
	.ts-products-widget.has-nav .widget-title, 
	.ts-products-widget.has-nav .widgettitle{
		margin-right: 0;/* rtl */
		margin-left: 0;/* rtl */
	}
	.mailchimp-subscription .widget-title-wrapper a.block-control,
	.widget_search .widget-title-wrapper a.block-control,
	.widget_product_search .widget-title-wrapper a.block-control,
	.widget_display_search .widget-title-wrapper a.block-control,
	.widget_calendar .widget-title-wrapper a.block-control,
	.widget_calendar:before{
		display: none !important;
	}
	.widget_calendar .calendar_wrap,
	section.widget_display_search > form, 
	section.widget_product_search > form, 
	section.widget_search > form,
	.mailchimp-subscription .subscribe-widget,
	.mailchimp-subscription img.bg-newsletter{
		display: block !important;
	}
	footer .widget-title-wrapper a.block-control{
		top: 0;
	}
	
	/*** Widget Cart ***/
	.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper, 
	.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper{
		margin-left: 140px;/* rtl */
	}
	.dropdown-container .cart-number{
		margin-bottom: 30px;
	}
	
	/*** Widget Recent Comment ***/
	.comment_list_widget .comment-meta > .avatar{
		width: 60px;
	}
	
	/*** Widget Product ***/
	.ts-products-widget .owl-nav{
		margin: 20px 0;
	}
	.widget-container.ts-products-widget .owl-nav{
		right: auto !important;
		left: auto !important;
		margin-left: -5px;
		margin-right: -5px;
	}
	.widget-container.ts-products-widget .owl-nav > div{
		margin: 0 5px;
	}
	
	/*** Widget Calendar ***/
	.widget_calendar .widget-title{
		margin-left: 0;
		margin-right: 0;
	}
	
	/*** SHORTCODE ***/
	.owl-carousel{
		width: calc(100% + 10px)
	}
	.owl-nav > div, 
	.prev-button, 
	.next-button,
	.nav-middle .owl-nav > div, 
	.nav-bottom .owl-nav > div{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.owl-nav > div:before, 
	.prev-button:before, 
	.next-button:before {
		line-height: 40px;
		font-size: 14px;
	}
	body .nav-middle .products .owl-nav .owl-prev,
	body .nav-middle .products:hover .owl-nav .owl-prev{
		left: 10px; /*rtl*/
	}
	body .nav-middle .products .owl-nav .owl-next,
	body .nav-middle .products:hover .owl-nav .owl-next{
		right: 10px; /*rtl*/
	}
	.ts-product-in-product-type-tab-wrapper.nav-middle .owl-nav > div, 
	.ts-product-in-category-tab-wrapper.nav-middle .products .owl-nav > div{
		top: 25%;
	}
	.ts-shortcode,
	.woocommerce .nav-middle .products, 
	.nav-middle .woocommerce .products, 
	.nav-middle .ts-shortcode .items{
		overflow: visible;
	}
	.cross-sells .products:hover .owl-nav > div,
	.up-sells .products:hover .owl-nav > div,
	.related .products:hover .owl-nav > div{
		left: 10px;/* rtl */
	}
	.cross-sells .products:hover .owl-nav > div.owl-next,
	.up-sells .products:hover .owl-nav > div.owl-next,
	.related .products:hover .owl-nav > div.owl-next{
		right: 10px;/* rtl */
	}
	
	.ts-instagram-shortcode.style-masonry .items .item:nth-child(2n),
	.ts-instagram-shortcode.style-masonry .owl-stage > div:nth-child(2n) {
		margin-top: 0;
	}
	.style-horizontal-icons .list-categories ul.tabs.owl-carousel .owl-nav > div {
		margin-top: -20px;
	}
	
	/*** Shortcode Feature ***/
	.ts-feature-wrapper{
		text-align: center;
	}
	.horizontal-icon .feature-content > a, 
	.horizontal-image .feature-content > a{
		float: none;
		margin: 0 0 10px 0;
		display: inline-block;
	}
	
	/*** Shortcode Gallery ***/
	.ts-gallery-img.columns-4 li,
	.ts-gallery-img.columns-5 li{
		width: 50%;
	}
	.ts-gallery-img.columns-4 li:nth-child(2n+1),
	.ts-gallery-img.columns-5 li:nth-child(2n+1){
		clear: both;
	}
	
	/*** Shortcode Google Map ***/
	.google-map-container .information{
		padding: 20px 20px 10px 20px;
		max-width: 250px;
		left: 10px;/* rtl */
	}
	
	/*** Background Video ***/
	.ts-video-bg{
		padding-top: 70px;
		padding-bottom: 140px;
	}
	.ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause, 
	.ts-hosted-video-bg .video-control{
		bottom: 70px;
	}
	.ts-youtube-video-bg .loading{
		bottom: 70px;
	}
	
	/* Shortcode Instagram */
	.ts-instagram-wrapper.columns-3 .item.first,
	.ts-instagram-wrapper.columns-4 .item.first,
	.ts-instagram-wrapper.columns-5 .item.first,
	.ts-instagram-wrapper.columns-6 .item.first{
		clear: none;
	}
	.ts-instagram-wrapper.columns-3 .item,
	.ts-instagram-wrapper.columns-4 .item,
	.ts-instagram-wrapper.columns-5 .item,
	.ts-instagram-wrapper.columns-6 .item{
		width: 50%;
		float: left/* rtl */
	}
	.ts-instagram-wrapper.columns-3 .item.first:nth-child(2n+1),
	.ts-instagram-wrapper.columns-4 .item.first:nth-child(2n+1),
	.ts-instagram-wrapper.columns-5 .item.first:nth-child(2n+1),
	.ts-instagram-wrapper.columns-6 .item.first:nth-child(2n+1){
		clear: both;
		float: left;/* rtl */
	}
	
	/*** Shortcode Product In Category Tabs ***/
	.style-verticle.ts-slider.show-nav.nav-middle > .column-content{
		padding-left: 50px;
		padding-right: 50px;
	}
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products .owl-nav .owl-prev, 
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products:hover .owl-nav .owl-prev {
		left: -45px; /*rtl*/
	}
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products .owl-nav .owl-next, 
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products:hover .owl-nav .owl-next {
		right: -45px; /*rtl*/
	}
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products .owl-nav > div:before {
		font-size: 20px;
	}
	
	/*** Product Category Banners ***/
	.ts-product-category-banner-wrapper .shortcode-heading-wrapper .shortcode-title {
		right: 30px; /*rtl*/
		font-size: 40px;
		letter-spacing: 6px;
	}
	/*** Banners ***/
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .left-top .box-content,
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .left-center .box-content,
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .left-bottom .box-content{
		left: 2%; /*rtl*/
	}
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .right-top .box-content,
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .right-center .box-content,
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .right-bottom .box-content{
		right: 2%; /*rtl*/
	}
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .left-top .box-content,
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .right-top .box-content{
		top: 2%; /*rtl*/
	}
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .left-bottom .box-content,
	.vc_row[data-vc-stretch-content] .vc_col-sm-12 > .wpb_wrapper > .right-bottom .box-content{
		bottom: 2%; /*rtl*/
	}
	.left-top .box-content, 
	.left-bottom .box-content, 
	.left-center .box-content, 
	.right-top .box-content, 
	.right-bottom .box-content, 
	.right-center .box-content{
		max-width: 100%;
	}
	.ts-banner.enable-mobile-version .banner-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
	.ts-banner.enable-mobile-version .banner-bg{
		order: 1;
	}
	.ts-banner.enable-mobile-version .box-content{
		width: 100%;
		max-width: 100%;
		position: static;
		transform: none;
		padding: 60px 20px 40px;
		text-align: center;
	}
	.ts-banner.has-description.enable-mobile-version .box-content{
		padding: 40px 20px;
	}
	.ts-banner.has-description.enable-mobile-version.ts-alignleft .box-content{
		padding: 40px 0 35px;
		text-align: left;
	}
	.ts-banner.has-description.enable-mobile-version.ts-alignright .box-content{
		padding: 40px 0 35px;
		text-align: right;
	}
	.ts-banner.enable-mobile-version:not(.has-discount) .box-content header{
		padding: 0;
	}
	.ts-banner.style-text-center.has-discount .box-content{
		padding-top: 40px;
	}
	.ts-image-box .image-thumbnail,
	.ts-image-box .box-header{
		width: 100%;
		display: block;
		text-align: center;
	}
	.ts-image-box.image-left .box-header,
	.ts-image-box.image-right .box-header{
		padding: 0;
	}
	.ts-image-box.image-left .image-thumbnail{
		margin-bottom: 35px;
	}
	.ts-image-box.image-right .box-header{
		margin-bottom: 35px;
	}
	.style-text-center .discount {
		font-size: 120px;
	}
	.ts-banner.style-category{
		margin-top: 10px;
	}
	.big-title .heading {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 3px;
	}
	.order-2{
		order: 2;
	}
	.ts-image-gallery-wrapper:not(.ts-slider) .images .item {
		margin-bottom: 10px;
	}
	.ts-shortcode.ts-product-in-product-type-tab-wrapper .heading-tab,
	.ts-shortcode.style-horizontal .heading-tab{
		margin: 0 0 10px 0;
	}
	.ts-testimonial-wrapper.dots-horizontal.align-left.ts-aligncenter-mobile blockquote.style-2:before{
		margin-left: auto;
		margin-right: auto;
	}
	#tab-more_seller_product{
		padding-bottom: 0;
	}
	#tab-more_seller_product .products .product{
		width: 50%;
		float: left;/* rtl */
	}
	#tab-more_seller_product .products .product:nth-child(2n+1){
		clear: both;
		float: left;/* rtl */
	}
	.vc_row[data-vc-stretch-content].vc_row-no-padding .ts-blogs-wrapper.partial-view{
		padding: 0 20px;
	}
	.dots-line .owl-dots > div > span {
		width: 60px;
	}
}

@media only screen and (max-height: 600px){
	/*** PRODUCT ***/
	body .ts-popup-modal .product-360-container {
		width: 260px;
	}
}
@media only screen and (max-height: 340px){
	/*** PRODUCT ***/
	body .ts-popup-modal .product-360-container {
		width: 240px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 767px) and (max-height: 414px){
	.header-v2.header-transparent header .header-middle .search-button .icon:before, 
	.header-v2.header-transparentheader .header-middle .shopping-cart-wrapper a > .ic-cart:before, 
	.header-v2.header-transparentheader .header-middle .ts-tiny-account-wrapper .account-control > a:before, 
	.header-v2.header-transparentheader .header-middle .header-right .my-wishlist-wrapper > a:before,
	.header-v10.header-transparent header .header-middle .search-button .icon:before, 
	.header-v10.header-transparentheader .header-middle .shopping-cart-wrapper a > .ic-cart:before, 
	.header-v10.header-transparentheader .header-middle .ts-tiny-account-wrapper .account-control > a:before, 
	.header-v10.header-transparentheader .header-middle .header-right .my-wishlist-wrapper > a:before{
		line-height: 20px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
/*- 2. PHONE RESPONSIVE -------------------------------------------------------------------------------*/
@media only screen and (max-width: 639px){
	
	/*** MAIN CONTENT ***/
	.single-portfolio .thumbnail.loading,
	.ts-product-category-wrapper .content-wrapper.loading,
	.ts-portfolio-wrapper.ts-masonry.loading,
	.vc_row.loading,
	.column-products.loading{
		height: 300px;
	}
	.search-no-results .search-wrapper {
		max-width: 90%;
	}
	
	/*** MY ACCOUNT ***/
	.woocommerce #customer_login .col-1, 
	.woocommerce #customer_login .col-2, 
	.woocommerce-page #customer_login .col-1, 
	.woocommerce-page #customer_login .col-2{
		width: 100%;
		float: none !important;
	}
	.woocommerce #customer_login .col-1, 
	.woocommerce-page #customer_login .col-1{
		margin-bottom: 50px;
	}
	.woocommerce-account #primary .woocommerce{
		display: block;
	}
	
	/*** PORTFOLIO ***/
	.ts-portfolio-wrapper.columns-2 .item,
	.ts-portfolio-wrapper.columns-3 .item,
	.ts-portfolio-wrapper.columns-4 .item{
		width: 100%;
		float: none;/* rtl */
	}
	.single-portfolio.top-thumbnail .portfolio-content,
	.single-portfolio.top-thumbnail .meta-content{
		width: 100%;
		padding-left: 0; /* rtl */
		padding-right: 0;/* rtl */
	}
}

@media only screen and (max-width: 550px){
	
	/*** RESET ***/
	body .padding-120{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body .padding-110,
	body .padding-100{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	body .padding-90,
	body .padding-80,
	body .padding-70,
	body .padding-60{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	/*** HEADER SEARCH ***/
	header .ts-search-by-category form > .select2, 
	header .ts-search-by-category select{
		width: 100% !important;
		border-bottom: 0;
		float: none !important;
	}
	.ts-search-by-category form > .search-content{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.ts-search-by-category .search-content input[type="submit"]{
		top: auto;
		height: 41px;
		width: 41px;
	}
	body header .ts-search-by-category form > .search-content input[type="text"]{
		border-width: 1px;
	}
	
	/*** CHECKOUT ***/
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last{
		width: 100%;
	}
	
	/*** MY ACCOUNT ***/
	.woocommerce table.my_account_orders th, 
	.woocommerce table.my_account_orders td{
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	/*** SHORTCODE ***/
	/*** Shortcode Google Map ***/
	.google-map-container .information{
		max-width: 170px;
	}
	.google-map-container .content-contact{
		font-size: 80%;
		line-height: 20px;
		padding-left: 0;/* rtl */
		padding-right: 0; /*rtl*/
		margin-bottom: 8px;
	}
	.google-map-container .content-contact:before{
		display: none !important;
	}
	.ts-product-in-product-type-tab-wrapper.ts-slider.show-nav-as-text.nav-middle .woocommerce .products {
		position: relative;
		padding-top: 30px;
	}
	.ts-product-in-product-type-tab-wrapper.ts-slider.show-nav-as-text.nav-middle .owl-nav {
		top: -40px;
		left: 0; /*rtl*/
		right: auto; /*rtl*/
		padding: 0 5px;
	}
	.ts-product-in-product-type-tab-wrapper.ts-slider.rows-2 .products h3.product-name{
		min-height: 40px;
	}
}

@media only screen and (max-width: 480px){
	
	/*** BREADCRUMB ***/
	.breadcrumb-title-wrapper .breadcrumb-title .page-title {
		padding: 13px 0 20px;
	}
	/*** HEADER ***/
	.info-desc{
		word-break: break-all;
	}
	.header-v8 .header-middle .menu-wrapper, 
	.header-v8 .header-middle .header-right {
		width: 35%;
	}
	.header-v8 .header-middle .logo-wrapper {
		width: 30%;
	}
	body #ts-ajax-add-to-cart-message {
		width: 100%;
	}
	/*** FOOTER ***/
	ul.info-content li:before {
		margin-right: 10px; /*rtl*/ 
	}
	/*** MEGA MENU ***/
	.menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu,
	.mg-col-6 > div,
	.menu-wrapper nav li.ts-megamenu-columns-5 .widget_nav_menu,
	.mg-col-5 > div,
	.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
	.mg-col-4 > div,
	.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
	.mg-col-3 > div,
	.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
	.mg-col-2 > div{
		width: 100%;
		margin-bottom: 20px;
	}
	.header-v4 .header-middle > .container > .ts-group-meta-icon-toggle, 
	.header-v4 .header-middle > .container > .header-right{
		width: 35%;
	}
	.header-v4 .header-middle > .container > .logo-wrapper{
		width: 30%;
	}
	/*** PRODUCT DETAIL ***/
	.thumbnail-slider .images-thumbnails > .thumbnails .thumbnails-container ul{
		margin: 0;
		width: 100%;
	}
	.thumbnail-slider .images-thumbnails > .thumbnails .thumbnails-container ul li{
		padding: 0;
	}
	.woocommerce .woocommerce-product-rating .star-rating {
		margin: 0 10px 0 0; /*rtl*/
	}
	.main-content-fullwidth.woocommerce .woocommerce-product-rating .star-rating{
		width: 100px;
		height: 20px;
		font-size: 20px;
	}
	.comment-respond .comment-form-rating p.stars a {
		width: 20px;
		height: 20px;
		font-size: 20px;
	}
	.woocommerce div.product .summary > form.cart{
		margin-bottom: 10px;
	}
	.woocommerce div.product.no-addtocart .summary > form.cart{
		margin-bottom: 20px;
	}
	.woocommerce div.product:not(.no-addtocart) .summary > .button-in.wishlist,
	.woocommerce div.product:not(.no-addtocart) .summary > .button-in.compare {
		width: calc( 50% - 5px );
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin-right: 10px; /* rtl */
	}
	.woocommerce div.product:not(.no-addtocart) .summary > .button-in.compare{
		margin-right: 0; /* rtl */
	}
	.woocommerce div.product .summary .ts-add-to-compare, .woocommerce div.product .summary .ts-add-to-wishlist {
        width: 100%;
    }
	.woocommerce div.product .summary > form.cart .button{
		width: 100%;
		margin-right: 0; /*rtl*/
	}
	.woocommerce div.product .summary > form.cart .quantity + .button{
		width: calc(100% - 90px);
	}
	.woocommerce div.product.vertical-thumbnail .thumbnails {
		width: 70px;
	}
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails .thumbnails + div.images {
		margin-left: 80px; /* rtl */
	}
	.woocommerce div.product.vertical-thumbnail.thumbnail-right .thumbnails + .images {
		margin-right: 80px; /* rtl */
	}
	.vertical-thumbnail .images-thumbnails > .thumbnails .thumbnails-container ul li {
		margin-top: 10px;
	}
	.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper {
		margin: -10px 0 0 0 !important;
	}
	.woocommerce div.product:not(.sold-individually) .summary > form.cart .quantity.hidden + .button,
	.woocommerce div.product.sold-individually .summary > form.cart .button {
		width: 100%;
	}
	.counter-wrapper:before{
		margin-right: 5px; /*rtl*/
		font-size: 18px;
	}
	.counter-wrapper > div {
		margin: 0 5px;
	}
	/*** Woocommerce Tabs ***/
	div.product.accordion-tab .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body {
		padding: 20px 0 0;
	}
	.woocommerce .woocommerce-tabs table.shop_attributes th{
		font-size: 90%;
	}
	/*** 360 ***/
	body .ts-popup-modal .product-360-container {
		width: 90%;
	}

	/*** SHOPPING CART ***/
	.woocommerce #content table.cart td.actions .coupon .button, 
	.woocommerce #content table.cart td.actions .coupon .input-text, 
	.woocommerce #content table.cart td.actions .coupon input, 
	.woocommerce table.cart td.actions .coupon .button, 
	.woocommerce table.cart td.actions .coupon .input-text, 
	.woocommerce table.cart td.actions .coupon input, 
	.woocommerce-page #content table.cart td.actions .coupon .button, 
	.woocommerce-page #content table.cart td.actions .coupon .input-text, 
	.woocommerce-page #content table.cart td.actions .coupon input, 
	.woocommerce-page table.cart td.actions .coupon .button, 
	.woocommerce-page table.cart td.actions .coupon .input-text, 
	.woocommerce-page table.cart td.actions .coupon input{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	/*** CHECKOUT ***/	
	.woocommerce > form.checkout .form-row label,
	.woocommerce > form.checkout .form-row .woocommerce-input-wrapper{
		width: 100%;
		float: none;
	}
	.woocommerce > form.checkout #order_review {
		padding: 70px 30px 40px;
		margin-top: -60px;
	}
	.woocommerce > form.checkout #order_review_heading{
		padding: 0 30px;
	}
	#order_review table.shop_table ul#shipping_method {
		margin-left: -60%; /*rtl*/
	}
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first,
	.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last{
		width: 100%;
		margin: 0 0 10px;
		float: none; /*rtl*/
	}
	.woocommerce-checkout form.checkout .form-row .woocommerce-password-strength,
	.woocommerce-checkout form.checkout .form-row .woocommerce-password-hint {
		margin-left: 0;
		width: 100%;
	}
	
	/*** MY ACCOUNT ***/
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation li {
		width: calc( 50% - 10px );
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.woocommerce .woocommerce-customer-details .col2-set .col-1,
	.woocommerce .woocommerce-customer-details .col2-set .col-2{
		float: none; /*rtl*/
		width: 100%;
	}
	.woocommerce .woocommerce-customer-details .col2-set .col-1 + .col-2{
		margin-top: 22px;
	}
	/*** BLOG DETAIL ***/
	#comment-wrapper .info-wrapper {
		margin: 0;
		flex-direction: column;
	}
	#comment-wrapper .info-wrapper > p{
		width: 100%;
		padding: 0;
	}
	.single-navigation-1, .single-navigation-2 {
		font-size: 100%;
	}
	.commentlist .comment-wrapper .comment-detail {
		padding: 0;
	}
	.commentlist li #comment-wrapper{
		margin-left: 0; /*rtl*/
	}
	.commentlist li.comment .entry-meta-top > span{
		display: block;
	}
	
	/*** 404 ***/
	body.error404 article > h1.heading-1{
		font-size: 120px;
	}
	body.error404 article > h1.heading-1 + img{
		margin-top: -55px;
		max-width: 250px;
	}
	body.error404 article > p {
		max-width: 70%;
	}
	
	/*** SEARCH NO RESULTS ***/
	.search-no-results .search-wrapper {
		max-width: 100%;
	}
	.search-no-results .blog-template .alert {
		margin: 0 0 30px;
	}
	.search-no-results .search-button input[type^="submit"] {
		min-width: 0;
	}
	/*** CUSTOM HOME ***/
	.h2-big, 
	..blank-page-template .ts-countdown.style-2 .counter-wrapper .number {
		font-size: 26px;
		line-height: 30px;
	}
	..blank-page-template .wpb_single_image img{
		max-width: 70%;
	}
	/*** Furniture 2 ***/
	.drile-banner-style-2,
	.drile-banner-style-2 > .wpb_column,
	.drile-banner-style-2 .vc_inner:nth-child(1) > .wpb_column{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.drile-banner-style-2 .vc_inner:nth-child(1) > .wpb_column > .vc_column-inner {
		padding: 35px 20px 40px;
		border-bottom-left-radius: 70px;
	}
	.drile-banner-style-2 .vc_inner:nth-child(1) > .wpb_column > .vc_column-inner,
	.drile-banner-style-2 .vc_inner:nth-child(1) > .wpb_column > .vc_column-inner .vc_custom_heading,
	.drile-banner-style-2 .vc_inner .ts-button-wrapper{
		text-align: center !important;
	}
	.drile-banner-style-2 .vc_inner .ts-button-wrapper {
		margin-left: 0;
	}
	.drile-banner-style-2 .vc_inner .wpb_single_image {
		margin-top: -20px;
		margin-bottom: 30px;
	}
	.drile-banner-style-2  > .wpb_column > .wpb_wrapper > .wpb_text_column{
		bottom: 0;
		font-size: 150px;
	}
	/*** Furniture 5 ***/
	.furniture-footer-6 .vc_col-sm-5 > .vc_column-inner > .wpb_wrapper {
		padding-top: 0;
	}
	.furniture-footer-6 .vc_col-sm-7 > .vc_column-inner > .wpb_wrapper {
		padding: 35px;
	}
	.furniture-footer-6  .vc_col-sm-7 .vc_custom_heading{
		margin-bottom: 20px;
	}
	.furniture-footer-6 .contact-form p:not(.clearfix) {
		margin-bottom: 20px;
	}
	.furniture-footer-6 .wpcf7 p textarea {
		height: 50px;
	}
	/*** Coming Soon ***/
	.blank-page-template .ts-countdown .counter-wrapper > div{
		margin: 0 5px;
	}
	.blank-page-template .ts-countdown.style-2 .counter-wrapper > div{
		min-width: 70px;
	}
	.blank-page-template .h2-big,
	.blank-page-template .ts-countdown.style-2 .counter-wrapper .number{
		font-size: 24px;
		line-height: 30px;
	} 
	.blank-page-template .ts-countdown.style-2 .counter-wrapper .ref-wrapper {
		font-size: 12px;
	}

	/*** SHORTCODE ***/
	/*** Team Member ***/
	.ts-team-members.style-3 .image-thumbnail,
	.ts-team-members.style-3 .team-info,
	.ts-team-members.style-3 .team-content{
		display: block;
	}
	.ts-team-members.style-3 .image-thumbnail{
		width: 100%;
	}
	
	/*** Mailchimp ***/
	.vc_col-sm-12 .style-vertical .button,
	.style-horizontal .subscribe-email .button{
		min-width: 150px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.style-horizontal .mailchimp-subscription input[type="email"]{
		width: calc(100% - 160px);
	}
	
	/*** Product Categories ***/
	.archive.woocommerce #main > .ts-product-category-wrapper.ts-slider .owl-carousel{
		margin: 0 -50px;
		width: calc( 100% + 100px );
	}
	.columns-4 .product-category .meta-wrapper .icon img{
		max-width: 40px;
	}
	
	/*** Shortcode Product In Category Tabs ***/
	.style-verticle.ts-slider.show-nav.nav-middle > .column-content{
		padding: 0;
		border-width: 0;
	}
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products .owl-nav .owl-prev,
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products .owl-nav .owl-next{
		opacity: 0;
		visibility: hidden;
	}
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products:hover .owl-nav .owl-prev,
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products:hover .owl-nav .owl-next{
		opacity: 1;
		visibility: visible;
	}
	.ts-product.style-verticle.ts-slider.nav-middle .owl-nav > div{
		top: 29%;
	}
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products .owl-nav .owl-prev, 
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products:hover .owl-nav .owl-prev {
		left: -5px; /*rtl*/
	}
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products .owl-nav .owl-next, 
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products:hover .owl-nav .owl-next {
		right: -5px; /*rtl*/
	}
	.style-horizontal .list-categories ul.tabs, 
	.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs {
		margin-top: 0;
	}
	.style-horizontal .list-categories ul.tabs li, 
	.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.style-verticle .list-categories ul.tabs > li {
		text-align: center;
		padding: 10px;
	}
	.style-verticle .list-categories ul.tabs > li > span {
		display: block;
		margin: 0 auto;
	}
	.style-verticle .list-categories ul.tabs li > .icon {
		margin-right: 0; /*rtl*/
	}
	.style-verticle .list-categories ul.tabs li > .icon.has-hover-icon > img {
		max-height: 32px;
	}
	
	/*** Product Category Banners ***/
	.ts-product-category-banner-wrapper{
		display: block;
	}
	.ts-product-category-banner-wrapper:not(.has-title){
		margin-left: 0; /*rtl*/
		margin-right: 0; /*rtl*/
	}
	.ts-product-category-banner-wrapper > .category-column,
	.ts-product-category-banner-wrapper:not(.has-title) > .category-column,
	.ts-shortcode.ts-product-category-banner-wrapper .shortcode-heading-wrapper{
		width: 100%;
		padding: 0;
		text-align: center; 
	}
	.ts-product-category-banner-wrapper.has-title .column-left .category-item:nth-child(2) .category-name{
		margin-left: 0; /*rtl*/
	}
	.ts-product-category-banner-wrapper > .category-column > .category-item{
		margin: 0 0 40px !important;
	}
	.ts-product-category-banner-wrapper .category-column:not(:first-child) > .category-item:last-child{
		margin: 0 !important;
	}
	.ts-product-category-banner-wrapper .shortcode-heading-wrapper{
		position: static;
	}
	.ts-product-category-banner-wrapper .shortcode-heading-wrapper .shortcode-title{
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 40px;
	}
	.ts-countdown .counter-wrapper > div,
	..blank-page-template .ts-countdown.style-2 .counter-wrapper > div {
		min-width: 70px;
		margin: 3px;
	}
	.ts-countdown .counter-wrapper .number {
		font-size: 20px;
		line-height: 30px;
	}
	.ts-mailchimp-subscription-shortcode.style-2 .vertical-button-icon .subscribe-email input[type="email"] {
		width: 100%;
		margin: 0 0 10px;
	}
	.ts-mailchimp-subscription-shortcode.style-2 .vertical-button-icon .subscribe-email .button {
		width: 100% !important;
		margin: 0; /*rtl*/
	}
	.ts-shortcode.ts-logo-slider-wrapper .items{
		margin-left: -5px;
		margin-right: -5px;
		padding: 0;
	}
	.ts-shortcode.ts-logo-slider-wrapper .items .item{
		padding-left: 5px;
		padding-right: 5px;
	}
	/*** Banners ***/
	.vc_row.banner-categories {
		max-width: 96%;
	}
	.ts-banner.style-category .box-content header{
		padding: 20px 5px;
	}
	.ts-banner.style-category.small-heading .banner-wrapper h2{
		font-size: 90%;
	}
	.ts-banner-image.max-width img.text-image {
		max-width: 50%;
	}
	.style-text-center.enable-mobile-version .box-content header{
		padding-left: 0;
		padding-right: 0;
	}
	/*** TS Heading ***/
	.ts-heading.style-multiple-heading .heading-2{
		margin-top: -25px;
		font-size: 140%;
	}
	.ts-product.ts-slider.nav-middle .owl-nav > div {
		top: 25%;
	}
	html .woocommerce .product .product-label .onsale, 
	html .woocommerce .product .product-label .new, 
	html .woocommerce .product .product-label .featured, 
	html .woocommerce .product .product-label .out-of-stock {
		font-size: 10px;
	}
	.woocommerce .product .product-label > div {
		margin-top: 2px;
	}
	.ts-countdown .counter-wrapper > div {
		min-width: 70px;
		margin: 5px;
	}
	.dots-line .owl-dots > div{
		margin-left: 6px;
		margin-right: 6px;
	}
	.dots-line .owl-dots > div > span {
		width: 50px;
	}
}

@media only screen and (max-width: 419px){
	
	/*** RESET ***/
	body .padding-120,
	body .padding-110,
	body .padding-100,
	body .padding-90,
	body .padding-80,
	body .padding-70,
	body .padding-60{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	/*** HEADER ***/
	body header .logo img,
	body header .logo-header img{
		max-width: 100%;
	}
	
	/*** PORTFOLIO ***/
	.single-portfolio .single-navigation > div a:last-child{
		display: none !important;
	}
	.single-portfolio .single-navigation > div a:first-child:before,
	.single-portfolio .single-navigation > div a:first-child:after{
		font-size: 20px !important;
	}
	.single-portfolio .single-navigation > div a{
		margin-bottom: 0 !important;
	}
	.single-portfolio .single-navigation .prev{
		padding-left: 20px;/* rtl */
	}
	.single-portfolio .single-navigation .next{
		padding-right: 20px;/* rtl */
	}
	body #content .single-portfolio .single-navigation div > a{
		font-size: 0;
	}

	/*** SHORTCODE ***/
	/*** Background Video ***/
	.ts-video-bg{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	body .ts-video-bg h3.h3-video{
		font-size: 20px;
		margin-bottom: 0;
	}
	.ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause, 
	.ts-hosted-video-bg .video-control{
		bottom: 40px;
	}
	.ts-youtube-video-bg .loading{
		bottom: 40px;
	}
	.ts-hosted-video-bg .video-control,
	.ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause{
		margin-left: -15px;
		width: 30px;
		height: 30px;
	}
	.ts-youtube-video-bg .loading{
		width: 30px;
		height: 30px;
		margin-left: -15px;
		background-size: 80%;
	}
	.ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause:before,
	.ts-hosted-video-bg .video-control:before{
		left: -5px;
		right: -5px;
		bottom: -5px;
		top: -5px;
	}	
}

@media only screen and (max-width: 375px){
	/*** SHORTCODE ***/
	/*** Instagram ***/
	.ts-instagram-wrapper.columns-3 .item.first,
	.ts-instagram-wrapper.columns-4 .item.first,
	.ts-instagram-wrapper.columns-5 .item.first,
	.ts-instagram-wrapper.columns-6 .item.first{
		clear: both;
	}
	.ts-instagram-wrapper.columns-3 .item,
	.ts-instagram-wrapper.columns-4 .item,
	.ts-instagram-wrapper.columns-5 .item,
	.ts-instagram-wrapper.columns-6 .item,
	.ts-instagram-wrapper.columns-3 .item.first:nth-child(2n+1),
	.ts-instagram-wrapper.columns-4 .item.first:nth-child(2n+1),
	.ts-instagram-wrapper.columns-5 .item.first:nth-child(2n+1),
	.ts-instagram-wrapper.columns-6 .item.first:nth-child(2n+1){
		width: 100%;
		float: none;/* rtl */
		clear: both;
	}
	/*** Mailchimp ***/
	.style-horizontal .subscribe-email .button{
		font-size: 13px;
		min-width: 110px;
	}
	.style-horizontal .mailchimp-subscription input[type="email"]{
		width: calc(100% - 120px);
	}
	.blank-page-template .vc_row.visible-ipad .ts-single-image img{
		width:auto;
		max-height: 150px;
	}
	.header-v6 .header-middle .header-left,
	.header-v6 .header-middle .header-right{
		width: 38%;
	}
	.header-v6 .header-middle .logo-wrapper{
		width: 24%;
	}
	.header-v6 .header-middle .header-left > div:last-child {
		margin-right: 10px; /*rtl*/
	}
	.header-v6 .header-middle .header-right > div:last-child {
		margin-left: 10px; /*rtl*/
	}
	.ts-banner.style-category .banner-wrapper .banner-bg:after{
		font-size: 24px;
	}
	
	.product-group-button-meta > div{
		margin: 3px;
	}
	.counter-wrapper:before{
		margin-right: 2px; /*rtl*/
	}
	.counter-wrapper > div .number {
		font-size: 18px;
	}
	.counter-wrapper > div {
		margin: 0 3px;
	}
}

@media only screen and (max-width: 350px){
	.header-v4 .header-middle > .container > .ts-group-meta-icon-toggle, 
	.header-v4 .header-middle > .container > .header-right{
		width: 40%;
	}
	.header-v4 .header-middle > .container > .logo-wrapper{
		width: 20%;
	}
	/*** POPUP/MODAL ***/
	/*** Popup add to cart ***/
	body .ts-popup-modal .add-to-cart-popup-container{
		width: 320px;
	}
}
@media only screen and (max-width: 340px){
	.header-middle div.header-right > div{
		margin-left: 20px; /*rtl*/
	}
	.header-middle div.header-right > div.shopping-cart-wrapper {
		padding-left: 20px; /*rtl*/
	}
	.header-middle div.header-right > .ts-icon-toggle-header-top, 
	.header-middle div.header-right > .ts-group-meta-icon-toggle{
		margin-left: 10px; /*rtl*/
	}
	/*** SHOP ***/
	body.woocommerce .products .product.product-category{
		width: 100% !important;
		float: left !important;/* rtl */
		clear: none !important;
	}	
	.woocommerce .columns-8 .products .product.first,
	.woocommerce.columns-8 .products .product.first,
	.woocommerce .columns-7 .products .product.first,
	.woocommerce.columns-7 .products .product.first,
	.woocommerce .columns-6 .products .product.first,
	.woocommerce.columns-6 .products .product.first,
	.woocommerce .columns-5 .products .product.first,
	.woocommerce.columns-5 .products .product.first,
	.woocommerce .columns-4 .products .product.first,
	.woocommerce.columns-4 .products .product.first,
	.woocommerce .columns-3 .products .product.first,
	.woocommerce.columns-3 .products .product.first{
		clear: none;
	}	
	#main-content .woocommerce .columns-8 .products .product,
	#main-content .woocommerce.columns-8 .products .product,
	#main-content .woocommerce .columns-7 .products .product,
	#main-content .woocommerce.columns-7 .products .product,
	#main-content .woocommerce .columns-6 .products .product,
	#main-content .woocommerce.columns-6 .products .product,
	#main-content .woocommerce .columns-5 .products .product,
	#main-content .woocommerce.columns-5 .products .product,
	#main-content .woocommerce .columns-4 .products .product,
	#main-content .woocommerce.columns-4 .products .product,
	#main-content .woocommerce .columns-3 .products .product,
	#main-content .woocommerce.columns-3 .products .product{
		width: 100%;
		float: none/* rtl */
	}	
	#main-content .woocommerce .columns-8 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-8 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-7 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-7 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-6 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-6 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-5 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-5 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-4 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-4 .products .product:nth-child(2n+1),
	#main-content .woocommerce .columns-3 .products .product:nth-child(2n+1),
	#main-content .woocommerce.columns-3 .products .product:nth-child(2n+1){
		clear: both;
		float: none;/* rtl */
	}
	
	/*** PRODUCT DETAIL ***/
	.woocommerce div.product.vertical-thumbnail .thumbnails {
		width: 50px;
	}
	.woocommerce div.product.vertical-thumbnail div.images-thumbnails .thumbnails + div.images {
		margin-left: 60px; /* rtl */
	}
	.woocommerce div.product.vertical-thumbnail.thumbnail-right .thumbnails + .images {
		margin-right: 60px; /* rtl */
	}
	
	/*** MY ACCOUNT ***/
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin-left: 0;
		margin-right: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation li {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/*** 404 ***/
	body.error404 article > p {
		max-width: 100%;
	}
	.ts-banner.style-category .box-content header {
		padding: 10px 5px;
	}
	.header-v6 .header-middle .header-left > div {
		margin-right: 15px; /*rtl*/
	}
	.header-v6 .header-middle div.header-right > div.shopping-cart-wrapper{
		padding-left: 15px; /*rtl*/
		
	}
	.ts-countdown .counter-wrapper > div {
		min-width: 60px;
		margin: 2px;
	}
	.ts-countdown .counter-wrapper .ref-wrapper{
		line-height: 20px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 480px){
	footer .vc_col-sm-12 .ts-image-gallery-wrapper.columns-3 .item{
		width: 16.66666%;
	}
	footer .vc_col-sm-12 .ts-image-gallery-wrapper.columns-3 .item.first{
		clear: none;
	}
	footer .vc_col-sm-12 .ts-image-gallery-wrapper.columns-3 .item:nth-child(6n+1){
		clear: both;
	}
}
@media only screen and (max-width: 767px) and (min-width: 640px){
	
	/*** SHORTCODE ***/
	.ts-team-members:not(.ts-slider) .item:not(.ts-col-24){
		float: left;
	}
	.ts-team-members:not(.ts-slider) .item.ts-col-12{
		width: 50%;
	}
	.ts-team-members:not(.ts-slider) .item.ts-col-8{
		width: 33.3333%;
	}
	.ts-team-members:not(.ts-slider) .item.ts-col-6{
		width: 25%;
	}
	.ts-team-members:not(.ts-slider) .item.ts-col-4{
		width: 16.6666%;
	}
	/** Portfolio ***/
	.ts-portfolio-wrapper.columns-3 .item,
	.ts-portfolio-wrapper.columns-4 .item{
		width: 50%;
		float: left;/* rtl */
	}
	.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
	.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
		clear: both;
	}
}
@media only screen and (max-width: 991px) and (max-height: 420px){
	.ts-sidebar-content .dropdown-container .cart-number {
		margin-bottom: 20px;
	}
	.ts-sidebar-content .ts-tiny-cart-wrapper .dropdown-footer {
		padding-top: 0;
		margin: 10px 0 0;
	}
	.ts-sidebar-content .dropdown-container ul.cart_list {
		max-height: calc(100% - 145px);
	}
}div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right,div.pp_default .pp_top,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_content{background-color:#fff}div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{border-color:#fff}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_next,div.pp_default .pp_gallery a.pp_arrow_previous{position:static;left:auto}div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default .pp_details{position:relative}div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0 0;width:20px}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover,div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_nav .pp_play:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content .ppt{color:#000}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_details{position:relative}div.light_rounded .pp_description{margin-right:85px}div.light_rounded #pp_full_res .pp_inline{color:#000}div.light_rounded .pp_gallery a.pp_arrow_next,div.light_rounded .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_content{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_details{position:relative}div.dark_rounded .pp_description{margin-right:85px}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded #pp_full_res .pp_inline{color:#fff}div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content,div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right{background:#000}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_details{position:relative}div.dark_square .pp_description{margin:0 85px 0 0}div.dark_square #pp_full_res .pp_inline{color:#fff}div.dark_square .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_content,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right{background:#fff}div.light_square .pp_content .ppt{color:#000}div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_details{position:relative}div.light_square .pp_description{margin-right:85px}div.light_square #pp_full_res .pp_inline{color:#000}div.light_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content .ppt{color:#000}div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_content{background:#fff}div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_details{position:relative}div.facebook .pp_description{margin:0 37px 0 0}div.facebook #pp_full_res .pp_inline{color:#000}div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px 0}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;font-size:0;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;font-size:0;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;font-size:0;text-indent:-10000px;width:49%}a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;font-size:0;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;font-size:0;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;font-size:0;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px 0}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.pp_pic_holder.is-single .pp_gallery,.pp_pic_holder.is-single .pp_hoverContainer{display:none!important}	
	
	/*
	1. CUSTOM FONT FAMILY
	2. CUSTOM FONT SIZE
	3. CUSTOM COLOR
	*/
	header .logo img,
	header .logo-header img{
		width: 330px;
	}
	header .logo-wrapper{
		width: 390px;
	}
	.sticky-wrapper.is-sticky .logo img,
	.sticky-wrapper.is-sticky .logo-header img{
		width: 160px;
	}
	@media only screen and (max-width: 1279px){
		header .logo img,
		header .logo-header img{
			width: 160px;
		}
		header .logo-wrapper{
			width: 200px;
		}
	}
	@media only screen and (max-width: 767px){
		header .logo-wrapper{
			width: auto;
		}
	}
	
		
		
	/*** Star Rating Style Fill ***/
	.woocommerce .star-rating span:before, 
	.woocommerce .star-rating:before, 
	.woocommerce p.stars a::before, 
	.ts-testimonial-wrapper .rating:before, 
	.ts-testimonial-wrapper .rating span:before, 
	blockquote .rating:before, blockquote .rating span:before{
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.woocommerce p.stars a::before,
	.woocommerce .woocommerce-product-rating .star-rating:before,
	.woocommerce .woocommerce-product-rating .star-rating span:before{
		font-size: 20px;
		letter-spacing: 1px;
	}
	.woocommerce .star-rating span:before,
	.woocommerce .star-rating:before,
	.woocommerce p.stars a::before,
	.ts-testimonial-wrapper .rating:before, 
	.ts-testimonial-wrapper .rating span:before,
	blockquote .rating:before, 
	blockquote .rating span:before{
		content: "\f005\f005\f005\f005\f005";
	}
	.woocommerce p.stars a::before,
	.woocommerce p.stars:hover a::before,
	.woocommerce p.stars a:hover~a::before,
	.woocommerce p.stars.selected a.active::before,
	.woocommerce p.stars.selected a.active~a::before,
	.woocommerce p.stars.selected a:not(.active)::before{
		content: "\f005";
	}
	.woocommerce .star-rating span:before,
	.woocommerce p.stars:hover a::before,
	.woocommerce p.stars.selected a::before,
	.ts-testimonial-wrapper .rating span:before,
	blockquote .rating span:before{
		font-weight: 900;
	}
	.woocommerce p.stars a:hover~a::before,
	.woocommerce p.stars.selected a.active~a::before{
		font-weight: 400;
	}
		
	/*------------------------------------------------------
		1. CUSTOM FONT FAMILY
	-------------------------------------------------------*/
	html,
	body,
	label,
	input,
	textarea,
	keygen,
	select,
	button,
	form table label,
	.ts-button.fa,
	li.fa,
	.font-body,
	/*** Blog ***/
	.avatar-name a,
	.breadcrumb-title-wrapper .breadcrumbs,
	article.single-post .entry-format blockquote,
	/*** Product ***/
	.product-name,
	.woocommerce h3.product-name,
	.woocommerce ul.cart_list h3.product-name a,
	.product-group-button .button-tooltip,
	.woocommerce ul.product_list_widget li a,
	.column-tabs ul.tabs li span.count,
	.widget_shopping_cart_content p.total strong,
	.woocommerce div.product .entry-title,
	.woocommerce span.onsale,
	.woocommerce div.product .images .product-label span.onsale, 
	.woocommerce div.product .images .product-label span.new, 
	.woocommerce div.product .images .product-label span.featured, 
	.woocommerce div.product .images .product-label span.out-of-stock, 
	.woocommerce div.product .images .product-label span,
	.woocommerce .product .product-label .onsale, 
	.woocommerce .product .product-label .new, 
	.woocommerce .product .product-label .featured, 
	.woocommerce .product .product-label .out-of-stock,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	/*** Menu ***/
	.menu-wrapper nav > ul.menu li .menu-desc,
	body.header-v9 .ts-floating-sidebar .main-menu-sidebar-wrapper nav > ul > li:after,
	body.header-v10 .ts-floating-sidebar .main-menu-sidebar-wrapper nav > ul > li:after,
	body.header-v2 .ts-floating-sidebar .main-menu-sidebar-wrapper nav > ul > li:after,
	/*** Cart/checkout ***/
	.cart_totals table th,
	.widget_display_stats > dl dt,
	.rating-wrapper strong.rating,
	#ship-to-different-address label,
	.woocommerce-checkout .checkout .create-account label,
	.woocommerce #order_review table.shop_table tfoot td,
	.woocommerce table.shop_table_responsive tr td:before, 
	.woocommerce-page table.shop_table_responsive tr td:before,
	/*** Shortcode/Widget/Visual ***/
	.mc4wp-form-fields label,
	.ts-milestone h3.subject,
	.ts-twitter-slider.twitter-content h4.name > a,
	.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
	body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
	body .theme-default .nivo-caption,
	.comment_list_widget blockquote.comment-body,
	.ts-banner.style-button-show h3,
	.ts-banner.has-description .box-content header h6,
	/*** Plugin ***/	
	body .pp_nav .currentTextHolder,
	/*** Dokan ***/
	.dokan-category-menu .sub-block h3{
		font-family: Roboto;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.5px;
	}
	.woocommerce div.product p.price ins, 
	.woocommerce div.product span.price ins{
		font-weight: 400;
	}
	.header-currency > .title, 
	.header-language > .title,
	.group-button-header h6.title{
		font-family: Roboto;
		font-style: normal;
		letter-spacing: 0.5px;
	}
	strong,
	b,
	dt,
	table th,
	body blockquote,
	.semibold,
	.ts-heading.semibold .heading,
	/*** Blog ***/
	.cats-link > a,
	.author > a,
	.comment-meta .edit,
	.comment-meta .reply,
	.single-navigation-1,
	.single-navigation-2,
	.single-portfolio .portfolio-info > span:first-child,
	/*** Product ***/
	.filter-widget-area-button a,
	.woocommerce .product .product-label .onsale,
	.woocommerce .product .product-label .new,
	.woocommerce .product .product-label .featured,
	.woocommerce .product .product-label .out-of-stock,
	div.product .single-navigation > a > span,
	.woocommerce div.product form.cart .reset_variations,
	.woocommerce div.product form.cart .variations label,
	/*** Cart/checkout ***/
	.cart-collaterals .cart_totals table.shop_table tr.cart-subtotal td, 
	.cart-collaterals .cart_totals table.shop_table tr.order-total td,
	.woocommerce table.shop_attributes th,
	.comment-respond #reply-title,
	#order_review table .product-total .amount,
	.woocommerce-checkout-review-order .cart-subtotal .woocommerce-Price-amount,
	.woocommerce table.woocommerce-table--order-details tfoot th,
	.woocommerce table.woocommerce-table--order-details tfoot td,
	/*** Shortcode/Widget/Visual ***/
	.ts-banner h6,
	.list-categories ul.tabs li span.category-name,
	.ts-product-in-product-type-tab-wrapper ul.tabs li,
	.counter-wrapper > div .number,
	.ts-feature-wrapper.vertical-icon .feature-title,
	.ts-feature-wrapper.vertical-image .feature-title,
	body.wpb-js-composer .vc_toggle_default .vc_toggle_title h4,
	#tab-seller .store-name span:first-child,
	#tab-seller .store-address span:first-child,
	#tab-seller .seller-name span:first-child,
	.header-v8 .ts-menu nav .widgettitle,
	.header-v8 .widget_nav_menu .widgettitle,
	.header-v8 .list-link .widgettitle,
	.header-v8 .ts-header .menu-wrapper ul > li > a:hover,
	.header-v8 .menu-wrapper nav > ul.menu > li.current-menu-item > a, 
	.header-v8 .menu-wrapper nav > ul.menu > li.current_page_parent > a, 
	.header-v8 .menu-wrapper nav > ul.menu > li.current-menu-parent > a, 
	.header-v8 .menu-wrapper nav > ul.menu > li.current_page_item > a, 
	.header-v8 .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a, 
	.header-v8 .menu-wrapper nav > ul.menu > li.current-page-ancestor > a, 
	.header-v8 .menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a,
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li > a:hover,
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li.current-menu-item > a, 
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li.current_page_parent > a, 
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li.current-menu-parent > a, 
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li.current_page_item > a, 
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li.current-menu-ancestor > a, 
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li.current-page-ancestor > a, 
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li.current-product_cat-ancestor > a,
	.header-v8 .ts-menu ul .sub-menu .ts-home-tabs > .tab-items > li > a:hover{
		font-family: Roboto;
		font-weight: 700;
	}
	@media screen and (min-width: 1279px){
		.header-v8 .menu-wrapper nav > ul.menu > li > a:hover,
		.header-v8 .menu-wrapper nav > ul > li > a:hover,
		.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li > a:hover,
		.header-v8 .menu-wrapper nav div.list-link li > a:hover,
		.header-v8 .menu-wrapper nav > ul.menu li.widget_nav_menu li > a:hover,		
		.header-v8 .widget_nav_menu .menu > li > a:hover,
		.header-v8 .menu div.list-link li > a:hover,
		.header-v8 .ts-menu ul .sub-menu .ts-home-tabs > .tab-items > li > a:hover,
		.header-v8 .ts-menu .group-meta a:hover,
		.header-v8 .ts-menu .group-meta ul li a:hover{
			font-family: Roboto;
			font-weight: 700;
		}
	}
	h1, h2, h3, h4, h5, h6, 
	.h1, .h2, .h3, .h4, .h5, .h6, 
	.ts-menu ul .sub-menu .ts-home-tabs > .tab-items > li > a,
	.woocommerce > form > fieldset legend,
	.woocommerce-cart .cart-collaterals .cart_totals > h2,
	.ts-active-filters .widget_layered_nav_filters .widgettitle,
	.woocommerce-cart .cart-count strong,
	.ts-testimonial-wrapper.style-horizontal .author a,
	.search-no-results .blog-template .alert,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a{
		font-family: Lora;
		font-style: normal;
		font-weight: 700;
	}
	.font-thin,
	.ts-heading.font-thin .heading{
		font-family: Lora;
		font-weight: 400;
	}
	.ts-menu ul li a{
		font-family: Verdana, Geneva, sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing: .75px;
	}
	.ts-menu ul .sub-menu li a,
	.ts-menu div.list-link li a,
	.ts-menu .widget_nav_menu .menu li a{
		font-family: Verdana, Geneva, sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0.5px;
	}
	.ts-menu .widgettitle,
	.ts-menu .widget_nav_menu .widgettitle,
	.ts-menu .list-link .widgettitle{
		font-family: Verdana, Geneva, sans-serif;
		font-style: normal;
		letter-spacing: 0.5px;
	}
	.special-font,
	.special-font h1, .special-font .h1,
	.special-font h2, .special-font .h2,
	.special-font h3, .special-font .h3,
	.special-font h4, .special-font .h4,
	.special-font h5, .special-font .h5,
	body.header-v9 .ts-floating-sidebar .main-menu-sidebar-wrapper nav > ul > li > a,
	body.header-v10 .ts-floating-sidebar .main-menu-sidebar-wrapper nav > ul > li > a,
	body.header-v2 .ts-floating-sidebar .main-menu-sidebar-wrapper nav > ul > li > a{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.5px;
	}
	
	/*------------------------------------------------------
		2. CUSTOM FONT SIZE
	-------------------------------------------------------*/
	html,
	body,
	keygen,
	select option,
	h3 > label,
	/*** Blog ***/
	.comment-text,
	.comment_list_widget .comment-body,
	.post_list_widget .excerpt,
	.single-portfolio .single-navigation > div a,
	.post_list_widget blockquote,
	article.single-post .entry-format blockquote,
	#ts-search-result-container ul li a,
	#ts-search-result-container .view-all-wrapper a,
	.rating-wrapper strong.rating,
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
	#comment-wrapper .heading-wrapper small,
	/*** Product ***/
	.product-name,
	.product-title,
	.products .product .product-name,
	.products .product .price,
	.woocommerce div.product p.price,
	.woocommerce div.product span.price,
	.products .product .product-sku,
	.products .product .product-brands,
	.products .product .product-categories,
	.products .product .short-description,
	.single-navigation .product-info > div > span:first-child, 
	.single-navigation .product-info > div > span:first-child,
	.woocommerce div.product .woocommerce-tabs .panel,
	/*** Cart/checkout ***/	
	.woocommerce .order_details li,
	table.woocommerce-checkout-review-order-table th,
	.woocommerce-cart .cart-collaterals .cart_totals > h2,
	/*** Shortcode/Widget/Visual ***/
	.shopping-cart-wrapper .ts-tiny-cart-wrapper,
	.ts-tiny-cart-wrapper .form-content > label,
	.ts-tiny-account-wrapper .dropdown-container,
	.mc4wp-form-fields label,
	.mailchimp-subscription .mc4wp-alert,
	.vc_progress_bar .vc_single_bar .vc_label,
	body.wpb-js-composer .vc_tta.vc_general,
	.ts-team-members .team-info,
	.ts-feature-wrapper.horizontal-icon .feature-title,
	.ts-feature-wrapper.horizontal-image .feature-title,
	.group-button-header h6.title,
	.ts-banner.has-description .box-content header h6,
	/*** Plugin ***/
	body .wpml-ls-legacy-list-vertical a,
	body .wpml-ls-legacy-list-horizontal ul li a{
		font-size: 16px;
		line-height: 26px;
	}
	input,
	textarea,
	select,
	body .select2-container--default .select2-selection--single .select2-selection__rendered,
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea,
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text,
	.ts-pagination ul li a.prev:before,
	.ts-pagination ul li a.next:before,
	.woocommerce nav.woocommerce-pagination ul li a.next:before,
	.woocommerce nav.woocommerce-pagination ul li a.prev:before,
	.woocommerce table.my_account_orders td,
	.woocommerce table.shop_table.my_account_orders,
	.vc_toggle_default .vc_toggle_title h4,
	header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle span,
	header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span,
	.ts-active-filters .widget_layered_nav_filters .widgettitle{
		font-size: 16px;
	}
	::-webkit-input-placeholder{
		font-size: 16px;
	}
	:-moz-placeholder{
		font-size: 16px;
	}
	::-moz-placeholder{
		font-size: 16px;
	}
	:-ms-input-placeholder{
		font-size: 16px;
	}
	.tagcloud a,
	.tags-link a{
		font-size: 16px !important;
	}
	/*** MENU ***/
	.menu-wrapper nav > ul.menu > li > a,
	.menu-wrapper nav > ul.menu > li:before,
	.mobile-menu-wrapper .mobile-menu > ul > li > a,
	.mobile-menu-wrapper nav > ul > li:before,
	.mobile-menu span.ts-menu-drop-icon{
		font-size: 15px;
	}
	.menu-wrapper nav > ul.menu ul.sub-menu > li > a,
	.menu-wrapper nav > ul.menu ul.sub-menu > li:before,
	.menu-wrapper nav div.list-link li > a,
	.menu-wrapper nav > ul.menu li.widget_nav_menu li > a,
	.ts-menu nav .widgettitle,
	.widget_nav_menu .widgettitle,
	.list-link .widgettitle,
	.widget_nav_menu .menu > li > a,
	.menu div.list-link li > a,
	ul li .ts-megamenu-container{
		font-size: 14px;		
	}
	.header-v8 .menu-wrapper nav > ul.menu > li > a,
	.header-v8 .menu-wrapper nav > ul > li > a,
	.header-v8 .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
	.header-v8 .menu-wrapper nav div.list-link li > a,
	.header-v8 .menu-wrapper nav > ul.menu li.widget_nav_menu li > a,		
	.header-v8 .widget_nav_menu .menu > li > a,
	.header-v8 .menu div.list-link li > a,
	.header-v8 ul li .ts-megamenu-container,
	.header-v8 .ts-menu ul .sub-menu .ts-home-tabs > .tab-items > li > a{
		font-family: Lora;
		font-weight: 400;
		font-size: 18px;
	}
	.header-v8 .ts-menu .group-meta ul li a,
	.header-v8 .ts-menu .group-meta{
		font-family: Lora;
		font-weight: 400;
	}
	/*** HEADING ***/
	h1,
	.h1,
	.ts-megamenu-static-html-container > .tab-heading > span:last-child{
		font-size: 29px;
		line-height: 34px;
	}
	h2,
	.h2,
	.breadcrumb-title-wrapper .breadcrumb-title h1,
	.woocommerce div.product .entry-title,
	.single .entry-title-left header .entry-title,
	.ts-home-tabs > .tab-items > li > a,
	.header-v8 .ts-menu nav .ts-megamenu-fullwidth .ts-megamenu-widgets-container .widgettitle,
	.header-v8 .ts-megamenu-fullwidth .ts-megamenu-widgets-container .widget_nav_menu .widgettitle,
	.header-v8 .ts-megamenu-fullwidth .ts-megamenu-widgets-container .list-link .widgettitle{
		font-size: 24px;
		line-height: 30px;
	}
	h3,
	.h3,
	.search-fullwidth .ts-sidebar-content h2,
	.search-fullscreen .ts-sidebar-content h2,
	.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-title h1,
	.theme-title .heading-title, 
	.comments-title .heading-title, 
	#comment-wrapper .heading-title,
	.ts-shortcode .heading-tab .heading-title,
	footer .widget .widgettitle, 
	footer .widget-title,
	.ts-banner.has-description .box-content header h2,
	.vc_col-sm-12 .ts-mailchimp-subscription-shortcode .widget-title,
	#main > .ts-product-category-wrapper .product-category .category-name h3,
	.vc_row[data-vc-stretch-content] .product-category .category-name h3,
	.ts-product-in-product-type-tab-wrapper.show-nav-as-text .column-tabs ul.tabs li,
	.ts-shortcode .shortcode-heading-wrapper h2{
		font-size: 24px;
		line-height: 30px;
	}
	h4,
	.h4,
	.woocommerce .cross-sells > h2, 
	.woocommerce .up-sells > h2, 
	.woocommerce .related > h2,
	.cart-collaterals .cart_totals > h2,
	.ts-shortcode.nav-top .owl-nav > div:before,
	.product-category .category-name h3,
	.ts-portfolio-wrapper.ts-shortcode .shortcode-heading-wrapper > h2,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
	body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a{
		font-size: 20px;
		line-height: 30px;
	}
	h5,
	.h5,
	#customer_login h2,
	.dropdown-container .cart-number,
	.woocommerce div.product .summary > .price,
	div.product .summary > .ts-variation-price .amount,
	.woocommerce div.product .single_variation_wrap .woocommerce-variation-price .price,
	.woocommerce-account .addresses .title h3, 
	.woocommerce-account .addresses h2, 
	.woocommerce-customer-details .addresses h2,
	.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
	.ts-sidebar-content h2,
	body h4.wpb_pie_chart_heading,
	h3.wpb_heading,
	.ts-feature-wrapper .feature-title,
	.ts-product-category-banner-wrapper .category-item h3,
	.search-no-results .blog-template .alert,
	.mc4wp-form-fields > h2.title,
	html body > h1{
		font-size: 18px;
		line-height: 26px;
	}
	h6,.h6,
	.widget-title,
	.ts-products-widget > h2,
	.woocommerce div.product form.cart .variations label,
	.woocommerce div.product.tabs-in-summary .woocommerce-tabs ul.tabs li > a,
	#order_review_heading,
	.woocommerce-account .page-container div.woocommerce > h2,
	.account-content h2,
	.woocommerce-MyAccount-content > h2,
	.woocommerce-customer-details > h2,
	.woocommerce-order-details > h2,
	.woocommerce-billing-fields > h3,
	.woocommerce-additional-fields > h3,
	header.woocommerce-Address-title > h3,
	.ts-portfolio-wrapper .filter-bar li,
	.ts-blogs-wrapper .blogs article.quote blockquote,
	.ts-team-members h3,
	.widget-container .post_list_widget header h5,
	.single-portfolio .single-navigation > div a:first-child,
	.style-verticle .list-categories ul.tabs li span.category-name,
	.ts-product-brand-wrapper .meta-wrapper .heading-title,
	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title,
	body.wpb-js-composer .vc_toggle .vc_toggle_title h4{
		font-size: 16px;
		line-height: 26px;
	}
	h1,.h1,
	h2,.h2,
	h3,.h3,
	.theme-title .heading-title, 
	.comments-title .heading-title, 
	#comment-wrapper .heading-title{
		letter-spacing: 1px;
	}
	h4,.h4,
	h5,.h5,
	h6,.h6,
	.clear-spacing,
	.ts-heading.clear-spacing .heading,
	.ts-team-members h3,
	.woocommerce-cart .cart-collaterals .cart_totals > h2,
	.ts-active-filters .widget_layered_nav_filters .widgettitle,
	.woocommerce-cart .cart-count strong{
		letter-spacing: 0.5px;
	}
	/*** BUTTON ***/
	a.ts-button,
	a.button,
	.ts-banner-button a,
	a.button-readmore,
	button, 
	input[type^="submit"],
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button,  
	.woocommerce a.button.disabled, 
	.woocommerce a.button:disabled, 
	.woocommerce a.button:disabled[disabled], 
	.woocommerce button.button.disabled, 
	.woocommerce button.button:disabled, 
	.woocommerce button.button:disabled[disabled], 
	.woocommerce input.button.disabled, 
	.woocommerce input.button:disabled, 
	.woocommerce input.button:disabled[disabled],
	.woocommerce #respond input#submit,
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt,  
	.woocommerce a.button.alt.disabled, 
	.woocommerce a.button.alt:disabled, 
	.woocommerce a.button.alt:disabled[disabled], 
	.woocommerce button.button.alt.disabled, 
	.woocommerce button.button.alt:disabled, 
	.woocommerce button.button.alt:disabled[disabled], 
	.woocommerce input.button.alt.disabled, 
	.woocommerce input.button.alt:disabled, 
	.woocommerce input.button.alt:disabled[disabled],
	.woocommerce a.button.added:before,
	.woocommerce button.button.added:before,
	.woocommerce input.button.added:before,
	.more-less-buttons a,
	.ts-shop-load-more .load-more,
	.ts-shortcode .load-more-wrapper .load-more,
	.filter-widget-area .widget-title,
	.woocommerce .woocommerce-ordering ul.orderby .orderby-current,
	.filter-widget-area-button a,
	.shopping-cart p.buttons a,
	html body.woocommerce table.compare-list tr.add-to-cart td a:before,
	html body table.compare-list tr.add-to-cart td a:before,
	#ts-search-sidebar .ts-search-result-container .view-all-wrapper a,
	.ts-milestone h3.subject,
	.woocommerce-account .woocommerce-MyAccount-navigation li,
	/* Dokan */
	input[type="submit"].dokan-btn,
	a.dokan-btn,
	.dokan-btn,
	body .product-edit-new-container .dokan-btn-lg{
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0.5px;
	}
	input,
	select,
	body .select2-container--default .select2-selection--single .select2-selection__rendered,
	textarea,
	select,
	html input[type^="search"],
	html input[type^="text"], 
	html input[type^="email"],
	html input[type^="password"],
	html input[type^="number"],
	html input[type^="tel"],
	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering .orderby li,
	.product-per-page-form ul.perpage li,
	.zoom-in-out-button a,
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea,
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text,
	.chosen-container a.chosen-single,
	.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text, 
	.woocommerce-page table.cart td.actions .coupon .input-text,
	body .select2-container--default .select2-selection--single .select2-selection__rendered,
	.ts-mailchimp-subscription-shortcode.style-2 .vertical-button-icon .subscribe-email .button {
		line-height: 30px !important;
	}
	textarea::-webkit-input-placeholder{ /* WebKit browsers */
		line-height: 30px !important;
	}
	textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
		line-height: 30px !important;
	}
	textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
		line-height: 30px !important;
	}
	textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
		line-height: 30px !important;
	}
	@media screen and (min-width: 1400px){
		.ts-heading.style-multiple-heading .heading{
			font-size: 29px;
			line-height: 34px;
		}
	}
	@media screen and (max-width: 1279px){
		h1,
		.h1,
		.ts-heading.style-multiple-heading h2,
		.ts-megamenu-static-html-container > .tab-heading > span:last-child{
			font-size: 22px;
			line-height: 28px;
		}
		h2,
		.h2,
		.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title h1,
		.woocommerce div.product .entry-title,
		.single .entry-title-left header .entry-title{
			font-size: 20px;
			line-height: 26px;
		}
		h3,
		.h3,
		.search-fullwidth .ts-sidebar-content h2,
		.search-fullscreen .ts-sidebar-content h2,
		.breadcrumb-title-wrapper .breadcrumb-title h1,
		.theme-title .heading-title, 
		.comments-title .heading-title, 
		#comment-wrapper .heading-title,
		.ts-shortcode .heading-tab .heading-title,
		footer .widget .widgettitle, 
		footer .widget-title,
		.ts-banner.has-description .box-content header h2,
		.vc_col-sm-12 .ts-mailchimp-subscription-shortcode .widget-title,
		#main > .ts-product-category-wrapper .product-category .category-name h3,
		.vc_row[data-vc-stretch-content] .product-category .category-name h3,
		.ts-product-in-product-type-tab-wrapper.show-nav-as-text .column-tabs ul.tabs li,
		.ts-shortcode .shortcode-heading-wrapper h2,
		.ts-home-tabs > .tab-items > li > a{
			font-size: 20px;
			line-height: 26px;
		}
		h4,
		.h4,
		.woocommerce .cross-sells > h2, 
		.woocommerce .up-sells > h2, 
		.woocommerce .related > h2,
		.cart-collaterals .cart_totals > h2,
		.ts-shortcode.nav-top .owl-nav > div:before,
		.product-category .category-name h3,
		.ts-portfolio-wrapper.ts-shortcode .shortcode-heading-wrapper > h2,
		body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
		body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a{
			font-size: 18px;
			line-height: 26px;
		}
		h5,
		.h5,
		#customer_login h2,
		.dropdown-container .cart-number,
		.woocommerce div.product .summary > .price,
		div.product .summary > .ts-variation-price .amount,
		.woocommerce div.product .single_variation_wrap .woocommerce-variation-price .price,
		.woocommerce-account .addresses .title h3, 
		.woocommerce-account .addresses h2, 
		.woocommerce-customer-details .addresses h2,
		.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
		.ts-sidebar-content h2,
		body h4.wpb_pie_chart_heading,
		h3.wpb_heading,
		.ts-feature-wrapper .feature-title,
		.ts-product-category-banner-wrapper .category-item h3,
		.search-no-results .blog-template .alert,
		.mc4wp-form-fields > h2.title,
		html body > h1{
			font-size: 16px;
			line-height: 24px;
		}
		h6,.h6,
		.widget-title,
		.ts-products-widget > h2,
		.woocommerce div.product form.cart .variations label,
		.woocommerce div.product.tabs-in-summary .woocommerce-tabs ul.tabs li > a,
		#order_review_heading,
		.woocommerce-account .page-container div.woocommerce > h2,
		.account-content h2,
		.woocommerce-MyAccount-content > h2,
		.woocommerce-customer-details > h2,
		.woocommerce-order-details > h2,
		.woocommerce-billing-fields > h3,
		.woocommerce-additional-fields > h3,
		header.woocommerce-Address-title > h3,
		.ts-portfolio-wrapper .filter-bar li,
		.ts-blogs-wrapper .blogs article.quote blockquote,
		.ts-team-members h3,
		.widget-container .post_list_widget header h5,
		.single-portfolio .single-navigation > div a:first-child,
		.style-verticle .list-categories ul.tabs li span.category-name,
		.ts-product-brand-wrapper .meta-wrapper .heading-title,
		body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title,
		body.wpb-js-composer .vc_toggle .vc_toggle_title h4{
			font-size: 14px;
			line-height: 20px;
		}
		h1,.h1,
		h2,.h2,
		h3,.h3,
		.theme-title .heading-title, 
		.comments-title .heading-title, 
		#comment-wrapper .heading-title{
			letter-spacing: 0.5px;
		}
		/*** BUTTON ***/		
		a.ts-button,
		a.button,
		.ts-banner-button a,
		a.button-readmore,
		button, 
		input[type^="submit"],
		.woocommerce a.button, 
		.woocommerce button.button, 
		.woocommerce input.button,  
		.woocommerce a.button.disabled, 
		.woocommerce a.button:disabled, 
		.woocommerce a.button:disabled[disabled], 
		.woocommerce button.button.disabled, 
		.woocommerce button.button:disabled, 
		.woocommerce button.button:disabled[disabled], 
		.woocommerce input.button.disabled, 
		.woocommerce input.button:disabled, 
		.woocommerce input.button:disabled[disabled],
		.woocommerce #respond input#submit,
		.woocommerce a.button.alt, 
		.woocommerce button.button.alt, 
		.woocommerce input.button.alt,  
		.woocommerce a.button.alt.disabled, 
		.woocommerce a.button.alt:disabled, 
		.woocommerce a.button.alt:disabled[disabled], 
		.woocommerce button.button.alt.disabled, 
		.woocommerce button.button.alt:disabled, 
		.woocommerce button.button.alt:disabled[disabled], 
		.woocommerce input.button.alt.disabled, 
		.woocommerce input.button.alt:disabled, 
		.woocommerce input.button.alt:disabled[disabled],
		.woocommerce a.button.added:before,
		.woocommerce button.button.added:before,
		.woocommerce input.button.added:before,
		.more-less-buttons a,
		.ts-shop-load-more .load-more,
		.ts-shortcode .load-more-wrapper .load-more,
		.filter-widget-area .widget-title,
		.woocommerce .woocommerce-ordering ul.orderby .orderby-current,
		.filter-widget-area-button a,
		.shopping-cart p.buttons a,
		.woocommerce div.product .summary > form.cart .button,
		html body.woocommerce table.compare-list tr.add-to-cart td a:before,
		html body table.compare-list tr.add-to-cart td a:before,
		#ts-search-sidebar .ts-search-result-container .view-all-wrapper a,
		.ts-milestone h3.subject,
		.woocommerce-account .woocommerce-MyAccount-navigation li,
		/* Dokan */
		input[type="submit"].dokan-btn,
		a.dokan-btn,
		.dokan-btn,
		body .product-edit-new-container .dokan-btn-lg{
			font-size: 12px;
			line-height: 24px;
			letter-spacing: 0.5px;
		}
		input,
		textarea,
		select,
		body .select2-container--default .select2-selection--single .select2-selection__rendered,
		textarea,
		select,
		html input[type^="search"],
		html input[type^="text"], 
		html input[type^="email"],
		html input[type^="password"],
		html input[type^="number"],
		html input[type^="tel"],
		.woocommerce .woocommerce-result-count,
		.woocommerce .woocommerce-ordering .orderby li,
		.product-per-page-form ul.perpage li,
		.zoom-in-out-button a,
		.woocommerce form .form-row input.input-text,
		.woocommerce form .form-row textarea,
		#add_payment_method table.cart td.actions .coupon .input-text,
		.woocommerce-cart table.cart td.actions .coupon .input-text,
		.woocommerce-checkout table.cart td.actions .coupon .input-text,
		.chosen-container a.chosen-single,
		.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
		#add_payment_method table.cart td.actions .coupon .input-text, 
		.woocommerce-cart table.cart td.actions .coupon .input-text, 
		.woocommerce-checkout table.cart td.actions .coupon .input-text, 
		.woocommerce-page table.cart td.actions .coupon .input-text,
		body .select2-container--default .select2-selection--single .select2-selection__rendered,
		.ts-mailchimp-subscription-shortcode.style-2 .vertical-button-icon .subscribe-email .button{
			line-height: 24px !important;
		}
		.quantity ::-webkit-input-placeholder,
		td.product-quantity ::-webkit-input-placeholder{
			line-height: 24px;
		}
		.quantity :-moz-placeholder,
		td.product-quantity :-moz-placeholder{
			line-height: 24px;
		}
		.quantity ::-moz-placeholder,
		td.product-quantity ::-moz-placeholder{
			line-height: 24px;
		}
		.quantity :-ms-input-placeholder,
		td.product-quantity :-ms-input-placeholder{
			line-height: 24px;
		}
	}

	/*------------------------------------------------------
		3. CUSTOM COLOR
	-------------------------------------------------------*/
	/*** MAIN ***/
	body,
	blockquote .author,
	.entry-meta-top span,
	.tagcloud a,
	.comment_list_widget .comment-body,
	.list-categories li > a,
	.ts-pagination ul li a,
	/*** Product ***/
	.woocommerce p.stars a,
	.woocommerce-product-rating .woocommerce-review-link,
	.woocommerce .woocommerce-ordering ul li a, 
	.product-per-page-form ul.perpage ul li a,
	.woocommerce div.product p.stock span,
	.woocommerce div.product .summary .woocommerce-product-details__short-description,
	.brands-link span:not(.brand-links),
	.cats-link span:not(.cat-links),
	.tags-link span:not(.tag-links),
	ul.product_list_widget li .ts-wg-meta .product-categories a,
	.list-cats li a,
	.product-categories .count,
	.woocommerce div.product p.availability.stock label,
	.quantity .number-button:before,
	.quantity .number-button:after,
	div.product .ts-product-video-button, 
	div.product .ts-product-360-button, 
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,
	/*** Cart/Checkout/Account ***/
	.woocommerce table.shop_attributes td,
	.woocommerce table.shop_attributes th,
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text,
	.my-account-wrapper .forgot-pass a, 
	body .my-account-wrapper .form-content a.sign-up,
	/*** Shortcode/Widget/Visual ***/
	.ts-tiny-cart-wrapper .subtotal > span:first-child,
	.ts-tiny-cart-wrapper ul li div.blockUI.blockOverlay:after,
	.widget_shopping_cart ul li div.blockUI.blockOverlay:after,
	.ts-testimonial-wrapper.style-horizontal blockquote .content,
	.ts-testimonial-wrapper .author-role .role,
	.widget_recent_entries ul li > a,
	.widget_recent_comments ul li > a,
	.widget_rss cite,
	.widget_categories > ul li > a,
	.widget-container.ts-social-icons ul li > a,
	.widget-container ul li > a,
	.ts-product-categories-widget ul.product-categories li > a,
	.ts-product-categories-widget ul.product-categories li span.icon-toggle,
	.woocommerce .product-filter-by-brand ul li label,
	.ts-heading.style-multiple-heading .heading-2,
	.ts-banner.has-description .box-content header h6,
	.dataTables_wrapper,
	/*** Dokan ***/
	.dokan-widget-area .widget ul li > a,
	.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a,
	.dokan-pagination-container .dokan-pagination li a{
		color: rgba(112,112,112,1);
	}
	::-webkit-input-placeholder{
		color: rgba(112,112,112,1);
	}
	:-moz-placeholder{
		color: rgba(112,112,112,1);
	}
	::-moz-placeholder{
		color: rgba(112,112,112,1);
	}
	:-ms-input-placeholder{
		color: rgba(112,112,112,1);
	}
	/*** Text Bold ***/
	strong,
	b,
	dt,
	table th,
	.ts-dropcap,
	.ol-style li:before,
	.ul-style li:before,
	/*** Blog ***/
	.single-portfolio .portfolio-info > span:first-child,
	.ts-sidebar-content .info-desc,
	.single-portfolio .portfolio-like,
	.ts-portfolio-wrapper .filter-bar li,
	.comment-respond #reply-title,
	/*** Product ***/
	.filter-widget-area-button a,
	.ts-tiny-cart-wrapper .total,
	.widget_shopping_cart .total,
	.zoom-in-out-button a:hover,
	.product-per-page-form ul.perpage .perpage-current:hover,
	.ts-active-filters .widget_layered_nav_filters ul li a,
	.woocommerce table.shop_attributes td,
	.woocommerce div.product form.cart .variations label,
	div.product .single-navigation > a > span,
	.ts-shop-result-count,
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	/*** Cart/Checkout ***/
	#order_review,
	.woocommerce-cart .cart-count,
	.woocommerce-cart table.cart,
	.woocommerce .woocommerce-ordering ul li a:hover,
	.cart-collaterals .cart_totals table.shop_table tbody td:before,
	.woocommerce ul#shipping_method .amount,
	.cart-collaterals .woocommerce-shipping-destination,
	.cart-collaterals .cart_totals .cart-subtotal td,
	.woocommerce-cart .cart-collaterals .cart_totals > h2,
	.woocommerce table.woocommerce-table--order-details tfoot,
	.woocommerce > form.checkout,
	/*** Shortcode/Widget/Visual ***/
	.list-categories ul.tabs li span.category-name,
	.ts-product-in-product-type-tab-wrapper ul.tabs li,
	.counter-wrapper > div .number,
	.widget_archive > ul li a:hover,
	.wp-block-archives li a:hover,
	.widget_categories > ul li a:hover,
	body.wpb-js-composer .vc_toggle .vc_toggle_icon:before,
	body.wpb-js-composer .vc_toggle .vc_toggle_icon:after,
	body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab,
	.ts-product-in-product-type-tab-wrapper.show-nav-as-text.nav-middle .owl-nav > div:hover,
	/*** Plugin ***/
	#tab-seller .store-name span:first-child,
	#tab-seller .store-address span:first-child,
	#tab-seller .seller-name span:first-child{
		color: rgba(32,32,32,1);
	}	
	html body > h1,
	.widget_calendar caption,
	.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
		background-color: rgba(32,32,32,1);
	}
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
		border-color: rgba(32,32,32,1);
	}
	.products .product.product-category .product-wrapper > a{
		background-color: rgba(32,32,32,1);
	}
	.filter-widget-area ul li a:hover,
	.widget-container.ts-product-categories-widget ul > li.current > a, 
	.widget-container.widget_product_categories ul > li.current-cat a, 
	.widget-container.product-filter-by-brand ul > li.selected label,
	.widget-container.product-filter-by-availability ul li:hover label,
	.ol-style.primary-color li:before,
	.ul-style.primary-color li:before,
	.vertical-button-icon .subscribe-email .button,
	.woocommerce form .show-password-input.display-password::after, 
	.woocommerce-page form .show-password-input.display-password::after,
	/*** Widget ***/
	.widget_categories > ul li a:hover,
	.widget_pages > ul li a:hover,
	.widget_nav_menu .menu-menu-main-container > ul li a:hover,
	.widget-container ul.product-categories li a:hover,
	.widget-container.widget_categories > ul li a:hover,
	.widget_layered_nav > ul > li a:hover,
	.widget-container.product-filter-by-price .product-filter-by-price-wrapper > ul > li label:hover,
	.widget-container.product-filter-by-color ul li.chosen a:hover .color-name,
	.woocommerce .widget_rating_filter > ul li.wc-layered-nav-rating.chosen a,
	.widget-container.product-filter-by-brand ul > li.selected label,
	.widget-container.product-filter-by-availability ul li input[checked] + label,
	.widget-container.product-filter-by-color ul li.chosen a .color-name,
	.widget-container.product-filter-by-price ul li.chosen label,
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a,
	.ts-social-icons .social-icons:not(.style-vertical) li.custom .ts-tooltip:before,
	.ts-social-icons .social-icons li.custom a:hover,
	footer#colophon .ts-social-icons .social-icons li.custom a:hover,
	.widget_recent_comments ul li .comment-author-link,
	.ts-milestone .number,
	/*** Close ***/
	.ts-popup-modal .close:after,
	.ts-floating-sidebar .close:after,
	/*** Remove ***/
	.woocommerce table.shop_table .product-remove a:before,
	.cart_list li .cart-item-wrapper a.remove:before,
	.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
	.woocommerce.widget_shopping_cart .cart_list li a.remove:before,
	body table.compare-list tr.remove td > a .remove:before{
		color: rgba(32,32,32,1);
	}
	.owl-dots > div > span,
	body .flex-control-paging li a,
	body .theme-default .nivo-controlNav a,
	body .theme-default .nivo-controlNav a.active,
	.ts-social-icons .social-icons.style-square li.custom a:hover,
	footer#colophon .ts-social-icons .social-icons.style-square li.custom a:hover,
	.ts-social-icons .social-icons.style-circle li.custom a:hover,
	footer#colophon .ts-social-icons .social-icons.style-circle li.custom a:hover,
	.ts-social-icons .style-vertical-multicolor li.custom a:hover i,
	.ts-social-icons .style-circle-multicolor li.custom a,
	footer#colophon .ts-social-icons .style-circle-multicolor li.custom a,
	.ts-social-icons .style-vertical-multicolor li.custom a i{
		border-color: rgba(32,32,32,1);
	}
	.owl-dots > div:hover > span,
	.owl-dots > div.active > span,
	.dots-verticle .owl-dots > div:hover > span,
	.dots-verticle .owl-dots > div.active > span,
	.ts-social-icons .social-icons.style-square li.custom a:hover,
	footer#colophon .ts-social-icons .social-icons.style-square li.custom a:hover,
	.ts-social-icons .social-icons.style-circle li.custom a:hover,
	footer#colophon .ts-social-icons .social-icons.style-circle li.custom a:hover,
	.ts-social-icons .social-icons.style-circle-opacity li.custom a:hover,
	footer#colophon .ts-social-icons .social-icons.style-circle-opacity li.custom a:hover,
	.ts-social-icons .social-icons:not(.style-vertical) li.custom .ts-tooltip,
	.ts-social-icons .style-circle-multicolor li.custom a,
	footer#colophon .ts-social-icons .style-circle-multicolor li.custom a,
	.ts-social-icons .style-vertical-multicolor li.custom a i{
		background: rgba(32,32,32,1);
	}
	table.woocommerce-checkout-review-order-table tbody > tr:last-child > td,
	table.woocommerce-table--order-details tbody > tr:last-child > td{
		border-color: rgba(32,32,32,1);
	}
	/*** Main background ***/
	body #main,
	body.dokan-store #main:before,
	#cboxLoadedContent,
	.ts-floating-sidebar.search-fullscreen.active,	
	form.checkout div.create-account,
	#main > .page-container,
	body .flexslider .slides,
	body .wpb_gallery_slides.wpb_slider_nivo,
	.ts-floating-sidebar .ts-sidebar-content,
	.ts-popup-modal .popup-container,
	body #ts-search-result-container:before,
	.active-table.style-2 .group-price,
	body .select2-container--default .select2-selection--single .select2-selection__rendered,
	.dataTables_wrapper,
	body > .compare-list,
	.single-navigation > div .product-info:before,
	.woocommerce .woocommerce-ordering .orderby ul:before,
	.product-per-page-form ul.perpage ul:before,
	.single-navigation .product-info:before,
	.google-map-container .information,
	.ts-blogs .article-content,
	.list-posts > article,
	div.product .single-navigation a .product-info,
	.ts-floating-sidebar.search-fullscreen .ts-sidebar-content,
	.ts-header .menu-wrapper nav > ul.menu li ul.sub-menu:before,
	.ts-search-result-container,
	.filter-widget-area.style-default > .widget-container > :not(.widget-title-wrapper):before{
		background-color: rgba(248,248,248,1);
	}	
	.tagcloud a,
	.tags-link a{
		background: rgba(70,102,56,1);
		color: rgba(32,32,32,1);
	}
	@-moz-keyframes fade{
		to{
			background: rgba(248,248,248,1);
		}
	}
	@-webkit-keyframes fade{
		to{
			background: rgba(248,248,248,1);
		}
	}
	@keyframes fade{
		to{
			background: rgba(248,248,248,1);
		}
	}
		.dropdown-container ul.cart_list li.loading:before,
	.dropdown-container ul.cart_list li div.blockUI.blockOverlay:before{
		background-color: rgba(248,248,248,0.9);
	}
	.product-content.show-more-less:before{
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(248,248,248,0)),to(rgba(248,248,248,1)));
		background-image: linear-gradient(to bottom,rgba(248,248,248,0) 0,rgba(248,248,248,1) 100%);
	}
		/*** LOADING ***/
	.woocommerce a.button.loading:before,
	.woocommerce button.button.loading:before,
	.woocommerce input.button.loading:before,
	div.blockUI.blockOverlay:before,
	.woocommerce .blockUI.blockOverlay:before,
	.dropdown-container ul.cart_list li.loading:before,
	.archive.ajax-pagination .woocommerce > .products.loading:after{
		background: rgba(248,248,248,1);
	}
	.vc_row.loading:after,
	div.wpcf7 .ajax-loader:after,
	.thumbnails.loading:after,
	.thumbnails-container.loading:after,
	article .thumbnail.loading:after,
	figure.gallery.loading:after,
	.ts-blogs-wrapper.loading .content-wrapper:after,
	.column-products.loading:after,
	.ts-product-category-wrapper .content-wrapper.loading:after,
	.ts-product-in-category-tab-wrapper ul.tabs.loading:after,
	.ts-logo-slider-wrapper.loading .content-wrapper:after,
	.woocommerce a.button.loading:after,
	.woocommerce button.button.loading:after,
	.woocommerce input.button.loading:after,
	div.blockUI.blockOverlay:after,
	.woocommerce div.blockUI.blockOverlay:after,
	.dropdown-container ul.cart_list li.loading:after,
	.ts-tiny-cart-wrapper ul li div.blockUI.blockOverlay:after,
	.widget_shopping_cart ul li div.blockUI.blockOverlay:after,
	.archive.ajax-pagination .woocommerce > .products.loading:before{
		color: rgba(32,32,32,1);
	}
	/*** PRIMARY COLOR ***/
	.ts-shortcode .load-more-wrapper .load-more:before, 
	.ts-shop-load-more .load-more:before,
	.ts-product-attribute > div.option:not(.color).selected a:after,
	.widget_archive ul li:before{
		background-color: rgba(32,32,32,1);
	}
	.ts-dropcap.style-2,
	header .header-middle .header-right .my-wishlist-wrapper > a .wishlist-number,
	.shopping-cart-wrapper .cart-control .cart-number{
		background-color: rgba(32,32,32,1);
		color: rgba(248,248,248,1);
	}
	.products .product.product-category .product-wrapper .meta-wrapper{
		color: rgba(248,248,248,1);
	}
	.list-posts article.sticky,
	.woocommerce div.product .summary .ts-add-to-compare,
	.woocommerce div.product .summary .ts-add-to-wishlist{
		border-color: rgba(32,32,32,1);
	}
	.search-button:hover .icon:before,
	.shopping-cart-wrapper:hover a > .ic-cart:before,
	.ts-tiny-account-wrapper:hover .account-control:before,
	ul.info-content.icon-primary li:before,
	.my-wishlist-wrapper:hover a:before{
		color: rgba(32,32,32,1);
	}
	.ts-group-meta-icon-toggle:hover .icon span, 
	.ts-icon-toggle-header-top:hover span{
		background-color: rgba(32,32,32,1);
	}
	@media screen and (max-width: 767px){
		.header-v6 .header-left .my-wishlist-wrapper > a .wishlist-number{
			background-color: rgba(32,32,32,1);
			color: rgba(248,248,248,1);
		}
	}

	/*** HEADING ***/
	h1,h2,h3,h4,h5,h6,
	.h1,.h2,.h3,.h4,.h5,.h6,
	.widget-container .widget-title-wrapper a.block-control:hover,
	fieldset legend,
	.ts-wishlist-table-wrapper .heading-row,
	.ts-compare-table-wrapper > div .heading,
	.ts-menu ul .sub-menu .ts-home-tabs > .tab-items > li > a{
		color: rgba(32,32,32,1);
	}
	/*** LINK ***/
	a,
	.author a,
	.author a:hover,
	.ts-shortcode .load-more-wrapper .load-more,
	.ts-shop-load-more .load-more,
	.ts-shortcode .load-more-wrapper .load-more:hover,
	.ts-shop-load-more .load-more:hover,
	.ts-button-wrapper.text-only a.ts-button,
	.ts-button-wrapper.text-only a.ts-button:hover,
	.wc-proceed-to-checkout .button.continue-shopping:hover,
	a.shipping-calculator-button:hover,
	.woocommerce-review__author,
	.entry-meta-top .comment-count:before,
	.cats-link a,
	.cats-link a:hover,
	.ts-pagination ul li a:focus, 
	.ts-pagination ul li a:hover, 
	.ts-pagination ul li span.current, 
	.woocommerce nav.woocommerce-pagination ul li a:focus, 
	.woocommerce nav.woocommerce-pagination ul li a:hover, 
	.woocommerce nav.woocommerce-pagination ul li span.current,
	.vc_row.row-slider .widget-container.ts-social-icons ul li > a i,
	body blockquote,
	.ts-social-sharing li a,
	.ts-social-sharing span,
	.single-navigation-1 a,
	.single-navigation-2 a,
	.comment-meta a,
	.widget_recent_entries ul li a,
	.widget_rss ul li > a,
	.ts-testimonial-wrapper.show-nav.nav-middle .items .owl-nav > div,
	.ts-product-in-category-tab-wrapper.style-verticle.nav-middle .products .owl-nav > div,
	.style-horizontal-icons .list-categories ul.tabs.owl-carousel .owl-nav > div,
	.woocommerce .checkout-login-coupon-wrapper .lost_password a{
		color: rgba(70,102,56,1);
	}
	a:hover,
	.hightlight,
	.logged-in .my-account-wrapper .dropdown-container a:hover,
	.products .product .product-brands a:hover,
	.products .product .product-categories a:hover,
	.widget-container ul.product_list_widget li .ts-wg-meta > a:hover, 
	ul.product_list_widget li .ts-wg-meta .product-categories a:hover,
	ul.product_list_widget li .ts-wg-meta > a:hover, 
	.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a:hover, 
	.woocommerce ul.cart_list li .product-name a:hover, 
	.woocommerce ul.product_list_widget li .product-name a:hover,
	.woocommerce-product-rating .woocommerce-review-link:hover,
	.single-portfolio .portfolio-like:hover .ic-like,
	.ts-portfolio-wrapper .item .portfolio-meta .icon-group a:hover,
	.header-language:hover .wpml-ls-legacy-dropdown > ul > li > a:hover,
	.header-language:hover .wpml-ls-legacy-dropdown-click > ul > li > a:hover,
	.header-currency a:hover,
	.header-language a:hover,
	.ts-floating-sidebar .header-currency a:hover,
	.ts-floating-sidebar .header-language a:hover,
	.ts-floating-sidebar .close:hover:after,
	.woocommerce table.shop_table .product-remove:hover a:before,
	.cart_list li .cart-item-wrapper a.remove:hover:before,
	.woocommerce .widget_shopping_cart .cart_list li a.remove:hover:before,
	.woocommerce.widget_shopping_cart .cart_list li a.remove:hover:before,
	.filter-widget-area-button a.active,
	.single-post .no-featured-image .entry-meta-middle .author a,
	.single-post .no-featured-image .entry-meta-middle .cats-link a{
		color: rgba(70,102,56,0.74);
	}
	.woocommerce .widget_layered_nav_filters ul li a:hover:after,
	.woocommerce .widget_rating_filter > ul li.wc-layered-nav-rating.chosen a:hover:after,
	.widget-container.product-filter-by-brand ul > li.selected label:hover:after,
	.widget-container.product-filter-by-availability ul li input[checked] + label:hover:after,
	.widget-container.product-filter-by-color ul li.chosen a .color-name:hover:after,
	.widget-container.product-filter-by-price ul li.chosen label:hover:after,
	.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:hover:after{
		color: rgba(70,102,56,0.74) !important;
	}
	/*** HEADER ***/
	.header-top{
		background: rgba(248,248,248,1);
		color: rgba(32,32,32,1);
	}
	.header-top > .container:before{
		border-color: rgba(233,233,233,1);
	}
	.header-middle{
		background: rgba(248,248,248,1);
		color: rgba(32,32,32,1);
	}
	div#main > *:first-child:before{
		border-color: rgba(233,233,233,1);
	}
	.shopping-cart-wrapper .dropdown-container:before, 
	.my-account-wrapper .dropdown-container:before, 
	header .wcml_currency_switcher > ul:before, 
	header .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
	header .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
		background: rgba(248,248,248,1);
	}
	header .header-top .wcml_currency_switcher > ul:before, 
	header .header-top .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
	header .header-top .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
		background: rgba(248,248,248,1);
	}	
	.search-button .icon:before, 
	.ts-search-by-category .search-button:before,
	.shopping-cart-wrapper a > .ic-cart:before, 
	.ts-tiny-account-wrapper .account-control:before, 
	.logged-in .my-account-wrapper .dropdown-container a,
	.my-wishlist-wrapper > a:before{
		color: rgba(32,32,32,1);
	}
	.ts-group-meta-icon-toggle .icon span, 
	.ts-icon-toggle-header-top span{
		background-color: rgba(32,32,32,1);
	}
	.header-top .search-button .icon:before, 
	.header-top .ts-search-by-category .search-button:before,
	.header-top .shopping-cart-wrapper a > .ic-cart:before, 
	.header-top .ts-tiny-account-wrapper .account-control:before, 
	.logged-in .header-top .my-account-wrapper .dropdown-container a, 
	.header-top .my-wishlist-wrapper > a:before{
		color: rgba(32,32,32,1);
	}

	/*** Dropdown color ***/
	.header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, 
	.header-top .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
	.header-top .header-currency ul{
		color: rgba(32,32,32,1);
	}
	.header-middle .shopping-cart-wrapper .dropdown-container, 
	.header-middle .my-account-wrapper .dropdown-container, 
	.header-middle .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, 
	.header-middle .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
	.header-middle .header-currency ul{
		color: rgba(32,32,32,1);
	}
	/*** BREADCRUMB ***/
	.breadcrumb-title-wrapper .breadcrumb-title h1{
		color: rgba(32,32,32,1);
	}
	.breadcrumb-title-wrapper .breadcrumbs,
	.breadcrumb-title-wrapper .breadcrumbs span,
	.breadcrumb-title-wrapper .breadcrumbs a:hover{
		color: rgba(32,32,32,1);
	}
	.breadcrumb-title-wrapper .breadcrumbs a{
		color: rgba(112,112,112,1);
	}
	/*** MENU ***/
	.ts-menu ul li a,
	.ts-menu ul li .ts-menu-drop-icon,
	.header-v5 .header-currency,
	.header-v5 .header-language{
		color: rgba(21,21,21,1);
	}
	.ts-menu ul .sub-menu li a,
	.ts-menu ul .sub-menu li .ts-menu-drop-icon,
	.ts-menu div.list-link li a,
	.ts-menu .widget_nav_menu .menu li a{
		color: rgba(112,112,112,1);
	}
	.ts-menu .widgettitle,
	.ts-menu .widget_nav_menu .widgettitle,
	.ts-menu .list-link .widgettitle{
		color: rgba(32,32,32,1);
	}
	nav > ul.menu li > a .menu-label:before,
	nav > ul.menu ul.sub-menu li a:hover,
	.ts-menu ul li.current-menu-item > a, 
	.ts-menu ul li.current_page_parent > a, 
	.ts-menu ul li.current-menu-parent > a, 
	.ts-menu ul li.current_page_item > a, 
	.ts-menu ul li.current-menu-ancestor > a, 
	.ts-menu ul li.current-page-ancestor > a, 
	.ts-menu ul li.current-product_cat-ancestor > a,
	.ts-menu ul li.current-menu-item .ts-menu-drop-icon, 
	.ts-menu ul li.current_page_parent .ts-menu-drop-icon, 
	.ts-menu ul li.current-menu-parent .ts-menu-drop-icon, 
	.ts-menu ul li.current_page_item .ts-menu-drop-icon, 
	.ts-menu ul li.current-menu-ancestor .ts-menu-drop-icon, 
	.ts-menu ul li.current-page-ancestor .ts-menu-drop-icon, 
	.ts-menu ul li.current-product_cat-ancestor .ts-menu-drop-icon,
	.ts-menu ul .sub-menu li.current-menu-item > a, 
	.ts-menu ul .sub-menu li.current_page_parent > a, 
	.ts-menu ul .sub-menu li.current-menu-parent > a, 
	.ts-menu ul .sub-menu li.current_page_item > a, 
	.ts-menu ul .sub-menu li.current-menu-ancestor > a, 
	.ts-menu ul .sub-menu li.current-page-ancestor > a, 
	.ts-menu ul .sub-menu li.current-product_cat-ancestor > a,
	.ts-menu ul .sub-menu li.current-menu-item .ts-menu-drop-icon, 
	.ts-menu ul .sub-menu li.current_page_parent .ts-menu-drop-icon, 
	.ts-menu ul .sub-menu li.current-menu-parent .ts-menu-drop-icon, 
	.ts-menu ul .sub-menu li.current_page_item .ts-menu-drop-icon, 
	.ts-menu ul .sub-menu li.current-menu-ancestor .ts-menu-drop-icon, 
	.ts-menu ul .sub-menu li.current-page-ancestor .ts-menu-drop-icon, 
	.ts-menu ul .sub-menu li.current-product_cat-ancestor .ts-menu-drop-icon,
	.ts-floating-sidebar a:hover{
		color: rgba(32,32,32,1);
	}
	.ts-floating-sidebar a,
	.ts-floating-sidebar .ts-menu ul li a,
	.ts-floating-sidebar .ts-menu ul li .ts-menu-drop-icon,
	.ts-floating-sidebar .ts-menu ul .sub-menu li a,
	.ts-floating-sidebar .ts-menu ul .sub-menu li .ts-menu-drop-icon,
	.ts-floating-sidebar .ts-menu div.list-link li a,
	.ts-floating-sidebar .ts-menu .widget_nav_menu .menu li a,
	.ts-floating-sidebar .ts-menu .widgettitle,
	.ts-floating-sidebar .ts-menu .widget_nav_menu .widgettitle,
	.ts-floating-sidebar .ts-menu .list-link .widgettitle{
		color: rgba(32,32,32,1);
	}
	.mobile-menu-wrapper ul li.current-menu-item > a, 
	.mobile-menu-wrapper ul li.current-menu-parent > a, 
	.mobile-menu-wrapper ul li.current_page_item > a, 
	.mobile-menu-wrapper ul li.current-menu-ancestor > a, 
	.mobile-menu-wrapper ul li.current-page-ancestor > a, 
	.mobile-menu-wrapper ul li.current-product_cat-ancestor > a, 
	.mobile-menu-wrapper ul li.current-menu-item .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul li.current_page_parent .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul li.current-menu-parent .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul li.current_page_item .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul li.current-menu-ancestor .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul li.current-page-ancestor .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul li.current-product_cat-ancestor .mobile-menu-wrapper-drop-icon,
	.mobile-menu-wrapper ul .sub-menu li.current-menu-item > a, 
	.mobile-menu-wrapper ul .sub-menu li.current-menu-parent > a, 
	.mobile-menu-wrapper ul .sub-menu li.current_page_item > a, 
	.mobile-menu-wrapper ul .sub-menu li.current-menu-ancestor > a, 
	.mobile-menu-wrapper ul .sub-menu li.current-page-ancestor > a, 
	.mobile-menu-wrapper ul .sub-menu li.current-product_cat-ancestor > a, 
	.mobile-menu-wrapper ul .sub-menu li.current-menu-item .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul .sub-menu li.current_page_parent .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul .sub-menu li.current-menu-parent .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul .sub-menu li.current_page_item .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul .sub-menu li.current-menu-ancestor .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul .sub-menu li.current-page-ancestor .mobile-menu-wrapper-drop-icon, 
	.mobile-menu-wrapper ul .sub-menu li.current-product_cat-ancestor .mobile-menu-wrapper-drop-icon,
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li a:hover, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul ul.sub-menu li a:hover, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-menu-item > a, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-menu-parent > a, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current_page_item > a, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-menu-ancestor > a, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-page-ancestor > a, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-product_cat-ancestor > a, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-menu-item .ts-floating-sidebar .main-menu-sidebar-wrapper-drop-icon, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current_page_parent .ts-floating-sidebar .main-menu-sidebar-wrapper-drop-icon, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-menu-parent .ts-floating-sidebar .main-menu-sidebar-wrapper-drop-icon, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current_page_item .ts-floating-sidebar .main-menu-sidebar-wrapper-drop-icon, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-menu-ancestor .ts-floating-sidebar .main-menu-sidebar-wrapper-drop-icon, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-page-ancestor .ts-floating-sidebar .main-menu-sidebar-wrapper-drop-icon, 
	.ts-floating-sidebar .main-menu-sidebar-wrapper ul li.current-product_cat-ancestor .ts-floating-sidebar .main-menu-sidebar-wrapper-drop-icon{
		color: rgba(70,102,56,0.74);
	}	
	.header-v8 .ts-header .menu-wrapper .ts-menu,
	.header-v8 .ts-header .menu-wrapper nav > ul.menu li ul.sub-menu:before{
		background: rgba(32,32,32,1);
	}	
	.header-v8 header .wcml_currency_switcher > ul:before, 
	.header-v8 header .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
	.header-v8 .header-middle .header-currency ul:before{
		background: rgba(248,248,248,1);
	}
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li .ts-menu-drop-icon,
	.header-v8 .ts-header .menu-wrapper nav > ul.menu ul.sub-menu li a:hover,
	.header-v8 .ts-header .menu-wrapper .ts-menu ul ul li.current-menu-item > a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current_page_parent > a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-menu-parent > a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current_page_item > a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-menu-ancestor > a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-page-ancestor > a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-product_cat-ancestor > a,
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-menu-item .ts-menu-drop-icon, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current_page_parent .ts-menu-drop-icon, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-menu-parent .ts-menu-drop-icon, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current_page_item .ts-menu-drop-icon, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-menu-ancestor .ts-menu-drop-icon, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-page-ancestor .ts-menu-drop-icon, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul li.current-product_cat-ancestor .ts-menu-drop-icon,
	.header-v8 .ts-header .menu-wrapper .ts-menu ul .sub-menu li a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu ul .sub-menu li .ts-menu-drop-icon,
	.header-v8 .ts-header .menu-wrapper nav > ul.menu li:before,
	.header-v8 .ts-header .menu-wrapper .ts-menu div.list-link li a, 
	.header-v8 .ts-header .menu-wrapper .ts-menu .widget_nav_menu .menu li a,
	.header-v8 .ts-header .menu-wrapper .ts-menu nav .widgettitle,
	.header-v8 .ts-header .menu-wrapper .widget_nav_menu .widgettitle,
	.header-v8 .ts-header .menu-wrapper .list-link .widgettitle,
	.header-v8 .ts-header .menu-wrapper .ts-menu ul .sub-menu .ts-home-tabs > .tab-items > li > a,
	.header-v8 .ts-header .menu-wrapper .header-currency, 
	.header-v8 .ts-header .menu-wrapper .header-language{
		color: rgba(248,248,248,1);
	}
	.header-v8 .ts-header .header-middle .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, 
	.header-v8 .ts-header .header-middle .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
	.header-v8 .ts-header .header-middle .header-currency ul,
	.header-v8 .ts-header .header-middle .header-language ul.wpml-ls-sub-menu li a, 
	.header-v8 .ts-header .header-middle .header-currency ul li a{
		color: rgba(32,32,32,1);
	}
	@media screen and (min-width: 1279px){
		.header-v8.menu-header-active .ts-group-meta-icon-toggle .icon span{
			background: rgba(248,248,248,1);
		}
	}
	/*** FOOTER ***/
	.first-footer-area{
		background: rgba(248,248,248,1);
		color: rgba(112,112,112,1);
	}
	.end-footer{
		background: rgba(248,248,248,1);
		color: rgba(112,112,112,1);
	}
	.first-footer-area a:hover,
	.first-footer-area .vc_wp_custommenu .current-menu-item > a{
		color: rgba(32,32,32,1);
	}
	.end-footer a:hover,
	.end-footer .vc_wp_custommenu .current-menu-item > a{
		color: rgba(32,32,32,1);
	}
	/*** BUTTON ***/
	a.ts-button,
	a.button,
	.ts-banner-button a,
	a.button-readmore:hover,
	button, 
	input[type^="submit"],
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button,  
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt,  
	.woocommerce a.button.alt.disabled, 
	.woocommerce a.button.alt.disabled:hover, 
	.woocommerce a.button.alt:disabled, 
	.woocommerce a.button.alt:disabled:hover, 
	.woocommerce a.button.alt:disabled[disabled], 
	.woocommerce a.button.alt:disabled[disabled]:hover, 
	.woocommerce button.button.alt.disabled, 
	.woocommerce button.button.alt.disabled:hover, 
	.woocommerce button.button.alt:disabled, 
	.woocommerce button.button.alt:disabled:hover, 
	.woocommerce button.button.alt:disabled[disabled], 
	.woocommerce button.button.alt:disabled[disabled]:hover, 
	.woocommerce input.button.alt.disabled, 
	.woocommerce input.button.alt.disabled:hover, 
	.woocommerce input.button.alt:disabled, 
	.woocommerce input.button.alt:disabled:hover, 
	.woocommerce input.button.alt:disabled[disabled], 
	.woocommerce input.button.alt:disabled[disabled]:hover,
	.woocommerce #respond input#submit,
	.more-less-buttons a,
	.woocommerce .woocommerce-ordering ul.orderby .orderby-current:hover,
	.woocommerce .widget_price_filter .price_slider_amount .button:hover,
	.shopping-cart p.buttons a,
	.ts-tiny-cart-wrapper .dropdown-footer .button.view-cart:hover,
	.woocommerce-cart table.cart td.actions .coupon button:hover,
	.woocommerce-cart button.button[name="update_cart"],
	.woocommerce-cart button.button:disabled[name="update_cart"],
	.woocommerce-cart button.button[name="ts_empty_cart"]:hover,
	.ts-product-in-category-tab-wrapper .shop-more a.button:hover,
	.woocommerce-account .woocommerce-MyAccount-navigation li:hover,
	.woocommerce-account .woocommerce-MyAccount-navigation li.is-active,
	.woocommerce div.product .summary .ts-add-to-compare:hover,
	.woocommerce div.product .summary .ts-add-to-wishlist:hover,
	.ts-stick-compare-button:hover,
	input[type="submit"].dokan-btn,
	a.dokan-btn,
	.dokan-btn,
	body .product-edit-new-container .dokan-btn-lg,
	.woocommerce div.product div.summary form.cart table.group_table td.woocommerce-grouped-product-list-item__quantity .button:hover{
		background-color: rgba(13,98,49,1);
		color: rgba(248,248,248,1);
		border-color: rgba(13,98,49,1);
	}
	a.ts-button:hover,
	a.button:hover,
	.ts-banner-button a:hover,
	a.button-readmore,
	button:hover, 
	input[type^="submit"]:hover,
	button:hover,
	.woocommerce a.button:hover, 
	.woocommerce button.button:hover, 
	.woocommerce input.button:hover,  
	.woocommerce a.button.alt:hover, 
	.woocommerce button.button.alt:hover, 
	.woocommerce input.button.alt:hover,  
	.woocommerce #respond input#submit:hover, 
	.woocommerce div.product .summary .ts-add-to-compare,
	.woocommerce div.product .summary .ts-add-to-wishlist,
	.more-less-buttons a:hover,
	.ts-stick-compare-button,
	.woocommerce .woocommerce-ordering ul.orderby .orderby-current,
	.woocommerce .widget_price_filter .price_slider_amount .button,
	.shopping-cart p.buttons a:hover,
	#ts-search-sidebar .ts-search-result-container .view-all-wrapper a:hover,
	.ts-tiny-cart-wrapper .dropdown-footer .button.view-cart,
	.woocommerce-cart table.cart td.actions .coupon button,
	.woocommerce-cart button.button[name="update_cart"]:hover,
	.woocommerce-cart button.button:disabled[name="update_cart"]:hover,
	.woocommerce-cart button.button[name="ts_empty_cart"],
	.ts-product-in-category-tab-wrapper .shop-more a.button,
	.woocommerce-account .woocommerce-MyAccount-navigation li,
	input[type="submit"].dokan-btn:hover,
	a.dokan-btn:hover,
	.dokan-btn:hover,
	body .product-edit-new-container .dokan-btn-lg:hover,
	.woocommerce div.product div.summary form.cart table.group_table td.woocommerce-grouped-product-list-item__quantity .button{
		background-color: rgba(248,248,248,1);
		color: #202020;
		border-color: #202020;
	}
	.ts-mailchimp-subscription-shortcode.style-2 .vertical-button-icon .subscribe-email .button{
		background-color: rgba(13,98,49,1) !important;
		color: rgba(248,248,248,1);
		border-color: rgba(13,98,49,1);
	}
	.ts-mailchimp-subscription-shortcode.style-2 .vertical-button-icon .subscribe-email .button:hover{
		background-color: rgba(248,248,248,1) !important;
		color: #202020 !important;
		border-color: #202020;
	}
	.wc-proceed-to-checkout .button.continue-shopping{
		color: #202020;
	}
	/*** BORDER ***/
	*,
	.woocommerce-checkout #payment:before,
	.image-border .thumbnail-wrapper > a img,
	.woocommerce div.product div.summary form.cart table.group_table th,
	.woocommerce div.product div.summary form.cart table.group_table td,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce div.product div.summary form.cart table.group_table td.woocommerce-grouped-product-list-item__quantity .button,
	.quantity .qty, 
	.woocommerce .quantity .qty,
	.image-border a.ts-wg-thumbnail img,
	.woocommerce-cart-form table thead th,
	.woocommerce table.shop_table th,
	.woocommerce .cart-collaterals table.shop_table tbody tr.cart-subtotal th,
	.woocommerce .cart-collaterals table.shop_table tbody tr.cart-subtotal td,
	.widget_archive ul li > a:after,
	.wp-block-archives li > a:after,
	.woocommerce div.product .summary .ts-add-to-compare,
	.woocommerce div.product .summary .ts-add-to-wishlist{
		border-color: rgba(215,215,215,1);
	}
	textarea,
	select,
	html input[type^="search"],
	html input[type^="text"], 
	html input[type^="email"],
	html input[type^="password"],
	html input[type^="number"],
	html input[type^="tel"],
	#comment-wrapper input,
	#comment-wrapper textarea,
	.ts-product-attribute > div.option:not(.color) a:before,
	.chosen-container a.chosen-single,
	.woocommerce form .form-row .input-text, 
	.woocommerce form .form-row select,
	body .select2-container .select2-dropdown, 
	body .select2-container .select2-selection,
	.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
	.select2-container--default .select2-selection--single,
	body .select2-container--default .select2-selection--single .select2-selection__rendered{
		border-color: rgba(163,163,163,1);
	}
	textarea:hover,
	select:hover,
	html input[type^="search"]:hover,
	html input[type^="text"]:hover, 
	html input[type^="email"]:hover,
	html input[type^="password"]:hover,
	html input[type^="number"]:hover,
	html input[type^="tel"]:hover,
	#comment-wrapper input:hover,
	#comment-wrapper textarea:hover,
	.woocommerce form .form-row .input-text:hover, 
	.woocommerce form .form-row select:hover,
	.ts-product-attribute > div.option:not(.color):hover a:before,
	.chosen-container a.chosen-single:hover,
	.woocommerce-checkout .form-row .chosen-container-single .chosen-single:hover,
	.select2-container--default .select2-selection--single:hover,
	body .select2-container--default .select2-selection--single .select2-selection__rendered:hover{
		border-color: rgba(32,32,32,1);
	}
	.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
		background: rgba(215,215,215,1);
	}
	.no-featured-image .entry-meta-top .date-time:not(:last-child):after{
		color: rgba(215,215,215,1);
	}

	/*** PRODUCT ***/
	.product-title,
	.product-name,
	.price,
	.woocommerce-Price-amount,
	ul.cart_list .price,
	ul.product_list_widget .price,
	.woocommerce div.product p.price, 
	.woocommerce div.product span.price,
	.woocommerce div.product .summary > .price,
	table.group_table td.woocommerce-grouped-product-list-item__price,
	.quantity .qty,
	.quantity input,
	ul.product_list_widget li .ts-wg-meta a{
		color: rgba(32,32,32,1);
	}
	.products .product .product-sku,
	.products .product .product-brands,
	.products .product .product-brands a,
	.products .product .product-categories,
	.products .product .product-categories a,
	.products .product .short-description{
		color: rgba(112,112,112,1);
	}
	.price del,
	.woocommerce-grouped-product-list-item__price del,
	.woocommerce div.product p.price del, 
	.woocommerce div.product span.price del{
		color: rgba(189,189,189,1);
	}
	.product-group-button > div{
		color: rgba(32,32,32,1);
		background: rgba(248,248,248,1);
		border-color: rgba(32,32,32,1);
	}
	.product-group-button > div:hover{
		color: rgba(248,248,248,1);
		background: rgba(32,32,32,1);
		border-color: rgba(32,32,32,1);
	}
	.product-group-button .button-tooltip, 
	.ts-product-attribute .button-tooltip{
		color: rgba(32,32,32,1);
	}
	.product-group-button .button-tooltip:before, 
	.ts-product-attribute .button-tooltip:before{
		background: rgba(248,248,248,1);
	}
	.product-style-2 .product-group-button .button-tooltip, 
	.product-style-2 .ts-product-attribute .button-tooltip,
	.product-style-2 .product-group-button > div:hover div.blockUI.blockOverlay:after,
	.woocommerce.product-style-2 .product-group-button > div:hover .blockUI.blockOverlay:after,
	.product-style-2 .thumbnail-wrapper .product-group-button > div:hover a.button.loading:after,
	.product-style-2 .thumbnail-wrapper .product-group-button > div:hover button.button.loading:after,
	.product-style-2 .thumbnail-wrapper .product-group-button > div:hover input.button.loading:after,
	.product-style-2 .product-group-button > div .button.loading:after,
	.product-style-2 .product-group-button > div:hover .button.added:before{
		color: rgba(248,248,248,1);
	}
	.product-style-2 .product-group-button .button-tooltip:before, 
	.product-style-2 .ts-product-attribute .button-tooltip:before,
	.product-style-2 .thumbnail-wrapper .product-group-button > div:hover a.button.loading:before,
	.product-style-2 .thumbnail-wrapper .product-group-button > div:hover button.button.loading:before,
	.product-style-2 .thumbnail-wrapper .product-group-button > div:hover input.button.loading:before,
	.product-style-2 .product-group-button > div .button.loading:before,
	.product-style-2 .product-group-button > div:hover div.blockUI.blockOverlay:before,
	.woocommerce.product-style-2 .product-group-button > div:hover .blockUI.blockOverlay:before{
		background: rgba(32,32,32,1);
	}
	.product-style-2 .product-group-button .button-tooltip:after, 
	.product-style-2 .ts-product-attribute .button-tooltip:after{
		border-top-color: rgba(32,32,32,1);
	}
	/*** Device group button ***/
	.product-group-button-meta{
		color: rgba(32,32,32,1);
	}
	/*** Product Label ***/
	.woocommerce .product .product-label .onsale{
		color: rgba(248,248,248,1);
		background: rgba(255,0,0,1);
	}
	.woocommerce .product .product-label .new{
		color: rgba(124,198,141,1);
		background: rgba(255,255,255,0);
	}
	.woocommerce .product .product-label .featured{
		color: rgba(248,248,248,1);
		background: ;
	}
	.woocommerce .product .product-label .out-of-stock{
		color: rgba(255,0,0,1);
		background: rgba(152,152,152,1);
	}
	/*** Product Rating ***/
	.woocommerce p.stars a,
	.woocommerce p.stars a:hover ~ a,
	.woocommerce p.stars.selected a.active ~ a,
	.woocommerce .star-rating:before,
	.ts-testimonial-wrapper .rating:before, 
	blockquote .rating:before{
		color: rgba(132,132,132,1);
	}
	.woocommerce p.stars:hover a,
	.woocommerce p.stars.selected a,
	.woocommerce .star-rating span:before,
	.ts-testimonial-wrapper .rating span:before, 
	blockquote .rating span:before{
		color: rgba(70,102,56,1);
	}
	/*** Add to cart message ***/
	#ts-ajax-add-to-cart-message {
		background: rgba(66,146,77,1);
		color: rgba(243,243,243,1);
	}
	#ts-ajax-add-to-cart-message.error {
		background: rgba(229,83,76,1);
		color: rgba(243,243,243,1);
	}
	/*** Header icon Mobile for header-v2 ***/
	@media only screen and (max-width: 767px){
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .ts-menu > nav.main-menu > ul.menu > li > .ts-menu-drop-icon,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li > a,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .header-language .wpml-ls > ul > li > a,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .header-currency .wcml_currency_switcher > a,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .search-button .icon:before,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .my-account-wrapper .account-control:before,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .my-wishlist-wrapper a:before,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .shopping-cart-wrapper a > .ic-cart:before,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .ts-group-meta-icon-toggle .icon,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .ts-menu > nav.main-menu > ul.menu > li > .ts-menu-drop-icon,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li > a,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .header-language .wpml-ls > ul > li > a,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .header-currency .wcml_currency_switcher > a,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .search-button .icon:before,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .my-account-wrapper .account-control:before,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .my-wishlist-wrapper a:before,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .shopping-cart-wrapper a > .ic-cart:before,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .ts-group-meta-icon-toggle .icon{
			color: rgba(248,248,248,1);
		}
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li > a .menu-label:before,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-item > a, 
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current_page_parent > a, 
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-parent > a, 
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current_page_item > a, 
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a, 
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-page-ancestor > a, 
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li > a .menu-label:before,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-item > a, 
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current_page_parent > a, 
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-parent > a, 
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current_page_item > a, 
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a, 
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-page-ancestor > a, 
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a,
		.header-v10.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li > a .menu-label:before,
		.header-v10.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-item > a, 
		.header-v10.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current_page_parent > a, 
		.header-v10.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-parent > a, 
		.header-v10.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current_page_item > a, 
		.header-v10.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a, 
		.header-v10.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-page-ancestor > a, 
		.header-v10.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a{
			color: #cccccc;
		}
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .my-wishlist-wrapper > a .wishlist-number,
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .shopping-cart-wrapper .cart-control .cart-number,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .my-wishlist-wrapper > a .wishlist-number,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .shopping-cart-wrapper .cart-control .cart-number{
			background-color: rgba(248,248,248,1);
			color: rgba(32,32,32,1);
		}
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .ts-group-meta-icon-toggle .icon span,  
		.header-v9.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .ts-icon-toggle-header-top span,
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .ts-group-meta-icon-toggle .icon span,  
		.header-v2.header-transparent:not(.menu-header-active) .header-template > div:not(.is-sticky) .ts-icon-toggle-header-top span{
			background-color: rgba(248,248,248,1);
		}
	}
	
	/******* 4. RESPONSIVE *******/
			@media only screen and (max-width: 767px){
		}
		
	