.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .default-title::before, .wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .added-title::before, .wrp-cta > .btn-wrp > .out-of-stock-popup-link > .title-alert-btn::before, .wrp-cta > .cta-popup-links > .link::before, .custom-input-button-placeholder::before, .sticky-bar .add-to-cart-buttons .btn-cart::after, .sticky-bar .out-of-stock-popup-link::after { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; }

/* ============================================ * Product Gallery ============================================ */
.product-img-box .product-image { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; background-color: #fff; border-radius: 2px; height: 415px; margin-bottom: 10px; position: relative; width: 100%; overflow: hidden; }

@media (max-width: 640px) { .product-img-box .product-image { border-width: 1px 0; border-radius: 0; height: 260px; } }

.product-img-box .product-image .video-block { display: none; height: 100%; }

.product-img-box .product-image.show-video .gallery-image { display: none; }

.product-img-box .product-image.show-video .video-block { display: block; }

.promo-banner { background-color: rgba(19, 49, 144, 0.7); display: none; padding: 20px; position: absolute; top: 20px; right: 20px; bottom: 20px; left: 20px; }

@media only screen and (min-width: 1000px) { .promo-banner { padding: 75px 45px; } }

.product-img-box .product-image.promo-image > .promo-banner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; }

.promo-banner .info { color: #fff; margin-bottom: 20px; font-size: 20px; font-weight: 400; text-transform: initial; }

.promo-banner .info.-bold { font-weight: 500; font-size: 34px; }

.promo-banner .link { color: #ff8d00; text-decoration: underline; }

.product-img-box .product-image .gallery-image { display: inline-block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }

.product-img-box .product-image-thumbs { margin-left: auto; margin-right: auto; position: relative; }

.product-img-box .product-image-thumbs.-loading { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; }

.product-img-box .product-image-thumbs.-loading:after { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8) url(../../images/fancybox_media_loading.gif) 50% 50% no-repeat; z-index: 11; }

.product-img-box .product-image-thumbs.-loading > .item { float: left; }

.product-img-box .product-image-thumbs.-disabled { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; }

.product-img-box .product-image-thumbs.-disabled > .item { margin-left: 3px; margin-right: 3px; }

.product-img-box .product-image-thumbs.carousel .owl-nav > .owl-prev { left: -25px; }

.product-img-box .product-image-thumbs.carousel .owl-nav > .owl-next { right: -25px; }

.product-img-box .product-image-thumbs .item { height: 77px; width: 100%; cursor: pointer; }

.product-img-box .product-image-thumbs .thumb-link { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; border: 1px solid transparent; -webkit-box-shadow: inset 0px 0px 0px 1px transparent; -moz-box-shadow: inset 0px 0px 0px 1px transparent; box-shadow: inset 0px 0px 0px 1px transparent; border-radius: 2px; height: 100%; overflow: hidden; position: relative; }

.product-img-box .product-image-thumbs .thumb-link img { max-width: 100%; display: inline-block; }

.product-img-box .product-image-thumbs .thumb-link > .play-video { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; position: absolute; left: calc(50% - 3px); color: #f7941d; font-size: 14px; top: 26px; }

.product-img-box .product-image-thumbs .thumb-link > .play-video:before { content: "\f04b"; font-weight: 900; }

.product-img-box .product-image-thumbs .thumb-link:hover > .play-video { color: #f00; }

.product-img-box .product-image-thumbs .thumb-link.active-thumbnail { border-color: #000; }

.product-img-box .product-image-thumbs .img-thumnail { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; }

.carousel .owl-nav > .owl-prev, .carousel .owl-nav > .owl-next { -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; width: 25px; height: 25px; margin: 0; text-align: center; position: absolute; padding: 3px; top: calc(50% - 12.5px); }

@media (max-width: 1000px) { .carousel .owl-nav > .owl-prev, .carousel .owl-nav > .owl-next { width: 34px; height: 34px; top: calc(50% - 17px); font-size: 34px; } }

.carousel .owl-nav > .owl-prev i, .carousel .owl-nav > .owl-next i { color: #f7941d; font-size: 25px; }

@media (max-width: 1000px) { .carousel .owl-nav > .owl-prev i, .carousel .owl-nav > .owl-next i { font-size: 34px; } }

.carousel .owl-nav > .owl-prev.disabled, .carousel .owl-nav > .owl-next.disabled { pointer-events: none; }

@media (max-width: 1000px) { .catalog-product-view .product-additional-info .carousel .owl-nav > .owl-prev, .catalog-product-view .product-additional-info .carousel .owl-nav > .owl-next { background: #bcbcbe; border-radius: 50%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; } }

@media (max-width: 1000px) { .catalog-product-view .product-additional-info .carousel .owl-nav > .owl-prev i, .catalog-product-view .product-additional-info .carousel .owl-nav > .owl-next i { color: #fff; } }

.before-top-product-shop { color: #4d4d4e; }

.before-top-product-shop > .title { font-weight: 500; }

.warehouse-stock-list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-content: stretch; -moz-align-content: stretch; -ms-align-content: stretch; align-content: stretch; margin-top: 10px; width: 100%; }

.warehouse-stock-list > .warehouse-icon-second { -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; display: inline-block; margin-left: -1px; margin-top: -1px; padding: 22px 10px; text-align: center; font-size: 12px; border: 1px solid #d4d4d4; width: auto; cursor: pointer; }

@media only screen and (max-width: 1000px) { .warehouse-stock-list > .warehouse-icon-second { border-right-width: 0; } }

.warehouse-stock-list > .warehouse-icon-second.selected { box-shadow: 0px -3px 0 #4286f5 inset; }

.product-info > .line.stock { margin: 15px 0 5px; text-align: center; font-weight: 500; }

.product-info > .line.stock > .out-of-stock { color: #f00; }

.product-info > .line.stock > .in-stock { color: #64bb2e; }

.product-info > .line.stock > .back-order, .product-info > .line.stock > .pre-order { color: #f49332; }

.product-info > .line > .title { display: none; }

.product-shop { display: inline-block; width: 100%; text-align: center; }

.catalog-product-view .product-shop .add-to-box .out-of-stock-popup .popup-form h4.label { text-align: left; }

.catalog-product-view .product-shop .add-to-box .out-of-stock-popup .popup-form .form-list { padding-left: 0; padding-right: 0; }

.wrp-cta { max-width: 460px; width: 100%; display: inline-block; padding: 0 10px; }

.wrp-cta > .line { display: inline-block; width: 100%; }

.wrp-cta > .line.align-center { position: relative; text-align: center; }

.wrp-cta > .wrp-qty { float: left; margin-top: 5px; width: 90px; }

.wrp-cta > .wrp-qty > .title { font-size: 12px; font-weight: 500; color: #666; margin-bottom: 3px; }

.wrp-cta > .wrp-qty > .custom-qty { max-width: 100%; width: 100%; }

.wrp-cta > .wrp-qty > .custom-qty > .qty { background: #fff; }

.wrp-cta > .cta-price { float: right; width: calc(100% - 100px); }

.wrp-cta > .cta-price > .price-box > .minimal-price-link, .wrp-cta > .cta-price > .price-box > .save-price-bargain, .wrp-cta > .cta-price > .price-box > .special-price > .price-label, .wrp-cta > .cta-price > .price-box > .special-price > .price-bargain, .wrp-cta > .cta-price > .price-box > .save-old-price > .save-price > .price-bargain, .wrp-cta > .cta-price > .price-box > .save-old-price > .save-price .price-label-bargain { display: none; }

.wrp-cta > .cta-price > .price-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-end; -ms-flex-line-pack: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; min-height: 60px; text-align: right; font-weight: 600; }

.wrp-cta > .cta-price > .price-box > .save-old-price { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; position: relative; margin-left: 0; margin-bottom: 5px; font-size: 13px; line-height: 13px; color: #2f2f2f; width: 100%; }

.wrp-cta > .cta-price > .price-box > .save-old-price > .save-price { display: inline-block; color: #f50909; font-size: 13px; white-space: nowrap; width: 100%; }

.wrp-cta > .cta-price > .price-box > .save-old-price > .old-price { display: inline-block; white-space: nowrap; color: #9b9b9c; width: 100%; }

.wrp-cta > .cta-price > .price-box > .save-old-price > .old-price > .price { text-decoration: line-through; }

.wrp-cta > .cta-price > .price-box > .save-old-price > .save-price > .price-label { padding-right: 5px; }

.wrp-cta > .cta-price > .price-box > .special-price, .wrp-cta > .cta-price > .price-box > .regular-price { margin-left: 0; font-size: 27px; font-weight: 700; }

.wrp-cta > .btn-wrp { margin-top: 20px; margin-bottom: 20px; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons { float: none; width: 100%; }

.wrp-cta > .btn-wrp > .out-of-stock { display: block; width: 100%; text-align: center; margin-top: 10px; color: #f00; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; position: relative; padding: 0; text-transform: none; font-weight: bold; box-shadow: none; border-radius: 5px; height: 50px; background: #f49332; width: 100%; font-size: 22px; margin-bottom: 5px; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button:hover { background: #ff8b00; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .default-title, .wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .added-title { position: relative; display: inline-block; padding-left: 50px; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .default-title::before, .wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .added-title::before { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; left: 0; top: 50%; color: #fff; content: '\E8CC'; font-size: 30px; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .added-title { display: none; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .added-title::before { content: '\E876'; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button.added { background: #8dc63f; opacity: 1; animation-name: addToCart; animation-duration: .3s; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button.added > .default-title { display: none; }

.wrp-cta > .btn-wrp > .add-to-cart-buttons > .button.added > .added-title { display: inline; }

.wrp-cta > .btn-wrp > .out-of-stock-popup-link { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; position: relative; padding: 0; text-transform: none; font-weight: bold; box-shadow: none; border-radius: 5px; height: 50px; white-space: nowrap; font-size: 22px; color: #315af3; width: 100%; border: 2px solid #315af3; cursor: pointer; }

.wrp-cta > .btn-wrp > .out-of-stock-popup-link > .title-alert-btn { position: relative; display: inline-block; padding-left: 40px; }

.wrp-cta > .btn-wrp > .out-of-stock-popup-link > .title-alert-btn::before { -webkit-transform: rotate(-30deg) translate(30%, -50%); -ms-transform: rotate(-30deg) translate(30%, -50%); transform: rotate(-30deg) translate(30%, -50%); position: absolute; left: 0; top: 50%; content: '\E7F4'; font-size: 30px; }

.wrp-cta > .btn-wrp > .out-of-stock-popup-link:hover { opacity: 1; color: #fff; background: #315af3; }

.wrp-cta > .line > .add-to-links { display: inline-block; margin: 0; width: 100%; }

.wrp-cta > .line > .add-to-links > .item { margin-bottom: 20px; width: 100%; }

.wrp-cta > .line > .add-to-links .split-button-title { display: none; }

.wrp-cta > .cta-description { margin-top: 15px; padding: 15px 15px 10px; background: #f7f7f7; }

.wrp-cta > .cta-description > .line { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin-bottom: 10px; }

.wrp-cta > .cta-description > .line > .title, .wrp-cta > .cta-description > .line > .value { float: left; display: inline-block; text-align: left; width: 50%; }

.wrp-cta > .cta-description > .line > .title { padding-right: 15px; text-align: right; font-size: 12px; font-weight: 600; color: #666; }

.wrp-cta .ratings > .rating-links { display: none; }

.wrp-cta > .cta-popup-links { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-box-pack: space-around; -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; justify-content: space-around; -ms-flex-pack: space-around; margin-top: 15px; }

.wrp-cta > .cta-popup-links > .link { position: relative; display: inline-block; padding-left: 30px; font-weight: 500; color: #4d4d4e; text-decoration: underline; cursor: pointer; }

.wrp-cta > .cta-popup-links > .link::before { -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; left: 0; top: 50%; color: #9b9b9c; font-size: 25px; }

.wrp-cta > .cta-popup-links > .link:hover { color: #ff8b00; }

.wrp-cta > .cta-popup-links > .link:hover::before { color: #ff8b00; }

.wrp-cta > .cta-popup-links .issue::before { content: '\E160'; }

.wrp-cta > .cta-popup-links .price-war::before { content: '\E54E'; font-size: 22px; }

.add-to-cart-wrapper { width: 0; height: 0; }

.social-links { padding-top: 20px; text-align: center; }

.social-links .shareTxt { display: inline; padding-right: 10px; color: #4d4d4e; font-weight: 500; }

.social-links .socialMediaList { display: inline; }

.social-links .socialMediaList > .item { display: inline; }

.social-links .socialMediaList > .item > .link { color: #9b9b9c; padding: 0 5px; }

.social-links .socialMediaList > .item > .link:hover { color: #ff8b00; }

@media only screen and (min-width: 320px) { .wrp-cta > .line.wrp-qty, .wrp-cta > .line.btn-wrp, .wrp-cta > .line.cta-price { display: none; } }

@media only screen and (min-width: 480px) { .wrp-cta > .line.wrp-qty, .wrp-cta > .line.btn-wrp, .wrp-cta > .line.cta-price { display: inline-block; } }

@media only screen and (min-width: 480px) { .wrp-cta { padding: 0; } }

.submit-review .reviewinfo { border-bottom: 1px solid #d4d4d4; margin-bottom: 20px; padding-bottom: 20px; text-align: left; }

.submit-review .reviewproduct { font: 500 16px "Roboto", sans-serif; }

.submit-review .reviewtitle { color: #999; font: 400 16px "Roboto", sans-serif; }

.submit-review .reviewevaluation { font: 500 18px "Roboto", sans-serif; margin-bottom: 20px; }

.submit-review .titles { color: #4c4c4e; font: 500 16px "Roboto", sans-serif; text-transform: capitalize; }

.submit-review .inline-label > .label, .submit-review .write-review > .label { display: none; }

.submit-review .input-text { background-color: #fff; padding: 5px 15px; width: 100%; }

.submit-review .input-text:not(.input-area) { height: 40px; }

.submit-review .input-area { height: 120px; padding-top: 15px; padding-bottom: 15px; }

.submit-review .required-message { color: #f00; }

.submit-review .buttonsubmit { -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; transition: background-color 0.3s linear; background-color: #f7941d; border-radius: 4px; float: right; font: 400 20px "Roboto", sans-serif; padding: 10px 50px; text-transform: capitalize; }

.submit-review .buttonsubmit:hover { background-color: #f9b058; }

.submit-review .review-frm-content { margin-bottom: 20px; }

@media only screen and (min-width: 1000px) { .submit-review .review-frm-content { float: left; width: 50%; } }

@media only screen and (max-width: 1000px) { .submit-review .review-frm-content { width: 100%; } }

.submit-review .review-frm-content > .buttons-set > .please-wait { clear: both; width: 100%; display: none; }

.submit-review .review-frm-content > .buttons-set > .please-wait > .v-middle { float: none; display: inline-block; vertical-align: middle; }

.submit-review input[type='radio'] { height: auto; width: auto; opacity: 10; }

@media only screen and (min-width: 1000px) { .image-review { float: left; width: 50%; } }

@media only screen and (max-width: 1000px) { .image-review { width: 100%; } }

.image-review .radingstarts { display: inline-block; width: 100%; margin: 7px 0; }

.image-review .radingstarts > .titles { float: left; width: 20%; font-size: 15px; font-weight: bold; }

.image-review .radingstarts > .titles > .icon { float: left; margin-right: 10px; }

@media only screen and (max-width: 640px) { .image-review .radingstarts > .titles > .icon { display: none; } }

.image-review .radingstarts > .titles > .value { float: left; margin-top: 3px; }

.image-review .radingstarts .checkbox-image-review { float: right; width: 55%; margin-top: 4px; }

@media only screen and (max-width: 640px) { .image-review .radingstarts .checkbox-image-review { width: 80%; } }

.review-state.-nologged { font-size: 16px; }

.checkbox-image-review .buttonchange { font-size: 18px; font-weight: bold; float: left; width: 15px; vertical-align: top; display: inline-block; height: 14px; line-height: 12px; cursor: pointer; }

.checkbox-image-review .buttonchange.-decrease { margin: 4px 5px 0 0; }

.checkbox-image-review .buttonchange.-decrease span { background: #000; height: 2px; width: 10px; display: block; margin-top: 3px; }

.checkbox-image-review .buttonchange.-increase { margin-left: 5px; padding: 2px 10px; }

.checkbox-image-review .buttonchange.-increase span { background: #000; height: 11px; width: 2px; display: block; position: relative; }

.checkbox-image-review .buttonchange.-increase span:after { background: #000; content: ""; height: 2px; left: -4px; position: absolute; top: 4px; width: 10px; display: block; }

.icon-radio-check { background: url(../../images/crowns.png) no-repeat left; width: 35px; height: 18px; cursor: pointer; float: left; z-index: 99; background-position: -48px 0; }

.icon-radio-check.-checked { background-position: 0 0; }

.review-item { border-top: 1px solid #d4d4d4; }

.review-item:after { content: ''; display: table; clear: both; }

.review-item:last-child { padding-bottom: 0; }

@media only screen and (min-width: 1000px) { .review-item { padding-top: 30px; padding-bottom: 30px; } }

@media only screen and (max-width: 1000px) { .review-item { padding-top: 20px; padding-bottom: 20px; } }

.review-item .title { display: block; font: 500 18px "Roboto", sans-serif; margin-bottom: 8px; text-align: left; }

.review-item .review-meta { margin-bottom: 10px; font-weight: 500; }

.review-item .review-detail { line-height: 1.5; }

@media only screen and (min-width: 1000px) { .review-item .review-detail.-mobile { display: none; } }

@media only screen and (max-width: 1000px) { .review-item .review-detail.-desktop { display: none; } }

.review-item .review-ratings { width: 127px; margin-left: auto; margin-right: auto; }

.review-rating .ratings-table { border-top: 1px solid #d4d4d4; border-left: 1px solid #d4d4d4; margin-bottom: 10px; width: 100%; }

.review-rating .ratings-table th, .review-rating .ratings-table td { border-bottom: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; color: #4c4c4e; font: 500 16px "Roboto", sans-serif; text-transform: capitalize; width: 50%; }

@media only screen and (min-width: 1000px) { .review-rating .ratings-table th, .review-rating .ratings-table td { padding: 20px 30px; } }

@media only screen and (max-width: 1000px) { .review-rating .ratings-table th, .review-rating .ratings-table td { padding: 15px 20px; } }

.review-rating .ratings-table .title-rating > .icon { float: left; margin-right: 10px; }

@media only screen and (max-width: 640px) { .review-rating .ratings-table .title-rating > .icon { display: none; } }

.review-rating .ratings-table .title-rating > .value { float: left; margin-top: 3px; }

.review-ratings .rating-box, .review-ratings .rating-box .rating { background-image: url("../../images/crown.png"); background-repeat: no-repeat; height: 9px; width: 127px; }

.review-ratings .rating-box { background-image: none; }

.left-block { float: left; }

@media only screen and (max-width: 1000px) { .left-block { width: 100%; } }

@media only screen and (min-width: 1000px) { .left-block { padding-right: 10px; width: 50%; } }

.right-block { float: left; }

@media only screen and (max-width: 1000px) { .right-block { width: 100%; } }

@media only screen and (min-width: 1000px) { .right-block { padding-left: 10px; width: 50%; } }

/* ============================================ * Collateral Tabs ============================================ */
.collateral-tabs { margin: 0 auto; width: 100%; }

.collateral-tabs .flag-label { display: none; }

.collateral-tabs .products-grid .item .wrap.-info .link.-name .free-shipping { display: none; }

.combine-tabs > .product-collateral { background-color: transparent; }

.combine-tabs .nav-tabs { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; background-color: #f5f5f5; top: 0; max-width: 100%; position: relative; margin-bottom: 10px; }

.combine-tabs .nav-tabs.-mobile .link { border-width: 0 0 1px; }

.combine-tabs .nav-tabs.-mobile .link > .title { position: relative; }

.combine-tabs .nav-tabs.-mobile .link > .title:after { content: '\f107'; font-family: fontAwesome; font-size: 22px; position: absolute; top: -1px; right: 0; }

.combine-tabs .nav-tabs.-mobile .link.-active > .title:after { content: '\f106'; }

.combine-tabs .nav-tabs .link > .title { color: #4d4d4e; text-transform: uppercase; }

.combine-tabs .nav-tabs .collateraltab { width: auto; }

.combine-tabs .nav-tabs .link { font: 500 14px "Roboto", sans-serif; padding: 20px; text-align: center; text-transform: uppercase; border-radius: 25px; border: 1px solid #a9a9a9; min-width: 195px; }

.combine-tabs .nav-tabs .link.-active { cursor: default; color: #fff; background: #000; border-color: #000; }

.combine-tabs .nav-tabs .link.-active > .title { color: #fff; }

@media only screen and (min-width: 1000px) { .combine-tabs .tab { display: none; } }

.combine-tabs .tabheader > .title { color: #ff8d00; font: 500 18px "Roboto", sans-serif; padding: 25px 20px 20px; }

.combine-carousel { overflow: hidden; padding: 20px 60px 0; position: relative; }

@media only screen and (min-width: 1000px) { .combine-carousel { height: 455px; } }

@media only screen and (max-width: 480px) { .combine-carousel { padding-left: 20px; padding-right: 20px; } }

.combine-carousel .owl-nav > .owl-prev, .combine-carousel .owl-nav > .owl-next { top: calc(50% - 12px); }

.related-box .owl-nav > .owl-prev { left: 0; }

.combine-carousel .owl-nav > .owl-prev { left: 20px; }

@media only screen and (max-width: 480px) { .combine-carousel .owl-nav > .owl-prev { left: 4px; } }

.combine-carousel .owl-nav > .owl-next { right: 20px; }

@media only screen and (max-width: 480px) { .combine-carousel .owl-nav > .owl-next { right: 4px; } }

.box-collateral .sort-section > .wrap.-pages > .box.-pages > .list > .item.current > .link { padding: 0; border: 0 none; }

.description-tabs { position: relative; }

.description-tabs .nav-tabs .link { position: relative; }

@media only screen and (min-width: 1000px) { .description-tabs .nav-tabs .link { padding: 19px 18px 15px; } }

@media only screen and (max-width: 1000px) { .description-tabs .nav-tabs .link { border-width: 1px 0 1px; padding: 20px 18px 18px; }
  .description-tabs .nav-tabs .link:after { background-color: #bcbcbe; border-radius: 50%; content: '\f107'; color: #fff; font-family: fontAwesome; font-size: 22px; height: 25px; width: 25px; padding: 2px 5px; position: absolute; top: 24px; right: 20px; line-height: 25px; } }

.description-tabs .nav-tabs .link.-active { border-style: solid; background: #fff; }

@media only screen and (min-width: 1000px) { .description-tabs .nav-tabs .link.-active { border: 1px solid #ebebeb; border-bottom: 0; } }

@media only screen and (max-width: 1000px) { .description-tabs .nav-tabs .link.-active { border-color: #d4d4d4; } }

.description-tabs .nav-tabs .link.-active > .title { color: #444; }

.description-tabs .nav-tabs .link:not(.-active) { border-style: solid; background: #ebebeb; }

@media only screen and (min-width: 1000px) { .description-tabs .nav-tabs .link:not(.-active) { border: 1px solid #ebebeb; border-bottom: 0; } }

@media only screen and (max-width: 1000px) { .description-tabs .nav-tabs .link:not(.-active) { border-color: #d4d4d4; } }

@media only screen and (max-width: 1000px) { .description-tabs .nav-tabs .collateraltab { float: none; width: 100%; } }

@media only screen and (max-width: 1000px) { .description-tabs .nav-tabs:first-child .collateraltab > .link { border-top-width: 0; } }

.description-tabs .nav-tabs .link .title { color: #999; font: bold 18px "Roboto", sans-serif; text-align: left; text-transform: uppercase; }

.description-tabs .nav-tabs .link .title.-small { font: normal 12px "Roboto", sans-serif; }

.description-tabs .tab-container { background-color: #fff; }

@media only screen and (min-width: 1000px) { .description-tabs .tab-container { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; padding: 25px 25px 70px; } }

@media only screen and (max-width: 1000px) { .description-tabs .tabcontent { border-top: 1px solid #d4d4d4; padding: 20px; } }

.nav-tabs { margin-bottom: -1px; }

@media only screen and (min-width: 1000px) { .nav-tabs { position: absolute; top: -69px; width: 100%; } }

.nav-tabs:after { content: ''; display: table; clear: both; }

.nav-tabs > .collateraltab { float: left; width: 16.66%; }

.nav-tabs .link { display: block; }

@media only screen and (min-width: 1000px) { .nav-tabs .link { border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; margin: -2px 5px 0 0; } }

.nav-tabs .title { display: block; }

@media only screen and (min-width: 1000px) { .nav-tabs.-mobile { display: none; } }

@media only screen and (max-width: 1000px) { .nav-tabs.-desktop { display: none; } }

.tab-container > .tabcontent { display: none; margin-bottom: 0; }

.tab-container > .tabcontent:after { content: ''; display: table; clear: both; }

.tab-container > .tabcontent.-active { display: block; }

.tab-container > .tabcontent h2 { font: 500 18px "Roboto", sans-serif; }

.tab-container > .tabcontent p { font: 400 14px "Roboto", sans-serif; line-height: 1.4; margin-bottom: 10px; word-wrap: break-word; }

.tab-container > .tabcontent .specifications:after { content: ''; display: table; clear: both; }

.tab-container > .tabcontent .specifications .background-fill { float: left; width: 50%; }

@media only screen and (max-width: 480px) { .tab-container > .tabcontent .specifications .background-fill { width: 100%; } }

.tab-container > .tabcontent .specifications .background-fill:after { content: ''; display: table; clear: both; }

@media only screen and (min-width: 480px) { .tab-container > .tabcontent .specifications .background-fill.odd { padding-right: 20px; } }

.tab-container > .tabcontent .specifications .item { border-color: #ebebeb; border-style: solid; border-width: 1px 1px 0; height: 100%; }

.tab-container > .tabcontent .specifications .item:after { content: ''; display: table; clear: both; }

.tab-container > .tabcontent .list-attribute-product { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.tab-container > .tabcontent .specifications .background-fill:last-child > .item, .tab-container > .tabcontent .specifications .background-fill:nth-last-child(2) > .item { border-bottom-width: 1px; }

.tab-container > .tabcontent .specifications .item > .label, .tab-container > .tabcontent .specifications .item > .data { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; float: left; display: block; height: 100%; padding: 15px 25px; width: 50%; }

@media only screen and (max-width: 640px) { .tab-container > .tabcontent .specifications .item > .label, .tab-container > .tabcontent .specifications .item > .data { padding: 15px; } }

.tab-container > .tabcontent .specifications .item > .label { border-right: 1px solid #ebebeb; color: #676769; font: 500 14px "Roboto", sans-serif; }

.tab-container > .tabcontent .specifications .item > .data { color: #676769; font: 400 14px "Roboto", sans-serif; }

.post-discussion { margin-bottom: 25px; }

.post-discussion:after { content: ''; display: table; clear: both; }

@media only screen and (min-width: 640px) { .post-discussion { margin-top: 20px; } }

.post-discussion > .user-avatar { margin-top: 30px; }

@media only screen and (max-width: 640px) { .post-discussion > .user-avatar { display: none; } }

.post-discussion .create-post .additional-info { position: static; text-align: right; margin-bottom: 10px; }

@media only screen and (min-width: 640px) { .create-post { float: right; width: calc(100% - 90px); }
  .create-post.-disabled { width: 100%; } }

.create-post .input-text { background-color: #fff; height: 132px; padding: 15px; }

@media only screen and (max-width: 1000px) { .create-post .input-text { height: 164px; } }

.create-post > .buttonsubmit { -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; transition: background-color 0.3s linear; background-color: #4584f5; border-radius: 4px; float: right; font: 400 20px "Roboto", sans-serif; margin-top: 15px; padding: 10px 50px; text-transform: capitalize; }

.create-post > .buttonsubmit:hover { background-color: #7faaf8; }

@media only screen and (max-width: 1000px) { .discussion-content { margin-left: -20px; margin-right: -20px; } }

@media only screen and (min-width: 1000px) { .discussion-content { margin-left: -25px; margin-right: -25px; } }

.discussion-content .username { color: #000; font: 600 18px "Roboto", sans-serif; }

@media only screen and (max-width: 640px) { .discussion-content .username { line-height: 52px; } }

.discussion-post { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; border-top: 1px solid #ebebeb; padding: 40px 25px; }

.discussion-post:last-child { border-bottom: 1px solid #ebebeb; margin-bottom: 35px; }

.discussion-post-info { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: justify; position: relative; width: 100%; }

.discussion-post-info > .discussion { font: 400 12px "Roboto", sans-serif; }

@media only screen and (min-width: 640px) { .discussion-post-info > .discussion { padding-right: 20px; } }

.discussion-post-info > .discussion p { font: 400 14px "Roboto", sans-serif; line-height: 1.5; }

.discussion-post-info > .discussion blockquote { border: 1px solid #ebebeb; border-radius: 4px; font: 400 12px "Roboto", sans-serif; margin-bottom: 10px; padding: 10px; }

.discussion-post-info > .discussion blockquote div { border-bottom: 1px solid #ebebeb; font: 400 12px "Roboto", sans-serif; margin-bottom: 5px; }

.user-avatar { -webkit-align-self: flex-start; -moz-align-self: flex-start; -ms-align-self: flex-start; align-self: flex-start; background-size: cover; background-color: #808080; float: left; height: 72px; margin-right: 15px; max-width: 72px; width: 100%; }

@media only screen and (max-width: 640px) { .user-avatar { height: 52px; width: 52px; } }

.user-avatar.-rounded { border-radius: 50%; }

@media only screen and (min-width: 640px) { .user-avatar.-mobile { display: none; } }

@media only screen and (max-width: 640px) { .user-avatar.-desktop { display: none; } }

.show-post { margin-bottom: 15px; }

.discussion-pagination > .item { display: inline-block; float: left; margin-right: 5px; }

.discussion-pagination > .item.-current > .link { background-color: #4584f5; cursor: default; color: #fff; }

.discussion-pagination .link { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; background-color: #fff; border: 1px solid #4584f5; display: block; border-radius: 4px; font: 400 12px "Roboto", sans-serif; padding: 4px 8px; }

.discussion-pagination .link:hover { background-color: #7faaf8; color: #fff; }

.discussion-post-info .additional-info { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: justify; margin-bottom: 10px; }

@media only screen and (min-width: 640px) { .discussion-post-info .additional-info { position: absolute; right: 0; top: 0; } }

.discussion-post-info .additional-info .time { color: #999; font: 400 12px "Roboto", sans-serif; }

.discussion-post-info .additional-info .points { float: left; padding-left: 10px; margin-top: -11px; color: #1d46a2; }

.count { font: 400 12px "Roboto", sans-serif; text-align: right; }

.count.-highlight { color: #31407e; font: 500 24px "Roboto", sans-serif; }

.time-update { float: left; padding-right: 10px; }

.reply { -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; -ms-transition: color 0.3s linear; -o-transition: color 0.3s linear; transition: color 0.3s linear; color: #4584f5; background-color: #fff; font: 500 14px "Roboto", sans-serif; text-decoration: underline; text-transform: capitalize; }

.reply:hover { color: #7faaf8; }

.discussion-reply-form .input-text { background-color: #fff; height: 100px; padding: 15px; }

.discussion-reply-form .button { -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; transition: background-color 0.3s linear; border-radius: 4px; float: right; font: 400 14px "Roboto", sans-serif; margin-left: 10px; padding: 8px 24px; text-transform: capitalize; }

.discussion-reply-form .button.buttonsubmit { background-color: #4584f5; }

.discussion-reply-form .button.buttonsubmit:hover { background-color: #7faaf8; }

.discussion-reply-form .button.buttoncancel { background-color: #f49332; }

.discussion-reply-form .button.buttoncancel:hover { background-color: #f7b26c; }

.buttons-set:after { content: ''; display: table; clear: both; }

/* ============================================ * Related Tags ============================================ */
.related-tags { padding-bottom: 25px; }

.related-tags:after { content: ''; display: table; clear: both; }

@media only screen and (min-width: 1000px) { .related-tags { max-width: 1000px; margin: 0 auto; width: 100%; } }

@media only screen and (max-width: 1200px) { .related-tags { padding-left: 20px; padding-right: 20px; } }

.related-tags > .title { font: 400 14px "Roboto", sans-serif; text-align: left; margin-bottom: 15px; }

.related-tags > .list:after { content: ''; display: table; clear: both; }

.related-tags .item { display: block; float: left; margin-right: 10px; margin-bottom: 5px; }

.related-tags .link { -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; transition: background-color 0.3s linear; background-color: #fff; border-radius: 2px; display: block; padding: 5px 10px; }

.related-tags .link:hover { background-color: #ff8d00; }

.related-tags .tagname { color: #000; font: 400 12px "Roboto", sans-serif; text-decoration: underline; }

.related-box, .handpick-block { clear: both; }

.related-box, .handpick-block { margin: 0 auto; width: 100%; }

@media only screen and (min-width: 1000px) { .related-box, .handpick-block { padding-left: 20px; padding-right: 20px; max-width: 1360px; } }

@media only screen and (min-width: 320px) { .related-box .products-grid .item, .handpick-block .products-grid .item { max-width: 340px; } }

.related-box .item.product-card:last-child, .handpick-block .item.product-card:last-child { margin-bottom: auto; }

.related-box > .block, .handpick-block > .block { margin-bottom: 0; }

.related-box > .block > .title-block, .handpick-block > .block > .title-block { font: 600 20px "Roboto", sans-serif; color: #000; margin-bottom: 25px; }

@media only screen and (min-width: 1000px) { .related-box > .block-content, .handpick-block > .block-content { height: 474px; overflow: hidden; } }

.related-box .carousel, .handpick-block .carousel { padding-left: 40px; padding-right: 40px; padding-bottom: 35px; }

@media only screen and (max-width: 640px) { .related-box .carousel, .handpick-block .carousel { padding-left: 0; padding-right: 0; } }

.related-box .owl-nav > .owl-prev, .related-box .owl-nav > .owl-next, .handpick-block .owl-nav > .owl-prev, .handpick-block .owl-nav > .owl-next { top: calc(50% - 12px); }

.related-box .owl-nav > .owl-prev, .handpick-block .owl-nav > .owl-prev { left: 0; }

@media only screen and (max-width: 1000px) { .related-box .owl-nav > .owl-prev, .handpick-block .owl-nav > .owl-prev { left: 5px; } }

@media only screen and (max-width: 480px) { .related-box .owl-nav > .owl-prev, .handpick-block .owl-nav > .owl-prev { left: -16px; } }

.related-box .owl-nav > .owl-next, .handpick-block .owl-nav > .owl-next { right: 0; }

@media only screen and (max-width: 1000px) { .related-box .owl-nav > .owl-next, .handpick-block .owl-nav > .owl-next { right: 5px; } }

@media only screen and (max-width: 480px) { .related-box .owl-nav > .owl-next, .handpick-block .owl-nav > .owl-next { right: -16px; } }

.related-box .flag-label, .handpick-block .flag-label { position: absolute; display: inline-block; bottom: 10px; right: -5px; font-family: "Roboto", sans-serif; font-weight: bold; font-size: 14px; padding: 4px 10px; color: #fff; word-wrap: break-word; z-index: 5; }

@media (max-width: 640px) { .related-box .flag-label, .handpick-block .flag-label { bottom: 10px; } }

.related-box .flag-label-tail, .handpick-block .flag-label-tail { position: absolute; display: inline-block; right: 0; bottom: -6px; content: ''; border-left: 5px solid #aaa; border-bottom: 6px solid transparent; width: 0; height: 0; z-index: 1; }

.related-box .flag-label-tail::after, .handpick-block .flag-label-tail::after { position: absolute; display: inline-block; right: 0; bottom: -6px; content: ''; border-left: 5px solid #000; border-bottom: 6px solid transparent; width: 0; height: 0; z-index: 2; opacity: 0.35; }

.carousel .item { float: left; }

.carousel .item:not(:first-child) { margin-left: 20px; }

.carousel.-loading:after { position: absolute; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8) url(../../images/fancybox_loading.gif) 50% 50% no-repeat; z-index: 11; }

.carousel.-disabled { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: start; -webkit-justify-content: start; -moz-justify-content: start; -ms-justify-content: start; justify-content: start; -ms-flex-pack: start; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.products-grid { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: space-around; -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; justify-content: space-around; -ms-flex-pack: space-around; }

.products-grid .product-card { margin-bottom: 20px; box-shadow: 1px 1px 5px #e6e6e6; -webkit-box-shadow: 1px 1px 5px #e6e6e6; border-radius: 15px; max-width: 310px; }

.products-grid.owl-carousel:not(.-disabled) .item { width: 270px; margin: 0 auto 20px; position: relative; display: block; max-width: 100%; float: none; }

.products-grid .item .wrap.-image .link { height: auto; }

.products-grid .item .wrap.-image .link img { height: auto; width: 100%; max-height: none !important; }

.products-grid .item .wrap.-info .link.-name:hover .free-shipping { color: #ff0404; }

.products-grid .item .wrap.-info .link.-name .free-shipping { position: absolute; display: inline-block; bottom: 10px; left: 0; font-size: 12px; cursor: pointer; color: #ff0404; text-align: center; text-transform: uppercase; width: 100%; display: none; }

.products-grid .item .product-action .box .ratings .rating-links { display: none; }

.products-grid .item .wrap.-cart { padding-right: 65px; padding-top: 0; padding-bottom: 0; border-top: none; background: none; position: relative; height: 70px; }

.products-grid .item .wrap.-cart.full-width { padding: 0 6%; }

.products-grid .item .wrap.-cart.full-width .price-box { width: 100%; margin-right: 0; }

.products-grid .item .wrap.-cart.prohibited-country { padding: 0 6%; }

.products-grid .item .wrap.-cart.prohibited-country .price-box { width: 45%; margin-right: 0; }

.products-grid .item .wrap.-cart .price-box .minimal-price-link, .products-grid .item .wrap.-cart .price-box .save-price-bargain, .products-grid .item .wrap.-cart .price-box .special-price .price-label, .products-grid .item .wrap.-cart .price-box .special-price .price-bargain, .products-grid .item .wrap.-cart .price-box .save-old-price .save-price .price-bargain, .products-grid .item .wrap.-cart .price-box .save-old-price .save-price .price-label-bargain { display: none; }

.products-grid .item .wrap.-cart .ajax-form .qty-label { display: inline-block; padding: 3px 0; text-align: center; color: #8a8a8a; font-size: 12px; font-weight: 700; text-transform: uppercase; width: 100%; }

.products-grid .item .wrap.-cart .price-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; position: relative; margin: 0; width: calc(100% - 100px); height: 70px; margin-right: 8px; }

.products-grid .item .wrap.-cart .price-box .save-old-price { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; position: relative; margin-left: 0; font-size: 14px; line-height: 20px; color: #2f2f2f; width: 100%; }

.products-grid .item .wrap.-cart .price-box .save-old-price .save-price { display: inline-table; color: #ff0305; white-space: nowrap; font-size: 11px; text-transform: uppercase; font-weight: bold; text-align: center; }

.products-grid .item .wrap.-cart .price-box .save-old-price .old-price { display: inline-table; margin-bottom: 18px; white-space: nowrap; font-weight: bold; color: #000; font-size: 11px; text-transform: uppercase; text-align: center; }

.products-grid .item .wrap.-cart .price-box .save-old-price .old-price .price { text-decoration: line-through; }

.products-grid .item .wrap.-cart .price-box .save-old-price .save-price .price-label { padding-right: 5px; }

.products-grid .item .wrap.-cart .price-box .special-price { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; margin-left: 0; font-size: 22px; font-weight: 700; }

.products-grid .item .wrap.-cart .price-box .regular-price { margin-left: 0; font-size: 24px; font-weight: 700; text-align: center; width: 100%; }

.products-grid .item .wrap.-cart .price-box .special-price .price { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; z-index: 1; color: #000; text-align: center; width: auto; }

.products-grid .product-card > .wrap.-info .product-name { margin-bottom: 0; }

.products-grid .product-card > .wrap.-info > .box > .ratings { margin-right: 14px; }

.products-grid .item .wrap.-cart .ajax-form .qty-label { display: none; }

.products-grid .custom-qty input[type="text"].qty { background: #fff; height: 34px; }

.products-grid .product-card > .wrap.-image { margin-bottom: 25px; }

.products-grid .regular-price .price { font-weight: bold; font-size: 22px; text-align: center; color: #000; }

.products-grid .custom-qty { height: 36px; line-height: 36px; }

.products-grid .link.-btn-cart::after { background: url(../../svg/icons/cart_white_in_circle.svg) 0 0 no-repeat; width: 50px; height: 50px; content: ""; top: 0; left: 0; transform: none; -webkit-transform: none; }

.products-grid .link.-btn-cart:hover { background: transparent; }

.products-grid .link.-btn-cart:hover:after { background: url(../../svg/icons/cart_orange_in_circle.svg) 0 0 no-repeat; }

.products-grid .link.-btn-cart.added::after { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; left: 50%; top: 50%; width: 50px; padding-top: 10px; height: 50px; border-radius: 50%; background: #8dc63f; color: #fff; content: '\E876'; font-size: 30px; font-family: 'Material Icons'; font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga'; }

.products-grid .info-product-country { display: flex; width: 50%; font-size: 0.75rem; text-transform: initial; line-height: 1.2; }

.products-grid > .item { width: 100%; margin: 0 .75% 20px; }

@media only screen and (min-width: 640px) { .products-grid::after { content: ''; width: 338px; }
  .products-grid > .item { width: calc(48% - 10px); margin: 0 1.5% 20px; } }

@media only screen and (min-width: 1200px) { .products-grid { -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; -ms-flex-pack: flex-start; }
  .products-grid > .item { width: calc(32% - 10px); margin: 0 1% 20px; } }

@media only screen and (max-width: 480px) { .products-grid.owl-carousel .item { width: 100%; max-width: 100%; } }

.wrp-upload-files { content: ''; display: table; clear: both; width: 100%; }

@media only screen and (min-width: 320px) { .table-wrap-files, .video-list-wrp { float: none; width: 100%; }
  .video-list-wrp .list-video { margin-bottom: 20px; } }

@media only screen and (min-width: 1000px) { .table-wrap-files, .video-list-wrp { display: inline-block; float: left; margin-top: 0; width: 57%; } }

.table-wrap-files > .title-block, .add_new_file_form > .title-block, .add_new_video_form > .title-block { display: inline-block; margin-bottom: 20px; font-weight: 600; font-size: 18px; color: #000; width: 100%; }

.upload-file > .title-block { margin-bottom: 5px; }

.upload-file > .input-text, .upload-video-form > .input-text { display: inline-block; border: 1px solid #d2d2d3; margin-bottom: 15px; padding-left: 15px; height: 40px; width: 100%; border-radius: 5px; font-size: 15px; color: #787575; background: #fff; }

.custom-input { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: justify; overflow: hidden; }

.custom-input .input-file { opacity: 0; visibility: hidden; position: absolute; z-index: -999; }

.custom-input > .custom-input-button { margin-bottom: 15px; text-align: center; height: 40px; width: 100%; border-radius: 5px; font-weight: 600; font-size: 14px; color: #4286f5; background-color: #eeeded; }

@media only screen and (min-width: 640px) { .custom-input > .custom-input-button { width: 48%; } }

.custom-input > .custom-input-file-name { margin-bottom: 15px; -webkit-align-self: center; -moz-align-self: center; -ms-align-self: center; align-self: center; width: 100%; }

@media only screen and (min-width: 640px) { .custom-input > .custom-input-file-name { width: 48%; } }

.custom-input > .custom-input-nofile-name { margin-bottom: 15px; -webkit-align-self: center; -moz-align-self: center; -ms-align-self: center; align-self: center; color: #f00; width: 100%; display: none; }

@media only screen and (min-width: 640px) { .custom-input > .custom-input-nofile-name { width: 48%; } }

.custom-input-button { overflow: hidden; position: relative; }

.custom-input-button > .custom-input-button-placeholder { position: relative; height: 34px; line-height: 34px; margin: 0 45%; margin-top: 4px; }

.custom-input-button-placeholder::before { content: '\E2C8'; display: block; position: absolute; top: 4px; left: -30px; }

.upload-file > .file-type { font-size: 12px; display: inline-block; margin-bottom: 15px; color: #4c4c4e; }

.upload-file > .file-type > .max-size-text { display: block; color: #000; font-weight: 600; }

@media only screen and (min-width: 320px) { .add_new_file_form, .add_new_video_form { float: none; margin-top: 20px; width: 100%; } }

@media only screen and (min-width: 1000px) { .add_new_file_form, .add_new_video_form { display: inline-block; float: left; margin-top: 0; width: 40%; }
  .add_new_file_form.-hasfile, .add_new_video_form.-hasfile { float: right; } }

.upload-video-form > .button, .upload-file-form > .button { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; position: relative; float: right; margin-bottom: 20px; padding: 0; text-transform: none; font-weight: bold; box-shadow: none; border-radius: 5px; height: 50px; background: #f49332; width: 50%; font-size: 22px; }

.upload-video-form > .button:hover, .upload-file-form > .button:hover { background: #ff8b00; }

.product-files-table { width: 100%; border-collapse: collapse; }

.product-files-table > .table-tbody > .item { border: 1px solid #d2d2d3; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: justify; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px 20px; }

@media only screen and (max-width: 640px) { .product-files-table > .table-tbody > .item { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start; -ms-flex-line-pack: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; align-items: flex-start; } }

@media only screen and (max-width: 640px) { .product-files-table > .table-tbody > .item .file-name, .product-files-table > .table-tbody > .item .file-size { width: 100%; } }

.product-files-table > .table-tbody > .item .file-name > .link, .product-files-table > .table-tbody > .item .file-size > .link { color: #f49332; text-decoration: underline; }

.product-files-table > .table-tbody > .item .file-name > .link .icon-download > i, .product-files-table > .table-tbody > .item .file-size > .link .icon-download > i { margin-right: 5px; }

.product-files-table > .table-tbody > .item .file-name > .link:hover, .product-files-table > .table-tbody > .item .file-size > .link:hover { text-decoration: none; }

.product-files-table > .table-tbody > .item .file-name { color: #787575; text-transform: uppercase; word-break: break-all; }

.list-video { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; justify-content: flex-start; -ms-flex-pack: flex-start; width: 100%; }

.list-video > .item { -webkit-flex-basis: 32%; -moz-flex-basis: 32%; -ms-flex-basis: 32%; flex-basis: 32%; margin: 1% 0 40px; cursor: pointer; }

.list-video > .item:nth-child(3n-1) { margin-left: 2%; margin-right: 2%; }

.list-video > .item > .product-video-detail { background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }

.list-video > .item > .product-video-detail > .image { opacity: 0; }

.list-video > .item > .product-video-detail { background-color: #eee; position: relative; }

@media only screen and (max-width: 480px) { .list-video > .item > .product-video-detail { max-height: 101px; } }

.list-video > .item > .video-name { padding: 10px; text-align: center; }

/* ============================================ * Send Friend Popup ============================================ */
.send-friend { background-color: #f5f5f5; padding: 40px 20px; }

.send-friend .buttons-set { text-align: left; padding-top: 0; margin: 0 0 20px; }

.send-friend .buttons-set .button { background-color: transparent; }

.send-friend .buttons-set .icon-remove { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); display: inline-block; }

.send-friend .buttons-set .button-add, .send-friend .buttons-set .button-remove { color: #636363; font-weight: 600; font-size: 13px; text-transform: capitalize; text-decoration: underline; }

.send-friend .buttons-set .button-send { -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; transition: background-color 0.3s linear; background-color: #4584f5; border-radius: 4px; float: right; font: 400 20px "Roboto", sans-serif; padding: 10px 30px; text-transform: capitalize; }

.send-friend .buttons-set .button-send:hover { background-color: #7faaf8; }

.send-friend .fieldset .legend, .send-friend .fieldset .title { font: 500 18px "Roboto", sans-serif; text-align: left; text-transform: capitalize; padding: 20px 0; margin: 0; }

.send-friend .fieldset .legend { border-top: 1px solid #ebebeb; color: #000; }

.send-friend .fieldset .title { color: #636363; }

.send-friend .fieldset .title .fa { color: #007ff6; font-size: 20px; margin-right: 10px; }

.send-friend .input-text { background-color: #fff; border: 1px solid #ebebeb; border-radius: 4px; box-shadow: none; margin-bottom: 15px; padding-left: 20px; padding-right: 20px; width: 100%; }

.send-friend .form-list > .fields, .send-friend .form-list > .wide { border-top: 1px solid #ebebeb; padding-top: 20px; }

.send-friend .form-list > .fields .input-text { height: 40px; padding: 22px 20px; }

.send-friend .form-list > .wide .input-text { height: 146px; }

.send-friend .link { -webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -ms-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear; transition: background-color 0.3s linear; background-color: #fff; border-radius: 2px; display: block; padding: 5px 10px; }

.send-friend .link:hover { background-color: #ff8d00; }

.toolbar-bottom > .sort-section { margin: 35px 0; }

@media only screen and (max-width: 1000px) { .toolbar-bottom > .sort-section { margin: 20px 0; } }

.toolbar-bottom > .sort-section > .wrap.-pages .box.-pages { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 0 auto; }

.toolbar-bottom > .sort-section > .wrap.-pages { width: 100%; }

.toolbar-bottom > .sort-section > .wrap.-pages > .box.-current, .toolbar-bottom > .sort-section > .wrap.-pages > .box.-limiter { display: none; }

.toolbar-bottom > .sort-section > .wrap.-filters, .toolbar-bottom > .sort-section > .wrap.-modes { display: none; }

.toolbar-bottom > .currently { display: none; }

.toolbar-bottom .sort-section { background: none; }

.sort-section { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; min-height: 40px; margin: 10px 0 0; padding: 0 20px; background: #f7f7f7; }

@media only screen and (max-width: 1000px) { .sort-section { background: #f5f5f5; padding: 0 10px; } }

.sort-section .svg-icon { height: 24px; width: 24px; fill: currentColor; }

.sort-section > .wrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -ms-flex-line-pack: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; align-items: flex-start; min-height: 100%; }

.sort-section > .wrap > .box > .title { text-transform: lowercase; }

.sort-section > .wrap > .box { min-height: 100%; }

.sort-section > .wrap.-pages > .box.-current { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; padding-right: 20px; border-right: 1px solid #cacece; font-size: 0.75rem; color: #000; height: 40px; margin-top: 5px; min-height: 40px; }

.sort-section > .wrap.-pages > .box.-current > .title.-page { margin: 0 5px; cursor: default; }

.sort-section > .wrap.-pages > .box.-current > .title.-value { margin-left: 5px; cursor: default; }

.sort-section > .wrap.-pages > .box.-limiter { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; position: relative; margin-left: 20px; }

.sort-section > .wrap.-pages > .box.-limiter.show-drop > .list { display: block; }

.sort-section > .wrap.-pages > .box.-limiter.show-drop > .title.-current:after { content: '\f106'; }

.sort-section > .wrap.-pages > .box.-limiter > .list { display: none; position: absolute; top: 40px; left: 45px; z-index: 1; background: #f5f5f5; }

.sort-section > .wrap.-pages > .box.-limiter > .title { display: inline-block; line-height: 50px; color: #353535; cursor: default; }

.sort-section > .wrap.-pages > .box.-limiter > .list > .item { font: bold 0.87rem "Roboto", sans-serif; color: #000; text-align: center; padding: 5px 10px; cursor: pointer; }

.sort-section > .wrap.-pages > .box.-limiter > .list > .item:hover { color: #fff; background: #000; }

.sort-section > .wrap.-pages > .box.-limiter > .title.-current { position: relative; font: bold 0.87rem "Roboto", sans-serif; line-height: 50px; color: #000; padding: 0 20px 0 10px; cursor: pointer; }

.sort-section > .wrap.-pages > .box.-limiter > .title.-current:after { -webkit-transform: translate(-5%, -50%); -ms-transform: translate(-5%, -50%); transform: translate(-5%, -50%); position: absolute; display: inline-block; top: 50%; right: 0; font-family: 'FontAwesome'; color: #000; font-size: 20px; content: '\f107'; }

.sort-section > .wrap.-pages .box.-pages { display: none; background: #fff; min-height: 80%; }

.sort-section > .wrap.-pages .box.-pages > .list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; min-height: 40px; }

.sort-section > .wrap.-pages .box.-pages > .list > .item { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -ms-flex-line-pack: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; align-items: flex-start; height: 40px; }

.sort-section > .wrap.-pages .box.-pages > .list > .item.current, .sort-section > .wrap.-pages .box.-pages > .list > .item.current > .link { background: #f7941e; color: #fff; cursor: default; }

@media (max-width: 480px) { .sort-section > .wrap.-pages .box.-pages > .list > .item.first-page > .link { border-left: 1px solid #ebebeb; } }

@media (max-width: 480px) { .sort-section > .wrap.-pages .box.-pages > .list > .item.last-page > .link { border-right: 1px solid #ebebeb; } }

@media (max-width: 480px) { .sort-section > .wrap.-pages .box.-pages > .list > .item.next, .sort-section > .wrap.-pages .box.-pages > .list > .item.previous { display: none; } }

.sort-section > .wrap.-pages .box.-pages > .list > .item > .link, .sort-section > .wrap.-pages .box.-pages > .list > .item.current { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; min-height: 40px; padding: 0 15px; font-weight: 400; font-size: 0.87rem; color: #62676a; }

.sort-section > .wrap.-pages .box.-pages .link { position: relative; min-height: 100%; padding: 0 20px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; }

.sort-section > .wrap.-pages .box.-pages .link.first { border-right: 1px solid #ebebeb; border-left: 1px solid #ebebeb; border-radius: 5px 0 0 5px; padding: 0 19px !important; }

.sort-section > .wrap.-pages .box.-pages .link.first::before { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; display: inline-block; top: 50%; left: 50%; font-family: 'FontAwesome'; color: #d2d2d3; font-size: 22px; content: '\f100'; }

.sort-section > .wrap.-pages .box.-pages .link.first:hover:before { color: #fff; }

.sort-section > .wrap.-pages .box.-pages .link.-previous { border-right: 1px solid #ebebeb; padding: 0 19px !important; }

.sort-section > .wrap.-pages .box.-pages .link.-previous.i-previous { border-left: 1px solid #ebebeb; border-radius: 5px 0 0 5px; }

.sort-section > .wrap.-pages .box.-pages .link.-previous::before { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; display: inline-block; top: 50%; left: 50%; font-family: 'FontAwesome'; color: #d2d2d3; font-size: 22px; content: '\f104'; }

.sort-section > .wrap.-pages .box.-pages .link.-previous:hover:before { color: #fff; }

.sort-section > .wrap.-pages .box.-pages .link.-next { border-left: 1px solid #ebebeb; padding: 0 19px !important; }

.sort-section > .wrap.-pages .box.-pages .link.-next.i-next { border-right: 1px solid #ebebeb; border-radius: 0 5px 5px 0; }

.sort-section > .wrap.-pages .box.-pages .link.-next:before { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; display: inline-block; top: 50%; left: 50%; font-family: 'FontAwesome'; color: #d2d2d3; font-size: 22px; content: '\f105'; }

.sort-section > .wrap.-pages .box.-pages .link.-next:hover:before { color: #fff; }

.sort-section > .wrap.-pages .box.-pages .link.last { border-right: 1px solid #ebebeb; border-left: 1px solid #ebebeb; border-radius: 0 5px 5px 0; padding: 0 19px !important; }

.sort-section > .wrap.-pages .box.-pages .link.last:before { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; display: inline-block; top: 50%; left: 50%; font-family: 'FontAwesome'; color: #d2d2d3; font-size: 22px; content: '\f101'; }

.sort-section > .wrap.-pages .box.-pages .link.last:hover:before { color: #fff; }

.sort-section > .wrap.-filters, .sort-section > .wrap.-modes { display: none; }

.sort-section > .wrap.-pages .box.-pages { min-height: 100%; }

.sort-section > .wrap.-pages .box.-pages > .list > .item.current { padding: 0 8px; line-height: 40px; height: 40px; color: #fff; }

@media only screen and (min-width: 1000px) { .sort-section > .wrap.-pages .box.-pages > .list > .item.current { padding: 0 14px; } }

.sort-section > .wrap.-pages .box.-pages > .list > .item > .link, .sort-section > .wrap.-pages .box.-pages .link.i-next, .sort-section > .wrap.-pages .box.-pages .link.i-previous { padding: 0 8px; line-height: 40px; height: 40px; }

@media only screen and (min-width: 1000px) { .sort-section > .wrap.-pages .box.-pages > .list > .item > .link, .sort-section > .wrap.-pages .box.-pages .link.i-next, .sort-section > .wrap.-pages .box.-pages .link.i-previous { padding: 0 14px; } }

.sort-section > .wrap.-pages .box.-pages > .list > .item > .link:hover, .sort-section > .wrap.-pages .box.-pages .link.i-next:hover, .sort-section > .wrap.-pages .box.-pages .link.i-previous:hover { background-color: #f7941e; color: #fff; border-color: #f7941e; }

.sort-section > .wrap.-pages .box.-pages > .link { padding: 0 25px; }

.wrp-upload-files .sort-section > .wrap.-pages .box.-pages > .list > .item.current > .link { padding: 0; height: auto; border: none; }

@media only screen and (min-width: 1000px) { .sort-section > .wrap.-filters { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 5px 0 5px 15px; position: relative; }
  .sort-section > .wrap.-filters > .box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; height: 100%; cursor: pointer; }
  .sort-section > .wrap.-filters > .box.sort-by-box { padding-right: 65px; }
  .sort-section > .wrap.-filters > .box.sort-by-box:before { content: ""; width: 0; height: 0; border-bottom: 7px solid #000; border-right: 4px solid transparent; border-left: 4px solid transparent; position: absolute; right: 0; top: 12px; }
  .sort-section > .wrap.-filters > .box.sort-by-box:after { content: ""; width: 0; height: 0; border-top: 7px solid #000; border-right: 4px solid transparent; border-left: 4px solid transparent; position: absolute; right: 0; bottom: 12px; }
  .sort-section > .wrap.-filters > .link { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; height: 100%; padding: 0 5px; }
  .sort-section > .wrap.-filters > .link > .svg-icon { fill: #000; }
  .sort-section > .wrap.-filters > .box > .title { font: 400 14px "Roboto", sans-serif; color: #000; text-transform: capitalize; }
  .sort-section > .wrap.-filters > .box > .title.-current { margin-left: 10px; }
  .sort-section > .wrap.-filters > .box > .sort-dropdown { top: 80%; bottom: auto; z-index: 1; text-align: center; }
  .sort-section > .wrap.-modes { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; border-right: 1px solid #cacece; margin: 5px 0 5px auto; }
  .sort-section > .wrap.-modes > .link { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; padding: 0 15px; height: 100%; }
  .sort-section > .wrap.-modes > .link > .svg-icon { fill: #000; } }

body:not(.cms-home) .subscribe-wrapper { background: #2d2d2e; color: #fff; }

body:not(.cms-home) .subscribe-wrapper .discountPriceLetterBox { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: justify; -webkit-align-items: flex-start; -ms-flex-line-pack: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; align-items: flex-start; max-width: 900px; min-height: 120px; margin: 0 auto; padding-top: 25px; }

@media only screen and (max-width: 1200px) { body:not(.cms-home) .subscribe-wrapper .discountPriceLetterBox { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; width: 100%; padding: 20px; } }

body:not(.cms-home) .subscribe-wrapper .discountPriceLetterBox .left-wrapper { width: 40%; }

@media only screen and (max-width: 1200px) { body:not(.cms-home) .subscribe-wrapper .discountPriceLetterBox .left-wrapper { width: 100%; } }

body:not(.cms-home) .subscribe-wrapper .discountPriceLetterBox .left-wrapper .icon { display: none; }

body:not(.cms-home) .subscribe-wrapper .subscribe-txt-wrapper { width: 100%; }

@media only screen and (max-width: 1200px) { body:not(.cms-home) .subscribe-wrapper .subscribe-txt-wrapper { margin-bottom: 20px; } }

body:not(.cms-home) .subscribe-wrapper .formHolder { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 60%; margin-top: 10px; }

@media only screen and (max-width: 1200px) { body:not(.cms-home) .subscribe-wrapper .formHolder { width: 100%; } }

@media only screen and (max-width: 640px) { body:not(.cms-home) .subscribe-wrapper .formHolder { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

body:not(.cms-home) .subscribe-wrapper .formHolder .field-custom > .label { top: 24px; }

body:not(.cms-home) .subscribe-wrapper .formHolder .field-custom.-active > .label { -webkit-transform: translate(0, -20px) scale(0.75, 0.75); -ms-transform: translate(0, -20px) scale(0.75, 0.75); transform: translate(0, -20px) scale(0.75, 0.75); }

body:not(.cms-home) .subscribe-wrapper .formHolder .discountPriceLetterSubmitBtn { background: #f7941d; color: #fff; display: inline-block; text-transform: uppercase; border-radius: 8px; text-align: center; line-height: 20px; cursor: pointer; padding: 12px 40px; font-size: 14px; font-weight: bold; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; color: #fff; background: #f7941d; text-transform: uppercase; font-weight: bold; border: none; padding: 17px 30px; border-radius: 10px; margin-left: 20px; line-height: 14px; }

body:not(.cms-home) .subscribe-wrapper .formHolder .discountPriceLetterSubmitBtn:hover { background-color: #e38008; }

body:not(.cms-home) .subscribe-wrapper .formHolder .discountPriceLetterSubmitBtn:active { background-color: #c66f07; }

@media only screen and (max-width: 640px) { body:not(.cms-home) .subscribe-wrapper .formHolder .discountPriceLetterSubmitBtn { width: 100%; margin-left: 0; margin-top: 20px; } }

body:not(.cms-home) .subscribe-wrapper .formHolder .input-box { width: 100%; background: #fff; border-radius: 0; box-shadow: none; }

body:not(.cms-home) .subscribe-wrapper .formHolder .validation-advice { /*  position: absolute; top: 46px; left: 0; @include breakpoint_custom('max-width', $bp-large) { position: relative; top: 0; }*/ }

body:not(.cms-home) .subscribe-wrapper .subscribe-txt-home { display: none; }

body:not(.cms-home) .subscribe-wrapper .subscribe-txt-pages { font-size: 28px; font-weight: bold; margin-bottom: 10px; }

body:not(.cms-home) .signupTxt-bottom { color: #b5b5b5; }

/* ============================================ * Product View ============================================ */
.catalog-product-view .main { padding: 0; }

@media only screen and (min-width: 320px) { .product-main-info, .product-collateral { width: 100%; max-width: 1280px; margin: 0 auto; clear: both; }
  .product-main-info:after, .product-collateral:after { content: ''; display: table; clear: both; }
  .product-main-info { padding-bottom: 10px; }
  .product-main-info:after { content: ''; display: table; clear: both; }
  .product-additional-info { border-top: 1px solid #ebebeb; }
  .product-additional-info { background-color: #fff; }
  .product-additional-info:after { content: ''; display: table; clear: both; }
  .product-primary > .product-name { margin-top: -8px; font-size: 24px; font-weight: 600; color: #4c4c4e; text-transform: none; } }

.product-essential .product-additional-info { border: none; }

@media only screen and (min-width: 1400px) { .product-main-info, .product-collateral { padding-left: 0; padding-right: 0; } }

@media only screen and (min-width: 1000px) { .main-container > .main { max-width: 100%; }
  .product-img-wrap-m { display: none; }
  .product-main-info > .product-info { background: #e6e6e6; padding: 37px 40px 25px; box-sizing: border-box; min-height: 542px; }
  .catalog-product-view .product-img-box { float: left; padding: 40px 40px 0; max-width: 640px; width: 100%; }
  .catalog-product-view .product-info { float: right; width: 472px; }
  .catalog-product-view .sticky-bar { display: none; } }

.catalog-product-view #messages_product_view { display: none; }

.sticky-bar { display: none; font-family: "Roboto", sans-serif; }

@media (max-width: 480px) { .sticky-bar { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; border-radius: 0; position: fixed; bottom: 0; left: 0; padding: 4px 75px 4px 15px; width: 100%; min-height: 80px; background: #fff; box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, 0.15); z-index: 100; } }

.sticky-bar .price-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: flex-end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; -ms-flex-pack: flex-end; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; width: 100%; }

.sticky-bar .add-to-cart-buttons .btn-cart, .sticky-bar .out-of-stock-popup-link { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; display: inline-block; position: absolute; right: 0; top: 0; margin: 0; padding: 0; color: transparent; border-radius: 0; width: 75px; height: 50%; background: #f7941d; }

.sticky-bar .add-to-cart-buttons .btn-cart::after, .sticky-bar .out-of-stock-popup-link::after { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; left: 50%; top: 50%; color: #fff; content: '\E854'; font-size: 25px; }

.sticky-bar .sticky-btn.showFull { height: 100%; top: 0; }

.sticky-bar .out-of-stock-popup-link { top: 50%; background-color: #16a7eb; }

.sticky-bar .add-to-cart-buttons .btn-cart:hover { background-color: #ff8b00; }

.sticky-bar .add-to-cart-buttons .btn-cart.added { background: #8dc63f; opacity: 1; animation-name: addToCart; animation-duration: .3s; }

.sticky-bar .add-to-cart-buttons .btn-cart.added::after { -webkit-transform: rotate(0deg) translate(-50%, -50%); -ms-transform: rotate(0deg) translate(-50%, -50%); transform: rotate(0deg) translate(-50%, -50%); content: '\E876'; }

.sticky-bar .out-of-stock-popup-link::after { -webkit-transform: rotate(-30deg) translate(-20%, -80%); -ms-transform: rotate(-30deg) translate(-20%, -80%); transform: rotate(-30deg) translate(-20%, -80%); font-size: 27px; content: '\E7F4'; }

.notification-sent .sticky-bar .out-of-stock-popup-link { background-color: #eeeded; }

.notification-sent .sticky-bar .out-of-stock-popup-link::after { -webkit-transform: rotate(0deg) translate(-50%, -50%); -ms-transform: rotate(0deg) translate(-50%, -50%); transform: rotate(0deg) translate(-50%, -50%); content: '\E876'; color: #8dc63f; }

.sticky-bar .minimal-price-link { display: none; }

.sticky-bar .special-price { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3; }

.sticky-bar .price-box .minimal-price-link, .sticky-bar .price-box .save-price-bargain, .sticky-bar .price-box .special-price .price-label, .sticky-bar .price-box .special-price .price-bargain, .sticky-bar .price-box .save-old-price .save-price .price-bargain, .sticky-bar .price-box .save-old-price .save-price .price-label-bargain { display: none; }

.sticky-bar .product-secondary-action { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: justify; -webkit-align-items: center; -ms-flex-line-pack: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-align-content: center; -moz-align-content: center; -ms-align-content: center; align-content: center; min-height: 40px; min-height: 100%; width: 100%; }

.sticky-bar .price-box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-end; -ms-flex-line-pack: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; position: relative; margin: 0; padding-left: 2%; margin-right: 14px; }

.sticky-bar.saleable .price-box { max-width: calc(100% - 100px); }

.sticky-bar.full-width { padding: 4px 0 4px 15px; }

.sticky-bar .price-box .save-old-price { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; position: relative; margin-left: 0; font-size: 14px; line-height: 20px; color: #2f2f2f; width: 100%; }

.sticky-bar .price-box .save-old-price .save-price { display: inline-block; color: #ff0000; white-space: nowrap; font-weight: bold; text-align: right; margin-top: -5px; font-size: 12px; }

.sticky-bar .price-box .save-old-price .old-price { display: inline-block; white-space: nowrap; font-weight: bold; color: #000; text-align: right; font-size: 12px; }

.sticky-bar .price-box .save-old-price .old-price .price-label { text-transform: lowercase; }

.sticky-bar .price-box .save-old-price .old-price .price { text-decoration: line-through; }

.sticky-bar .price-box .save-old-price .save-price .price-label { padding-right: 5px; }

.sticky-bar .price-box .special-price { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; margin-left: 0; font-size: 24px; font-weight: 700; }

.sticky-bar .price-box .regular-price { margin-left: 0; font-size: 20px; font-weight: 700; color: #000; }

.sticky-bar .price-box .regular-price .price { margin-left: 10%; }

.sticky-bar .price-box .special-price .price { color: #000; font-size: 20px; }

.sticky-bar .title-qty { margin-right: 8px; font-size: 12px; color: #676769; text-transform: uppercase; line-height: 32px; font-weight: 500; }

@media (max-width: 480px) { .sticky-bar .title-qty { min-width: 30px; position: absolute; top: 0; width: 85px; text-align: center; } }

@media (max-width: 480px) { .sticky-bar .custom-qty { margin-top: 15px; } }

.sticky-bar .custom-qty input[type="text"].qty { min-width: 37px; font-weight: 500; }

.sticky-bar .common_price_box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-end; -ms-flex-line-pack: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; }

.sticky-bar .common_price_box .special-price .price { width: 100%; }

.wrp-floating-cart .place-floating-cart .floating-checkout-btn.-visible, .wrp-floating-cart > .place-floating-cart > .empty-button-cart { bottom: 90px; }

.wrp-floating-cart.-blackout .floating-item { bottom: 30px; }

.wrp-floating-cart.-blackout .place-floating-cart .floating-product-content .floating-product-list { padding-top: 38px; }

.wrp-floating-cart.-blackout .place-floating-cart .floating-product-content .total-price { bottom: 92px; }

.product-img-box { overflow: hidden; }

.catalog-product-view .products-grid::after { display: none; }

.catalog-product-view .products-grid .link.-btn-cart { right: 10px; top: 10px; margin-right: 0; }

.catalog-product-view .products-grid .link.-btn-cart.added { top: 0; }

.catalog-product-view .products-grid .add-to-links.full-width { height: 21px; }

.catalog-product-view .products-grid .item .wrap.-cart .full-price-width .price-box { width: 100%; }

.catalog-product-view .product-view { background: #fff; color: #000; }

.catalog-product-view .product-view .product-name { font-weight: bold; font-size: 22px; text-transform: none; margin-bottom: 2px; color: #000; }

.catalog-product-view .product-view .product-info .ratings .rating-box, .catalog-product-view .product-view .product-info .ratings .rating-box .rating { width: 116px; height: 23px; background: url("../../images/rating-stars-product.png") 0 -23px; display: inline-block; }

.catalog-product-view .product-view .product-info .ratings .rating-box .rating { background-position: 0 0; }

.catalog-product-view .product-view .main-product-shop .price-box .common_price_box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: flex-end; -ms-flex-line-pack: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; align-items: flex-end; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; position: relative; height: inherit; text-align: right; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; margin: 0 auto; width: 100%; }

.catalog-product-view .product-view .main-product-shop .price-box .common_price_box .save-old-price { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.catalog-product-view .product-view .main-product-shop .price-box .common_price_box .old-price { font-size: 14px; color: #000; text-transform: uppercase; font-weight: bold; }

.catalog-product-view .product-view .main-product-shop .price-box .common_price_box .special-price { font-size: 28px; font-weight: bold; }

.catalog-product-view .product-view .main-product-shop .price-box .common_price_box .special-price .price-label, .catalog-product-view .product-view .main-product-shop .price-box .common_price_box .save-price .price-label { text-transform: uppercase; }

.catalog-product-view .product-view .main-product-shop .price-box .common_price_box .save-price { color: #ff0000; }

.catalog-product-view .product-view .main-product-shop .price-box .common_price_box .old-price > .price { text-decoration: line-through; }

.catalog-product-view .product-view .main-product-shop .price-box .common_price_box .price-label-bargain, .catalog-product-view .product-view .main-product-shop .price-box .common_price_box .price-bargain { display: none; }

.catalog-product-view .product-info > .rating-wrap { margin-bottom: 30px; }

.product-info .before-top-product-shop .warehouse-stock-list { margin-bottom: 20px; }

.product-info .before-top-product-shop > .title { color: #000; font-size: 14px; text-align: left; font-weight: bold; }

.product-info .wrp-cta > .cta-description { background: none; padding: 0; margin: 0; position: relative; }

.product-info .wrp-cta > .cta-description > .line > .title, .product-info .wrp-cta > .cta-description > .line > .value { width: auto; }

.product-info .wrp-cta > .cta-description > .line > .title { color: #000; text-transform: uppercase; font-size: 14px; font-weight: bold; text-align: left; width: 76px; }

.product-info .wrp-cta > .cta-description > .social-block .split-button-title { display: none; }

.product-info .wrp-cta > .cta-description > .social-block .change, .product-info .wrp-cta > .cta-description > .social-block .link-wishlist { width: 24px; height: 24px; overflow: hidden; display: inline-block; padding: 0 0 0 24px; margin-right: 30px; }

.product-info .wrp-cta > .cta-description > .social-block .link-wishlist::before, .product-info .wrp-cta > .cta-description > .social-block .change::before { font-size: 24px; }

.product-info .wrp-cta > .cta-description > .social-block { position: absolute; top: 18px; right: 12px; }

.product-info .wrp-cta > .cta-description > .social-block > .social-share-product-page > .a2a_kit > .a2a_button.a2a_dd:before { background: url(../../svg/icons/share.svg) 0 0 no-repeat; width: 25px; height: 25px; display: inline-block; content: ""; vertical-align: middle; }

.product-info .wrp-cta > .cta-description > .social-block > .social-share-product-page > .a2a_kit > .a2a_button.a2a_dd:hover:before { background: url(../../svg/icons/share-yellow.svg) 0 0 no-repeat; background-size: 100%; }

.product-view .add-to-links { margin: 0; }

.product-view .add-to-links.full-width { margin-right: 0; }

.product-info .wrp-cta > .cta-description > .social-block > .social-share-product-page > .a2a_kit > .a2a_button > .a2a_svg { display: none; }

.product-info .wrp-cta > .cta-description > .line > .in-stock, .product-info .wrp-cta > .cta-description > .line > .out-of-stock, .product-info .wrp-cta > .cta-description > .line > .pre-order, .product-info .wrp-cta > .cta-description > .line > .back-order { font-weight: bold; color: #5bbf3e; }

.product-info .wrp-cta > .cta-description > .line > .out-of-stock { color: #ff0000; }

.product-info .wrp-cta > .cta-description > .line > .pre-order, .product-info .wrp-cta > .cta-description > .line > .back-order { color: #f49332; }

.product-info .wrp-cta > .cta-description > .line { margin-bottom: 8px; }

.product-view > .report-block { max-width: 1280px; margin: 14px auto 93px; overflow: hidden; padding-left: 40px; }

.product-view > .report-block > .product-shippng { font-weight: bold; float: left; margin-top: 6px; }

.product-view > .report-block > .product-shippng:before { background: url(../../images/icn_wantFreeShipping.svg) 0 0 no-repeat; content: ""; width: 42px; height: 23px; display: inline-block; vertical-align: top; margin-right: 12px; margin-top: -3px; }

.product-view > .report-block > .product-shippng > .shipping-link { color: #f49332; text-decoration: underline; }

.product-view > .report-block > .product-shippng > .shipping-link:hover { text-decoration: none; }

.product-view > .report-block > .product-shippng > .strong { font-size: 16px; }

.product-view > .report-block > .cta-popup-links > .link.issue, .product-view > .report-block > .cta-popup-links > .link.price-war { font-size: 13px; font-weight: bold; text-transform: uppercase; text-decoration: underline; position: relative; cursor: pointer; }

.product-view > .report-block > .cta-popup-links > .link.price-war { margin-left: 6px; }

.product-view > .report-block > .cta-popup-links > .link.price-war:before { background: #000; content: ""; width: 1px; height: 13px; display: inline-block; margin-right: 6px; vertical-align: middle; }

.product-view > .report-block > .cta-popup-links > .link.issue:hover, .product-view > .report-block > .cta-popup-links > .link.price-war:hover { text-decoration: none; }

.product-view > .report-block > .cta-popup-links { float: right; margin-top: 2px; }

.product-view .add-to-cart-wrapper .button.-submit { background: #f49332; }

.product-view .add-to-cart-wrapper .button.-submit:hover { background: #ff8b00; }

.product-view .wrp-cta > .btn-wrp > .add-to-cart-buttons > .button.added { background: #8dc63f; }

.product-view .wrp-cta > .cta-price > .price-box > .save-old-price > .old-price { font-size: 14px; color: #000; text-transform: lowercase; }

.product-view .wrp-cta > .cta-price > .price-box > .save-old-price > .save-price { font-size: 14px; color: #ff0000; }

.product-view .wrp-cta > .cta-price > .price-box > .save-old-price { margin-top: -10px; }

.product-view .wrp-cta > .btn-wrp > .out-of-stock-popup-link { border-color: #16a7eb; background-color: #16a7eb; color: #fff; height: 61px; margin-bottom: 4px; }

.product-view .wrp-cta > .btn-wrp > .out-of-stock-popup-link:hover { background: #149bda; border-color: #149bda; }

.product-view .related-box > .block > .title-block, .product-view .combine-tabs .tabheader > .title { margin-bottom: 35px; font-size: 28px; text-transform: uppercase; text-align: center; font-weight: bold; color: #000; }

.product-view .combine-tabs .tabheader > .title { padding-bottom: 0; margin-bottom: 35px; }

.product-view .add-to-links .link-wishlist::before, .product-view .add-to-links .change::before { font-size: 22px; }

.product-view .add-to-links .link-wishlist, .product-view .add-to-links .change, .catalog-product-view .products-grid .product-card > .wrap.-info > .box .add-to-links { width: 22px; height: 22px; }

.catalog-product-view .products-grid .product-card > .wrap.-info > .box .add-to-links { padding-left: 0; }

.product-view .product-shop .wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .default-title::before, .product-view .product-shop .wrp-cta > .btn-wrp > .add-to-cart-buttons > .button > .added-title::before { content: ""; background: url(../../svg/icons/cart_big.svg) 0 0 no-repeat; width: 32px; height: 28px; }

.catalog-product-view .wrp-cta > .btn-wrp { margin-top: 14px; }

.catalog-product-view .wrp-cta > .btn-wrp > .add-to-cart-buttons > .button { height: 62px; margin-bottom: 2px; }

.catalog-product-view .wrp-cta > .wrp-qty > .title { color: #000; font-weight: bold; }

.product-info .ratings > .amount { display: inline-block; vertical-align: top; line-height: 23px; }

.product-info .ratings > .amount > .amount-link { font-size: 12px; color: #000; font-weight: bold; text-transform: uppercase; margin-left: 13px; line-height: 30px; }

.product-view .products-grid.owl-carousel:not(.-disabled) .item, .product-view .products-grid > .item { width: 300px; }

.product-view .related-box .owl-nav > .owl-prev, .product-view .related-box .owl-nav > .owl-next { top: 41%; }

.product-view .product-card > .wrap.-image > .link, .product-view .product-card > .wrap.-image > .link img { max-height: 200px; }

.product-view .product-tag-section { border-top: 1px solid #dfdfdf; padding: 33px 0 40px; overflow: hidden; }

.product-view .product-tag-section > .tag-title, .product-view .product-tag-section > .product-tags { width: 100%; padding: 0 25px; max-width: 1280px; margin: 0 auto; float: none; }

.product-view .product-tag-section > .tag-title { font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 12px; }

.product-view .product-tag-section > .product-tags { border: 0 none; background: transparent; overflow: hidden; max-height: 98px; }

@media only screen and (max-width: 1000px) { .product-view .product-tag-section > .product-tags { max-height: 152px; } }

.product-view .product-tag-section > .product-tags > .tag { background: #ebebeb; padding: 11px 20px; border-radius: 10px; -webkit-border-radius: 10px; margin-right: 10px; margin-bottom: 10px; }

.product-view .product-tag-section > .product-tags > .tag > .tag-link { font-size: 12px; color: #000; font-weight: bold; }

.product-view .product-tag-section > .product-tags > .tag > .tag-link:hover { text-decoration: underline; }

.product-view .combine-block { background: #f5f5f5; padding: 28px 0 57px; position: relative; }

.product-view .combine-block > .product-collateral { background: transparent; max-width: 1360px; }

.product-view .related-box { padding-top: 53px; }

.product-view .product-affiliate-text > .strong { font-weight: bold; font-size: 14px; position: relative; margin-left: 40px; display: inline-block; line-height: 35px; vertical-align: middle; cursor: pointer; }

.product-view .product-affiliate-text > .strong > .earn-points, .product-view .product-affiliate-text > .strong > .login-redirect { color: #000; }

.product-view .product-affiliate-text > .strong:before { background: url(../../images/icn_earnPoints.svg) 0 0 no-repeat; content: ""; vertical-align: top; display: inline-block; width: 32px; height: 29px; margin-right: 5px; }

.product-view .product-affiliate-text > .faq-link-affiliate { background: url(../../images/icn_info.svg) 0 0 no-repeat; width: 20px; height: 20px; padding-left: 20px; overflow: hidden; display: inline-block; margin: -2px 0 0 3px; vertical-align: middle; }

.product-view .product-affiliate-text > .strong:hover { text-decoration: underline; }

.product-view .product-affiliate-text > .faq-link-affiliate:hover { opacity: 0.8; }

.product-info .before-top-product-shop .warehouse-stock-list > .warehouse-icon-second { -webkit-flex-grow: 0; -moz-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; box-shadow: none; border: none; background: #d8d8d8; color: #000; font-size: 12px; text-transform: uppercase; font-weight: bold; margin-right: 4px; min-width: 61px; height: 44px; line-height: 14px; padding: 15px 10px; }

@media only screen and (max-width: 1000px) { .product-info .before-top-product-shop .warehouse-stock-list > .warehouse-icon-second { min-width: 90px; height: 45px; } }

.product-info .before-top-product-shop .warehouse-stock-list > .warehouse-icon-second.selected { cursor: default; }

.product-info .before-top-product-shop .warehouse-stock-list > .warehouse-icon-second.selected, .product-info .before-top-product-shop .warehouse-stock-list > .warehouse-icon-second:hover { background: #000; color: #fff; }

.product-additional-info .custom-input-button > .custom-input-button-placeholder { color: #000; }

@media only screen and (max-width: 1200px) { .catalog-product-view .product-info { width: 40%; }
  .catalog-product-view .product-img-box { max-width: 60%; } }

@media only screen and (max-width: 1000px) { .product-primary { padding-left: 20px; padding-right: 20px; }
  .catalog-product-view .product-main-info { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .catalog-product-view .product-img-box .product-image { border-top: 1px solid #eceeed; border-bottom: 1px solid #eceeed; }
  .catalog-product-view .before-top-product-shop { padding: 0 20px; }
  .catalog-product-view .product-info .before-top-product-shop > .title { text-align: center; }
  .catalog-product-view .product-info .before-top-product-shop .warehouse-stock-list { margin-top: 5px; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line { background: #f7f7f7; margin-bottom: 0; padding: 5px; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line.stock { padding-top: 20px; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line.sku { padding-bottom: 20px; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line > .title { display: inline-block; width: 50%; padding-right: 20px; text-align: right; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line.social-block { position: relative; display: inline-block; background: transparent; }
  .catalog-product-view .product-view > .report-block { padding-left: 0; position: relative; overflow: visible; margin-top: 50px; margin-bottom: 0; }
  .catalog-product-view .product-view > .report-block > .product-shippng, .catalog-product-view .product-view > .report-block > .links { background: #d8d8d8; box-sizing: border-box; width: 100%; padding: 15px 20px 16px; }
  .catalog-product-view .product-view > .report-block > .links .product-affiliate-text { clear: both; padding: 18px 20px 0 60px; position: relative; }
  .catalog-product-view .product-view .product-affiliate-text > .faq-link-affiliate { position: absolute; }
  .catalog-product-view .product-view > .report-block > .cta-popup-links { position: absolute; top: -45px; padding: 0 20px; width: 100%; text-align: center; }
  .catalog-product-view .product-view .product-affiliate-text > .strong { margin-left: 0; position: static; line-height: 25px; max-width: 100%; }
  .catalog-product-view .product-view > .report-block > .product-shippng { border-bottom: 1px solid #e2e2e2; position: relative; padding-left: 80px; font-size: 13px; }
  .catalog-product-view .product-view > .report-block > .links .product-affiliate-text { padding-left: 60px; }
  .catalog-product-view .product-view .product-affiliate-text > .strong > .earn-points, .catalog-product-view .product-view .product-affiliate-text > .strong > .login-redirect { font-size: 14px; line-height: 18px; display: inline-block; }
  .catalog-product-view .product-view .product-affiliate-text > .strong > .earn-points > .points-value { display: block; clear: both; width: 100%; }
  .catalog-product-view .product-view > .report-block > .product-shippng:before, .catalog-product-view .product-view .product-affiliate-text > .strong:before { margin-top: 7px; position: absolute; left: 20px; }
  .catalog-product-view .product-view > .report-block > .product-shippng > .strong { width: 100%; display: block; font-size: 14px; }
  .catalog-product-view .product-view .product-affiliate-text > .strong:before { left: 10px; margin-top: 5px; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line.social-block > .add-to-links, .catalog-product-view .product-info .wrp-cta > .cta-description > .line.social-block > .social-share-product-page { display: inline-block; float: none; vertical-align: middle; }
  .catalog-product-view .product-info .wrp-cta { padding: 0 20px; display: block; margin: 0 auto; }
  .catalog-product-view .product-info { width: 100%; -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3; }
  .catalog-product-view .product-view .product-tag-section > .tag-title { text-transform: uppercase; text-transform: none; font-size: 14px; font-weight: 500; }
  .catalog-product-view .product-view .combine-block { background: #fff; border-top: 2px solid #000; padding-top: 20px; }
  .catalog-product-view .combine-tabs .nav-tabs .collateraltab { width: 100%; }
  .catalog-product-view .combine-tabs .nav-tabs.-mobile .link > .title, .catalog-product-view .combine-tabs .nav-tabs .link.-active > .title { color: #000; }
  .catalog-product-view .product-view .combine-tabs .tabheader > .title, .catalog-product-view .product-view .related-box > .block > .title-block { font-size: 24px; }
  .catalog-product-view .product-view .also-bought-products { background: #f5f5f5; border-top: 2px solid #000; padding-top: 30px; }
  .catalog-product-view .product-view .related-box { border-top: 2px solid #000; padding: 30px 20px 0; }
  .catalog-product-view .product-info .ratings .rating-box { display: inline-block; }
  .catalog-product-view .product-info > .rating-wrap { text-align: center; margin-bottom: 10px; }
  .catalog-product-view .product-info .ratings .rating-box, .catalog-product-view .product-info .ratings .rating-box .rating { width: 116px; height: 23px; background: url("../../images/rating-stars-product.png") 0 -23px; display: inline-block; }
  .catalog-product-view .product-info .ratings .rating-box .rating { background-position: 0 0; }
  .catalog-product-view .combine-tabs .nav-tabs { background: transparent; padding: 0 20px; }
  .catalog-product-view .tab-container > .tabcontent { padding-bottom: 30px; }
  .catalog-product-view .combine-tabs .nav-tabs .link { background: #d8d8d8; border-color: #d8d8d8; border-radius: 0; width: 100%; color: #000; }
  .catalog-product-view .product-img-box { max-width: 100%; -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; }
  .catalog-product-view .top-product-shop { -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; }
  .catalog-product-view .product-view { background: #fff; }
  .catalog-product-view .product-view .product-name { font-size: 18px; color: #4d4d4f; margin-bottom: 17px; }
  .catalog-product-view .more-views.more-view-thumb-nails { max-width: 80%; margin: 0 auto 20px; }
  .description-tabs .nav-tabs .link .title, .description-tabs .nav-tabs .link.-active > .title { color: #676769; text-transform: none; }
  .product-view .product-tag-section { background: #f5f5f5; }
  .product-view .product-tag-section + .product-additional-info .also-bought-products { border-top: 0; padding-top: 0; margin-top: -5px; }
  .product-view .product-tag-section + .product-additional-info .combine-block + .also-bought-products { margin-top: 0; border-top: 2px solid #000; padding-top: 20px; } }

@media only screen and (max-width: 767px) { .product-img-box .product-image-thumbs .item { height: 45px; }
  .product-img-box .product-image-thumbs .img-thumnail { height: 45px; max-width: 62px; }
  .product-img-box .product-image-thumbs .owl-nav > .owl-next, .product-img-box .product-image-thumbs .owl-nav > .owl-prev { top: 8px; }
  .catalog-product-view .products-grid.owl-carousel .item { width: 100%; max-width: 280px; margin: 0 auto; }
  .catalog-product-view .product-view .products-grid.owl-carousel:not(.-disabled) .item { width: 280px; }
  .catalog-product-view .product-view .product-card > .wrap.-image > .link img, .catalog-product-view .product-view .product-card > .wrap.-image > .link { height: 195px; } }

@media only screen and (max-width: 480px) { .footer-container { margin-bottom: 80px; }
  .video-list-wrp #first_video_iframe { max-height: 170px; }
  .catalog-product-view .product-img-box .product-image-thumbs .owl-nav > .owl-prev { left: -25px; top: 2px; width: 12px; }
  .catalog-product-view .product-img-box .product-image-thumbs .owl-nav > .owl-next { right: -25px; top: 2px; width: 20px; } }

.catalog-product-view .breadcrumbs { display: block; max-width: 1280px; padding: 20px 18px; margin: 0 auto; font-size: 0.81rem; line-height: 25px; color: #000; background: #fff; }

@media only screen and (max-width: 480px) { .catalog-product-view .breadcrumbs { padding: 20px; } }

.catalog-product-view .breadcrumbs span { float: none; padding: 0; }

.catalog-product-view .breadcrumbs .breadcrumbs-heading { text-transform: uppercase; font-weight: 600; padding: 0; margin-right: 10px; }

.catalog-product-view .breadcrumbs .link { display: inline-block; float: none; color: #000; margin-right: 5px; padding: 0; }

.catalog-product-view .breadcrumbs .link:not(:last-child) > .label { text-decoration: underline; }

.catalog-product-view .breadcrumbs .link:not(:last-child) > .label:hover { text-decoration: none; }

.catalog-product-view .breadcrumbs .link:not(:last-child)::after { display: inline-block; margin-left: 5px; content: '\f105'; font-family: 'FontAwesome'; }

.catalog-product-view .breadcrumbs .count { float: none; text-decoration: none; color: #8c8c8c; font-weight: 600; margin-left: 5px; }

.out-of-active { color: #f00; }

.out-of-active > .discountinued { font-size: 20px; }

#a2apage_dropdown { z-index: 99; }

@media only screen and (max-width: 1124px) { .product-view .product-affiliate-text > .strong { margin-left: 11px; }
  .product-view > .report-block { padding-left: 27px; } }

@media only screen and (max-width: 350px) { .catalog-product-view .product-view > .report-block > .links .product-affiliate-text { padding-left: 49px; }
  .catalog-product-view .product-view > .report-block > .links { padding: 15px 5px 16px; }
  .catalog-product-view .product-view > .report-block > .product-shippng:before { left: 12px; }
  .catalog-product-view .product-view > .report-block > .product-shippng { padding-left: 64px; } }

.catalog-product-view .product-view .product-affiliate-text > .faq-link-affiliate { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.catalog-product-view .product-view .product-affiliate-text > .faq-link-affiliate:hover { background: url("../../images/icn_info_hover.svg") 0 0 no-repeat; }

.catalog-product-view .product-info .wrp-cta .btn-wrp .add-to-cart-buttons .button { margin-bottom: 10px; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta .title { background-color: transparent; padding: 3px 0; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta .value { background-color: transparent; padding: 3px 10px 3px 0; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta .value a.trigger-message { font-weight: 700; color: #000; text-decoration: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta .value a.trigger-message:hover { color: #ff8b00; text-decoration: none; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta-message { display: none; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta-message .eta-message-box { width: 100%; background-color: #dbdbdb; padding: 15px 90px 15px 15px; position: relative; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta-message .eta-message-box p.message { font: 400 12px "Roboto", sans-serif; color: #454545; text-align: left; line-height: 20px; margin: 0; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta-message .eta-message-box p.close { font: 700 11px "Roboto", sans-serif; color: #454545; text-align: left; text-transform: uppercase; margin: 0; cursor: pointer; position: absolute; top: 10px; right: 10px; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta-message .eta-message-box p.close span.underline { text-decoration: underline; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta-message .eta-message-box p.close a { color: #454545; text-decoration: underline; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.catalog-product-view .product-info .wrp-cta .cta-description .line.eta-message .eta-message-box p.close a:hover { color: #ff8b00; text-decoration: none; }

@media screen and (max-width: 999px) { .catalog-product-view .product-info .wrp-cta .cta-description .line.eta .title { padding-right: 20px; text-align: left; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line > .title { text-align: left; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line > .title { width: 76px; }
  .catalog-product-view .product-info .wrp-cta > .cta-description > .line { padding: 5px 25px 5px 25px; } }

/*# sourceMappingURL=product-view.css.map */