/* =============================================================== */
/* 	TABLE CONTENT

1. 	 IMPORT
2.   GENERAL FOUNDATION
3. 	 TYPOGRAPHY + GLOBAL CLASS [ HEADING + GLOBAL CLASS]
4. 	 CUSTOMIZE BOOTSTRAP  [ MODAL || INPUT FORM ELEMENT || BUTTON ]
5. 	 CUSTOMIZE NAVBAR  [ Main Navigation || MiniCart Dropdown Menu  || Search Bar  ]
6.   HOME PAGE SLIDER [Cycle Slider || Hope V1, Home V2]
7. 	 HOME PAGE BOXES SLIDER [Swiper Slider || Fore More see > idangerous.swiper.css ]
8. 	 HOME PAGE LOOK 2
9. 	 HOME PAGE LOOK 3
10.	 MAIN CONTAINER [NEW ARRIVALS]
11.  PARALLAX SECTION 1, 2
12.  CATEGORY PAGE
13.  PRODUCT DETAILS PAGE
14.  CART PAGE
15.  CHECKOUT PAGE
16.  USER END [Account || Address || Order || Creation]
17.  ABOUT PAGE
18.  CONTACT US PAGE
19.  PRODUCT MODAL [Qick View]
20.  SUBSCRIBE | PROMOTIONAL MODAL
21.  WEB PAGE PROGRESS BAR CSS
22.  CUSTOM RESPONSIVE

/* =============================================================== */
/* IMPORT CSS
/* =============================================================== */

/* Template Theme color skin */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,600;9..40,800&display=swap');

/* google webfont */

/* =============================================================== */
/* FOUNDATION
/* =============================================================== */
html {
    overflow-y: scroll;
  scroll-behavior: smooth;
  }
a {
    color: #454545;
    text-decoration: none;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #454545;
    font-size: 14px;
    line-height: 21px;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    background: #fff;
}
html, body {
    height: 100%;
    margin: 0;
  }
#viewContent{
    margin-top: 0px;
    min-height: calc(100% - 440px);
}

/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

p.lead {
    font-size: 20px;
    line-height: 1.4;
}

h3 code {
    font-size: 14px;
    font-weight: normal;
}

.block-title-1 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}

.block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.block-title-3 {
    border-bottom: 1px solid #CECECE;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 10px;
    position: relative;
    text-transform: uppercase;
}

.block-title-4 {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 0 12px;
    text-transform: uppercase;
}

.block-title-5 {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0;
    text-transform: uppercase;
}

.border-title {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 15px;
    padding: 10px 0 10px;
}

/* Helper class */
.error label.error {
    color: red;
}

