.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bg-img {
    background-position: center center;
    background-size: cover;
}
.pb-45 {
    padding-bottom: 45px;
}
.pt-60 {
    padding-top: 60px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.container {
    max-width: 1200px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.section-border {
    margin-right: 94px;
    overflow: hidden;
    position: relative;
}
.mb-35 {
    margin-bottom: 35px;
}
.section-border::before {
    background-color: #eee;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 1;
}
.section-bg-gray {
    background-color: #f8f9f9;
    position: relative;
    z-index: 1;
}
.section-title-wrapper {
    display: inline-block;
    float: left;
}
.section-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding-right: 30px;
    display: inline-block;
}
.product-tab-list-2 {
    display: inline-block;
    float: right;
    padding: 0 0 0 20px;
}
.section-bg-gray {
    background-color: #f8f9f9;
    position: relative;
    z-index: 1;
}
.product-tab-list-2 a {
    display: inline-block;
    margin-left: 15px;
}
.product-tab-list-2 a:first-child {
    margin-left: 0;
}
.product-tab-list-2 a h4 {
    color: #777;
    font-size: 14px;
    transition: all .3s ease 0s;
}
.product-tab-list-2 a.active h4 {
    color: #242424;
}


.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.tab-content.jump > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.tab-content.jump > .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.best-selling-bundle-2 .row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.best-selling-bundle-2 .row div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.best-selling-pro-wrapper {
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    transition: all .3s ease 0s;
}
.best-selling-big-img {
    height: 380px;
    align-items: center;
}
.best-selling-pro-wrapper .product-img {
    flex: 0 0 180px;
    position: relative;
}
.best-selling-pro-wrapper .product-img.best-selling-img {
    flex: 0 0 380px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.product-content.best-pro-content.best-selling-style-2 {
    padding: 5px 13px 5px 10px;
}
.product-content > h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 0;
    height: 36px;
}
.best-selling-big-img .product-content > h4 a {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
.product-price-wrapper {
    display: block;
    transition: all .3s ease 0s;
}
.best-pro-action-2 {
    display: flex;
    flex-wrap: wrap;
}
.best-pro-action-2 a {
    background-color: #eef0f1;
    border-radius: 3px;
    color: #242424;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 7px 0 0;
    text-transform: uppercase;
}
.best-pro-action-2 a.action-cart {
    padding: 8px 43px 9px;
}

.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.best-selling-bundle-2 .row div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.best-selling-bundle-2 .row div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.best-selling-pro-wrapper {
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    transition: all .3s ease 0s;
}
.best-selling-pro-wrapper .product-img {
    flex: 0 0 180px;
    position: relative;
}


.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.product-content.best-pro-content {
    padding: 5px 13px 5px 10px;
}
.product-content > span {
    color: #555;
    font-size: 13px;
}
.product-content > h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 0;
    height: 36px;
}
.product-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}
.product-action.best-pro-action {
    margin: 16px 0 0;
    opacity: 0;
    transform: translateY(-30%);
    transition: all .3s ease 0s;
    justify-content: left;
}
.product-action > a {
    margin: 0 3px;
}
.product-action > a.same-action {
    background-color: #eef0f1;
    border-radius: 3px;
    color: #242424;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 45%;
}
.product-action > a.action-cart {
    background-color: #eef0f1;
border-radius: 3px;
color: #012e55;
font-size: 16px;
height: 35px;
line-height: 35px;
text-align: center;
width: 45%;
}
.product-action.best-pro-action > a.action-cart {
    /*padding: 8px 12px 9px;*/
}

.top-nav .owl-nav {
    position: absolute;
    top: -70px;
    right: 5px;
    padding-left: 15px;
    height: 36px;
    overflow: hidden;
}
.top-nav .owl-carousel .owl-nav > button, .product-slider-nav.nav-style.owl-nav > button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 3px;
    line-height: 36px;
    background: #efefef;
    color: #c6c6c6;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.top-nav .owl-carousel .owl-nav > button.owl-prev, .product-slider-nav.nav-style.owl-nav > button.owl-prev {
    margin-right: 5px;
}
.ion-ios-arrow-back::before, .ion-ios-arrow-forward::before{display: inline-block;
font-family: "Ionicons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;}
.ion-ios-arrow-back::before {
    content: "<";
}
.ion-ios-arrow-forward::before {
    content: ">";
}

.top-nav .owl-carousel .owl-nav > button:hover, .product-slider-nav.nav-style.owl-nav > button:hover {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #012e55;
    color: white;
}
.best-pro-action-2 a:hover {
    background-color: #012e55;
    color: #fff;
}

.product-action > a.action-cart:hover {
    background-color: #ff7300;
    color: #fff;
}
.product-action > a.same-action:hover {
    background-color: #012e55;
    color: #fff;
}






















