.pb-20 {
    padding-bottom: 20px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
/* ------------------ top-message ------------------ */
.container {
    width: 100%;
    max-width: 1200px;
}
.fab, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
  }
.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
.fa-line:before {
    content: "\f3c0";
}
.fa-facebook-f:before {
    content: "\f39e";
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-user:before {
    content: "\f007";
}
.fa-phone-alt:before {
    content: "\f879";
}


/* ------------------ container-fluid ------------------ */
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header {
    background: #fff;
}
.header.stick {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 3px 3px rgb(0 0 0 / 20%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
}
.header .top-message {
    background: #f4f4f4;
    padding: 5px 0;
}
.header .top-message p {
    margin-bottom: 0;
    color: #a0a0a0;
}
.header .container, .header .top img {
    position: relative;
}
.header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    transform: translate(0px, -50%);
    max-width: 207px;
}
.header .logo img {
    width: 100%;
}
.custom-onepage-header .custom-onepage-item {
    display: flex;
    flex: 0 0 90%;
    max-width: 90%;
    flex-direction: row-reverse;
    margin-left: 10%;
    padding: 5px 0;
    align-items: center;
}
.header .top-header {
    padding: 15px 0 20px;
}
.header .top-header {
    padding: 15px 0 20px;
}
@media (min-width: 991px){
    .header .top-header .top-menu .collapse {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.header .top-header .top-menu .collapse li a {
    color: #a0a0a0;
    font-size: 20px;
    padding-left: 10px;
    display: block;
    position: relative;
    margin-right: 30px;
    line-height: 20px;
}
.header .top-icon .top-icon-list .top-icon-link a {
    position: relative;
    display: block;
    padding: 15px;
    opacity: .7;
}
.header .top-icon .top-icon-list .top-icon-link a i {
    font-size: 22px;
    color: #4c3d39;
}
.header .top-icon .top-icon-list .top-icon-link a .bag-number {
    position: absolute;
    min-width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    right: 5px;
    bottom: 5px;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    line-height: 16px;
}
.header.stick .logo img{
    width: 100%;
    max-width: 125px;
}

@media (min-width: 991px){
    .inside-header .logo img, .wrap .logo img {
        width: 100%;
        max-width: 180px;
    }
    .header .logo img{
        margin-right: 2rem;
    }
    
}


/* ------------------ container start ------------------ */
.section01, .section02{
    margin-bottom: 50px;
}
.section01 img{
    width: 100%;
}
.section-kv {
    margin-bottom: 50px;
}
.kv, .kv img {
    width: 100%;
}
.section-kv .kv .slick-dots {
    bottom: 20px;
}
.slick-dots {
    list-style: none;
    padding-right: 36px;
    z-index: 5;
    bottom: 25px;
}
.slick-dots li button:before {
    top: 0;
    width: 13px;
    height: 13px;
    content: '•';
    border: 1px solid #fff;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 30%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
}
.slick-dots li.slick-active button:before {
    top: 0;
    width: 13px;
    height: 13px;
    content: '•';
    border: 2px solid #ececec;
    background: #ececec;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 30%);
    box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 30%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
    font-size: 0;
    line-height: 20px;
    position: absolute;
    left: 0;
    opacity: 1;
    color: #000;
    text-align: center;
}
.mark {
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
}
.mark.car-mark, .mark.new-mark, .mark.hot-mark {
    background: #e76667;
}
.mark:nth-child(2) {
    top: 5px;
    right: 5px;
}
.single-product {
    background: transparent none repeat scroll 0 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin: 10px 0;
    padding: 15px;
}
.single-product:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
}
@media (min-width: 768px){
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.pro-img {
    position: relative;
}
.pro-img img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.prev-price {
    font-size: 14px;
    text-decoration: line-through;
}
.price {
    color: red;
    font-size: 18px;
}
.nice-select{
    padding-left: 18px;
    padding-right: 30px;
}

/* ------------------ footer ------------------ */
.footer {
    background: #f4f4f4;
}
.cd-top.cd-fade-out {
    visibility: visible;
    opacity: .8;
}
.cd-top {
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: inline-block;
    height: 40px;
    opacity: 0;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    text-indent: 100%;
    background: url(../images/top_arrow.jpg) center 50% no-repeat;
    visibility: hidden;
    color: #fff;
    z-index: 777;
}

.fx-btn{
  position:fixed;
  right:10px ;
  opacity: .8;
  width: 70px;
}
.fx-btn:hover{
  opacity: 1;
}
.fx-btn img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 15px 0px #cccccc;
}

.fx-btn:nth-child(1){
    top: calc(35% + 0px);
}
.fx-btn:nth-child(2){
    top: calc(35% + 80px);
}
.fx-btn:nth-child(3){
    top: calc(35% + 160px);
}
.fx-btn:nth-child(4){
    top: calc(35% + 240px);
}
/*.fx-btn3 img{
    max-width: 71px;
}*/
.cd-top{
    visibility: hidden;
}

.cd-top.cd-fade-out {
  visibility: visible;
  opacity: .8
}

.cd-top.cd-fade-out:hover {
  opacity: 1
}

.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity i{
    margin: 0 5px;
    border: 10px solid transparent;
    background-clip: padding-box;
}

@media (max-width: 991px){
    .fx-btn{
        width: 50px;
        opacity: 1;
    }
    .fx-btn:nth-child(1){
        top: calc(35% + 0px);
    }
    .fx-btn:nth-child(2){
        top: calc(35% + 60px);
    }
    .fx-btn:nth-child(3){
        top: calc(35% + 120px);
    }
    .fx-btn:nth-child(4){
        top: calc(35% + 180px);
    }
}

@media (max-width: 991px) {
    .header nav .navbar-toggler {
        background-color: #4ac4fa;
        position: absolute;
        top: -webkit-calc(50% - 22px);
        top: -moz-calc(50% - 22px);
        top: calc(50% - 22px);
        right: 0vw;
        outline: 0;
        padding: 11px;
    }
    .header nav .navbar-toggler .icon-bar {
        background: #005eac;
        display: block;
        width: 22px;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    .header nav .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    .header nav .navbar-toggler.yes span.icon-bar:first-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: 6px;
        background-color: #fff;
    }
    .header nav .navbar-toggler.yes span.icon-bar:last-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        bottom: 6px;
        background-color: #fff;
    }
}