.section-block {
    margin-bottom: 30px;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-border {
    border: 0;
}

.width100, .w100 {
    width: 100%;
}

.width50, .w50 {
    width: 100%;
    display: block;
}

.full-container {
    width: 100%;
    display: block;
    clear: both;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.maxheight100 {
    max-height: 100px;
}

.maxheight200 {
    max-height: 200px;
}

.maxheight300 {
    max-height: 300px;
}

.maxheight400 {
    max-height: 400px;
}

.maxheight500 {
    max-height: 500px;
}

.maxheight600 {
    max-height: 600px;
}

.maxheight700 {
    max-height: 700px;
}

.maxwidth100 {
    max-width: 100px;
}

.maxwidtht200 {
    max-width: 200px;
}

.maxwidth300 {
    max-width: 300px;
}

.maxwidth400 {
    max-width: 400px;
}

.maxwidth500 {
    max-width: 500px;
}

.maxwidth600 {
    max-width: 600px;
}

.maxwidth700 {
    max-width: 700px;
}

.padd {
    margin-top: 60px;
}

.globalPadding {
    padding: 50px 0;
}

.globalPaddingTop {
    padding: 50px 0 0;
}

.globalPaddingBottom {
    padding-bottom: 50px;
}

.hr2 {
    border-width: 2px;
    border-color: #DDDDDD;
}

.hr3 {
    border-width: 4px;
    border-color: #DDDDDD;
}

ul.list-dot li {
    list-style: inside disc;
}

ul.list-number li {
    list-style: inside decimal;
}

ul.list {
    list-style: disc;
    padding-left: 40px;
}

ul.list ul {
    list-style: circle;
    padding-left: 40px;
}

ul.list-check {
    list-style: none;
}

ul.list-border li {
    border-bottom: 1px solid #E0EDED;
    display: block;
    padding: 10px 15px;
}

ul.list-border li:hover {
    background: #ebebeb;
}

.transitionfx {
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */
.modal {
    overflow: auto;
}

.signUpContent .modal-dialog {
    max-width: 560px;
}


.modal-dialog.modal-xs {
    max-width: 460px;
}

.modal-dialog.modal-full {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width:none;
}

.modal-dialog.modal-full .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

.modal-dialog .product-share {
    border-top: 0 none;
    margin-top: 0;
}

.modal-dialog .modal-product-thumb {
    padding-top: 15px;
}
.signUpContent .modal-dialog .carrinho-popup-ir{
    background: none repeat scroll 0 0 #4ec67f;
    border: 2px solid #27ae60;
    color: #FFF !important;
}
.signUpContent .modal-dialog .carrinho-popup-ir:hover{
    background: #ffffff;
    color: #2a2a2a !important;
    border: solid 2px #4ec67f;
}

.modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

.modal-header {
    border-bottom: 1px solid #E5E5E5;
    color: #FFFFFF;
    padding: 5px 15px;
    margin-bottom: 0;
}

.modal-header {margin-bottom:0;}
.modal-header h4.modal-title {margin:0; padding-bottom:0; }
.modal-header .close {margin-top:0px; font-size:36px; line-height: 75%; opacity:unset; }

.modal-title-site {
    color: #FFFFFF;
    font-family: DM Sans;
    font-size: 26px;
    font-weight: lighter;
    padding: 13px 0;
    text-transform: uppercase;
}

.modal-content {
    border: 0 solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.modal-footer {
    background: #eee;
    border-top: 1px solid #E5E5E5;
    padding: 10px 20px;
}

.form-control:focus {
    box-shadow: NONE;
    outline: 0 none;
}

input[type="text"], input[type="password"], input[type="email"] {
    border-color: #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #414141;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
}

p.required, .required sup {
    color: #E74C3C;
}

.pagination li.active a {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}

.checkbox {
    padding-left: 0;
    margin-left: 0;
}

legend {
    padding-bottom: 10px;
}

.alert {
    border: none;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.alert .close {
    font-size: 30px;
    line-height: 20px;
}

.input-group-btn .btn {
    font-size: 14px;
    padding: 8px 12px;
}

.btn-wrap {white-space: unset;}

/* =============================================================== */
/* CUSTOMIZE NAVBAR
/* =============================================================== */
.navbar-toggle {
    background: rgba(0, 0, 0, 0.2);
}

.navbar-tshop {
    width: 100%;
}

.menuWrap {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.brandWrap {
}

.navbar-brand {
    padding: 10px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

.navbar .navbar-top {
    height: 30px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    text-transform: uppercase;
}

.navbar.stuck .navbar-top {
    margin-top: -30px;
}

.brandWrap {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: auto;
}
/***  ------- Mega Menu Start ------- ***/
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}

.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .dropdown-menu > li {
    display: block;
}

.megamenu .nav.pull-right .dropdown-menu {
    right: 0;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
    *zoom: 1;
}

.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
    display: table;
    content: "";
    line-height: 0;
}

.megamenu .megamenu-content:after {
    clear: both;
}

.megamenu.navbar .nav > li > .dropdown-menu:after, .megamenu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 50%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 40%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

@media (max-width: 969px) {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        width: auto;
    }

    .megamenu .megamenu-content {
        padding-left: 0;
        padding-right: 0;
    }

    .megamenu .dropdown-menu > li > ul {
        display: block;
    }
}

/* megamenu end */

.megamenu-content img {
    max-width: 100%;
}

.megamenu-content ul li {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.megamenu-content ul li a {
    font-size: 12px;
}

.itemInMenu {
    margin-bottom: 0 !important;
}

.itemInMenu .image {
    max-height: 170px !important;
}

.margin-top-10 {
    margin-top: 10px;
}



.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}

.userMenu > li {
    display: block;
    float: left;
}

.userMenu > li > a {
    color: #666;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px 0 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
}

.userMenu > li > a:hover {
    opacity: 0.9;
}

.phone-number span {
    float: left;
}

.hasUserMenu > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    left: auto !important;
    right: 0!important;
}

.hasUserMenu > .dropdown-menu > li > a {
    color: #454545;
    font-size: 12px;
    padding: 5px 15px;
}

.hasUserMenu > .dropdown-menu > li > a i {

    margin-right: 10px;
}

/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/

@media (min-width: 979px) {
    .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {
    }

    .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1;
    }

    .megamenu-content ul li a {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: block;
    }

    .megamenu-content ul li a:hover {
        padding-left: 5px;
    }

    .megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.newProductMenuBlock:hover {
        padding-left: 0;
    }

    .navbar.stuck .brandWrap {
        height: 0;
        overflow: hidden;
    }
}

.navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.search-box {
    float: right;
    height: 48px;
    width: 38px;
}

.search-box .input-group .getFullSearch {
    padding-left: 10px;
    padding-right: 10px;

}

.search-box.static-search {
    width: auto;
    min-width: 143px;
}

.search-box.static-search #search-form {
    padding-right: 0;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.search-box .input-group {
    margin-top: 8px;
    max-width: 34px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.search-box:hover .input-group {
    max-width: 183px;
}

.search-box .form-control {
    width: 0;
    padding: 0;
    height: 34px;
    border: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.search-box:hover .form-control {
    border: solid 1px #fff;
}

.btn-nobg {
    background: none;
    color: #fff;
}

.search-box:hover .btn-nobg {
    background: #fff;
}

.search-box.static-search .input-group {
    margin-top: 1px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.search-box.static-search .form-control {
    width: auto;
    padding: 0;
    height: 35px;
    border: solid 1px #fff;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.search-box.static-search:hover .form-control {
    opacity: 1;
    border: solid 1px #fff;
    color: #333;
    background: #fff;
}

.search-box.static-search button {
    border: 0 !important;
    margin: 0 !important;
}

/***  ------- Search Bar Full ------- ***/

.search-full {
    bottom: 0;
    letter-spacing: 1px;
    min-height: 50px;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    z-index: 10;
    display: none;
}

.searchInputBox {
    display: block;
    max-width: 90%;
    text-align: right;
    width: 100%;
}

.search-close {
    background: rgba(0, 0, 0, 0.3);
    display: table;
    float: right;
    font-size: 32px;
    height: 51px;
    padding: 0 15px;
}

.search-close i {
    display: table-cell;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.search-close:hover i {
    transform: scale(1.15) rotate(-180deg);
    -webkit-transform: scale(1.1) rotate(-180deg);
    -moz-transform: scale(1.1) rotate(-180deg);
    -ms-transform: scale(1.1) rotate(-180deg);
    -o-transform: scale(1.1) rotate(-180deg);
}

.search-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 none;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    outline: medium none;
    text-align: right;
    padding: 13px 0 13px 15px;
    width: 100%;
    max-width: 90%;
}

.search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.searchInputBox .search-btn {
    border: none;
    padding: 0 10px 0 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.search-full.active {
    display: block;
}

.navbar-cart {
    border-top: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

.drop-cart-menu {
    width:400px;
}

.colorWhite, .colorWhite i {
    color: #fff !important;
}

.promo-1 {
    color: #FFFFFF;
    font-family: DM Sans, Helvetica Neue;
    margin-bottom: 15px;
    font-weight: lighter;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.promo-1sub {
    background: #F2F2F2;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

/***  ------- Cart Dropdown Menu Style ------- ***/

.dropdown-left .dropdown-menu {
    left: 0;
}

.cartMenu {
    float: left;
    display: block;
}

.cartMenu a.dropdown-toggle,
.cartMenu a#cart-sidebar-toggle {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
}

.cartMenu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 0;
}

.miniCartTable {
    max-height: 300px;
    width: 100%;
    display: block;
}

.miniCartProductThumb {
    text-align: center;
}

.cartMenu img {
    width: 50px;
}

.cartMenu h4 {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}

.miniCartDescription .size {
    color: #414141 !important;
    font-size: 11px;
}

.miniCartDescription .price {
    color: #444444;
    font-size: 15px;
    font-weight: 700;
}

.old-price {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.cartMenu table {
    width: 100%;
    height: auto;
}

.cartMenu table tr {
    border-bottom: solid 1px #ddd;
}

.cartMenu table tr td {
    padding: 5px 0;
}

.miniCartFooter {
    background: #ECF0F1 !important;
    padding: 10px 5px 30px 5px;
}
/* 
.miniCartFooter .subtotal {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    margin-right:10px;
    text-transform: uppercase;
} */

.miniCartFooterInMobile .subtotal {
    font-size: 18px;
    color: #fff;
}

.mCSB_container .alert {margin:0 10px;}

.miniCartTable .mCSB_container {
    margin-right: 15px !important;
}

.newProductMenuBlock {
    display: block;
    position: relative;
}

.ProductMenuCaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.ProductMenuCaption:nth-child(n) {
    filter: none;
}

.ProductMenuCaption i {
    font-size: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.newProductMenuBlock:hover i {
    font-size: 16px;
}

.newCollectionUl ul li:first-child {
}

.newCollectionUl li {
    font-weight: 600;
}

.productPopItem {
    border: solid 1px #ddd;
}

.productPopItem .productInfo {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-top: -50px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 4;
}

.popProImg a {
    display: block;
    max-height: 270px;
    overflow: hidden;
}

.productPop h4 {
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal !important;
    padding: 3px 0 0 !important;
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.productPop h4:nth-child(n) {
    filter: none;
}

.productPop h4 a {
    color: #fff !important;
}

.subprod-form {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.subprod-form .extras{
    flex: 1 1 44%;
}
.subprod-form .subprod-attrmenu{
    flex: 1 0 100%;
}
.subprod-form .extras label{
    display: block;
}
.subprod-form .subprod-attrmenu h4{
    padding-bottom: 0;
    font-size: 16px;
}
.subprod-attrmenu .btn-attr {
    padding: 6px 12px;
    font-size: 14px;
    margin:2px 12px 10px 0;
    display: inline-block;
    border-radius: 5px;
}

.subprod-attrmenu a.btn-attr:hover, .subprod-attrmenu a.btn-attr:focus, .subprod-attrmenu.btn-attr a {
    background:#FFF;
    color:#000;
}
.subprod-attrmenu a.btn-attr:hover, .subprod-attrmenu a.btn-attr:focus {
    background:#EFEFEF;
}

.subprod-attrmenu a {
    border:1px solid #999;
}
.subprod-attrmenu a.btn-attr.active {
    border:2px solid #333;
    background:#EFEFEF;
}

/* =============================================================== */
/* HOME PAGE BOXES SLIDER
/* =============================================================== */

.box-pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.swiper-container {
    /* background: #333; */
}

.swiper-wrapper {
    background: #fff;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #fff;
}

.arrow-left {
    background: url(../../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.arrow-right {
    background: url(../../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.swiper-container {
    width: 100%;
    height: 100%;
    height: 490px;
    color: #fff;
    text-align: center;
}

.swiper-slide {
    height: 100%;
}

.swiper-slide .slider-content {
    height: 100%;
    display: block;
}

.slide-2x {
    width: 500px;
}

.slide-4x {
    width: 500px;
}

.slide-1x {
    width: 300px;
}

.box-4in {
    display: block;
    float: left;
    height: 50%;
    width: 50%;
}

.slider-box-bottom .box-4in, .slider-box-top .box-4in {
    height: 100%;
}

.box-4in .price, .box-text-table .dealprice {
    display: block;
    font-family: DM Sans, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: lighter;
    margin-bottom: 15px;
}

.box-4in .btn {
    min-width: 100px !important;
}

.box-4in.a .box-content-overly, .box-4in.b .box-content-overly {
    bottom: 5px;
    right: 5px;
    top: auto;
}

.box-slider-content {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box-text {
    bottom: 100px;
    display: block;
    height: auto;
    left: 18%;
    position: absolute;
    width: 64%;
    z-index: 10;
    color: #FFF; 
}

.box-text h1 {text-shadow: 2px 2px #000000;}
.box-text p {text-shadow: 1px 1px #000000;}

.box-text.bottom-align {
    bottom: 20px;
}

.box-text h1, .box-text-cell-inner h1 {
    font-size: 36px;
    letter-spacing: 3px;
    font-family: DM Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.box-text p, .box-text-cell-inner p {
    font-family: DM Sans;
    font-weight: lighter;
}

.box-text .btn, .box-text-cell-inner .btn {
    margin-top: 10px;
}

.box-text-table {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.box-text-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.box-text-cell-inner.dark {
    color: #454545;
}

.box-text-cell-inner {
    max-width: 70%;
    display: block;
    margin-left: 15%;
}

.box-content-overly {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 5;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.box-content-overly.box-content-overly-white {
    opacity: 0;
}

.box-blank-url {
    display: block;
    height: 100%;
    width: 100%;
}

.slider-box-top .box-content-overly {
    bottom: 5px;
    top: auto;
}

.box-slider-content:hover .box-content-overly {
    background: rgba(0, 0, 0, 0.3);
    visibility: visible;
}

.box-slider-content:hover .box-content-overly-white {
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
    opacity: 1;
}

.box-slider-content .box-content-overly-white .box-text, .box-slider-content .box-content-overly-white .box-text-cell-inner {
    opacity: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.box-slider-content:hover .box-content-overly-white .box-text, .box-slider-content:hover .box-content-overly-white .box-text-cell-inner {
    opacity: 1;
    display: block;
    color: #454545;
}

.box-slider-content .box-img {
    height: 100%;
    display: block;
    position: relative;
    z-index: 4;
    margin: 0 5px 0 0;
}

.box-img.last-child-slide {
    margin-right: 0;
}

.box-slider-content a.box-img img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.box-slider-content .slider-box-top a.box-img {
    bottom: 5px;
    height: 100%;
    overflow: hidden;
}

.box-4in.a a.box-img, .box-4in.b a.box-img {
    bottom: 5px;
    height: 100%;
    display: block;
    overflow: hidden;
}

.slider-box-top {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
}

.slider-box-top .box-img {
    bottom: 5px;
}

.slider-box-bottom {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
}

h1.bolder-style {
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
    -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
    text-transform: uppercase;
}

h1.bolder-style.light, h1.bolder-style.light a {
    color: #fff;
}

h1.bolder-style.dark, h1.bolder-style.dark a {
    color: #454545;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
    -webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
}

.slider-box-top .bolder-sub a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.5px;
}

.box-price-tag {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}

.box-price-tag .price {
    background: #fff;
    color: #454545;
    font-family: DM Sans;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .swiper-container {
        height: 490px;
    }

    .slide-2x, .slide-4x, .slide-1x {
        width: 490px;
    }

    .box-text {
        bottom: 10% !important;
    }
}

@media (max-width: 767px) {
    .swiper-container {
        height: 350px;
    }

    .slide-2x, .slide-4x, .slide-1x {
        width: 350px;
    }

    .box-text {
        bottom: 10%;
    }

    .box-text h1, .box-text-cell-inner h1 {
        font-size: 26px;
    }

    .btn-stroke-dark, .btn-stroke-light {
        padding: 10px 20px;
        min-width: 150px;
    }

    h1.bolder-style {
        font-size: 50px;
        line-height: 50px;
    }
}

/* =============================================================== */
/* HOME PAGE SLIDER
/* =============================================================== */

.sliderImg {
    background: url('../img/loading1.gif') center center no-repeat; /* prealoder */
}

.banner {
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.banner-boxes {
    margin-top: 80px;
}

.banner.down {
    margin-top: 26px;
}

.banner, .slider-content, .slider, .slider-v2 {
    width: 100%;
    display: block;
    max-height: 540px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slider-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sliderImg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner .sliderInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.banner .sliderInfo .container {
    height: 100%;
    dispay: block;
}

.sliderText {
    display: block;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.sliderText:nth-child(n) {
    filter: none;
}

.slider-item.cycle-slide-active .sliderText {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.transformRight {
    display: block;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -o-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformRight {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none; /* IE FIX */
    filter: none;
}

.transformLeft {
    display: block;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.sliderText .inner {
    padding: 20px;
}

.sliderText h1 {
    font-size: 36px;
    font-weight: lighter;
}

.sliderText.dark h1 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slide-link {
    color: #fff;
    letter-spacing: -0.25px;
    font-size: 16px;
}

.sliderText {
    margin-top: 15%;
}

.sliderText.dark {
    color: #ddd;
}

.slider-item-img1 {
    background-size: cover;
}

.slider-item-img2 {
    background-size: cover;
}

.slider-item-img3 {
    background-size: cover;
}

/***  ------- Slider Style 1 Start ------- ***/

#pager2 {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    min-width: 100px;
}

#pager2 span {
    background: rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 5px;
    text-indent: -9999px;
    width: 16px;
    margin: 0 auto;
}

#pager2 span.cycle-pager-active {
    color: #fff;
}

.sliderControl {
    position: absolute;
    z-index: 200;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #454545;
    padding: 0 5px;
}

.sliderControl {
    opacity: 1;
}

.sliderControl:hover:nth-child(n) {
    filter: none;
}

.sliderControl:hover {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); /* IE FIX */
    zoom: 1;
}

.prevControl {
    left: 20px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.banner:hover .prevControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.nextControl {
    right: 20px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.banner:hover .nextControl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.sliderText.white {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff); /* IE FIX */
    zoom: 1;
}

.sliderText.white:nth-child(n) {
    filter: none;
}

.sliderText.white h1 {
}

.sliderText h3.price {
    font-weight: lighter;
    font-size: 22px;
}

.sliderTextFull {
    color: #ffffff;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sliderTextFull h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
}

.topAnima {
    opacity: 0;
}

.cycle-slide-active .topAnima {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 0.3s;
    visibility: visible !important;
}

.sliderTextFull .opacity0 {
    opacity: 0 !important;
}

.cycle-slide-active .sliderTextFull .bottomAnima {
    opacity: 1 !important;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    visibility: visible !important;
}

.sliderTextFull .inner.dark {
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    width: auto;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.sliderTextFull .inner.dark:nth-child(n) {
    filter: none;
}

.blankstyle h1 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: auto;
    letter-spacing: -1px;
    line-height: 36px;
    opacity: 1;
    padding: 0;
    text-transform: uppercase;
}

.color-white h1, .color-white p, .color-white {
    color: #fff;
}

.color-black h1, .color-black p, .color-black {
    color: #000;
}

/***  ------- Slider Style 2 Pager ------- ***/

#pager {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
}

#pager a {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    float: left;
    font-family: DM Sans, Helvetica Neue;
    font-size: 15px;
    font-weight: normal;
    list-style: none outside none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 33.333334%;
    background: rgba(0, 0, 0, 0.5);
}

#pager a.cycle-pager-active {
    color: #fff;
}

/*  // Style   2  end*/

/* =============================================================== */
/* HOME PAGE LOOK 2
/* =============================================================== */

.home-intro h2 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
}

.home-intro {
    background: #34373b;
    color: #fff;
    padding: 15px 0 0;
}

.home-intro h2 span {
    color: #ff7f00;
}

.sectionCategory {
    background: #34373b;
    padding: 60px 0;
    position: relative;
}

.sectionCategoryIntro {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.sectionCategory .container {
    position: relative;
    z-index: 5;
}

.sectionCategoryIntro h1 {
    font-family: DM Sans;
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.sectionCategoryIntro p {
    color: #ddd;
}

.sectionCategory .subCategoryThumb {
    height: 160px !important;
}

/***  -------  Home look 2 || productShowCase section  ------- ***/

.owl-theme .owl-controls .owl-page span {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

.show-case-wrapper {
    margin: 0 auto 30px;
    float: none;
}

#productShowCase .owl-controls {
    margin-top: 0;
}

.product-slide-inner {
    margin-top: 12%;
    display: block;
    max-width: 98%;
}

@media (max-width: 767px) {
    .product-slide-inner {
        display: block;
        max-width: 98%;
        margin: 5% auto 0;
        text-align: center;
    }

    #productShowCase .owl-controls {
        margin-top: 10px;
    }
}

#productShowCase .btn-stroke-dark i {
    font-size: 0;
    transition: font 0.3s ease;
}

#productShowCase .btn-stroke-dark:hover i {
    font-size: inherit;
}

#productShowCase .details-description {
    margin-bottom: 15px;
}

.product-slide-left {
    text-align: center;
}

.product-slide-img {
    display: block;
    text-align: center;
}

.product-slide-img img {
    display: block;
    text-align: center;
    margin: 0 auto
}

#productShowCase .product-title {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 36px;
    margin-bottom: 0;
}

.ps-nav {
    display: block;
    font-size: 68px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 38%;
    width: auto;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#ps-next {
    right: 15px;
}

#ps-prev {
    left: 15px;
}

@media (max-width: 767px) {
    #ps-next {
        right: 15px;
    }

    #ps-prev {
        left: 15px;
    }
}

.boxes-title-1 {
    background: #ebebeb;
    font-family: DM Sans;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 7px 0;
    text-align: center;
}

/***  -------  Home look 2 || Featured image section  ------- ***/

.featuredImgLook2 .inner {
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.featuredImgLook2 .inner:hover {
    border: solid 1px #4EC67F;
}

.img-link {
    display: block;
    overflow: hidden;
}

.img-link img {
    width: 100%;
}

.featuredImgLook2 h3 {
    color: #454545;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}

.featuredImgLook2 h3 span {
    color: #eb5e58;
    display: block;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featuredImgLook2 .btn-link {
    border-radius: 0;
    color: #333;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
}

.featuredImgLook2 p {
    color: #333;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .featuredImgLook2 .col-md-3 {
        margin-bottom: 30px;
    }
    .paymentBox img{width: 100%;}
    .paymentBox .captcha img {width:auto;}
}

@media (max-width: 460px) {
    .featuredImgLook2 .col-md-3 {
        width: 100%;
    }
    #formEntrega #btnSalvar{float:none !important;}
}

/* ---------- // Home look 2 end //--------*/
.paymentBox .alert.alert-info{
      max-width: 695px;
}
/* =============================================================== */
/* HOME PAGE LOOK 3
/* =============================================================== */

#imageShowCase {
    display: block;
    clear: both;
}

#imageShowCase .product-slide h1 {
    text-transform: uppercase;
}

#imageShowCase .product-slide .box-content-overly.box-content-overly-white {
    opacity: 1;
}

.featuredImageLook3 .inner {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.image-show-case-wrapper .ps-nav {
    opacity: 0;
    transform: scale(1.15);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.image-show-case-wrapper:hover .ps-nav {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.featuredImageLook3 .inner .box-content-overly-white {
    right: 0;
    text-align: center;
}

.submini {
    height: 2px;
    max-width: 50px;
    margin: 15px auto;
    background: #454545;
    box-shadow: none;
    border: none;
}

.featuredImageLook3 .inner .img-title {
    color: white;
    display: block;
    font-size: 20px;
    font-family: DM Sans;
    font-weight: normal;
    letter-spacing: 3px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0px 2px #555;
    text-transform: uppercase;
    top: 40%;
    width: 100%;
    z-index: 100;
    transition: opacity .2s linear, visibility .2s linear;
}

.featuredImageLook3 .inner:hover .img-title {
    visibility: hidden;
    opacity: 0;
}

.img-block {
    display: block;
    overflow: hidden;
}

.featuredImageLook3 .inner .box-text-cell-inner h1 {
    font-size: 20px;
}

.featuredImageLook3 .inner:hover .box-content-overly-white {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
}

.image-show-case-wrapper .owl-pagination {
    margin-top: -40px !important;
    position: relative;
    text-align: center;
    z-index: 50;
    margin-bottom: 40px;
}

.product-slide .box-content-overly {
    text-align: center;
    visibility: visible;
    color: #fff;
}

@media (max-width: 650px) {
    .featuredImageLook3 .inner .box-text-cell-inner h1 {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .paymentBox .btn-success{
        display: block;
        float: none !important;
        width: 100%;
        margin-bottom: 8px;
    }
    .featuredImageLook3 .inner .box-text-cell-inner p {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 14px;
    }

    hr.submini {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .featuredImageLook3 .inner .img-title {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

@media (max-width: 500px) {
    .featuredImageLook3 .box-content-overly {
        display: none;
    }

    .featuredImageLook3 .inner .img-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/* ---------- // Home look 3 end //--------*/

/* =============================================================== */
/* MAIN CONTAINER || TOP CONTAINER START (NEW ARRIVALS)
/* =============================================================== */

.section-block {
    margin-bottom: 30px;
}

.section-title {
    border-bottom: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0 10px;
    padding: 0;
}

.section-title span {
    color: #454545;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-transform: uppercase;
    width: auto;
}

/***  -------  Style 2  ------- ***/

.style2 .section-title, .section-title.style2 {
    font-size: 42px;
    font-weight: lighter;
    line-height: 44px;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
    border: none;
}

.section-title-style2, .section-title.style2 {
    position: relative;
}

.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
    background: #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 20%;
    position: absolute;
    top: 28px;
    width: 60%;
    z-index: 1;
}

.section-title-style2 span, .section-title.style2 span {
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
}

.style2 .section-title span, .section-title.style2 span, {
    color: #454545;
    display: table;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
}

.productslider {
    width: 100%;
    display: block;
}

/*#productslider .item {
    margin: 0 15px 15px;
    width: 100% !important;
}*/
.slideprod .item {
    /*margin: 0 15px 15px;*/
    width: 100% !important;
}

.item {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: 480px;
}

#SimilarProductSlider .item {
    height: auto !important;
}

.product {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}



.add-fav {
    border: 1px solid;
    border-radius: 50%;
    height: 30px;
    line-height: 31px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 15px;
    width: 30px;
    z-index: 10;
    transform: scale(1.15);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: opacity .3s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .3s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .3s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .3s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.list-view .product .add-fav {
    right: 40px;
    top: 8px;
}

.product:hover .add-fav {
    opacity: 1;
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.add-fav i {
    webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    transition: all .3s ease;
}

.add-fav:active i {
    webkit-transform: scale(0.85) rotate(0deg);
    -moz-transform: scale(0.85) rotate(4deg);
    -o-transform: scale(0.85) rotate(0deg);
    -ms-transform: scale(0.85) rotate(0deg);
    transform: scale(0.85) rotate(4deg);
}

.item.list-view .item h4 {
    max-height: none;
}

.item.list-view .grid-description {
    display: none;
}

.list-description {
    display: none;
}

.item.list-view .list-description {
    display: block;
}

.item.list-view {
    display: block;
    height: auto !important;
    width: 100% !important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.item.list-view .image {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 212px;
    max-width: 200px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding-right: 20px;
    background: #fff;
}

.item.list-view .image a {
    display: block;
    max-height: 100%;
    height: 100%;
    max-height: 100% !important;
}

.item.list-view .image img {
    max-height: 260px;
    width: auto !important;
}

.item.list-view h4 {
    height: auto;
    margin: 45px 0 5px;
    font-size: 24px;
}

.item.list-view h4 a {
    font-weight: 600;
}

.item.list-view .description {
    text-align: right;
}

.item.list-view .description p {
    text-align: right;
    max-height: 200px;
    min-height: 10px;
}

.item.list-view .price {
    font-size: 22px;
    text-align: right;
}

.item.list-view .action-control {
    text-align: right;
}

.item.list-view .product {
    padding-right: 20px;
    min-height: 260px;
}

.item:hover .action-control {
    border-bottom-color: #fff;
}

.product-box .item {
    margin: 0 10px;
}

.product-box .item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.image a {
    display: block;
    overflow: hidden;
}

.image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    max-height: 240px;
    margin: 0 auto;
}

.product:hover .image a img {
    transform: scale(1.15) rotate(-1.5deg);
    -webkit-transform: scale(1.1) rotate(-1.5deg);
    -moz-transform: scale(1.1) rotate(-1.5deg);
    -ms-transform: scale(1.1) rotate(-1.5deg);
    -o-transform: scale(1.1) rotate(-1.5deg);
}

.promotion {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0;
    height: 24px;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.description {
    margin: 0 auto;
    min-height: 103px;
    max-width: 235px;
}
.item .product p.preco{
    min-height: 47px;
    display: block;
}
.list-view .description {
    margin: 0 auto;
    min-height: auto;
    max-width: 100%;
}

.promotion {
    line-height: 18px;
}

.new-product {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-family: DM Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 10px;
}

.discount {
    background: #d3261f; /* old browser */
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: DM Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 5px;
}

.item h3 {
    margin: 0;
    min-height: 54px;
    max-height: 54px;
    overflow: hidden;
    display: block;
    line-height: 18px;
    margin: 25px 0 0;
    padding: 0;
}

.item h3 a {
    font-weight: 700;
    color: #3a3a3a;
    text-decoration: none;
    font-size: 16px;
    line-height: 13px;
}

.description p {
    color: #333;
    font-size: 14px;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
    line-height: 18px;
    display: block;
}

.price {
    font-size: 18px;
    /*font-weight: bold;*/
    color: #454545;
    min-height: 68px;
}

.product > .price {
    padding: 0 3px;
    font-size: 14px;
    max-height: 68px;
    min-height: 68px;
    overflow: hidden;
    display: block;
}

.product .price span {
    font-weight: bold;
    font-size:18px;
}

.action-control {
    border: 0;
    display: block;
    height: auto;
    padding: 8px    ;
    width: 100%;
}

.action-control a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.navbar-right.iconscart .dropdown.open{
    position: relative;
}
.navbar-right.iconscart .dropdown.open .dropdown-menu {
    top: 91%;
}
.cart a {
    font-size: 20px;
    color: #454545;
    margin: 0 0;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.13s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.iconscart a{
    justify-content: start !important;
}
.load-more-block {
    padding-bottom: 30px;
    position: relative;
}

.load-more-block .btn-thin {
    background: #fff;
    z-index: 2;
    position: relative;
    box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -webkit-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -moz-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -o-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
}

.load-more-block:after {
    background: none repeat scroll 0 0 #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 30%;
    position: absolute;
    top: 18px;
    width: 40%;
    z-index: 1;
}

.featureImg a {
    display: block;
    overflow: hidden;
}

.featureImg a img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.featureImg a img:hover {
    transform: scale(1.1) rotate(-1.1deg);
    -webkit-transform: scale(1.1) rotate(-1.1deg);
    -moz-transform: scale(1.1) rotate(-1.1deg);
    -ms-transform: scale(1.1) rotate(-1.1deg);
    -o-transform: scale(1.1) rotate(-1.1deg);
}

/* =============================================================== */
/* PARALLAX CONTENT 1
/* =============================================================== */
.parallax-section {
    width: 100%;
    display: block;
    clear: both;
    height: auto;
    position: relative;
}

.parallax-image-1 {
    background: url(../../images/parallax/parallax.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-image-1.ismobile, .parallax-image-2.ismobile, .parallax-image-aboutus.ismobile, .parallax-section.ismobile {
    background-attachment: scroll !important;
}

.parallax-image-1.isios, .parallax-image-2.isios, .parallax-image-aboutus.isios, .parallax-section.isios, .blog-intro.isios {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.parallax-image-1.isandroid, .parallax-image-2.isandroid, .parallax-image-aboutus.isandroid, .parallax-section.isandroid {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.parallax-image-1.isios {
    background-color: #734e48;
    background-repeat: no-repeat;
}

.parallax-image-2.isios {
    background-size: auto 100% !important;
}

.parallaxPrce {
    font-size: 64px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 10px;
}

.parallax-content h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto;
    max-width: 900px;
    padding: 5px 10px;
    text-align: center;
}

.parallax-content h3 {
    color: #DDDDDD;
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 20px;
    max-width: 900px;
    padding: 0 10px;
    text-align: center;
}

.btn-discover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 60px;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.btn-discover:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-discover:hover {
}

.bannermarcas .section-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    gap: 12px;
}
.bannermarcas .section-title a{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: var(--color-loja);
    gap: 8px;
}
.bannermarcas .section-title a svg{
    width: 18px;
    height: auto;
}
.bannermarcas .section-title a svg path{
    stroke:var(--color-loja);
}
.parallax-content {
    text-align: center;
    padding: 100px 0;
}

.brand-carousel li {
    display: block;
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}
.brand-carousel li a{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.brand-carousel li img {
    max-width: 100%;
    width: 100%;
}

.carousel-nav {
    font-size: 26px;
    margin-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

/***  -------  Parallax section 2  ------- ***/

.parallax-image-2 {
    background: url(../../images/parallax/people-collage.jpg) fixed;
}

.parallax-section-overley {
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}

h1.xlarge {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
    padding-bottom: 0;
    line-height: normal;
    text-transform: uppercase;
}

h1.x2large {
    color: #FFFFFF;
    font-size: 56px;
    line-height: normal;
    font-weight: 800;
    padding-bottom: 0;
    text-transform: uppercase;
}

h5.parallaxSubtitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}
h5.parallaxSubtitle a{color:#ddd;}
h5.parallaxSubtitle .breadcrumb{background: none;border:none;}

/* =============================================================== */
/*  FOOTER
/* =============================================================== */

.gap {
    height: 40px;
    width: 100%;
    clear: both;
    display: block;
}
footer{position: relative;}
.footer {
    background: #f2f2f2;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #DDDDDD;
}

.footer p {
    margin: 0;
}

.footer img {
    max-width: 100%;
}

.footer h3 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 15px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    color: #414141;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #414141
}
.icones-sociais {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.icones-sociais a{
    border: 1px solid var(--color-loja);
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
.icones-sociais a svg{
    width: 25px;
    height: 25px;
}
.icones-sociais a svg path{
    fill: var(--color-loja);
}
.icones-sociais a:hover{
    opacity: .5;
}
@media (max-width:650px){
    .icones-sociais{
        justify-content: center;
    }
    .titlesocial{
        text-align: center;
    }
}

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.supportLi h4 a {
    color: #454545;
}
.modal-ads button.close{
    border: 0;
    font-size: 55px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #00000078;
    z-index: 9;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 0;
    text-shadow: none;
    color: #FFF;
    opacity: 1;
    padding-bottom: 5px;
}
.modal{
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center; */
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999 !important;
} 
.modal .modal-dialog{
    position: initial !important;
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.modal-ads.fade.in{
    /* display: flex !important; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal .modal-dialog img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#gdpr-cookie-message {
    max-width: 800px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
    background: #fff
}

#gdpr-cookie-message strong {
    font-size: 23px
}
#gdpr-cookie-message a, #gdpr-cookie-message a:hover{
    color: var(--color-loja);
}
#gdpr-cookie-message p {
    color: #666;
    font-size: 20px;
    margin-bottom: 10px
}

#gdpr-cookie-message button,button#ihavecookiesBtn {
    border-radius: 12px;
    font-size: 22px;
    padding: 10px 30px;
    background-color: var(--color-loja);
    border:1px solid transparent;
}
#gdpr-cookie-message button:hover,button#ihavecookiesBtn:hover {
    border-radius: 12px;
    border:1px solid var(--color-loja);
    color: var(--color-loja);
}
.newsLatterBox input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsLatterBox input[type=text]{    padding-left: 20px;}

.newsLatterBox .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;

    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.newsLatterBox {
    overflow: hidden;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}



.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer-bottom p.pull-left {
    padding-top: 6px;
}

.paymentMethodImg img {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom p.pull-left {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    .paymentMethodImg {
        width: 100%;
        float: none !important;
        text-align: center;
    }

    .paymentMethodImg img {
        display: inline-block;
        float: none !important;
        max-height: 24px;
    }
}

/* =========================HOMEPAGE END==========================*/

/* =============================================================== */
/* CATEGORY PAGE START
/* =============================================================== */

.breadcrumb {
    border: 1px solid #DDDDDD;
    background: none;
    display: flex;
    align-items: center;
    gap: 6px;
}
.breadcrumb li{
    margin: 0;
    padding: 0;
    min-height: 27px;
    display: flex;
    align-items: center;
}
.breadcrumb>li+li:before{
    display: none;
}

.main-container {
    min-height: 580px;
}

.category-top > h2 {
    color: #303030;
    font-weight: 700;
    letter-spacing: 0;
}

.subCategoryList .thumbnail {
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.tree .dropdown-menu {
    position: relative !important;
    float: none !important;
    box-shadow: none !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.open-tree > .dropdown-menu {
    display: block;
}

.dropdown-menu-tree {
    display: none;
    margin-bottom: 20px;
}

.open-tree > .dropdown-menu-tree {
    display: block;
}

.tree > li.active > a, .tree > li.active > a:hover, .tree > li.active > a:focus {
    background: none;
    color: #454545;
}

.nav-stacked.tree > li a:hover {
    color: #454545;
    font-weight: bold;
}

.tree > .active > a > .badge {
    background: #999999;
    color: #fff;
}

.category-level-2 {
    border-left: 1px solid #DDDDDD !important;
    margin-left: 13px;
}

.category-level-2 li {
    margin-top: 2px;
}

.category-level-2 li a {
    font-weight: normal !important;
    padding: 2px 15px;
}

.category-level-2 li a.active, .category-level-2 .dropdown-tree.active .dropdown-tree-a, .category-level-2 .open-tree .dropdown-tree-a {
    font-weight: bold !important;
}

.priceFilterBody .form-inline .form-group {
    max-width: 30%;
    float: left;
}

.priceFilterBody .form-inline .form-group .form-control {
    width: 100%;
}

.priceFilterBody .sp {
    padding: 10px;
}

.subCategoryThumb {
    height: 80px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.subCategoryThumb img {
    max-width: 100%;
}

.subCategoryList {
    margin-top: 30px;
    overflow: hidden;
}

.color-details {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}

.productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 20px;
}

.productFilter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.change-view {
    margin-right: 10px;
}

.subCategoryTitle {
    font-size: 13px;
    color: #444;
    font-weight: 600;
}

.change-view a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 23px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.productFilter select, .productFilter input {
    font-size: 13px;
}

.categoryFooter {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 0;
}

.nav-stacked > li {
    border-bottom: solid 1px #eee;
}

.nav-stacked > li a {
    font-size: 13px;
}

.nav-stacked > li a:hover {
    color: #fff;
}

.nav-stacked > li.active a, .nav-stacked > li.active {
    background: none;
    color: #454545;
    font-weight: bold;
}

/***  -------  according panel style  ------- ***/

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #454545;
    font-size: 15px;
}

.panel-heading, .panel-group .panel {
    border-radius: 0;
}

.clearFilter {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    line-height: normal;
    padding: 2px 5px;
    text-transform: capitalize;
}

.labelRounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.clearFilter:hover {
    opacity: 0.7;
}

.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.collapseWill.pressed i, .collapseWill.active i {
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.minus {
    display: block;
}

.collapseWill .minus {
    display: none !important;
}

.collapseWill.collapsed .minus {
    display: none !important;
}

.collapseWill {
}

.color-filter small {
    border: 1px solid #DDDDDD;
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 1px;
    width: 14px;
}

/* =============================================================== */
/* PRODUCT DETAILS PAGE
/* =============================================================== */

.categoryFilter {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 50px;
}

.categoryFilter .minict_wrapper {
    max-width: 180px;
    max-height: 28px;
    height: 28px !important;
}

.categoryFilter .minict_wrapper input {
    height: 28px !important;
    font-size: 12px !important;
}

.minict_wrapper input {
    border: 0 !important;
}

.categoryFilter .minict_wrapper ul li {
    font-size: 12px !important;
}

.nav-tabs > li.active, .nav-tabs > li {
    background: none;
}

.nav-tabs > li > a {
    border: 0;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    color: #fff !important;
    border: 0;
    border-radius: 0;
}
p.parcl, p.avista{font-size: 15px;margin: 0;}
.produto-atributos .controls select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* -------- zoom ------- */
.sp-wrap {
    border: none !important;
}

.sp-large a img {
    width: 100%;
}

.sp-wrap {
    z-index: 10;
    width: 100%;
    margin:0;
    background: none !important;
}

/* .sp-large {
    max-width: 90%;
} */

.sp-thumbs {
   width:100%;
   text-align: left;
    z-index: 70;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    border: 2px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    transition: margin 0.2s ease 0s;
}

.main-image .sp-thumbs a:link, .sp-thumbs a:visited {
    margin-right: 0 !important;
}

.sp-thumbs a:hover {
    margin-right: 4px !important;
}


.sp-large {position: relative;}

.produto-album {
    box-sizing: content-box;
    /* padding:10px; */
    /* background:#EFEFEF; */
    overflow: hidden;
}

.album-controls {
}

.album-controls a {
    position:absolute;
    font-size:24px;
    top:50%;
    top:calc(50% - 20px);
    z-index:90;
    width:40px;
    height:40px;
    display:block;
    background:#FFF;
    border-radius:20px;
    text-align: center;
    line-height: 40px;
    opacity: .5;
    border:1px solid #CDCDCD;
}
.album-controls a i {
    color:#333;
}
.album-controls a.image-next {
    right:30px;
    text-indent: 2px;
}
.album-controls a.image-prev {
    left:30px;
    text-indent: -2px;
}

/***  -------  Product details style 2   ------- ***/

.style2 .sp-thumbs {
    top: 0 !important;
    width: 19% !important;
}

.style2 .sp-thumbs img {
    height: auto !important;
    width: 100px !important;
    max-width: 100%;
    width: 100px !important;
}

.style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
    float: left !important;
    width: 100%;
}

.style2 .sp-large {
    max-width: 80% !important;
    border: 1px solid #DDDDDD;
}



.product-price {
    /*font-weight: 600;*/
    font-size:16px;
    line-height: normal;
    margin-bottom: 10px;
}

.preco-antigo-detail,
.preco-antigo-detail span s {
    font-size:16px !important;
}

.product-price span {
    font-size: 24px;
    font-weight: bold;
}

.price-standard {
    color: #716a6a;
    font-size: 18px;
    text-decoration: line-through;
}

.product-code {
    font-family: "DM Sans", Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    gap: 12px;
    margin: 0;
}

.rating span {
    display: inline-block;
}

.ratingInfo {
    margin-left: 10px;
}

.product-image-header {max-height:150px; overflow: hidden; margin-bottom:10px;}
.product-image-header img {margin-top:-10%;}

/*------- product-details style 4 ------- */

.zoomThumb {
    text-align: center;
    margin-top: 10px;
}

.zoomThumb a {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
    border: 2px solid #eee;
    display: inline-block;
    margin-right: 5px;
}

.zoomThumb a img {
    max-width: 100%;
}

.zoomImg {
    cursor: crosshair;
}

/*------- product tab ------- */

.nav-tabs {
    margin-bottom: 20px;
}

.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
}

.nav-tabs li a {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.color-details {
    margin-top: 14px;
}

.swatches {
    margin: 0.5em 0;
    padding-left: 0;
}

.swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
}

.swatches .selected, .swatches li:hover {
    border: 2px solid #ddd;
}

.swatches a {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 2px #C5C5C5;
    display: block;
    height: 33px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 33px;
}

.swatches a img {
    height: 29px;
    width: 29px;
}

.navbar{    z-index: 400;}
.swatches li a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 0;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

.swatches .selected a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

/***  ------- filterBox ------- ***/

.filterBox {
    display: inline-block;

}

.productFilterLook2 .filterBox {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
}

/* .spinner {
    margin-top:20px;
    max-width:80px;
    float:left;
} */
.spinner .input-group-addon {
    padding:0;
}
.spinner .input-group-addon .btn-xs {
    padding:2px 7px;
}
.spinner input.form-control {
    height:45px;
    font-size:18px;
}
.spinner label {
    font-size:12px;
}

.cart-actions {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    clear: both;
}

.cart-actions.w-spinner {
    clear:none;
    /* margin-top:45px;
    margin-left:10px; */
    width:auto;
    width:calc(100% - 90px);
    margin: 0;
}

.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: DM Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 20px 0 0;
    padding: 14px 20px;
    text-transform: uppercase;
    text-align: center;
        letter-spacing: 2px;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.cart-actions.w-spinner a {
    font-size: 16px;
    padding: 13px 20px;
    background: green;
    border-color: green;
    margin: 0;
}
.cart-actions .btn.btn-whats{
    font-size: 16px;
    padding: 13px 20px;
    background: green;
    border-color: green;
    margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #FFF;
    justify-content: center;
}
.infovalores h3{
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.cart-actions .btn.btn-whats:hover{
    background: rgb(2, 94, 2)
}
.cart-actions .btn.btn-whats svg path{
    fill: #FFF;
}
.modal-body .cart-actions.w-spinner a {
    padding:5px 10px;
}

button.first {
    margin-right: 20px;
    margin-bottom: 10px;
}

.cart-actions .wishlist {
    background: #CCCCCC;
    line-height: 1em;
    text-decoration: none;
    border: solid 2px #CCCCCC;
    text-align: center;
}

.cart-actions .wishlist:hover {
    background: #fff;
    color: #666;
    border: solid 2px #CCCCCC;
}

.incaps {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 20px 0 0;
}

.incaps i {
    font-size: 20px;
}

.color-in {
    color: #4CC94A;
}

.color-out {
    color: red;
}

.product-share {
    clear: both;
    display: inline-block;
    /*margin-top: 14px;*/
    width: 100%;
}
.product-share p{margin: 6px 15px;}

.descricao-compra .preco-promocional-detail {
        padding-bottom: 14px;
    /*display: block;*/
}

/***  ------- You may also like ------- ***/

.recommended {
    border-top: solid 2px #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

.recommended h1 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

#SimilarProductSlider .item {
    padding: 30px 0px 0;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.recommended .description {
    min-height: 70px;
}

.product-image {
    max-width: 100%;
}

.product-image img {
    max-width: 100%;
}

#SimilarProductSlider .product-image img {
    max-height: 200px;
}

/* =============================================================== */
/* CART PAGE
/* =============================================================== */

.quanitySniper {
    height: 30px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.cartTable thead tr th {white-space: nowrap;}

tr.CartProduct td, tr.CartProduct th {
    text-align: center;
}

tr.CartProduct td:nth-child(2) {
    text-align: left;
}

tr.CartProduct .td-qtde {vertical-align:middle; text-align:center; white-space: nowrap;}

tr.CartProduct .td-qtde .input-append .btn {padding:8px 12px;}

.cartTable {
    border-top: solid 1px #EBEDEF;
}

.cartTableHeader {
    background: #EBEDEF;
}

.cartFooter {
    padding: 20px;
    border-top: solid 1px #eee;
    background: #EBEDEF;
    display: inline-block;
    width: 100%;
}

#cart-summary tr td:nth-child(2) {
    text-align: right;
}

/* =============================================================== */
/* Right side bar  //> .rightSidebar //> if needed
/* =============================================================== */

.caps {
    border-top: 0 none;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 0 16px;
    text-align: right;
    text-transform: uppercase;
}

.rightSidebar #cart-summary {
    margin-top: 0;
}

.rightSidebar #cart-summary tr:first-child td {
    border: none;
}

.cartMiniTable {
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.rightSidebar img {
    max-width: 100%;
}

.rightSidebar .section-title-inner {
}

.categoryListPanel {
    background: #EBEDEF;
}

.contentBox {
    margin-bottom: 15px;
}

.rightSidebar .product-image img {
    float: left;
    max-width: 100%;
    width: 90px;
    margin-right: 10px;
}

.rightSidebar .product {
    padding: 10px 0;
}

.rightSidebar .item {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
}

.rightSidebar .item h4 {
    margin-top: 0;
}

.couponForm input[type="text"] {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 35px;
    width: 100%
}

.couponForm .btn {
    border-radius: 0 3px 3px 0;
}

span.success, p.success div.success {
    color: #8BB418;
}

#total-price {
    font-size: 22px;
    font-weight: bold;
}

.CartDescription h4{padding: 0 8px;}
.CartDescription h4 span.smallinfo {font-size:12px; font-weight: normal; display:inline-block; }
.checkout-carrinho .footable-sort-indicator{display: none !important;}

/* =============================================================== */
/*  CHECKOUT PAGE START
/* =============================================================== */

.oauth-loginitems {margin-bottom:10px;}

/*  @Richard - BUG Modal MercadoPago fica atras do topo fixo */
#MP-Checkout-dialog {
	z-index: 99999 !important;
}

label.error {
    color: #e74c3c;
    font-size: 90%;
}

.orderStep {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}

.orderStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 55px;
    padding: 0;
    width: 20%;
}

.orderStep li.active a {
    color: #fff;
}

.orderStep li.active a {
    position: relative;
}

.orderStep li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
}

.orderStep li a {
    background: #EFF0F2;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
}

.orderStep li a i {
    background: rgba(0, 0, 0, 0.05);
}

.orderStep li.active a i {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.orderStep li a i {
    border-radius: 0;
    display: block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    text-align: center;
    width: auto;
    float: none !important;
}

.orderStep li a span {
    display: block;
    padding: 5px 0;
}

/* payment */

.paymentBox {
    margin-bottom: 30px;
    display: block;
}

.checkoutReview .CartProductThumb a img, .checkoutReview .CartProductThumb a img {
    width: 50px;
}

.paymentBox .panel {
    box-shadow: none;
}

.menu-endereco .endereco-item {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.menu-endereco .endereco-item label {
    font-weight: normal;
}

.menu-endereco .endereco-item .iChk.iCheck-margin {
    margin-left: -30px;
}

/* =============================================================== */
/* USER END || Account// Address // Order //  Creation
/* =============================================================== */

.myAccountList li {
    text-align: center;
}

.myAccountList li a {
    font-size: 14px;
    display: block;
}

.myAccountList .thumbnail {
    padding: 10px 0 0;
}

.myAccountList .thumbnail:hover {
    background: #F5F5F5;
}

.myAccountList li a i {
    display: block;
    clear: both;
    font-size: 44px;
    margin-bottom: 10px;
}

h2.block-title-2, .formBox h3, .block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.panel-footer-address .btn {
    margin-right: 5px;
}

/***  ------- Cart & Wisth list ------- ***/

.CartProductThumb a img, .CartProductThumb a img {
    width: 86px;
    max-width: 100%;
}

tr.CartProduct {
    border-bottom: 1px solid #E7E9EC;
}

tr.CartProduct td, tr.CartProduct th {
    padding: 10px 0;
}

tr.CartProduct .collapsing, 
tr.CartProduct .collapse {
    font-size:12px;
}

tr.CartProduct .list-group-item > .badge {
    float:none;
}

tr.CartProduct .btn-verkit i.fa-plus,
tr.CartProduct .btn-verkit i.fa-minus {
    display:none;
}
tr.CartProduct .btn-verkit.collapsed i.fa-plus {
    display:inline !important;
}

tr.CartProduct .btn-verkit:not(.collapsed) i.fa-minus {
    display:inline !important;
}

/* mycart */

.cartTableHeader {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

/* =============================================================== */
/* ABOUT PAGE
/* =============================================================== */

.innerPage {
    padding-top: 60px;
}

.parallaxOffset {
    margin-top: 140px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.parallaxOffset.down {
    margin-top: 28px;
}

.parallax-image-aboutus {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-image-aboutus .parallax-content {
    padding: 150px 0;
}
.parallax-image-aboutus-color{background: #666;}
.title-big {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.padding-top-30 {
    padding-top: 30px;
}

.form-newsletter input {
    margin-bottom: 20px;
}

.hr30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hr40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* =============================================================== */
/* CONTACT US PAGE
/* =============================================================== */

.whitebg {
    background: #fff;
}

.fixedContent {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
}

.wrapper.contact-us {
    background: #FFFFFF;
    display: block;
    position: relative;
    width: 100%;
    z-index: 4;
    margin-bottom: 0 !important;
}

.wrapper.contact-us.has-parallax {
    margin-top: 450px;
}
.wrapper.contact-us.has-parallax h1 {
    margin-top:20px;
}

.contact-intro {
    margin-top:-20px;
}

.h1error {
    font-size: 80px;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.err404 {
    font-weight: lighter;
}

/* =============================================================== */
/* PRODUCT DETAILS POPUP MODAL
/* =============================================================== */

/* quick view btn */
div.quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}

.product:hover div.quickview {
    visibility: visible;
}

.btn-quickview {
    border-radius: 2px;
    font-family: "DM Sans", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    color: #454545 !important;
    text-transform: uppercase;
    background: #fff; /* old borwser */
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    left: auto;
    min-width: 100px;
    max-height: 40px;
    height: 40px !important;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    padding: 10px;
    visibility: hidden;
    width: auto;
    display: inline-block !important;
    z-index: 2;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.product:hover .btn-quickview {
    visibility: visible;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}

.list-view .product:hover div.quickview {
    margin-top: 45%;
}

@media (max-width: 460px) {
    div.quickview {
        margin-top: 25%;
    }
}

@media (max-width: 400px) {
    div.quickview {
        margin-top: 35%;
    }
}

.product > .btn-quickview:hover {
    opacity: 0.95;
}

/* quick view btn end */

#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

#product-details-modal .close, #productSetailsModalAjax .close {
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 10px;
    opacity: 0.6;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}

#productSetailsModalAjax .main-image {
    margin-top: 40px;

}

#product-details-modal .close:hover, #productSetailsModalAjax .close:hover {
    opacity: 0.8;
}

@media (max-width: 800px) {
    #product-details-modal .modal-dialog, #productSetailsModalAjax .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }
    .featureImg div a img{margin:0 auto;    display: block;}

}

@media (min-width: 840px) {
    .modal-details-inner {
        min-height: 552px;
    }
}
@media (max-width: 900px) {
  .banner-prods img{width: 100%; height: auto;}

}
@media (max-width: 600px) {
    #product-details-modal .modal-dialog {
        max-width: 96%;
        margin: 20px auto;
    }

    .pull-left.paginador-ordem.change-view{
      float: none !important;
        margin: 0 auto;
    }
    .pagination.pull-right, .pagination.pull-right .pull-right, .pull-right.paginador-menu{float: none !important;}
    .pull-right.paginador-menu{
        text-align: center;
        margin-top: 10px;
    }
    .product-title{text-align: center;}
    .code-category .pull-left, .code-category .pull-right{float: none !important;}

    .checkout-carrinho .cart-table-itens {overflow: hidden; overflow-x: scroll;}
}

#product-details-modal .modal-content {
    background: #fff;
    display: block;
    height: auto;
    padding: 0;
    box-shadow: none;
}

.modal-details-inner {
    padding: 30px;
}

#product-details-modal .productFilter {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#product-details-modal .filterBox {
    display: inline-block;

}

#product-details-modal .cart-actions {
    margin-bottom: 0;
    margin-top: 0;
}

#product-details-modal .color-details {
    margin-top: 5px;
}

#product-details-modal .product-share {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
}

.modal-product-thumb {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    text-align: center;
}

.modal-product-thumb a {
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    margin-right: 10px !important;
    margin-top: 5px;
    height: 75px;
    overflow: hidden;
    width: 60px !important;
}

.modal-product-thumb a.selected, .modal-product-thumb a:hover {
    border: 1px solid #000 !important;
}

.modal-product-thumb a img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 75px;
    width: 60px !important;
}

/* =============================================================== */
/* SUBSCRIBE | PROMOTIONAL MODAL
/* =============================================================== */

.modal-ads .modal-bg-1 {
    background: url(../../images/site/modal-img-1.jpg) right bottom no-repeat;
    background-color: #F3F6FB;
}

.modal-bg-1 .close {
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 10px;
    opacity: 0.6;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}

.modal-ads .modal-dialog {
    max-width: 660px;
    /*min-height: 340px;*/
    display: block;
    overflow: auto;
    padding: 0;
    position: relative;
}

.modal-ads .modal-body {
  padding:0;
}

.modal-ads a.close {position:absolute; z-index:10; display:block; right:0; top:0; font-size:36px; font-weight: normal;}

.modal-ads h3 {
    color: #444;
    font-family: DM Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 29px;
    text-transform: uppercase;
}

.discountLg {
    color: #000;
    font-family: DM Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 46px;
    text-transform: uppercase;
}

.modal-ads h4 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
}

.newsletter {
    border: 2px solid #ddd;
    display: inline-block;
    width: auto;
}

.newsletter input[type="text"] {
    background: #fff;
    border: medium none;
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.newsletter input[type="text"]:focus {
    text-shadow: none;
    color: #666;
}

.newsletter .subscribe-btn {
    background: #ddd;
    border: 0 none;
    border-radius: 0;
    color: #3a3a3a;
    float: left;
    font-weight: normal;
    height: 40px;
    line-height: normal;
    padding: 0 10px;
}

@media (max-width: 442px) {
    .discountLg {
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 40px;
    }

    .modal-ads h3 {
        color: #444;
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 26px;
    }

    .newsletter input[type="text"] {
        width: 100%;
    }

    .newsletter .subscribe-btn {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}

.newsletter .subscribe-btn:hover {
    background: #b7b7b7;
}

.shoplink {
    color: #000;
    display: inline-block;
    clear: both;
    font-family: DM Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    left: 2px;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

.pace .pace-progress {
    background: #fff;
    background: rgba(255, 255, 255, 0.80);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}
/* =============================================================== */
/* CONTROLLER CONTENT
/* =============================================================== */

.controller-banner-header {margin-bottom:15px;}
.controller-banner-header img {max-width:100%; height:auto;}


/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */

@media (min-width: 1800px) {
    /*.banner, .slider-content, .slider, .slider-v2 {
        max-height: 700px;
    }*/
    .banner, .slider-content, .slider, .slider-v2 {
    max-height: initial;
}

    .sliderImg {
        width: 100%;
    }
}

@media only screen and (max-width: 1224px) {
    input.quanitySniper {
        width: 35px !important;
    }
}

@media (max-width: 1024px) {
    .navbar.stuck .navbar-top {
        margin-top: 0 !important;
    }

    .header-version-2 .banner {
        margin-top: 130px !important;
    }

   
    .cartMenu.static-search-box a.dropdown-toggle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-box.static-search .form-control {
        max-width: 104px
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .cartMenu a.dropdown-toggle {
        height: 50px;
    }

    .cartRespons {
        display: none;
    }
}

/* // NEW  */
@media (max-width: 991px) and (min-width: 768px) {

    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .cartMenu a.dropdown-toggle {
        font-size: 12px;
        padding: 15px 15px;
    }
    @media (min-width: 768px){
.container {
    width: 90%;
}
}

}

@media (max-width: 979px) {

    .parallaxOffset {margin-top:0 !important;}

    .parallax-image-aboutus .parallax-content {
        padding: 50px 0 0 0;
    }

    /*** iPads (portrait and landscape) ***/
    .subCategoryThumb img {
        height: 100% !important;
    }

    .container {
        width: 100% !important;
        max-width: 900px !important;
    }

    .category-top {
        margin-top: 30px;
    }

    .cartRespons {
        font-size: 0;
    }

    .hidden-xs .cartMenu .dropdown-toggle {
        padding-bottom: 9px;
        padding-top: 16px;
    }

    .sliderText {
        margin-top: 6%;
    }

    .header-version-2 .sliderText {
        margin-top: 10%;
    }

    .sliderText .inner {
        padding: 15px;
    }

    .sliderText h1 {
        font-size: 30px;
    }

    .sliderText.white h1 {
        padding-bottom: 0;
    }

    .sliderText.white h3.price {
        font-size: 18px;
        padding-bottom: 0;
    }

    .sliderText.white .inner {
        padding: 5px 0;
    }

    h1.xlarge {
        font-size: 36px;
    }

    .sliderTextFull h3 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .sliderInfo .btn-lg, .sliderText.white .btn {
        font-size: 14px;
        line-height: 1.471;
        padding: 5px 15px;
    }

    #pager2 {
        bottom: 0;
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }

    .sliderControl .fa-3x {
        font-size: 2.5em;
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }
}

@media (min-width: 768px) {

    .megamenu-content.has20 {
        width: 202px;
    }

    .megamenu-content.has40 {
        width: 460px;
    }

    .megamenu-content.has60 {
        width: 670px;
    }

    .megamenu-content.has4col {
        width: 700px;
    }

    .hasMega {
        position: relative !important;
    }

    .hasMega .dropdown-menu {
        min-width: 202px;
    }

    .hasMega.megamenu-20width .dropdown-menu {
        min-width: 202px;
    }

    .hasMega.megamenu-40width .dropdown-menu {
        min-width: 460px;
    }

    .hasMega.megamenu-60width .dropdown-menu {
        min-width: 670px;
    }

    .hasMega.megamenu-70width .dropdown-menu {
        min-width: 700px;
    }

}

@media (max-width: 767px) and (min-width: 0) {
    /***  ipad 4 , iphone 4 fixed  ***/
    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }

}

@media screen and (max-width: 767px) {
    /* phones */
    .static-search.navbar-formbox {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .static-search.navbar-formbox {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .static-search.navbar-formbox .navbar-form {
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
    }

    .search-box.static-search .input-group {
        max-width: 100%;
        width: 100%;
    }

    .search-box.static-search .form-control {
        max-width: 100%;
        width: 100%;
    }

    .search-box.static-search:hover .form-control {
        max-width: 100%;
        width: 100%;
    }

    .userMenu li a {
        padding-top: 3px;
        line-height: normal;
    }

    .phone-number i.glyphicon-phone-alt {
        padding-top: 2px !important;
    }

    .navbar-brand {
        padding: 15px;
    }

    .search-box .input-group {
        margin-top: 9px;
    }

    .search-box .input-group .btn {
        box-shadow: none;
        padding: 9px 10px;
    }

    .cartRespons {
        font-size: 14px;
    }

    .navbar-cart {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-cart.in .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #fff;
        background: rgba(255, 255, 255, 0.7) !important;
    }

    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #fff;
    }

    .searchInputBox {
        max-width: 80%;
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu-content ul {
        margin-bottom: 15px;
    }

    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, 0.2);
    }

    .sliderTextFull .inner.dark {
        max-width: 100%;
        padding: 5px;
    }

    .parallaximg.ismobile {
        margin-top: 0 !important;
    }

    h1.xlarge {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0;
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .sliderText h1 {
        font-size: 24px;
        padding-bottom: 0;
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 5px 10px;
    }

    .sliderText .inner {
        padding: 5px;
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .featureImg a {
        margin-bottom: 20px;
    }

    .navbar-top i {
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding: 3px 0 0;
    }

    .text-left-xs {
        text-align: left !important;
    }

    /* Home v5 Slider */
    .ps-nav {
        top: 34%;
    }

    .ps-nav img {
        width: 80px;
    }

    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;

    }

}

@media (min-width: 0) and (max-width: 991px) {
    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;

    }
}

@media screen and (max-width: 780px) {
    /* phones (portrait and landscape) ----------- */
    .xs3Response {
        width: 50% !important;
    }

    .sliderTextFull {
        color: #FFFFFF;

    }

    .parallax-content h2 {
        color: #FFFFFF;
        display: inline-block;
        font-size: 20px;
        line-height: 22px;
    }

    .parallax-content h3 {
        font-size: 16px;
        line-height: normal;
    }

    .style2 .section-title, .section-title.style2 {
        font-size: 24px;
    }

    .style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
        margin-left: 10%;
        top: 32px;
        width: 80%;
    }

    .orderStep li a span {
        font-size: 11px;
    }

    .categoryFooter .pagination {
        margin-bottom: 10px;
    }

    .sp-thumbs {
        bottom: 0 !important;
    }

    .CartProductThumb a img {
        margin-right: 5px;
    }

    #pager2 {
        bottom: 0;
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }

    .sliderControl .fa-3x {
        font-size: 2em;
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }

    /* Home v5 Slider */
    .ps-nav {
        top: 28%;
    }

    .ps-nav img {
        width: 80px;
    }

    #imageShowCase .product-slide h1 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
    }

    .newsletter {
      border: 0;
    }
    #subscribe {
        border: solid 1px #ddd;
    }


    .modal-dialog {
        background: #fff none repeat scroll 0 0;
        margin: 6% auto;
        max-width: 95%;
        overflow: auto;
        width: 93%;
    }
    .modal-title-site{
        font-size: 21px;
        text-align: left;
    }
    /* .modal-ads .modal-dialog {
        display: block;
        margin: 10% auto;
        max-width: 94%;
        min-height: 340px;
        overflow: auto;
        padding: 10px 0;
        position: relative;
    } */

    #carrinhoPopupContainer .carrinho-popup .row{
        margin: 0;
    }
    #carrinhoPopupContainer .carrinho-popup .row .col-md-12{
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {

    #pager a {
        font-size: 12px;
    }

    .navbar-toggle {
        background: none !important;
    }

    h1.xlarge {
        font-size: 24px;
        font-weight: 800;
        line-height: normal;
        padding-bottom: 0;
    }

    h1.x2large {
        font-size: 38px;
    }

    .title-big {
        font-size: 38px;
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .sliderText h1 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 0;
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 4px 8px;
    }

    .sliderText .inner {
        padding: 2px;
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .supportLi h4 {
        font-size: 14px;
    }

    .cartTableHeader {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .CartProduct .delete i {
        font-size: 16px !important;
    }

    .CartProductThumb a img {
        max-width: 60px !important;
    }

    .CartDescription h4, .CartProduct .pro-tot {
        font-size: 0.9em !important;
        line-height: normal;
    }

    .cart-actions button, .cart-actions .wishlist {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .navbar-brand.windowsphone {
        display: block;
        float: left;
    }

    .navbar-brand.windowsphone img {
        max-width: 65px;
    }

    .featuredPostContainer.globalPadding {
        padding: 10px 0 !important;
    }

    .breadcrumb > li {
        font-size: 12px;
    }

    .item.list-view h4 {
        font-size: 20px;
        line-height: 18px;
    }

    .item.list-view .description {
        clear: both;
        display: block;
        float: none;
        padding-top: 5px;
    }

    .item.list-view .image {
        display: block;
        float: none;
        max-height: 500px;
        max-width: 100%;
        overflow: hidden;
        padding-right: 0;
        text-align: center;
    }

    .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: center;
    }

    .item.list-view h4 {
        min-height: 24px;
    }

    .col-xs-mini-6 {
        width: 50%;
    }

    .col-xs-min-12, .col-xxs-12 {
        width: 100%;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-center-xs .caps {
        font-size: 14px;
        text-align: center;
    }

    .home-intro h2 {
        font-size: 18px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .no-float-xs {
        float: none !important;
    }
}

@media (max-width: 400px) {
    #pager a {
        font-size: 10px;
    }
    .numero-pedido div  h2, .numero-pedido div span{display: none;}
    .numero-pedido div .pull-right{
      display: block !important;
    float: none !important;
    text-align: center;
    }
    .container, .container-fluid {
        min-width: 310px;
    }

    .cartFooter .box-footer div {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }

    .navbar-brand {
        padding: 17px 0 0 10px;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .navbar-header.isios .navbar-brand img {
      /*max-width: 60px !important;*/
    }
.parallax-image-1.isios{background-size: auto !important;}
    .navbar-header .navbar-toggle {
        margin-right: 10px;
        padding: 9px 2px;
    }
    .contatorodape{text-align: center;}
    .footer-instagram-feed a img{margin:0 auto;}

	/* .bg-conteudo  .parallax-image-aboutus.isios, .parallax-section.isios{background-size: auto !important;} */

    .cartFooter {
        padding: 5px 0;
    }

    .checkoutReview th {
        font-size: 13px;
    }

    .col-xs-mini-6 {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .container {
        width: 100% !important;
        max-width: 320px !important;
    }
    .banner {
        width: 100% !important;
        max-width: 320px !important;
        overflow: hidden !important;
    }
}
.panel.panel-default.menulateral{margin-top: 30px;}
/* IMAGE HOVER */

.itemauto {
    height: auto;
    max-height: none;
}

.imageHover {
    display: block;
    max-height: 404px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.product img.lazy {
    background:url(../img/spinner-lazy.gif) 50% 50% no-repeat;
    display:block;
    background-size:20% auto;
    width:100%;
    height:100%;
}

.product .imageHover img, .product .image img{
  max-height: 280px;
  min-height: 280px;
  margin: 0 auto;
  margin: 0 auto;
  object-fit: contain;
  width: 75%;
  object-position: center;
  height: 195px !important;
  min-height: 195px!important;
}
.imageHover a {
    display: block;
    overflow: hidden;
}
.product .image, .product .imageHover{
    height: initial !important;
    max-height: initial !important;
}
.img-responsive.primaryImage {
    position: relative;
    z-index: 1;
    transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    transform-style: preserve-3d;
    opacity: 1;
}
.mail-foot a{display: inline-block !important;}
.secondaryImage {
    left: 50%;
    position: absolute;
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
    top: 0;
    opacity: 0;
    transform: translateX(-50%);
}

.imageHoverFlip .primaryImage {
    transform-style: preserve-3d;
    transform: rotateY(0);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}

.imageHoverFlip .secondaryImage {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}

.product:hover .secondaryImage {
    opacity: 1;
}

.product:hover .img-responsive.primaryImage {
    opacity: 0;

}

.product:hover .imageHoverFlip .img-responsive.primaryImage {
    transform: rotateY(180deg);
}

.product:hover .imageHoverFlip .img-responsive.secondaryImage {
    opacity: 1;
    transform: rotateY(0deg);

}

.item.list-view .imageHover {
    background: #fff;
    display: block;
    float: left;
    max-height: 260px;
    max-width: 200px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* carousel-inner */

.carousel-inner > .item {
    height: auto;
    margin-bottom: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    display: block;
}

.imageHover .glyphicon-chevron-right::before {
    content: "\f105";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}

.imageHover .glyphicon-chevron-left::before {
    content: "\f104";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}

.imageHover .carousel-control.left {
    background-image: none !important;
    z-index: 5;
}

.imageHover .carousel-control.right {
    background-image: none !important;
    z-index: 5;
}

.hoverNav .carousel-control {
    transform: scale(0.1);
    visibility: hidden;
    transition: all 0.3s ease 0.1s;
}

.product:hover .hoverNav .carousel-control {
    transform: scale(1);
    visibility: visible;
}

.imageHover div.quickview {
    margin-top: 60%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media (max-width: 767px) {
    .imageHover .glyphicon-chevron-right::before {
        height: 25px;
        width: 25px;
    }

    .imageHover .glyphicon-chevron-left::before {
        height: 25px;
        width: 25px;
    }
}

/* ORDER STATUS */

.order-box {
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 270px;
}

.order-box-header {
    background: #ebeded;
    font-weight: bold;
    padding: 10px;
    overflow: hidden;
    text-transform: uppercase;
}

.order-box-content {
    padding: 15px;
}

.order-box-content table td {
    padding: 5px;
}

.statusTop {
    margin-bottom: 20px;
}

.statusTop p {
    font-size: 16px;
    margin-bottom: 5px;
}

.order-details-cart {
    width: 100%;
}

.order-details-cart tr {
    border-bottom: solid 1px #ddd;
}

.order-details-cart img {
    width: 80px;
}

.cartTotalTr {
    border: none !important;
}

.cartTotalTr td {
    text-align: right;
}

/* Thanks Page */
.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;

}

.thanxContent {
    padding: 70px 0 30px;
}

.thanxContent.whats {
    padding-top:0;
}
.thanxContent.whats h1 {font-size:36px;}
.thanxContent.whats h4 {font-size:20px;}

.btn-whatssend {
    font-size:25px;
    display:block;
    overflow: hidden;
    margin:0 auto;
    max-width: 350px;
    padding:10px 20px;
    background:#25d366;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #25d366 0%, #1fb95a 51%, #189447 100%);
    /* animation: bg-color 1s infinite; */
    /* -webkit-animation: bg-color 1s infinite; */
}
.btn-whatssend span {
    color:#FFF !important;
    display: inline-block;
    padding:5px 0;
    line-height: 110%;
    text-align: center;
}
.btn-whatssend i {
    font-size:60px;
    display: block;
    float: left;
    color:#FFF !important;
    margin-left:10px;
}

.btn-whatssend-small {
    font-size:18px;
    padding:7px 10px;
    border-radius: 15px;
}

.btn-whatssend-small i {
    font-size:30px;
    margin-right:10px;
}

.btn-whatssend-small span {
    font-weight:400;
}

@-webkit-keyframes bg-color {
0% { background-color: #25d366; }
50% { background-color: #1fb95a; }
}
@keyframes bg-color {
    0% { background-color: #25d366; }
    50% { background-color: #1fb95a; }
}


.thanxContent a, .thanxContent span {
    color: #A2C15A;
}

.thanxContent h1 {
    margin-bottom: 0;
    font-size: 40px;
}

.thanxContent h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.cartTableBorder {
    border: solid 1px #EBEDEF;
}

/* review modal */

.rating-here .fa, .rating .fa {
    color: #E7711B;
}

.reviewtitle {
}
.footer-instagram {
    margin:0 !important;
    background: #f8f8f8;
    padding: 40px 0;
}
.titinsta{
    font-size: 22px;
    padding: 11px 0 19px 0;
}

/* NAV TREE */

.nav-category {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nav-category li a {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
}

.nav-category li a:hover {
    background: #f5f5f5;
}

.nav-category li a.child-has-open:hover {
    background: #fff;
}

.nav-category a span {
    padding-right: 5px;
    display: inline-block;
}

.nav-category li ul {
    margin: 0;
    padding: 0;
    background: #f5f5f5;

}

.nav-category ul a {
    padding-left: 30px;
    font-size: 13px;
}

.nav-category ul ul a {
    padding-left: 45px;
}

.nav-category ul ul ul a {
    padding-left: 60px;
}

.nav-category ul ul ul ul a {
    padding-left: 75px;
}

.nav-category li a.child-has-open {
    font-weight: bold;
}

.child-has-open::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.child-has-close::after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

/* SELECT 2 PLUGIN CUSTOMIZE */

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px 3px;
    border-style: solid;
    border-width: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.productFilter .select2-container, .form-group .select2-container {
    width: 100% !important;
}

/* iCheck Customize */

/*.radio-inline, .checkbox-inline, .radio label, .checkbox label {
    padding-left: 0;
}*/

.iCheck-margin {
    margin-right: 5px;
}

/* MENU OVERLAPPED */

@media screen and (min-width: 768px) {
    .ProductDetailsList.megamenu-content ul {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ProductDetailsList.megamenu-content ul li a {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* ONEPAGE PAYMENT */

.payment-method {
    display: block;
    float: left;
    margin: 10px 0;
    width: 100%;
}

/* OWL PAGINATION ARROW */

.owl-theme .owl-controls .owl-has-nav {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 22px;
    position: relative;
    width: 12px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 1;
}

.owl-has-nav:hover {
    opacity: .5;
}

.owl-has-nav i {
    position: absolute;
    top: 0;
}

.owl-has-nav.owl-next i {
    right: 0;
}

.owl-has-nav.owl-prev i {
    left: 0;
}

/* PAGE v-7.1 MENU  */

.container.static, .static {
    position: static;
}

.container.static .megamenu-content.container {
    padding-left: 0;
    padding-right: 0;

}

/* PAGE About 3   */

.about-3 {
    height: auto;
    max-height: none;
    background-position: 50% center;
    background-size: cover;

}

.about-3 .parallax-content {
    padding: 60px 0;

}

.about-3 .w100 {
    background: rgba(0, 0, 0, 0.3);
}

.about-3 .intro-heading {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    padding: 150px 0;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    clear: both;
}

.lead-2 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
}

.about-content .lead-2 {
    margin: 50px 0;
}

.abt-img {
    width: 350px;
    margin: 0 auto;
}

.about-content-text {
    max-width: 380px;
    margin: 0 auto;
}

.about-content-text h3 {
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}

.about-content-text > h3::after {
    border-bottom: 2px solid #414141;
    content: "";
    display: block;
    height: 2px;
    margin-top: 30px;
    width: 50px;
}

.about-content-text p {
    color: #414141;
    font-size: 16px;
    line-height: 24px;
}

.preson-row {
    text-align: center;
}

.preson-row .preson {
    display: inline-block;
    width: 230px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.preson-row .preson:last-child {
    margin-right: 0;
}

.preson-row .preson img {
    max-width: 80%;
    margin: 0 auto;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    opacity: 1;
}

.preson-row .preson:hover img {
    opacity: .8;
}

.preson-details {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.preson-details p {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
}

.preson-details p span {
    color: #414141;
    font-size: 14px;
}

.about-title {
    color: #414141;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    text-transform: uppercase;
    position: relative;
    display: block;
}


.about-title::after {
    border-bottom: 2px solid #414141;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 50px;
}

.section-people {
    margin-top: 60px;
}

.section-about-bottom {
    padding: 60px 0 200px;
}
.white-bg {
    background: #fff;
}
.map {
    width: 100%;
}
.map iframe{
    display: block;
    width: 100%;
    position: relative; /* IE needs a position other than static */
    pointer-events: none;
}
.map iframe.clicked{
    pointer-events: auto;
}
#formContato .captcha{float: left;}
#formContato .captcha br{display:none;}
#formContato .captcha img , #formContato  #captcha-input{float: left;height: 43px;}
#formContato .captcha label{display: block;float: none;}
#formContato #fieldset-Botoes{float: right;}
.content-menu li .readmore, #btEnviar{
    border: medium none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 20px;
    transition: all 0.25s linear 0s;
        font-weight: 600;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -o-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -ms-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
        background-color: #4ec67f;
    color: #ffffff;
}
#btEnviar{margin-top: 28px;}

@media screen and (max-width: 1200px) {

    .preson-row .preson {
        margin-right: 15px;
        width: 200px;
    }

}

@media screen and (min-width: 1400px) {
    .section-about-bottom {
        background-position: top center !important;
    }

}

@media screen and (max-width: 991px) {

    .preson-row .preson {
        margin-right: 15px;
        width: 160px;
    }

}

@media screen and (max-width: 767px) {

    .section-about-bottom {
        padding: 30px 0 80px;
    }

    .about-content-text h3 {
        margin-top: 15px;
        font-size: 18px;
    }

    .about-3 .intro-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        padding: 20px 0;
    }

    .about-content-text p {
        font-size: 14px;
    }

    .lead-2 {
        font-size: 16px;
    }

    .about-content .lead-2 {
        margin: 0 0 15px;
    }

    #formContato #fieldset-Botoes{float: none;clear: both;} 
    #album-photos .preson a img{height: auto !important}
    #album-photos .preson {min-height:120px; }
    .topomaior {position: relative !important;margin:0 !important;}
    .headerOffset {
        padding-top: 10px;
    }

    .bannerprodutos {height:100%; min-height:unset;}
    .bannerprodutos .infosbanner {min-height: unset;}

    .bannerprodutos .infosbanner {padding:0 !important;}

    .bannerprodutos h1 {font-size: 1.2em; line-height:100%; text-align: left; padding:0px; margin-bottom:10px;}
    .bannerprodutos p.categoria, hr {display:none;}
    .bannerprodutos p.preco, .bannerprodutos p.preco span {font-size: 0.5em !important; line-height: 110% !important; text-align: left;}
    .bannerprodutos p.preco span {font-size:1.8em !important;}

    .bannerprodutos .price {margin-bottom: 0px; min-height: unset;}

    .prod-banner {margin:5px 0 !important; text-align: left;}
    .btn.bannercomprar {line-height: 100%; font-size:0.9em; padding:7px 5px;}

}

@media screen and (max-width: 400px) {
  .featureImg div a img{width: 100%;height: auto;}
  .order-box-content {height:auto !important;}
  .order-box {min-height:0px;}
}
/***********************/
.infoDeposito table tr td, .infoDeposito table tr th {font-size:16px !important; padding:5px 10px;}
.infoDeposito h4 {font-size:20px;}

.modal .infoDeposito {padding:15px 10px;}

.infoDeposito .pix th {background-color: #f1eebc;}

.formapagamento.btn{
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    letter-spacing: 0;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    width: 100%;
}
.formapagamento.btn:hover{
    color: var(--color-loja);
}
.calculodeFreteDet{
    overflow: hidden;
    border: 1px solid #DDD;
    padding: 12px;
    border-radius: 5px;
    margin-top: 15px;
}
.calculodeFreteDet form h5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    gap: 5px;
}
.calculodeFreteDet form h5 svg{
    width: 18px;
    height: auto;
}
.calculodeFreteDet form h5 span{
    display: flex;
    font-size: 16px;
    align-items: center;
    gap: 6px;
}
.calculodeFreteDet form h5 a{
    color: var(--color-loja);
    text-decoration: underline;
    font-size: 16px;
}
.calculodeFreteDet div{padding: 0;}
.calculodeFreteDet form input, .calculodeFreteDet  .form-group{margin: 0;}
.calculodeFreteDet form input{
    padding: 11px !important;
    min-height: 43px;
    border-radius: 4px 0 0 4px;
}
.calculodeFreteDet form button{
    background: var(--color-loja);
    color: #FFF;
    text-shadow: none;
    border: 0;
    height: 43px;
    font-size: 13px;
    border-radius: 0 4px 4px 0;
}


#boxLoginUsu input[type=text], #boxLoginUsu input[type=password], #boxPrimeiraCompra input[type=text]{
    width: 100%;
    padding: 0 14px;
}

.vendedor-login {max-width:400px;}
.container-vendedor .navbar {z-index:0;}

.checkout-cadastro .userInfo form label, #clienteFormContainer form label{display: block;}
.checkout-cadastro .userInfo form select, #clienteFormContainer form select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.checkout-cadastro .userInfo form  input[type=text], #clienteFormContainer form  input[type=text], .checkout-cadastro .userInfo form  input[type=password], #clienteFormContainer form  input[type=password]{ padding: 0 14px;}
.alert.alert-error{
    border: none;
    border-left: 5px solid rgba(241, 0, 0, 0.77);
    border-radius: 0;
    color: red;
    background: #eee;
}
.melhoresPagamentos {
    color: #666;
    width: 100%;
    background: #f0f0f0;
    padding: 8px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}
.melhoresPagamentos p{margin: 0;}
#formEntrega label{
    display: block;
}
.label-defaultabr{background: #C3C50B;}
.label-primarypost{background: orange;}
.album-photos .row{
    display: flex;
    flex-wrap: wrap;
}
#album-photos .preson a img{width:100%;}

.dropdown .contas li{
    padding: 5px 8px;
    border-bottom: 1px solid #eee;
}
@media (max-width: 1024px){
.navbar>.container{
    margin: 0;
    width: 100%;
}
}
.slidetitulos{margin-top: 41px !important;}

.navbar-use li , .navbar-use li a, .navbar-use a{color:#FFF;}
.navbar-brand img{max-width: 100%;height:auto;}
.navbar-brand{height: auto;max-width:200px;}
.menutopo{border-top: 1px solid #6EE09D;}
.menutopo .dropdown-menu > li > a{font-size:16px;}
.topo-search{
    margin: 18px 0;
}
.butons .nav{
    margin-top: 10px;
   	position: relative;
}

/** 

PANEL MENU CATEGORIAS LATERAL 

*/
@media (max-width: 350px) {
	.xsResponse .item, .xs3Response .item {
        width: 100% !important;
    }	
}

.item .buttonbar a.btn {
    margin:0 auto 10px auto;
    display: flex;
    align-items: center;
    gap: 6px;
    border:1px solid  ;
    justify-content: center;
}
.item .buttonbar a.btn svg{
    stroke: currentColor;
}

@media (max-width: 767px) {
	
	.item.col-xs-6 {padding:0 5px !important;}
	.item .buttonbar {zoom:.9;}
	.sidebar-filtros {
		height: 100%; /* 100% Full-height */
	    width: 0; /* 0 width - change this with JavaScript */
	    position: fixed; /* Stay in place */
	    z-index: 9999; /* Stay on top */
	    top: 0; /* Stay at the top */
	    left: 0;
	    background-color: #FEFEFE; /* Black*/
	    overflow-x: hidden; /* Disable horizontal scroll */
	    padding-top: 30px; /* Place content 60px from the top */
	    padding:5px 0 10px 0;
	    transition: .3s;
	}
	
	.sidebar-filtros.collapse, .sidebar-filtros.collapsing {
		height:100% !important;
	}
	
	.sidebar-filtros.collapse.in {
		width:70%;
		max-width:400px;
	}
	
}

@media (min-width: 768px) {
	
	.sidebar-filtros.collapse:not(.in) {
		display:block;
	}
	
}

.slider-item-img img {
    width:100%;
}

#modalLoading .modal-dialog {background: none;}

#afiliados_panel .productFilter .change-view{
    display:none;
}
#afiliados_panel .productFilter{
    border: unset;
}

#afiliados_panel .panel-heading{
    display: flex;
    justify-content: space-between;
}
#afiliados_panel .panel-heading .export-icon{
    margin-left:5px;
}
#afiliados_panel .panel-heading .export-icon{
    margin-left:5px;
}
#afiliados_panel .panel-heading .btn-export{
    font-weight: 900;
    font-size:12px;
}
.subprod-attrmenu .subprod-attrbuttons{
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.subprod-attrmenu .color-attribute{
    height: 35px;
    width: 35px;
    border-radius: 100%;
}
.subprod-attrmenu .color-attribute.active{
    border: 2px solid #fff!important;
    box-shadow: rgb(0 0 0 / 9%) 0px 5px 10px, rgb(0 0 0 / 8%) 0px 3px 6px;
    position: relative;
}
.subprod-attrmenu .color-attribute.active::after {
    content: '';
    position: absolute;
    border: 1px solid #626262;
    bottom: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 26px;
}
.subprod-attrmenu .icon-attribute-image{
    height: 23px;
    width: 23px;
    object-fit: cover;
}

.sidebar-filtros .menu-circle-color-attribute{
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display:inline-block;
    margin:2px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.sidebar-filtros .menu-icon-attribute{
    height: 20px;
    width: 20px;
    object-fit: cover;
}

.sidebar-filtros label {
    display: block;
    line-height:25px;
    padding-top:2px;
    font-weight: normal;
    font-size:14px;
    padding-bottom:2px;
    white-space: nowrap;
}
.sidebar-filtros label span.menu-option-value {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom:-10px;
    width:calc(100% - 60px)
}

.sidebar-filtros label .menu-icon-attribute, .sidebar-filtros label .menu-circle-color-attribute {
    margin-bottom: -5px;
}

.pager{
    clear: both;
}

.cms-checkbox input[type="checkbox"],
.cms-radio input[type="radio"] {
  cursor: pointer;
  color: #686976;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  border: 0;
  padding: 0;
  position: relative;
  min-width: 28px;
}
.cms-radio input[type="radio"] {
  margin-left:-30px;
  position: relative; 
}
.cms-radio > label {
  margin-right:10px;
  font-size:14px;
  line-height:25px;
}
.cms-checkbox > label {
  font-size:14px;
  line-height:22px;
}
.cms-checkbox input[type="checkbox"]:focus,
.cms-radio input[type="radio"]:focus {
  outline:none;
}
.cms-checkbox input[type="checkbox"]:before {
  border: 1px solid #3a3c3d;
  background-color: #FFFFFF;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transition: background-color .3s ease;
}
.cms-checkbox input[type="checkbox"]:checked:before {
  background-color: #3a3c3d;
  color: #FFFFFF;
  content: "\2713";
  text-align: center;
  line-height: 20px;
}

.cms-radio input[type="radio"]:before {
  border: 3px solid #3a3c3d;
  background-color: #FFFFFF;
  content: "";
  display: inline-block;
  font: 16px/1em sans-serif;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transition: background-color .3s ease;
}

.form-group .cms-radio:first-child {
  padding-left:0;
}

.cms-radio input[type="radio"]:after {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  content: "";
  background-color: #FFF;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transform: scale(0);
}


.cms-radio input[type="radio"]:checked:after {
  transform: scale(1);
}
.cms-radio input[type="radio"]:checked:before {
  background-color: #3a3c3d;
}

.cms-radio label {
  padding-left:30px;
}

#formboleto .box-wrap .box-left .detail-boleto{
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 14px;
}
.pix-container .copy-qrcode{
    font-size: 20px;
    background:#37b4aa;
    color: #fff;
    border-radius: 16px;
}
.pix-container .title-modal-qrcode{
    font-size: 28px;
    margin: 0 26px;
}
.pix-container.modal-header .close{
    margin-top: 6.1px;
    font-size: 32px;
}
.pix-container .qrcode{
    border: 0 solid;
    border-radius: 33px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin: 10px 0;
}
#confirmSubItem .modal-dialog {
    max-width: 509px;
    box-shadow: 3px 1px 34px -1px #000;
}
#confirmSubItem{
    z-index:99999;
}
#checkoutSteps .frete-menu .frete-menu-label{
    margin-left:25px;
}
#formRoulette{
    display: flex;
    background-color: #00000075;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9990;
}
.boxroleta {
    position: fixed;
    top: 50%;
    left: -27vh;
    width: auto;
    height: 980px;
    background: #fff;
    padding: 40px;
    transform: translateY(-50%);
    display: flex;
    z-index: 999;
    align-items: center;
    border-radius: 0 40px 40px 0;
    -webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    max-height: 90vh;
    background-color: var(--color-loja);
}
.roulette-box {
    width: 900px;
    height: 900px;
    border-radius: 50%;
    position: relative;
    /* overflow: hidden; */
}
#roulette {
    width: 900px;
    height: 900px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
#roulette svg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#roulette .sector {
    position: absolute;
    width: 200%;
    height: 63%;
    transform-origin: 50% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    top: -13%;
    left: -50%;
}

#roulette  svg g path.roletadois{
    fill: var(--color-loja) !important;
}
#roulette  svg g path.roletaborda{
    fill: #FFF !important;
}

#roulette  svg g path.roleta-bolinha{
    fill: var(--color-loja) !important;
}

#roulette .sector strong{
    position: relative;
    transform: rotate(-90deg);
    font-size: 17px;
}
#roulette .sector strong.white{
    color: white;
}
#roulette .sector strong.black{
    color: var(--color-loja);
}
.roulette-box #result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    width: 100%;
    padding: 7rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background: #EEE;
    border-radius: 100%;
    line-height: 32px;
    overflow: hidden;
    border: 10px solid #237921;
}
.roulette-box #result h4{
    text-align: right;
    line-height: 30px;
    font-size: 34px;
    margin-bottom: 30px;
    max-width: 300px;
    font-weight: 800;
    color: #237921;
}
.roulette-box #result p {
    color: #FFF;
    font-weight: 800;
    font-size: 29px;
    background: #237921;
    padding: 10px 19px;
    border-radius: 15px;
    text-align: right;
}
.roulette-box #result small {
    text-align: right;
    line-height: 18px;
    color: #237921;
    font-size: 14px;
    margin-top: 26px;
    max-width: 300px;
}
.boxroleta .btfechar{
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: 0;
}
.boxroleta .btfechar svg{
    width: 33px;
    margin-top: 10px;
    height: auto
}
.boxroleta .btfechar svg path{
    stroke: #FFF;
}
.roulette-box #result .bgsvg svg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 27%;
    z-index: 1;
    top: 0;
}
.textroleta .alert.alert-success{
    background-color: #00000065;
}
#roulette #spinButton {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 5px;
}
.roulette-box .point-spin{
   
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -8px;
    z-index: 9;
}
.boxroleta .textroleta{
    padding: 40px;
    max-width: 397px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.boxroleta .textroleta h5{
    font-weight: 800;
    margin-bottom: 12px;
    color: #FFF;
}
.boxroleta .textroleta p{
    font-size:16px ;
    color: #FFF;
}
.boxroleta #container_roleta{
    margin-top: 30px;
}
.inputroleta {
    margin: 15px 0;
}
.textroleta form label{
    display: flex;
    gap: 8px;
    align-items: center;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
}

.boxroleta #btnSubmit{
    background: #00000044;
    display: block;
    width: 100%;
    border: 2px solid var(--color-loja);
    color: #FFF;
    margin-top: 22px;
    border-radius: 50px;
    font-size: 28px;
    text-shadow: none;
}
.boxroleta form .captcha{
    display: flex;
    gap:6px;
}
.boxroleta form .captcha img{
    width: auto;
    max-height:48px ;
    border-radius: 8px;
    margin-top: 8px;
}
.boxroleta form input[type="text"]{
    height: 48px;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 0;
}

.btgirarroleta {
    background-color: #237921;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
    border-width: 0;
    box-shadow: 1px 5px 0 0 #1a4319;
    width: 100%;
    height: 80px;
    border-radius: 43px;
  }
  
  .btgirarroleta:hover {
    transform: translateY(-4px);
    box-shadow: 1px 9px 0 0 #1a4319;
  }
  
  .btgirarroleta:active {
    transform: translateY(4px);
    box-shadow: 0px 0px 0 0 #1a4319;
  }
.corvariavel{
    fill: var(--color-loja);
}
.svgmobile{
    display: none;
}
.svgmobile svg{
    width: 98px;
    height: auto;
}
.pcwcontent {
    color: #FFF !important;
}
  @media (max-width:1500px){
    .roulette-box, #roulette{
        width: 700px;
        height: 700px;
    }
 }
 @media (max-width:1400px){
    .roulette-box, #roulette{
        width: 600px;
        height: 600px;
    }
    .roulette-box #result{
        padding: 3rem;
    }
 }
 @media (max-width:1100px){
    .boxroleta{
        left: -17vh;
    }
    .roulette-box #result p{
        font-size: 24px;
    }
 }
 @media (max-width:1020px){
    .boxroleta{
        max-height: 80vh;
        height: auto;
    }
    .roulette-box, #roulette{
        width: 400px;
        height: 400px;
    }
    #roulette .sector strong{
        font-size: 14px;
    }
 }
 @media (max-width:800px){
    #formRoulette{
        padding: 15px;
    }

  
    .svgmobile{
        display: block;
        width: 100%;
    }
    .boxroleta{
        max-height: 93%;
        position: initial;
        flex-direction: column-reverse;
        left: 0;
        padding: 0;
        width: 100%;
        transform: initial;
        top: 0;
        height: 100%;
        justify-content:center;
    }

    .roulette-box, #roulette{
        width: 360px;
        height: 322px;
    }
    #roulette .sector strong{
        font-size: 12px;
    }
    .boxroleta .textroleta{
        padding: 15px;
        gap: 6px;
    }
    .textroleta form label, .pcwcontent{
        font-size: 13px !important;
    }
    .roulette-box .point-spin svg{
        width: 35px;
    }
    .boxroleta .textroleta h5{
        font-size: 19px;
        text-align: center;
    }
    .boxroleta .textroleta p {
        font-size: 14px;
        text-align: center;
    }
    .boxroleta #container_roleta{
        margin: 0;
    }
    .inputroleta{
        margin: 0;
    }
    .inputroleta .form-group{
        margin: 0;
    }
    .inputroleta help-block{
        margin: 0;
    }
    .boxroleta #btnSubmit{
        margin: 14px 0 0 0;
    }
    .roulette-box #result{
        display: flex;
    }
    .roulette-box #result h4{
        text-align: center;
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .roulette-box #result p {
        text-align: center;
        font-size: 18px;
    }
    .roulette-box #result small{
        text-align: center;
        line-height: 17px;
        display: block;
        margin-top: 15px;
    }
    .roulette-box #result .bgsvg svg{
        width: 422px;
        left: 50%;
        transform: translate(-50%);
        height: 420px;
        top: -73px;
    }
    .roulette-box #result{
        display: flex;
        max-width: 322px;
        max-height: 322px;
    }

    .btgirarroleta{
        height: 75px;
        width: 75px;
        padding: 0;
        margin: 0 auto;
        display: block;
    }
 }
 @media (max-width:390px){

    .roulette-box, #roulette{
        width: 360px;
        height: 322px;
    }
    #roulette .sector strong{
        font-size: 10px;
    }
    .boxroleta form input[type="text"]{
        height: 38px;
    }
}

