
body {
    background-color: #fff;
    color: #767F84;
    font: normal 400 1.3rem/1.4 "Open Sans", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

/*region Menu*/
.menu .megamenu2 {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #767F84;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.active_link a {
    color: #696969;
    background-color: #f4f4f4;
}

.submenu {
    display: none;
    height: 100%;
}

.submenu ul {
    display: block !important;
    box-shadow: none;
    position: initial;
    min-width: 10px;
}

.submenu div.row {
    width: 100%;
    height: 100%;
}

.sidenav a {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

/*endregion*/

/* CSS Document */
.map {
    margin: auto;
}

ul.tags li {
    display: inline-block;
    background-color: red;
    box-shadow: 0 5px 0 darkred;
    color: white;
    padding: 1em 1.5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

span.multiselect-native-select {
    position: relative;
}

span.multiselect-native-select .btn-default {
    border: 1px solid;
}

span.multiselect-native-select .caret {
    display: none;
}

span.multiselect-native-select .show {
    display: inline-block !important;
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container .multiselect-reset .input-group {
    width: 93%
}

.multiselect-container > li {
    padding: 0
}

.multiselect-container > li > a.multiselect-all label {
    font-weight: 700
}

.multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer
}

.multiselect-container > li > a {
    padding: 0
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
    margin: 0
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

/* MESSAGES */
.messages .error {
    width: 80%;
    font-size: 120%;
    font-weight: bold;
    background: #F00;
    color: #FFF;
    padding: 10px;
    margin: 10px auto;
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    text-align: center;
}

.messages {
    width: 100%;
    float: left;
}

.messages .item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.messages .item .text {
    background: #FFF;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D5D5D5;
}

.messages .item .text .heading {
    width: 100%;
    margin-bottom: 5px;
}

.messages .item .text .heading a {
    text-decoration: none;
    font-size: 12px;
    color: #33414e;
    font-weight: 600;
    line-height: 20px;
}

.messages .item .text .heading .date {
    float: right;
    line-height: 20px;
    font-size: 11px;
    color: #CCC;
    font-weight: 600;
}

.messages .item .text:hover {
    border-color: #BBB;
}

.messages .item:nth-child(2n) .text {
    background: #F6F6F6;
}

.messages .item.item-visible {
    opacity: 1;
    filter: alpha(opacity=100);
}

.messages.messages-img .item .image {
    float: left;
    width: 40px;
}

.messages.messages-img .item .image img {
    border: 2px solid #F5F5F5;
    border-radius: 50%;
    width: 40px;
}

.messages.messages-img .item .text {
    margin-left: 50px;
    position: relative;
}

.messages.messages-img .item .text:after, .messages.messages-img .item .text:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.messages.messages-img .item .text:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 5px;
    margin-top: -5px;
}

.messages.messages-img .item .text:before {
    border-color: rgba(213, 213, 213, 0);
    border-right-color: #D5D5D5;
    border-width: 6px;
    margin-top: -6px;
}

.messages.messages-img .item .text:hover:before {
    border-right-color: #BBB;
}

.messages.messages-img .item.in .image {
    float: right;
}

.messages.messages-img .item.in .text {
    margin-left: 0px;
    margin-right: 50px;
}

.messages.messages-img .item.in .text:after, .messages.messages-img .item.in .text:before {
    right: auto;
    left: 100%;
}

.messages.messages-img .item.in .text:after {
    border-right-color: transparent;
    border-left-color: #FFF;
}

.messages.messages-img .item.in .text:before {
    border-right-color: transparent;
    border-left-color: #D5D5D5;
}

.messages.messages-img .item.in .text:hover:before {
    border-left-color: #BBB;
}

/* END MESSAGES */
/* CONTACTS */
.contact-info {
    float: left;
    width: 100%;
}

.contact-info p {
    margin-bottom: 5px;
}

.contact-info strong {
    font-size: 13px;
}

.contact-info small {
    font-weight: 700;
}

/* core styles */
.isystkSlider {
    position: relative;

    max-width: 100%;
    overflow: hidden;
}

.isystkSlider .view-layer {

    max-width: 100%;
    overflow: hidden;
}

.isystkSlider ul.parent {
    margin-bottom: 10px;
}

.isystkSlider li.child {
    float: left;
}

.isystkSlider li.child p {
    margin: 0 5px 0 0;
    border: solid 1px #dedede;
    background: #fff;
    padding: 3px;
}

.isystkSlider img {
    vertical-align: middle;
}

/* controls */
.isystkSlider .prev-btn,
.isystkSlider .next-btn {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    width: 30px;
}

.isystkSlider .prev-btn img,
.isystkSlider .next-btn img {
    width: 30px;
}

.isystkSlider .next-btn {
    right: 0;
}

.isystkSlider .paging {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 6px;
    width: 565px;
}

.isystkSlider .paging p {
    margin: 0 5px 0 0;
    border: solid 1px #dedede;
    background: #fff;
    padding: 3px;
}

.isystkSlider .paging.dot {
    width: 24%;
    margin: 5px auto;
}

.isystkSlider .paging.dot li {
    border: 1px solid #666;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    list-style-type: none;
}

.isystkSlider .paging.dot li.active {
    background: #666;
}

.header-usp {
    padding: 2px 0;
    text-align: center;
    text-transform: none;
}

.header-usp .usp-header-body {
    padding-right: 30px;
}

.header-usp .usp-close {
    position: absolute;
    right: 8px;
    top: 3px;
    border: none;
    background: 0 0;
    cursor: pointer;
    font-size: 22px;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.header-usp h5 {
    font: 400 12px/19px Arvo, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 19px;
    margin: 10px 0 10px;
}

.tab-pane {
    display: none;
}

.overlay_fill {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

/*region Cart Products*/
.product-title {
    overflow: hidden;
}

.cat-list, .compare-products, .config-size-list, .config-swatch-list, .header-menu ul, .list, .menu, .menu *, .simple-entry-list, ol, ul {
    list-style: none
}

.compare-actions .action-link, .compare-actions .btn, .compare-products .product-title, .dropdown-cart-action .btn, .dropdown-cart-header, .dropdown-cart-total, .header-dropdown, .subtitle, .title, .welcome-msg {
    text-transform: uppercase
}

.compare-products .product {
    position: relative;
    padding: .5rem 0;
    margin: 0;
    box-shadow: none !important
}

.compare-products .product:hover {
    box-shadow: none
}

.compare-products .product-title {
    color: #696969;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.35;
    margin: 0
}

.compare-products .btn-remove {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    overflow: hidden;
    padding: .5rem 0;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    color: #777;
    margin-top: -1.2rem
}

.compare-actions {
    display: flex;
    align-items: center;
    margin-top: 2rem
}

.compare-actions .action-link {
    display: inline-block;
    font-size: 1.1rem;
    color: #777
}

.compare-actions .btn {
    padding: .9rem 1rem;
    min-width: 110px;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .025rem;
    border: 0;
    border-radius: .2rem;
    color: #fff;
    margin-left: auto;
    text-align: center
}

.cart-dropdown .dropdown-toggle {
    display: block;
    position: relative;
    padding-right: 2.6rem
}

.cart-dropdown .dropdown-toggle .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 1.9rem;
    line-height: 1;
    top: -.1rem;
    border-radius: 50%;
    padding-bottom: 1px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #fa4a4a;
    box-shadow: 0 7px 8px rgba(0, 0, 0, .05)
}

.compare-actions .action-link, .compare-actions .btn, .compare-products .product-title, .dropdown-cart-action .btn, .dropdown-cart-header, .dropdown-cart-total, .header-dropdown, .subtitle, .title, .welcome-msg {
    text-transform: uppercase
}

.cart-dropdown .dropdown-toggle::after, .cart-dropdown .dropdown-toggle::before {
    display: inline-block;
    font-family: kk;
    line-height: 1
}

.cart-dropdown .dropdown-toggle::before {
    content: '\e87f';
    font-size: 3.3rem;
    margin: 2px 0 0;
    color: #393f4f
}

.cart-dropdown .dropdown-toggle::after {
    content: '\e81c';
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: 1rem;
    width: auto;
    height: auto;
    color: #606669;
    margin: 0;
    border: 0;
    transition: all .3s
}

.header-contact::after, .menu::after {
    content: ''
}

.cart-dropdown .product-details, .cart-dropdown .product-title {
    font-weight: 600;
    font-size: 1.3rem;
    color: #696969;
    text-align: left
}

.cart-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    padding-top: 8px
}

.cart-dropdown .dropdownmenu-wrapper {
    padding: 1.6rem 1.9rem
}

.cart-dropdown .dropdownmenu-wrapper::before {
    left: auto;
    right: 28px
}

.cart-dropdown .dropdownmenu-wrapper::after {
    left: auto;
    right: 29px
}

.cart-dropdown .product {
    display: flex;
    padding: 1.6rem 1rem;
    margin: 0 !important;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    align-items: center
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    border: 1px solid #ededed;
    margin: 0 0 0 auto
}

.cart-dropdown .product-image-container a::after {
    display: none
}

.cart-dropdown .product-title {
    margin-bottom: .2rem
}

.cart-dropdown .btn-remove {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    color: #474747;
    display: flex;
    font-size: 1.1rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2rem
}

.cart-dropdown .btn-remove:focus, .cart-dropdown .btn-remove:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
    color: #fa4a4a
}

.dropdown-cart-header, .dropdown-cart-total {
    padding: .7rem 1rem;
    display: flex;
    align-items: flex-end;
    font-size: 1.3rem;
    font-weight: 700;
    color: #474747
}

.dropdown-cart-total {
    margin-bottom: 1.1rem
}

.dropdown-cart-total .cart-total-price {
    font-size: 1.5rem;
    margin-left: auto
}

.dropdown-cart-header {
    border-bottom: 1px solid #e6ebee;
    margin-bottom: 0;
    padding-top: 0
}

.dropdown-cart-header a {
    color: inherit;
    margin-left: auto;
    font-size: 1.2rem
}

.dropdown-cart-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem 1rem 1.5rem
}

.dropdown-cart-action .btn {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .05rem;
    color: #fff;
    border-color: #282d3b;
    background-color: #282d3b;
    border-radius: .2rem;
    min-width: 110px;
    padding: 1.25rem 1rem
}

.dropdown-cart-action .btn:focus, .dropdown-cart-action .btn:hover {
    color: #fff;
    border-color: #32394a;
    background-color: #32394a
}

.product-wrapper {
    overflow: hidden
}

.product-wrapper .category-grid {
    margin-bottom: -1px
}

.product form {
    margin-bottom: 0px;
}

.product {
    border: 1px solid;
    position: relative;
    margin-bottom: 2.5rem
}

.product .form-control {
    margin: 0px !important;
}

.product .row {
    margin: 2px !important;
}

.product .btn {
    min-width: 2px !important;
}

.product-image-container {
    position: relative;
    display: block;
    background-color: #fafafa;
    margin-bottom: 2.4rem;
    transition: all .3s
}

.product-image-container .btn-quickview, .product-image::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.product-image {
    display: block
}

.product-image::after {
    content: '';
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.product-image img {
    display: block;
}

.prod-image-2 img {
    display: block;
    width: 100%;
    height: 50px;
}

.prod-image img {
    display: block;
    width: 100%;
    height: auto;
}

.btn-quickview {
    display: inline-block;
    font: 400 1.3rem/1 Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08rem;
    color: #fff;
    background-color: rgba(57, 57, 57, .8);
    padding: 1.7rem 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    text-decoration: none;
    text-align: center
}

.product:hover .btn-quickview, .product:hover .product-image::after {
    visibility: visible;
    opacity: 1
}

.btn-quickview:focus, .btn-quickview:hover, .product:hover .btn-quickview:focus, .product:hover .btn-quickview:hover {
    color: #fff;
    opacity: .9;
    text-decoration: none
}

.product-details {
    text-align: center
}

.product-title {
    font: 400 1.3rem/1.25 "Open Sans", sans-serif;
    color: #0e2f40;
    letter-spacing: 0;
    margin-bottom: 2px;
    height: 70px;
    padding: 0.1em .5em !important;
}

.product-title a {
    color: inherit
}

.price-box {
    margin-bottom: 1rem;
    display: block;
}

.product-price {
    font-size: 1.6rem;
    display: block;
    height: 1.9rem;
    overflow: hidden;
}

.old-price {
    color: #999;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: line-through
}

.old-price + .product-price {
    margin-left: .6rem
}

.product-action {
    display: flex;
    align-items: center;
}

.product .product-action {
    width: 100%;
}

.product .mb-3 {
    margin-bottom: 0px !important;
}

.row {
    width: 100%;
}

.paction {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: kk;
    color: #0e2f40;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    transition: all .3s;
    text-decoration: none;
    text-align: center;
    min-width: 35px;
    height: 35px
}

.add-cart:focus, .add-cart:hover, .grid-product:hover .paction.add-cart, .product:hover .paction.add-cart {
    background-color: #fa4a4a;
    border-color: #fa4a4a;
    color: #fff
}

.paction span {
    display: none;
    font-size: 1.2rem;
    letter-spacing: .02rem;
    padding-left: .4rem;
    padding-right: .1rem
}

.paction + .paction {
    margin-left: .7rem
}

.paction:focus, .paction:hover {
    text-decoration: none;
    color: #302e2a;
    border-color: #302e2a
}

.add-cart, .add-wishlist {
    color: #2b2b2d;
    font-weight: 400;
    text-transform: uppercase;
    padding: .85rem .5rem;
    min-width: 105px;
    z-index: 2
}

.add-cart::before {
    display: inline-block;
    line-height: 1;
    margin-top: 2px;
    font-size: 1.9rem;
    content: '\e87f';
    font-family: kk
}

.add-cart span, .add-wishlist span {
    display: inline-block;
    padding-top: 1px
}

.product .add-compare, .product .add-wishlist {
    z-index: 1;
    visibility: hidden;
    opacity: 0
}

.product .add-wishlist {
    right: -42px
}

.product .add-compare {
    left: -42px
}

.add-wishlist::before {
    content: '\e889'
}

.add-compare::before {
    content: '\e88f'
}

.ratings-container .product-ratings::before, .ratings-container .ratings::before {
    content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852"
}

.grid-product:hover .paction.add-compare, .grid-product:hover .paction.add-wishlist, .product:hover .paction.add-compare, .product:hover .paction.add-wishlist {
    visibility: visible;
    opacity: 1
}

.grid-product:hover .paction.add-wishlist, .product:hover .paction.add-wishlist {
    right: 0
}

.grid-product:hover .paction.add-compare, .product:hover .paction.add-compare {
    left: 0
}

.product-warning {
    position: absolute;
    z-index: 99;
    bottom: 3.6em;
    right: 0px;
    left: 0px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: .5rem;
    min-width: 46px;
    background-color: #fa4a4a;
    color: #fff
}


.product-label {
    position: absolute;
    z-index: 90;
    top: 0em;
    right: 0em;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: .5rem;
    min-width: 46px;
    background-color: #fa4a4a;
    color: #fff
}

.product-label.label-hot, .product-label.label-new {
    background-color: #62b959
}

.product-label.label-sale {
    background-color: #e27c7c
}

.product-label + .product-label {
    top: 2rem
}

.ratings-container {
    margin-bottom: .4rem;
    line-height: 1
}

.ratings-container .product-ratings, .ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: .1em;
    line-height: 1;
    font-family: kk
}

.ratings-container .product-ratings {
    height: 11px
}

.ratings-container .product-ratings::before {
    color: #b3b3b3
}

.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.banner, .banner-image > a {
    position: relative
}

.ratings-container .ratings::before {
    color: #2b2b2d
}

.banner-image > a::after, .product-list::after, .product-sm::after {
    content: ''
}

.product.product-sm {
    margin-bottom: 2.7rem
}

.product-quick-view {
    background-color: #fff;
    padding: 2rem
}

.product-quick-view .product-single-details .product-action {
    margin-bottom: 2.1rem
}

.product-quick-view .product-single-filter {
    padding-bottom: 2.2rem
}

.product-sm::after {
    display: block;
    clear: both
}

.product-sm .product-image-container {
    float: left;
    max-width: 80px;
    margin-bottom: 0
}

.product-sm .product-image-container a::after {
    display: none
}

.product-sm .product-details {
    margin-left: 102px;
    text-align: left;
    padding: .2rem 0 0
}

.product-sm .price-box {
    border: 0;
    padding: 0;
    margin-bottom: 0
}

.product-sm .product-title {
    font-size: 1.4rem;
    margin-bottom: .4rem;
    color: #5b5b5f
}

.product-sm .product-title a {
    color: inherit
}

.product-sm .ratings-container {
    margin-bottom: .8rem
}

.product-sm .old-price {
    font-size: 1.4rem
}

.product-sm .old-price + .product-price {
    margin-left: .5rem
}

.product-sm .product-price {
    font-size: 1.6rem
}

.product-sm:hover .product-details, .product-sm:hover .product-image {
    transform: translateY(0) !important
}

.product-list::after {
    display: block;
    clear: both
}

.product-list .product-title {
    font-size: 1.8rem;
    margin: 0 0 1rem
}

.product-list .product-details {
    color: #8a8a8a;
    font-size: 1.4rem;
    text-align: left;
    padding: 2rem 0 0
}

.product-list .product-details p {
    margin-bottom: 1.3rem
}

.product-list .price-box {
    margin-bottom: 1.2rem
}

.product-list .product-action {
    justify-content: flex-start
}

.product-list .paction.add-wishlist {
    right: 0;
    visibility: visible;
    opacity: 1
}

.product-list .paction.add-compare {
    left: 0;
    visibility: visible;
    opacity: 1
}

.category-grid [class*=col-] {
    border-right: 1px solid #e3e4e4;
    border-bottom: 1px solid #e3e4e4
}

.category-grid [class*=col-]:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    z-index: 1
}