.bannermarcas .swiper .swiper-wrapper a{
    text-align: center;
    min-height: 95px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 8px;
    justify-content: center;
}
.bannermarcas .swiper  a img{
    width: 68%;
    height: 95px;
    object-fit: contain;
}

.bannerpromocional{
    max-width: 395px;
    display: none;
    flex-direction: column;
    margin: 14px;
    position: fixed;
    left: 0;
    border: 1px solid #cecece;
    bottom: 0;
    background: #FFF;
    border-radius: 12px;
    z-index: 1000;
    overflow: hidden;
    right: -100%; 
    animation: slideIn 0.5s ease-out 5s forwards;
    opacity: 0;
}
@keyframes slideIn {
    to {
      right: 0;
      opacity: 1;
    }
  }
.bannerpromocional:hover{
    color: #444;
}
.bannerpromocional-header{
    display: flex;
    gap: 8px;
    padding: 8px;
}
.bannerpromocional-header-logo{
    width: 65px;
    height: 65px;
}
.bannerpromocional-header-logo img{
    border-radius: 12px;
    width: 65px;
    height: 65px;
}
.bannerpromocional-header-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bannerpromocional-header-desc strong{
    font-weight: bold;
    padding-top: 3px;
    font-size: 15px !important;
    text-transform: uppercase;
    line-height: 18px;
}
.bannerpromocional-header-desc p{
    padding-top: 5px;
    line-height: 18px;
    font-size: 14px !important;
}
.bannerpromocional-fechar{
    background: transparent;
    padding: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
    width: 25px;
    height: 25px;
    border: 0;
}
.bannerpromocional-img, .bannerpromocional-img img{
    width: 100%;
    height: auto;
}
@media (min-width:1080px){
    .bannerpromocional{
        display: flex;
    }
}