.grid-product {
    padding: 5rem 0 0;
    transition: all .3s
}

.grid-product:hover {
    padding: 1rem 0 4rem
}

.product-grid-action {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    transition: all .3s
}

.grid-product:hover .product-grid-action {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 479px) {
    .paction.add-cart {
        min-width: 40px
    }

    .paction.add-cart span {
    }
}

@media screen and (min-width: 576px) {
    .product {
        margin-bottom: 3.5rem
    }

    .product.product-list {
        margin-bottom: 3rem
    }

    .product-list .product-image-container {
        width: 30%;
        float: left;
        margin-bottom: 0
    }

    .product-list .product-details {
        width: 70%;
        float: left;
        padding: 0 0 0 2rem
    }
}

@media screen and (min-width: 768px) {
    .product {
        margin-bottom: 4.3rem
    }

    .product-list .product-image-container {
        width: 26%
    }

    .product-list .product-details {
        width: 74%
    }

    .product-list .product-title {
        margin-top: .4rem
    }
}

.banner, .banner.banner-cat {
    background-color: #ccc;
    margin-bottom: 0
}

@media screen and (min-width: 1200px) {
    .row.row-sm .col-xl-7col, .row.row-sm .col-xl-8col {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .col-xl-7col .paction.add-compare, .col-xl-7col .paction.add-wishlist, .col-xl-8col .paction.add-compare, .col-xl-8col .paction.add-wishlist {
        display: none
    }

    .col-xl-7col .paction + .paction, .col-xl-8col .paction + .paction {
        margin-left: 0
    }
}

.banner {
    display: block
}

.banner.banner-cat {
    display: flex;
    align-items: center;
    height: 220px
}

.banner img, .banner > a {
    display: block
}

.banner img {
    max-width: none;
    width: 100%;
    height: auto
}

.banner .banner-content {
    display: inline-block
}

.banner .banner-title {
    color: #343434;
    font: 700 3rem/1.1 Oswald, sans-serif;
    margin-bottom: 1.8rem;
    letter-spacing: -.025rem;
    text-transform: uppercase
}

.banner .banner-subtitle {
    color: #ec2226;
    font: 700 1.5rem/1.1 "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: .4rem
}

.banner .banner-subtitle span {
    font-size: 2.4rem;
    font-family: Oswald, sans-serif
}

.banner .btn {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    min-width: 100px;
    border-radius: .2rem
}

.banner-image > a::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(40, 45, 59, .3);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.btn, .form-control {
    transition: all .3s
}


@media screen and (min-width: 768px) {
    .home-product-tabs .product {
        margin-bottom: 4rem
    }

    .banners-group .row {
        margin-left: -5px;
        margin-right: -5px
    }

    .banners-group .col-md-4 {
        -ms-flex: 0 0 34.55%;
        flex: 0 0 34.55%;
        max-width: 34.55%;
        padding-left: 5px;
        padding-right: 5px
    }

    .banners-group .col-md-8 {
        -ms-flex: 0 0 65.45%;
        flex: 0 0 65.45%;
        max-width: 65.45%;
        padding-left: 5px;
        padding-right: 5px
    }
}


@media screen and (min-width: 992px) {
    .filter-price-form, .filter-sorts .filter-toggle, .sort-list {
        display: none
    }

    .products-body {
        overflow: hidden
    }

    .products-body .sidebar-shop {
        transition: all .3s linear 0s;
        visibility: hidden;
        z-index: -1;
        left: -25%
    }

    .sidebar-opened .sidebar-shop {
        visibility: visible;
        z-index: 0;
        left: 0
    }

    .main-content {
        margin-left: -25%;
        transition: all .3s linear 0s
    }

    .sidebar-opened .main-content {
        margin-left: 0
    }

    .filter-sorts {
        padding: 12px
    }

    .filter-sorts .toolbox-left {
        position: relative
    }

    .filter-sorts .toolbox-item {
        margin-right: 1rem
    }

    .filter-sorts .toolbox-item.toolbox-sort {
        background: #fff;
        margin: 0 1rem 0 0
    }

    .filter-sorts .toolbox-item.toolbox-show {
        font-size: 1.2rem;
        margin-left: auto
    }

    .filter-sorts select {
        border: 0;
        min-width: 140px;
        text-transform: uppercase
    }

    .filter-sorts .layout-modes {
        margin-left: .5rem
    }

    .filter-sorts .sidebar-shop {
        left: 0;
        z-index: 2;
        visibility: visible
    }

    .filter-price-form, .sort-list {
        padding: 10px 15px;
        margin-top: 9px;
        left: 0;
        min-width: 220px;
        z-index: 99;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        position: absolute;
        top: 100%
    }

    .filter-price-form {
        background-color: #fff
    }

    .sort-list {
        background: #fff
    }

    .sort-menu-trigger {
        display: block;
        height: 34px;
        font-size: 1.2rem;
        line-height: 34px;
        padding-left: .8rem;
        z-index: 9;
        min-width: 140px;
        color: #7a7d82;
        text-transform: uppercase
    }

    .sort-menu-trigger:focus, .sort-menu-trigger:hover {
        text-decoration: none
    }

    .sort-menu-trigger::before {
        display: none;
        content: '';
        position: absolute;
        top: 100%;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 21px;
        margin-top: 1px;
        z-index: 999
    }

    .toolbox-item.opened .filter-price-form, .toolbox-item.opened .sort-list, .toolbox-item.opened .sort-menu-trigger:before {
        display: block
    }
}

.owl-carousel.owl-refresh .owl-item, .shipping-address-box.active .address-box-action {
    visibility: hidden
}

.product-single-row, .product-single-row .single-row-bg, .product-single-row .single-row-entire, .product-single-video {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (max-width: 991px) {
    .sort-menu-trigger {
        display: block;
        margin-bottom: 1.5rem;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
        text-transform: uppercase
    }

    .filter-sorts .toolbox-sort.select-custom {
        margin: 2rem;
        display: block
    }

    .filter-sorts .toolbox-sort.select-custom::after {
        content: none
    }

    .sidebar-shop .widget {
        padding: 3rem 2rem 0
    }
}

.product-single-container {
    margin-bottom: 3rem
}

.product-single-details {
    margin-top: -.6rem
}

.product-single-details .product-title {
    color: #21293c;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: -.01em;
    margin-bottom: 1.1rem
}

.product-single-details .price-box {
    font-weight: 700;
    margin-bottom: 2.4rem
}

.product-single-details .product-price {
    font-size: 2.1rem
}

.product-single-details .old-price {
    font-weight: 600;
    font-size: 1.6rem
}

.product-single-details .old-price + .product-price {
    margin-left: 1rem
}

.product-single-details .ratings-container {
    margin-bottom: 2.1rem
}

.product-single-details .ratings-container .product-ratings, .product-single-details .ratings-container .ratings {
    font-size: 1.4rem
}

.product-single-details .ratings-container .product-ratings {
    height: 14px
}

.product-single-details .rating-link {
    font-weight: 500;
    color: #90939a;
    letter-spacing: .025em;
    margin-left: 1rem
}

.product-single-details .product-desc {
    font-size: 1.4rem;
    line-height: 1.92;
    letter-spacing: .005em;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6;
    margin-bottom: 2.7rem
}

.product-single-details .product-action {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3.1rem
}

.product-single-details .sticky-header {
    height: auto
}

.product-single-details .sticky-header .sticky-detail {
    display: flex;
    flex-direction: row;
    align-items: center
}

.product-single-details .sticky-header .product-title {
    margin-bottom: 0;
    margin-right: 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #777
}

.product-single-details .sticky-header .price-box {
    margin-bottom: 0;
    margin-top: 1rem;
    padding: 0;
    border: 0;
    color: #2b2b2d
}

.product-single-details .sticky-header .ratings-container {
    margin-bottom: 3.2rem
}

.product-single-details .container {
    display: none;
    align-items: center
}

.product-single-details .container img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: 2rem
}

.product-single-details .container .add-cart {
    margin-left: auto
}

.product-single-details .sticky-header.fixed-nav .container {
    padding: 1.5rem;
    display: flex
}

.product-single-details .paction, .product-single-details .product-single-qty {
    margin: 0 1rem 1rem 0
}

.product-single-details .paction {
    height: 43px;
    min-width: 41px
}

.product-both-info .product-single-details {
    margin-top: 0
}

.product-both-info .product-single-details .product-desc {
    border-bottom: 0
}

.product-single-gallery a {
    display: block
}

.product-single-gallery img {
    display: block;
    max-width: none;
    height: auto
}

.product-single-gallery .owl-theme .owl-nav {
    font-size: 32px;
    color: #000
}

.product-single-gallery .owl-next, .product-single-gallery .owl-prev {
    margin: 0 2rem !important;
    transition: all .5s;
    opacity: 0
}

.prod-thumbnail {
    padding: .5rem 1rem
}

.prod-thumbnail > div {
    padding: .5rem
}

.prod-thumbnail .active img, .prod-thumbnail img:hover {
    border: 2px solid #21293c
}

.transparent-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0;
    top: 1rem;
    padding: 0;
    opacity: .5;
    width: 80px;
    z-index: 99
}

.transparent-dots .active img, .transparent-dots img:hover {
    border: 1px solid #fa4a4a
}

.product-slider-container {
    position: relative
}

.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    z-index: 1;
    outline: 0;
    opacity: 0;
    transition: all .5s
}

.prod-full-screen i {
    font-size: 1.4rem;
    cursor: pointer;
    color: #000
}

.product-item:hover .owl-next, .product-item:hover .owl-prev, .product-item:hover .prod-full-screen {
    opacity: 1
}

.prod-thumbnail img {
    cursor: pointer;
    display: block
}

.prod-thumbnail .owl-dot {
    box-sizing: border-box
}

.single-info-list {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.single-info-list li {
    margin-bottom: 1rem;
    letter-spacing: .005em;
    color: #7b858a
}

.single-info-list li strong {
    color: #4c4c4c
}

.product-single-qty .bootstrap-touchspin.input-group {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 100%;
    padding-right: 0;
    max-height: 43px
}

.product-single-qty .bootstrap-touchspin .form-control {
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: .05em;
    height: 43px;
    padding: 1rem .2rem;
    max-width: none;
    box-shadow: none
}

.product-single-qty .horizontal-quantity {
    height: 43px
}

.product-single-qty .btn {
    position: relative;
    z-index: 2;
    font-family: "Open Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 31px;
    font-size: 2.4rem;
    padding: .5rem;
    line-height: 1;
    margin: 0
}

.product-single-qty .btn.btn-outline {
    color: #8798a1;
    border-color: #dae2e6
}

.product-single-qty .btn.btn-down-icon::after, .product-single-qty .btn.btn-up-icon::after, .product-single-qty .btn.btn-up-icon::before {
    content: '';
    display: block;
    width: 1.1rem;
    height: .1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.55rem;
    background-color: #8798a1
}

.product-single-qty .btn.btn-up-icon::before {
    transform: rotate(90deg)
}

.product-filters-container {
    margin-bottom: 4.5rem
}

.product-single-filter {
    display: flex;
    align-items: center;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6
}

.product-single-filter + .product-single-filter {
    margin-top: 2.2rem
}

.product-single-filter label {
    color: #21293c;
    font: 600 1.5rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase;
    margin-right: 1.3rem;
    margin-bottom: 0
}

.product-single-filter .config-swatch-list {
    display: inline-flex;
    margin: 0
}

.product-single-filter .config-swatch-list li {
    margin-bottom: 0
}

.product-single-filter .config-size-list li {
    margin-right: .7rem;
    margin-bottom: 0
}

.product-single-filter .config-size-list li a {
    min-width: 3rem;
    height: 3rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.8rem;
    border: 1px solid #dae2e6;
    background-color: #f4f4f4;
    color: #21293c
}

.product-single-filter .config-size-list li a:focus, .product-single-filter .config-size-list li a:hover, .product-single-filter .config-size-list li.active a {
    color: #21293c;
    border-color: #fa4a4a;
    background-color: #f4f4f4
}

.product-single-filter .config-size-list li.active a {
    outline: 0
}

.product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0
}