.thanxContent a, .thanxContent span{
    color: #81b112 !important;
}
.footer-icones{
    background: #FFF;
    padding: 40px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}
.footer-icones .footer-icones-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}
.footer-icones .footer-icones-box p{
    font-size: 14px;
    font-weight: bold;
}
.footer-icones .footer-icones-box .footer-icones-box-item{
    flex: 1 0 16%;
    text-align: center;
}
.footer-icones .footer-icones-box .footer-icones-box-item ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
    justify-content: center;
    min-height: 58px;
    align-items: center;
}
.footer-icones .footer-icones-box .footer-icones-box-item ul li{
    flex: 1 0 20%;
}
.footer-icones .footer-icones-box .footer-icones-box-item.item-pagamentos ul{
    gap: 8px;
}
.footer-icones .footer-icones-box .footer-icones-box-item.item-pagamentos{
    flex: 1 0 36%;
}
.footer-icones .footer-icones-box .footer-icones-box-item.item-pagamentos ul li{
    flex: initial;
}
.footer-icones .footer-icones-box .footer-icones-box-item.item-pagamentos ul li svg{
    width: auto;
    height: 24px;
}
.footer-icones .footer-icones-box .footer-icones-box-item.item-enviados{
    flex: 1 0 36%;
}
.footer-icones .footer-icones-box .footer-icones-box-item.item-enviados ul li svg{
    max-width: 70%;
    height: auto;
}
@media (max-width:780px){
    .footer-icones .footer-icones-box{
        flex-direction: column;
    }
    .footer ul li .contatosrodape{
        justify-content: center;
    }
    .bannermarcas .nav-swiper .swiper-button-next, .bannermarcas .nav-swiper .swiper-button-prev{
        top: 20%;
    }
}
.footer ul li .contatosrodape{
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    margin-top: 15px;
    list-style: none;
}
.footer ul li .contatosrodape li a{
    padding: 0 !important;
}
.footer ul li .contatosrodape li svg{
    width: 27px;
    height: auto;
}


.categorias-produtos{

}
.categorias-produtos .card-categoria-produto{
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    display: flex;
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
}
.categorias-produtos .card-categoria-produto p{
    margin: 0;
}
.categorias-produtos .card-categoria-produto .imagem-card-categoria{
    align-items: center;
    background: #f5f5f5;
    display: flex;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    width: 90px;
}
.categorias-produtos .card-categoria-produto .imagem-card-categoria img{
    object-fit: contain;
    object-position: center;
    max-height: 100%;
    max-width: 100%;
}
.swiper-head{
    display: flex;
    align-items: center;
    padding: 30px 0;
    justify-content: space-between;
    gap: 16px;
}
.swiper-head h2{
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.swiper-head  a{
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--color-loja);
}
.swiper-head .swiper-pagination{
    position: initial;
    align-self: flex-end;
    display: inline-flex;
    margin: 0 0 0 auto;
    width: max-content;
}
.swiper-head  a svg{
    width: 18px;
    height: auto;
}
.swiper-head  a svg path{
    stroke:var(--color-loja);
}
.swiper-default{
    display:none;
}
.swiper-default .swiper-pagination-bullet-active{
    background-color: var(--color-loja);
}
.nav-swiper .swiper-button-next, .nav-swiper .swiper-button-prev{
    align-items: center;
    background-color: #fff;
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    cursor: pointer;
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    border-radius: 100px;
    padding: 15px;
    font-size: 18px;
    color: var(--color-loja);
    top: calc(50% + 24px);
}
.nav-swiper .swiper-button-next:after, .nav-swiper .swiper-button-prev:after{
    font-size: 25px;
}
.nav-swiper div::before, .nav-swiper div::after{
    display: none;
}
.nav-swiper div svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav-swiper div svg path{
    fill: var(--color-loja);
}
.nav-swiper .swiper-button-next:hover, .nav-swiper .swiper-button-prev:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
}
.nav-swiper .swiper-button-disabled{
    opacity: 0;
}
.nav-swiper{
    width: 100%;
}
.nav-swiper .swiper-button-next{
    right: -2%;
}
.nav-swiper .swiper-button-prev{
    left: -2%;
}
.slides{
    position: relative;
    width: 100%;
}
.slides .item{
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.grupopromocional-image.swiper-auto .swiper-default .swiper-slide{
    width: 32%;
}
.grupopromocional-image.swiper-auto  .slides .slides-carrosel{
    flex:1 0 74% ;
}
.grupopromocional-image.swiper-auto  .slides .slides-image{
    flex: 1 0 25%;
}
@media (max-width:880px){
    .grupopromocional-image.swiper-auto .slides .slides-image{
        flex: 1 0 32%;
    }
}
@media (max-width:990px){
    .swiper-head .swiper-pagination{
        display: none;
    }
    .swiper-head{
        flex-direction: column;
    }
    .nav-swiper .swiper-button-next{
        right: -1%;
    }
    .nav-swiper .swiper-button-prev{
        left: -1%;
    }
}

@media (min-width: 1170px){
    .container{
        width: 100%;
        max-width: 1420px;
        padding: 0 25px;
    }
}
.bloghome .row{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.bloghome .row .bloghome-item{
    display: flex;
    flex-direction: column;
    flex: 1 0 23%;
    gap: 8px;
}
.bloghome .row:after, .bloghome .row:before{
    display: none;
}
.bloghome .row .bloghome-item img{
    object-fit: cover;
    width: 100%;
    min-height: 250px;
    max-height: 250px;
}
.bloghome .row .bloghome-item h5{
    font-size: 23px;
    font-weight: bold;
}
.bloghome .row .bloghome-item .btn{
    color: var(--color-loja);
    display: flex;
    align-items: center;
    gap: 8px;
}
.bloghome .row .bloghome-item .btn svg{
    width: 20px;
    height: auto;
}
.bloghome .row .bloghome-item .btn svg path{
    fill:currentColor;
}

.full-container .slider-item-img img{
    margin: 0 !important;
}
footer .copy {
    padding: 20px 0;
}
footer .copy p{
    margin: 0;
}
footer .copy .copy__box{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
footer .copy__box__link {
    text-decoration: none;
    margin-left: 8px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 12px;
}
footer .copy__box__link.logo svg {
    width: auto;
    height: 22px;
}


.menuapp{
    display: none;
    background-color: #f3f3f3;
    position: fixed;
    width: 100%;
    height: 76px;
    bottom: 0;
    left: 0;
    z-index: 2000;
    justify-content: space-between;
    box-shadow: 0 -1px 3px rgba(0,0,0,.1);
}
/* .menuapp .menuapp__item {
    flex: 1;
} */
.menuapp .menuapp__item #sidebarCollapse{
    background: inherit;
    color: inherit;
    padding: inherit;
    display: inherit;
    overflow: inherit;
    font-size: inherit;
    margin-right: inherit;
    border: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
}
.menuapp .menuapp__item  .menuapp__item__link {
    display: flex !important;
    flex-direction: column !important;
    padding: 18px 12px !important;
    align-items: center !important;
    border-top: 1px solid rgba(0,0,0,0) !important;
    height: 76px !important;
    justify-content: flex-end !important;
    position: relative;
    border: 0;
    outline: 0;
}
.menuapp .menuapp__item  .menuapp__item__link  .cartRespons {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 9px;
    right: 11px;
    background: var(--color-loja);
    color: #FFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 13px;
    
}
.menuapp .menuapp__item .dropup{
    position: initial;
}
.menuapp .menuapp__item .dropup .dropdown-menu{
    display: block; 
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear, bottom 0.3s linear;
    bottom: 0;
    margin: 0;
    width: 100%;
    border: 0;
    background-color: #f3f3f3;
    box-shadow: none;
}

.menuapp .menuapp__item .dropup.open .dropdown-menu{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear, bottom 0.3s linear;
    bottom: 100%;
}
.menuapp .menuapp__item .dropup .dropdown-menu .username, .menuapp .menuapp__item .dropup .dropdown-menu a{
    padding: 8px 24px;
}
.menuapp .menuapp__item .dropup .dropdown-menu a{
    display: flex;
    font-size: 16px;
    align-items: center;
    gap: 6px;
    color: var(--color-loja);
}
.menuapp .menuapp__item  .menuapp__item__link  svg{
    width: 22px;
    height: auto;
}
.menuapp .menuapp__item  .menuapp__item__link  svg path{
    stroke: var(--color-loja) !important;
}
.menuapp .menuapp__item  .menuapp__item__link  span {
    font-size: 12px;
    color: var(--color-loja) !important;
}
.menuapp .menuapp__item .menuapp__item__link.bx svg{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.menuapp .menuapp__item .menuapp__item__link.bx svg path{
    stroke: transparent !important;
    fill: var(--color-loja) !important;
}
@media (max-width:950px){
    .menuapp{
        display: flex;
    }
}

.navbar-nav li a{
    display: flex;
    justify-content: space-between;
    gap: 6px;
    align-items: center;
}
.navbar-nav li a img{
    width: auto;
    max-height: 25px;
}

.banner-cupom{
    background-color: #000;
    padding: 14px 0;
    transition: .5s ease;
    
}
.banner-cupom .swiper{
    width: 100%;
    
}
.banner-cupom .swiper-wrapper{
    background: transparent;
   
}
.banner-cupom .swiper-slide{
    text-align: center;
    
}
.banner-cupom .textcupom{
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.banner-cupom strong{
    color: var(--color-loja);
}

.banner-cupom .copy-text{
    display: flex;
    font-size: 12px;
    gap: 6px;
    color: #eee;
    cursor: pointer;
}
.banner-cupom .copy-text svg{
    width: 20px;
    height: auto;
}
.banner-cupom .copy-text svg path{
    stroke: #eee;
}
.banner-cupom  .nav-swiper .swiper-button-prev, .banner-cupom  .nav-swiper .swiper-button-next{
    background-color: transparent;
    box-shadow: none;
    width: 20px;
    height: 20px;
    padding: 0;
    top: 110%;
}
.banner-cupom  .nav-swiper .swiper-button-prev{
    left: 0;
}
.banner-cupom  .nav-swiper .swiper-button-next{
    right: 0;
}
.banner-cupom  .nav-swiper .swiper-button-prev svg path, .banner-cupom  .nav-swiper .swiper-button-next svg path{
    fill: transparent;
    stroke: #FFF;
}
.banner-cupom span{
    color:#FFF;
}
.swiper svg, .nav-swiper svg{
    user-select: none;
}

.grupopromocional-image{
    padding: 60px 0;
}
.grupopromocional-image .container::after, .grupopromocional-image .container::before{
    display: none;
}
.grupopromocional-image .slides{
    display: flex;
    gap: 15px;
}
.grupopromocional-image .slides .slides-image{
    width: 31%;
    flex: 1;
    height: auto;
    border: 1px solid #DDD;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFF;
}
.grupopromocional-image .slides .slides-image .slides-image-foto{
    width: 100%;
}
.grupopromocional-image .slides .slides-image .slides-image-desc{
    display: flex;
    flex-direction: column;
    width: 100%;
} 
.grupopromocional-image .slides .slides-image .slides-image-desc h2{
    padding: 0;
    text-align: center;
    margin-top: 6px;
    font-size: 28px;
    margin-bottom: 15px;
}
.grupopromocional-image .slides .slides-image .slides-image-foto img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.grupopromocional-image .slides .slides-carrosel{
    width: 74%;
    flex: 1;
    position: relative;
}
.grupopromocional-image .slides .slides-carrosel .nav-swiper .swiper-button-next, .grupopromocional-image .slides .slides-carrosel .nav-swiper .swiper-button-prev{
    top: 50%;
}
.botoestoposide #dismiss{
    display: flex;
    align-items: center;
    gap: 6px;
}
@media (max-width:880px){
    .grupopromocional-image .slides .slides-carrosel {
        width: 66%;
    }
    .nav-swiper .swiper-button-next, .nav-swiper .swiper-button-prev, .grupopromocional-image .slides .slides-carrosel .nav-swiper .swiper-button-next, .grupopromocional-image .slides .slides-carrosel .nav-swiper .swiper-button-prev{
        top: calc(37%);
    }
    .grupopromocional-image .slides .slides-image {
        width: 44%;
    }
    .banner-cupom .textcupom {
        font-size: 12px;
        gap: 4px;
    }
    .banner-cupom .copy-text svg {
        width: 16px;
        height: auto;
    }   
    .nav-swiper .swiper-button-next, .nav-swiper .swiper-button-prev{
        width: 48px;
        height: 48px;
    }
}
@media (max-width:550px){
    .grupopromocional-image .slides{
        flex-direction: column;
    }
    .grupopromocional-image .slides .slides-image {
        width: 100%;
    }
    .grupopromocional .slides .slides-carrosel {
        width: 100%;
    }
}

.banner-valor{
    padding: 40px 0;
}
.banner-valor .banner-valor-box{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.banner-valor .banner-valor-box-link{
    display: flex;
    flex: 1 0 15%;
    min-height: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    padding: 15px 8px;
}
.detalhesprodutos .detalhesprodutos-resumo .calculodeFreteDet .row {
    flex-direction: row !important;
}
@media (max-width:991px){
    .banner-valor .banner-valor-box-link{flex: 1 0 23%;}
}
@media (max-width:650px){
    .banner-valor .banner-valor-box-link{flex: 1 0 40%;}
}
.item .hover-cronometro{
    width: 100%;
}
.item .hover-cronometro .btn-cronometro{
    display: flex;
    border: 1px solid #1f35a3;
    border-radius: 8px;
    width: 100%;
    color: #1f35a3;
    overflow: hidden;
}
.item .hover-cronometro .btn-cronometro .oferta-termina {
    width: 100%;
    min-height: 45px;
}
.item .hover-cronometro .btn-cronometro .relogio{
    background: #1f35a3;
    color: #FFF;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item .hover-cronometro p{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    span{
        font-weight: bold;
        font-size: 20px;
        margin: 0;
    }
}
.item .hover-cronometro .btn-adicionar{
    display: none!important;
}
.item .product:hover .hover-cronometro .btn-cronometro{
    display: none;
}
.item .product:hover .hover-cronometro .btn-adicionar{
    display: flex !important; 
    gap: 6px;
    align-items: center;
    justify-content: center;
}
#descontoTemporizado{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}
#descontoTemporizado .decontos-header{
    display: flex;
    justify-content: space-between;
    gap: 6px;
    padding: 20px;
    width: 100%;
    background: #152a91;
    align-items: center;

}
#descontoTemporizado .decontos-header    span{
    color: #FFF;
    font-size: 16px;
}
#descontoTemporizado .decontos-header    span.um{
    flex: 0 0 25%;
}
#descontoTemporizado .decontos-header    span.dois{
    flex: 0 0 46%;
    font-size: 16px;    
}
#descontoTemporizado .decontos-header    span.tres{
    flex: 0 0 42%;
    font-size: 20px;
    font-weight: bold;
}