.product-single-share {
    display: flex;
    align-items: center
}

.product-single-share label {
    color: #7b858a;
    font: 600 1.4rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase;
    margin-right: 1.2rem;
    margin-bottom: .5rem
}

.product-single-tabs {
    margin-bottom: 5.5rem
}

.product-single-tabs .tab-pane {
    padding-top: 3.5rem;
    color: #7b858a;
    line-height: 1.92
}

.scrolling-box .tab-pane + .tab-pane {
    margin-top: 3.5rem;
    border-top: 2px solid #dae2e6
}

.product-desc-content p {
    margin-bottom: 2.2rem
}

.product-desc-content ol, .product-desc-content ul {
    padding-left: 4rem;
    margin-bottom: 2.2rem
}

.product-desc-content ol li, .product-desc-content ul li {
    margin-bottom: .4rem
}

.product-desc-content ol li i, .product-desc-content ul li i {
    color: #21293c;
    font-size: 1.5rem;
    margin-right: 2rem
}

.product-desc-content ol li i::before, .product-desc-content ul li i::before {
    margin: 0
}

.product-desc-content img.float-left, .product-desc-content img.float-right {
    max-width: 50%
}

.product-desc-content .feature-box i {
    float: none;
    display: inline-block
}

.product-desc-content .feature-box-content {
    margin-left: 0
}