#descontoTemporizado    .decontos-footer    span{
    color: #FFF;
    font-size: 20px;
}
#descontoTemporizado    .decontos-footer    span    .bold{
    font-weight: bold;
}
#descontoTemporizado    .decontos-footer    span.ico{
    display: flex;
    align-items: center;
    gap: 6px;
    
    
}
#descontoTemporizado    .decontos-footer    span.ico span{
    margin: 0;
}
#descontoTemporizado    .decontos-footer    span.ico svg path{
    fill: #FFF;
}
#descontoTemporizado    .decontos-footer{
    background: #1f35a3;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;

}

.paginamarcas-items:after, .paginamarcas-items:before{
    display: none;
}
.paginamarcas h1{
    margin: 20px 0;
}
.paginamarcas-items{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
}
.paginamarcas-items-item{
    display: flex;
    flex: 1 0 15%;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    border: 1px solid #DDD;
    align-items: center;
    background-color: #FFF;
    border-radius: 12px;
}
@media (max-width:750px){
    .paginamarcas-items-item{
        flex: 1 0 43%;
    }
}

.paginacategoria-items:after, .paginamarcas-items:before{
    display: none;
}
.paginacategoria h1{
    margin: 20px 0;
}
.paginacategoria-items{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
}
.paginacategoria-items-item{
    width: 100%;
}
.paginacategoria-items-categoria .row::after, .paginacategoria-items-categoria .row::before{
    display: none;
}
.paginacategoria-items-categoria .row{
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}
.paginacategoria-items-categoria .row .item-filho {
    flex: 1 0 20%;
}
.paginacategoria-items-categoria .row .item-filho h4{
    padding: 0 !important;
}
.paginacategoria-items-categoria{
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.paginacategoria-items-item .paginacategoria-items-categoria:last-child{
    border: 0;
}
.paginacategoria-items h3{
    font-weight: bold;
}


.paginamarcas-items-item strong{

}
.paginamarcas-items-item img{
    object-fit: contain;
    width: 100%;
    height: 50px;
}
.detalhesprodutos .detalhesprodutos-product-title .breadcrumb{
    margin: 0;
    border: 0;
    padding: 0;
}
.detalhesprodutos .detalhesprodutos-product-title h1{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    padding-bottom: 0;
    justify-content: space-between;
    align-items: center;
}
.detalhesprodutos .detalhesprodutos-resumo .row{
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: space-between;
}
.detalhesprodutos .detalhesprodutos-resumo .row:before, .detalhesprodutos .detalhesprodutos-resumo .row:after, .detalhesprodutos .detalhesprodutos-resumo:before, .detalhesprodutos .detalhesprodutos-resumo:after{
    display: none;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos{
    flex: 1 0 70%;
    padding: 0;
    width: initial;
    padding-right: 20px;
    float: none;
}
@media (max-width:750px){
    .paginacategoria-items-item{
        flex: 1 0 43%;
    }
    .detalhesprodutos .detalhesprodutos-product-title .breadcrumbDiv{
        width: 100%;
        overflow-x: scroll;
    }
    .detalhesprodutos .detalhesprodutos-product-title .breadcrumb{
        min-width: 450px;
    }
}

.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album{
    position: sticky;
    top: 150px;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image{
    display: flex !important;
    flex-direction: row-reverse;
    gap: 15px;
    height: fit-content;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-thumbs{
    flex:1 0 7%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 630px;
    margin-left: 1px;
    overflow: auto;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-thumbs a{
    width: 65px;
    height: 65px;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    float: none;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-thumbs a.btn-video{
    flex-direction: column;
    gap: 5px;
    padding: 18px 0;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-thumbs a img{
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-thumbs a.btn-video span{
    font-size: 13px;
    color: var(--color-loja);
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-thumbs a.btn-video i.fa {
    width: 100%;
    padding-top: 0;
    margin: auto;
    color: var(--color-loja);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
    padding: 0;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-large {
    flex: 1 0 87%;
    min-height: 630px;
    max-height: 630px;
    display: flex;
    align-items: center;
    background-color: #FFF;
    width: 100%;
    justify-content: center;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #DDD;
}

.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-large a{
    display: block;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-large a img{
    object-fit: contain;
    max-height: 630px;
}
#fm_maisinfopro .captcha img{
    width: auto;
}






.detalhesprodutos .detalhesprodutos-resumo .descricao-compra{
    flex: 1 0 30%;
    width: initial;
    float: none;
    padding: 0;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra hr{
    margin: 10px 0;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .spinner{
    margin: 0;
    flex: 1 1 0;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share .shareproduct .btn,
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share #shareButton .btn{
    padding: 8px;
    background: none;
    outline: 0;
    min-height: initial;
    min-width: initial;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share .shareproduct .btn svg,
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share #shareButton .btn svg{
    width: 20px;
    height: auto;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share .shareproduct .btn svg path,
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share #shareButton .btn svg path{
    fill: var(--color-loja);
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share .shareproduct .dropdown-menu{
    width: auto;
    min-width: initial;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .descricao-compra-avaliacao-share .shareproduct .dropdown-menu a{
    padding: 6px 12px;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .btn-download{
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-loja);
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .btn-download i.fas {
    color: var(--color-loja);
    border: 1px solid var(--color-loja);
    padding: 11px;
    border-radius: 50px;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .border-prod{

}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .border-prod .row{
    flex-direction: column;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .border-prod .row .infovalores, .detalhesprodutos .detalhesprodutos-resumo .descricao-compra .border-prod .row .infotextos,  .detalhesprodutos .detalhesprodutos-resumo .descricao-compra .border-prod .row .col-md-12{
    width: 100%;
    padding: 0;
}

.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .infotextos{
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .border-prod-infos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .border-prod-infos h3{
    font-size: 16px;
}
.detalhesprodutos .detalhesprodutos-resumo .descricao-compra .border-prod-infos h3 button{
    border: 0;
    background-color: transparent;
    outline: 0;
}
.wishlist-button , .wishlist-button .add-list{
    width: 100%;
}
.wishlist-button .add-list a, .wishlist-button .del-list a{
    display: flex;
    width: 100%;
    padding: 8px;
    background-color: #eee;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid transparent;
}
.wishlist-button .del-list a{
    color: var(--color-loja);
}

.detalhe-others{
    padding: 12px 0;
}
.detalhe-others .related_products, .detalhe-others .last_products{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.detalhe-others .detalhe-others-title, .proddetalhe-comprejunto .swiper-head h4{
    font-size: 23px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 6px;
    color: var(--color-loja);
    padding: 23px 0;
    margin: 0;
}
.proddetalhe-comprejunto .swiper-head {
    padding: 0;
}
.proddetalhe-comprejunto .swiper-head  .swiper-pagination{
    height: 37px;
}
.detalhe-others .detalhe-others-title svg,  .proddetalhe-comprejunto .swiper-head svg {
    width: auto;
    height: 20px;
    opacity: .5;
}

.detalhe-others .detalhe-others-title svg path{

}
.detalhe-others .item {
    flex: 0 0 23%;
    padding: 0;
}
.detalhe-others .detalhe-others-desc , .detalhe-others .detalhe-others-desc p, .descricoes-produtos .detalhe-others-desc, .descricoes-produtos .detalhe-others-desc p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    margin-bottom:15px;
}
.detalhe-others .detalhe-others-desc img{
    max-width: 100%;
}
.detalhe-others .detalhe-others-desc table, .descricoes-produtos .detalhe-others-desc table{
    width: 100%;
}
.detalhe-others .detalhe-others-desc table td, .descricoes-produtos .detalhe-others-desc table td{
    padding: 3px;
}
.detalhe-others .detalhe-others-desc h5, .descricoes-produtos .detalhe-others-desc h5{
    font-size: 20px;
    line-height: 27px;
}
.proddetalhe-comprejunto{
    margin-bottom: 25px;
}
.descricoes-produtos .list-kit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.descricoes-produtos .list-kit .list-kit-item{
    flex: 0 0 33.3%;
    padding: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    min-height: 48px;
}
.descricoes-produtos .list-kit .list-kit-item .badge {
    background-color: var(--color-loja);
    margin-right: 5px;
}
.descricoes-produtos .list-kit .list-kit-item.disabled {
    color: #777;
    cursor: not-allowed;
    opacity: .8;
}
.descricoes-produtos .list-kit .list-kit-item.disabled .badge {
    background-color: #999;
}

.cart-actions .moreinfos{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-weight: bold;
    border-radius: 4px;
}
.infovalores .preco-login p{
    background: #f3f3f3;
    padding: 8px;
    margin-bottom: 8px;
    display: block;
    border-radius: 5px;
    text-align: center;
}
.infovalores .preco-login .btn-info{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-weight: bold;
    border-radius: 4px;
}
.box-avaliacao .avaliacao-sumaria{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.avaliacoes-produtos .avaliacao-postar{
    background-color: #fff;
    border: 2px solid var(--color-loja);
    color: var(--color-loja);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: initial;
    gap: 6px;
}
.avaliacoes-produtos .avaliacao-postar svg{
    width: 20px;
    height: auto;
}
.avaliacoes-produtos .avaliacao-postar svg path{
    fill: var(--color-loja);
}
.box-avaliacao .avaliacao-estrelas .fa-star{
    color: #E7711B;
}
.box-avaliacao .avaliacao-estrelas .fa-star-o{
    color: #E7711B; 
}
.avaliacoes-produtos .box-avaliacao a{
    margin-top: 15px;
}

.detalhesprodutos .detalhesprodutos-resumo .calculodeFreteDet .row{
    flex-direction: row !important;
}


@media (max-width:1350px) {
    .detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-thumbs{
        flex: 1 0 10%;
    }
    .detalhe-others .item {
        flex:0 0 23%;
        padding: 0;
    }
}
@media (max-width:1150px) {
    .detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-large {
        flex: 1 0 79%;
    }
    .detalhe-others .item {
        flex:0 0 31%;
        padding: 0;
    }
}
@media (max-width:991px) {
    .detalhesprodutos .detalhesprodutos-resumo .row{
        flex-direction: column;
    }
    .detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-thumbs{
        display: none;
    }
    .detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-large{
        max-height: initial;
    }
    .detalhesprodutos .detalhesprodutos-product-title h1{
        margin-bottom: 18px;
        font-size: 19px;
    }
    .detalhesprodutos .detalhesprodutos-resumo .descricao-fotos{
        padding-right: 0;
    }
    .calculodeFreteDet form input{
        border-radius: 4px;
    }
    .calculodeFreteDet form button{
        width: 100%;
        border-radius: 4px;
        margin-top:5px ;
    }
    .product-code {
        margin-top: 10px;
    }
    .detalhe-others .item {
        flex: 0 0 48%;
        padding: 0;
    }
    .detalhe-others .related_products, .detalhe-others .last_products{
        gap: 15px;
    }
}
@media (max-width:550px) {
    .detalhesprodutos .detalhesprodutos-resumo .descricao-fotos .produto-album .main-image .sp-large{
        min-height: 398px;
    }
    .detalhe-others .item {
        flex: 0 0 100%;
        padding: 0;
    }
    .descricoes-produtos .list-kit .list-kit-item{
        flex: 0 0 100%;
    }
}

#afiliados_panel .social-afiliado{
    display: flex;
    margin-top: 25px;
    gap: 8px;
}
#afiliados_panel .social-afiliado .btn{
    min-width: 80px;
    color: var(--color-loja);
    background-color: transparent;
    border: 1px solid var(--color-loja);
    box-shadow: none;
}
#afiliados_panel .social-afiliado .btn:hover{
    background-color: var(--color-loja);
    color: #FFF;
}

.row-shortcode{
    display: flex;
    align-items: center;
    gap: 21px;
}
.row-shortcode > p{
    display: none;
}
.row-shortcode .col{
    flex: 1;
}
.row-shortcode .col img{
    max-height: 450px;
    width: auto;
}
.resumo-detalhe-prod{
    line-height: 18px;
    margin-bottom: 20px;
}
.checkout.checkout-padrao .container{
    display: block;
}

@media (max-width:800px){
    .row-shortcode{
        flex-direction: column;
    }
    .row-shortcode .col img{
        width: 100%;
        height: auto;
    }
}
.detalhesprodutos .detalhesprodutos-resumo .code-category.row {
    flex-wrap: wrap;
}