.product-tags-content h4 {
    font-size: 1.8rem;
    margin: 0 0 2rem;
    font-weight: 700;
    text-transform: uppercase
}

.product-tags-content form {
    margin-bottom: 2rem
}

.product-tags-content .form-group {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch
}

.product-tags-content .form-control {
    margin-right: 10px
}

.product-tags-content .btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.product-list .product-item {
    position: relative;
    margin-bottom: .4rem
}

.product-list.product-single-grid {
    margin-bottom: 3.6rem
}


@media screen and (min-width: 992px) {
    .featured-section {
        padding-top: 5.8rem;
        padding-bottom: 8rem
    }

    .product-single-container .col-lg-7 {
        -ms-flex: 0 0 55.56%;
        flex: 0 0 55.56%;
        max-width: 55.56%
    }

    .product-single-container .col-lg-5 {
        -ms-flex: 0 0 44.44%;
        flex: 0 0 44.44%;
        max-width: 44.44%
    }
}

@media screen and (max-width: 991px) {
    .product-single-gallery {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-all-icons.product-action .product-single-qty {
        margin-right: 50%;
        margin-bottom: 1.2rem
    }
}

@media screen and (min-width: 768px) {
    .featured-section {
        padding-top: 4.8rem;
        padding-bottom: 7rem
    }

    .product-both-info .product-single-share {
        justify-content: flex-end
    }
}

@media screen and (min-width: 576px) {
    .promote {
        flex-direction: row
    }

    .product-both-info .product-top-banner {
        display: flex
    }

    .product-both-info .product-single-share {
        margin-left: auto
    }

    .product-tags-content .form-control {
        width: 250px
    }
}

.product-single-extended {
    margin-bottom: 6rem
}

.product-single-extended .product-single-gallery {
    position: relative;
    margin-bottom: 3rem
}

.product-single-extended .product-title {
    font-size: 4.5rem;
    line-height: 1.15
}

.product-single-extended .price-box {
    margin-bottom: 1rem
}

.product-single-extended .product-price {
    font-size: 3.1rem
}

.product-single-extended .old-price {
    font-size: 2.4rem
}

.product-single-extended .old-price + .product-price {
    margin-left: 1.5rem
}

.product-single-extended .product-desc {
    padding-bottom: 1.9rem;
    margin-bottom: 3.1rem
}

.product-single-extended .product-desc p {
    max-width: none
}

.product-single-extended .product-action, .product-single-extended .widget-area .widget.widget-info {
    margin-bottom: 0
}

.product-single-extended .widget-info ul {
    display: flex;
    align-items: center
}

.product-single-extended .widget-info i {
    margin-right: 1rem
}

.product-single-extended .widget-info li {
    padding: 0;
    border-top: none
}

.product-single-extended .widget-info li + li {
    margin-left: 2.5rem
}

.product-single-extended .product-filters-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2rem;
    flex-wrap: wrap
}

.product-single-extended .product-single-filter {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.product-single-extended .product-single-filter + .product-action, .product-single-extended .product-single-filter + .product-single-filter {
    margin-top: 0;
    margin-left: 5rem
}

.product-single-extended .product-single-filter .config-swatch-list li {
    margin-bottom: 0;
    margin-right: .5rem
}

.product-single-extended .product-single-filter .config-swatch-list a {
    width: 3rem;
    height: 3rem
}

.product-desc .view-more {
    font-weight: 700;
    color: #fa4a4a;
    text-transform: uppercase
}

.product-single-header {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #dae2e6;
    margin-bottom: 3.2rem
}

.product-single-header .single-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.product-single-header .product-single-share {
    margin-top: 1rem;
    margin-bottom: 3.7rem
}

.single-qty-wrapper {
    display: flex;
    align-items: center
}

.single-qty-wrapper label {
    color: #21293c;
    font: 600 1.5rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase;
    margin-right: 1.3rem;
    margin-bottom: 0
}

.single-qty-wrapper .product-single-qty {
    max-width: 104px;
    max-height: 30px
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
    max-height: 30px
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
    height: 30px;
    padding: .35rem .2rem;
    max-width: none;
    box-shadow: none
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control, .single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #dae2e6
}

.single-qty-wrapper .product-single-qty .horizontal-quantity {
    height: 30px;
    background-color: #f4f4f4
}

.single-qty-wrapper .product-single-qty .btn.btn-outline {
    border-color: transparent
}

.single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::before {
    background-color: #fa4a4a
}

.single-qty-wrapper .product-single-qty .btn.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-up-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-up-icon::before {
    background-color: #97a6ae
}

.product-single-row {
    position: relative;
    display: flex;
    align-items: center;
    height: 700px;
    font-size: 1.4rem;
    line-height: 1.92;
    letter-spacing: .005em;
    color: #7b858a;
    background-color: #fff
}

.product-single-row h2, .product-single-row h5, .product-single-video .video-btn, .product-single-video h3 {
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-row .single-row-bg, .product-single-row .single-row-entire {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ccc
}

.product-single-row .single-row-entire {
    width: 100%
}

.product-single-row .single-row-bg {
    left: 50%;
    width: 50%
}

.product-single-row.single-row-reverse .single-row-bg {
    left: 0
}

.product-single-row h5 {
    color: #7b858a;
    font-size: 2rem;
    margin-left: .6rem;
    margin-bottom: 1.1rem
}

.product-single-row h2 {
    font-size: 4.5rem;
    margin-bottom: 2.8rem
}

.product-single-row ol, .product-single-row p, .product-single-row ul {
    margin-bottom: 0
}

.product-single-row ol li, .product-single-row ul li {
    margin-bottom: .4rem
}

.product-single-row ol li i, .product-single-row ul li i {
    color: #21293c;
    font-size: 1.5rem;
    margin-right: 2rem
}

.product-single-row ol li i::before, .product-single-row ul li i::before {
    margin: 0
}

.product-single-video {
    color: #7b858a;
    background-color: #4d4d4d;
    height: 300px;
    display: flex;
    align-items: center;
    text-align: center
}

.product-single-video h3 {
    font-size: 3.5rem;
    color: #21293c;
    margin-bottom: 1.2rem
}

.product-single-video .video-btn {
    color: #7b858a;
    text-transform: uppercase;
    font-size: 2rem
}

.product-single-video .video-btn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 38px;
    height: auto;
    margin-left: .7rem
}

@media screen and (min-width: 576px) {
    .product-single-extended .paction {
        height: 50px
    }

    .product-single-extended .paction.add-cart {
        height: auto;
        min-width: 156px;
        margin-left: 1.8rem
    }

    .product-single-extended .paction.add-cart::before {
        font-size: 2rem
    }

    .product-single-extended .paction.add-cart span {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 1199px) {
    .product-single-header .single-header-right {
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .product-single-row {
        display: block
    }

    .product-single-row .single-row-bg {
        position: relative;
        width: 100%;
        height: 50%;
        left: 0
    }

    .product-single-row .single-row-entire {
        position: relative;
        height: 50%
    }

    .product-single-row h2 {
        font-size: 3.5rem
    }

    .product-single-row .container {
        display: flex;
        height: 50%;
        align-items: center
    }

    .product-single-extended .product-price {
        font-size: 2.4rem
    }

    .product-single-extended .product-title {
        font-size: 3rem
    }
}

@media screen and (max-width: 575px) {
    .product-single-row h2 {
        font-size: 3rem
    }

    .product-single-extended .widget-info ul {
        display: block;
        margin-left: -.7rem
    }

    .product-single-extended .widget-info li + li {
        margin-left: 0;
        margin-top: 2rem
    }

    .product-single-extended .product-single-filter + .product-action, .product-single-extended .product-single-filter + .product-single-filter {
        margin-left: 1rem
    }
}

.sidebar-product .widget.widget-collapse {
    margin-bottom: 3rem;
    padding: 1.8rem 1.5rem 1.3rem;
    border: 1px solid #dae2e6
}

.sidebar-product .widget.widget-collapse .widget-title {
    margin: 0
}

.sidebar-product .widget.widget-collapse .widget-title a {
    color: inherit;
    position: relative;
    display: block;
    padding: .2rem 0 .6rem
}

.sidebar-product .widget.widget-collapse .widget-title a:focus, .sidebar-product .widget.widget-collapse .widget-title a:hover {
    color: #282d3b;
    text-decoration: none
}

.sidebar-product .widget.widget-collapse .widget-title a::after {
    content: '\e81b';
    font-family: kk;
    position: absolute;
    display: inline-block;
    font-size: 1.7rem;
    right: .1rem;
    top: 42%;
    transition: all .35s;
    transform: translateY(-50%);
    font-weight: 400
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed::after {
    content: '\e81c'
}

.sidebar-product .widget.widget-collapse .widget-body {
    padding-top: 1.3rem;
    padding-bottom: .5rem
}

.sidebar-product .widget.widget-collapse .widget-body::after {
    display: block;
    clear: both;
    content: ''
}

.product-single-collapse {
    margin-bottom: 2rem
}

.product-single-collapse .product-desc-content ol, .product-single-collapse .product-desc-content ul, .product-single-collapse p {
    margin-bottom: 2.5rem
}

.product-collapse-panel {
    padding-bottom: 1.8rem
}

.product-collapse-title {
    color: #282d3b;
    font: 700 1.4rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase;
    padding-bottom: 1.2rem;
    margin: 0
}

.product-collapse-title a {
    color: inherit;
    position: relative;
    display: block;
    padding: 0 0 1.2rem 4rem;
    border-bottom: .2rem solid #dae2e6
}

.product-collapse-title a:focus, .product-collapse-title a:hover {
    color: inherit;
    text-decoration: none
}

.product-collapse-title a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -.2rem;
    width: 100%;
    height: .2rem;
    background-color: #fa4a4a;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform .4s
}

.product-collapse-title a::after {
    content: '\e81b';
    font-family: kk;
    position: absolute;
    display: inline-block;
    font-size: 2rem;
    left: 1.5rem;
    top: .7rem;
    transition: all .35s;
    transform: translateY(-50%);
    font-weight: 400
}

.product-collapse-title a.collapsed::after {
    content: '\e81c'
}

.product-collapse-title a.collapsed::before {
    -ms-transform-origin: right center;
    transform-origin: right center;
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.collapse-body-wrapper {
    padding-top: 3.4rem;
    padding-bottom: 2rem
}

.sidebar-toggle {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 17px;
    border: 1px solid #dcdcda;
    border-left-width: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    z-index: 999;
    background: #fff;
    cursor: pointer
}

.product-single-grid {
    margin-bottom: 6rem
}

.product-single-grid .product-single-gallery {
    padding: 0 .75rem
}

.product-single-grid .product-single-gallery .product-item {
    margin-bottom: 1.5rem;
    padding: 0 .75rem
}

.product-single-grid .inner {
    position: relative
}

.product-single-grid .prod-full-screen {
    right: 1rem;
    bottom: 1rem
}

.product-single-grid .product-single-details .product-title {
    margin-top: 1.5rem;
    font-size: 2.8rem
}

.product-single-grid .product-single-details .ratings-container {
    margin-bottom: 5rem
}

.product-single-grid .product-single-details .price-box, .product-single-grid .product-single-details .product-action {
    margin-bottom: 3.8rem
}

.product-single-grid .product-single-details .product-price {
    font-size: 3.1rem
}

.product-single-grid .product-single-details .old-price {
    font-size: 2.2rem
}

.product-single-grid .product-single-details .old-price + .product-price {
    margin-left: 1.5rem
}

.product-single-grid .product-single-details .paction {
    height: 59px
}

.product-single-grid .add-cart {
    margin-left: 0;
    min-width: 270px
}

.product-single-grid .add-cart::before {
    font-size: 2.1rem
}

.product-single-grid .add-cart span {
    font-size: 1.6rem
}

.product-single-grid .product-filters-container {
    margin-bottom: 4rem
}

.product-single-grid .product-single-filter {
    padding-bottom: 2.1rem
}

.product-single-grid .product-single-filter .config-swatch-list li {
    margin-bottom: 0;
    margin-right: .5rem
}

.product-single-grid .product-single-filter .config-swatch-list a {
    width: 3rem;
    height: 3rem
}

.product-size-content img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

@media screen and (max-width: 912px) and (min-width: 768px) {
    .product-single-grid .add-cart {
        min-width: 100%
    }
}

@media screen and (max-width: 575px) {
    .product-single-grid .product-single-gallery .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .product-single-grid .product-single-gallery [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
}

.cart-table-container {
    margin-bottom: 2.5rem
}

.table.table-cart tr td, .table.table-cart tr th {
    vertical-align: middle
}

.table.table-cart tr th {
    font-weight: 600;
    border: 0;
    padding: 2.4rem 1.5rem 1.2rem
}

.table.table-cart tr td {
    padding: 2rem 1.5rem;
    border-top: 1px solid #ccc
}

.table.table-cart tr td.product-col {
    padding: 2rem .8rem 1.8rem 0
}

.table.table-cart tr.product-action-row td {
    border: 0;
    padding: 0 0 2.2rem
}

.table.table-cart .product-title {
    margin-bottom: 0
}

.product-col {
    display: flex;
    align-items: center
}

tbody .product-col {
    font-size: 0
}

.product-col .product-image-container {
    flex: 0 0 180px;
    max-width: 180px;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin-right: 1.8rem;
    margin-bottom: 0
}

.product-col .product-title {
    display: inline-block;
    vertical-align: middle
}

.cart-discount {
    margin-bottom: 4rem
}

.cart-discount h4 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1.2rem
}

.cart-discount form {
    max-width: 420px
}

.cart-summary {
    padding: 1.4rem 1.8rem 2.2rem;
    background: #fbfbfb;
    border: 1px solid #ddd;
    margin-bottom: 2.5rem
}

.cart-summary h3 {
    font-weight: 400;
    font-size: 2.3rem;
    margin-bottom: 1.3rem
}

.cart-summary h4 {
    font-size: 1.5rem;
    font-weight: 600;
    border-top: 1px solid #ccc;
    margin-bottom: 0
}

.cart-summary h4 a {
    position: relative;
    display: block;
    color: inherit;
    padding: 1rem 2rem 1rem 0
}

.cart-summary h4 a::after {
    font-family: kk;
    content: '\e81b';
    position: absolute;
    display: inline-block;
    right: .4rem;
    top: 50%;
    font-size: 1.4rem;
    transform: translateY(-50%)
}

.cart-summary h4 a.collapsed::after {
    content: '\e81c'
}

@media screen and (max-width: 767px) {
    .table.table-cart, .table.table-cart tbody, .table.table-cart tfoot {
        display: block
    }

    .table.table-cart thead {
        display: none
    }

    .table.table-cart tr td {
        padding: .5rem 1rem;
        border-top: none
    }

    .table.table-cart tr td.product-col {
        padding-bottom: .5rem
    }

    .table.table-cart .product-row {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #ccc
    }

    .table.table-cart .product-row:first-of-type {
        border-top: none
    }

    .table.table-cart .product-action-row {
        display: flex;
        align-items: center
    }

    .table.table-cart .product-action-row td {
        width: 100%
    }

    .table.table-cart .product-action-row .float-right {
        margin-left: auto;
        margin-top: -4px
    }

    .table.table-cart .product-col {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .table.table-cart .product-col .product-image-container {
        margin-right: 0;
        margin-bottom: 1rem;
        flex: 0 0 auto
    }

    .table.table-cart tfoot {
        border-top: 1px solid #ccc
    }

    .table.table-cart tfoot tr {
        display: block;
        width: 100%
    }

    .table.table-cart tfoot tr td {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0
    }

    .table.table-cart tfoot .btn {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: .5rem
    }

    .table.table-cart tfoot .float-left {
        display: none
    }

    .table.table-cart tfoot .float-right {
        margin-left: auto
    }
}


.table-mini-cart .product-col {
    align-items: flex-start
}

.table-mini-cart .product-col .product-image-container {
    flex: 0 0 75px;
    max-width: 75px;
    vertical-align: top;
    margin-right: 1.5rem
}

.table-mini-cart .product-col > div {
    padding-top: .8rem;
    vertical-align: top
}

.table-mini-cart .price-col {
    padding-top: 2.5rem;
    font-size: 1.6rem;
    font-weight: 400
}

.table-mini-cart .product-title {
    display: block;
    max-width: 170px;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    font-weight: 600
}

.table-mini-cart .product-qty {
    display: block;
    color: #777;
    font-size: 1.3rem
}

.product img, .box_stock img, .sidebar-shop img {
    display: inline !important
}

.product .img {
    text-align: center
}

.menu-title a, .header > a {
    word-wrap: break-word;
    white-space: pre-wrap !important;
}

.fixed .buy-effect {
    display: none;
}

/*endregion*/

/*region Banners*/
.pac-container {
    z-index: 99999 !important;
}

.banner-image > a:focus::after, .banner-image > a:hover::after {
    visibility: visible;
    opacity: 1
}

@media screen and (min-width: 768px) {
    .banner.banner-cat {
        height: 260px
    }

    .banner .banner-title {
        font-size: 3.8rem
    }

    .banner .banner-subtitle {
        font-size: 1.6rem
    }

    .banner .banner-subtitle span {
        font-size: 2.5rem
    }
}

@media screen and (min-width: 992px) {
    .banner.banner-cat {
        height: 300px
    }

    .banner .banner-title {
        font-size: 4.6rem
    }

    .banner .banner-subtitle {
        font-size: 1.8rem
    }

    .banner .banner-subtitle span {
        font-size: 2.6rem
    }
}

.breadcrumb-nav {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 3.5rem
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 1.25rem 0
}

.breadcrumb-item {
    text-transform: uppercase;
    font: 700 1rem/1.4 Oswald, sans-serif;
    letter-spacing: .1rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 2.2rem
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\e81a';
    font-family: kk;
    padding-right: 2.2rem;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-top: -.5rem;
    color: #000
}

.breadcrumb-item a, .breadcrumb-item.active {
    color: #000
}

.breadcrumb-nav + .page-header {
    margin-top: -3rem
}

.info-boxes-container {
    margin-bottom: 3rem
}

.info-boxes-container .container, .info-boxes-container .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.info-box {
    display: flex;
    align-items: center;
    padding: 1.1rem 1.5rem;
    width: 100%;
}

.info-box i {
    font-size: 3.7rem;
    margin-right: 1.8rem;
    min-width: 3.7rem;
    text-align: center
}

.info-box i::before {
    margin: 0;
    width: auto
}

.info-box h4 {

    margin-bottom: .2rem;
    font: 400 1.4rem/1.1 Oswald, sans-serif;
    letter-spacing: .05rem
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: .01em;

}

@media screen and (min-width: 768px) {
    .info-boxes-container {
        margin-bottom: 4rem
    }

    .info-boxes-container .container, .info-boxes-container .container-fluid {
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    .info-box {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding-top: 2rem;
        padding-bottom: 2rem;
        justify-content: center
    }

    .info-box:first-child {
        justify-content: flex-start
    }

    .info-box + .info-box {
        border-top: none
    }
}

@media screen and (max-width: 767px) {
    .info-boxes-container .container {
        width: 100%;
        max-width: none
    }
}

.feature-box {
    width: 100%;
    color: #4a505e;
    margin-bottom: 3rem
}

.feature-box::after {
    display: block;
    clear: both;
    content: ''
}

.feature-box i {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.5rem;
    width: 7.5rem
}

.feature-box h3 {
    color: #21293c;
    font: 700 1.4rem/1.1 Oswald, sans-serif;
    letter-spacing: 0;
    margin-bottom: 1rem
}

.feature-box p {
    margin-bottom: 1.3rem
}

.feature-box-content {
    margin-left: 9rem;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #7b858a
}

.nav.nav-tabs {
    border: 0;
    margin: 0;
    border-bottom: .2rem solid #e7e7e7
}

.nav.nav-tabs .nav-item {
    margin-bottom: -.2rem
}

.nav.nav-tabs .nav-item .nav-link {
    padding: 1.2rem 0;
    font: 700 1.4rem/1 Oswald, sans-serif;
    color: #282d3b;
    border: 0;
    border-bottom: .2rem solid transparent;
    text-transform: uppercase;
    letter-spacing: .01rem
}

.nav.nav-tabs .nav-item + .nav-item {
    margin-left: 3.4rem
}

.testimonial-owner {
    display: flex;
    align-content: center
}

.testimonial-owner figure {
    max-width: 60px;
    margin-right: 25px
}

.testimonial-owner figure img {
    border-radius: 50%
}

.testimonial-owner h4 {
    display: block;
    margin-bottom: .5rem;
    padding-top: .7rem;
    font-size: 1.4rem
}

.testimonial-owner span {
    display: block;
    color: #666;
    font-size: 1rem
}

.testimonial blockquote {
    position: relative;
    padding: 1rem 2rem;
    margin-left: 15px;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.8
}

.testimonial blockquote::before {
    content: '\e842';
    position: absolute;
    left: -1rem;
    top: 0;
    font-family: kk;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1;
}

@media screen and (min-width: 576px) {
    .testimonial blockquote {
        padding: 1.5rem 3rem 1.5rem 2rem;
        margin-left: 85px
    }
}

.promo-msg {
    height: 30px;
    text-align: left;
}

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    /* -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite; */
}

/*endregion*/

/*region Grid*/
.row.row-sm [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1200px
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100%
    }
}

.header {
    border-top: .3rem solid #2f3946
}

.header .container, .header .container-fluid, .header-center, .header-left, .header-right {
    display: flex;
    align-items: center
}

.form-footer .form-footer-right .btn {
    margin: 0
}

.forget-pass {
    line-height: 1.3
}

.form-footer .btn {
    margin-right: 3rem
}

/*endregion*/

/*region Buttons*/

.btn {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: Oswald, sans-serif;
    letter-spacing: .1rem;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 124px
}

.btn-sm {
    font-size: 1rem;
    padding: 0.5rem;
    letter-spacing: 1px;
    min-width: 90px
}

.btn-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #282d3b;
    text-transform: initial;
    letter-spacing: 0;
    font-size: 13px;
    min-width: 0;
    font-family: "Open Sans", sans-serif
}

.btn-link:focus, .btn-link:hover {
    color: #282d3b;
    text-decoration: underline
}

.btn-md {
    padding: 1rem 2.4rem;
    text-shadow: none;
    font-size: 12px;
    letter-spacing: .025em
}

.btn-primary {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a;
    box-shadow: none
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #fb7272;
    border-color: #fb7272;
    box-shadow: none
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f91818;
    border-color: #f80c0c
}

.btn-secondary {
    color: #fff;
    background-color: #282d3b;
    border-color: #282d3b;
    box-shadow: none
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #384053;
    border-color: #384053;
    box-shadow: none
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #282d3b;
    border-color: #282d3b
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #13161d;
    border-color: #0e1015
}

.btn-dark {
    color: #fff;
    background-color: #03050a;
    border-color: #03050a;
    box-shadow: none
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a;
    box-shadow: none
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #03050a;
    border-color: #03050a
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #fa4a4a;
    border-color: #fa4a4a
}

.btn-outline {
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border-color: #ccc
}

.btn-outline.focus, .btn-outline:hover {
    color: #282d3b;
    background-color: transparent;
    border-color: #282d3b;
    box-shadow: none
}

.btn-outline.disabled, .btn-outline:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline:not(:disabled):not(.disabled).active, .btn-outline:not(:disabled):not(.disabled):active, .show > .btn-outline.dropdown-toggle {
    color: #282d3b;
    background-color: transparent;
    border-color: #282d3b
}

.btn-outline-secondary {
    color: #777;
    background-color: transparent;
    background-image: none;
    border-color: #ccc
}

.btn-outline-secondary.focus, .btn-outline-secondary:hover {
    box-shadow: none
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #777;
    background-color: transparent
}


.btn-outline-dark {
    background-color: transparent;
    background-image: none;
}

.btn-outline-dark.focus, .btn-outline-dark:hover {

    box-shadow: none
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {

    background-color: transparent
}



.btn-social-login {
    display: flex;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-family: Oswald;
}


.btn-social-login i {
    padding-right: 6px;
    margin-top: -1px
}

.btn-facebook {
    background: #3a589d
}

.btn-gplus {
    background: #dd4e31
}

.btn-twitter {
    background: #1aa9e1
}
.show{
    display: block;
}
/*endregion**/