/*-----------------------------------------------------------------------------------
    
    Version: 1.0
    
-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    1. Template default CSS
    2. Animation CSS
    3. Header style
    4. Slider style
    5. Service style
    6. 
    7. 
    8. Product style
    9. Banner style
    10. 
    11. 
    12. Footer style
    13. 
    14. 
    15. Others style
    16. Product details style
    17. 
    18. 
    19. 
    20. Cart style
    21. 
    22. Checkout style
	23. Payment style
    24. My account style
    25. Login register style
    26. 
    27. Invest style
    28. Order tracking style
    29. ForgotPassword style
	
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Template default CSS
/*----------------------------------------*/
/*-- Common Style --*/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    font-style: normal;
    font-family: tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
    line-height: 1.5;
    color: #464855;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
}

p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 15px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #464855;
}

a,
button,
img,
input,
span {
    /* -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; */
}

*:focus {
    outline: none !important;
}


a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.empty-box img {
    width: 150px;
}

.empty-box h4 {
    font-size: 16px;
    color: #999;
}

.text-blue {
    color: #1890ff;
}

/*---------------------------------------- 
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.f-right {
    float: right;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.position-relative {
    position: relative;
}


/*************************
         Color Style
*************************/
.gray {
    color: #f0f4f6;
}

.gray-2 {
    color: #efeeed;
}

.gray-3 {
    color: #f9f9f9;
}

.gray-4 {
    color: #efefef;
}

.gray-5 {
    color: #e5e5e5;
}

.gray-6 {
    color: #ececec;
}

.gray-7 {
    color: #eaeff2;
}

.gray-8 {
    color: #f4f4f4;
}

.gray-9 {
    color: #f6f6f6;
}

.gray-10 {
    color: #e7eaec;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.blue {
    color: #1890ff;
}

.orange {
    color: #e44311;
}

.red {
    color: #ff0000;
}

.green-2 {
    color: #6aae27;
}

/*************************
         Border
*************************/
.solid-top {
    border-top: 1px solid #e5e5e5;
}

.solid-right {
    border-right: 1px solid #e5e5e5;
}

.solid-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.solid-left {
    border-left: 1px solid #e5e5e5;
}

.solid {
    border: 1px solid #e5e5e5;
}

.solid-none {
    border: 0 !important;
}



/*************************
         Font-size
*************************/
.ft14 {
    font-size: 14px !important;
}

.ft16 {
    font-size: 16px !important;
}

.ft18 {
    font-size: 18px !important;
}



/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-130 {
        margin-top: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-130 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-130 {
        margin-top: 60px;
    }
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-175 {
    margin-top: 175px;
}

/*************************
      Margin right
*************************/
.mr-0 {
    margin-right: 0px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}

/*************************
      Margin bottom
*************************/
.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-37 {
    margin-bottom: 37px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

/*************************
        Margin left
*************************/
.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-200 {
    margin-left: 200px;
}

.ml-300 {
    margin-left: 300px;
}

.ml-ntv5 {
    margin-left: -5px;
}

/*************************
        Padding top
*************************/
.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-105 {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-105 {
        padding-top: 25px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-110 {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-110 {
        padding-top: 50px;
    }
}

.pt-115 {
    padding-top: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-115 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-115 {
        padding-top: 55px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pt-125 {
    padding-top: 125px;
}

.pt-128 {
    padding-top: 128px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-135 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-135 {
        padding-top: 55px;
    }
}

.pt-165 {
    padding-top: 165px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-255 {
    padding-top: 255px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-270 {
    padding-top: 270px;
}

.pt-290 {
    padding-top: 290px;
}

.pt-295 {
    padding-top: 295px;
}

.pt-280 {
    padding-top: 280px;
}

.pt-240 {
    padding-top: 240px;
}

.pt-330 {
    padding-top: 330px;
}

.pt-340 {
    padding-top: 340px;
}

.pt-350 {
    padding-top: 350px;
}

.pt-365 {
    padding-top: 365px;
}

.pt-360 {
    padding-top: 360px;
}

.pt-370 {
    padding-top: 370px;
}

.pt-380 {
    padding-top: 380px;
}

.pt-400 {
    padding-top: 400px;
}

/*************************
        Padding right
*************************/
.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-270 {
    padding-right: 270px;
}

/*************************
        Padding bottom
*************************/
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-105 {
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-105 {
        padding-bottom: 45px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-110 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-110 {
        padding-bottom: 50px;
    }
}

.pb-115 {
    padding-bottom: 115px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-115 {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-115 {
        padding-bottom: 55px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.pb-125 {
    padding-bottom: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-125 {
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-125 {
        padding-bottom: 45px;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-130 {
        padding-bottom: 50px;
    }
}

.pb-135 {
    padding-bottom: 135px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-135 {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-135 {
        padding-bottom: 55px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-140 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-140 {
        padding-bottom: 60px;
    }
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-270 {
    padding-bottom: 270px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-315 {
    padding-bottom: 315px;
}

.pb-330 {
    padding-bottom: 330px;
}

.pb-335 {
    padding-bottom: 335px;
}

.pb-340 {
    padding-bottom: 340px;
}

.pb-325 {
    padding-bottom: 325px;
}

.pb-320 {
    padding-bottom: 300px;
}

/*************************
    Padding left
*************************/
.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-190 {
    padding-left: 190px;
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.ptb-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ptb-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.ptb-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}

.ptb-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.ptb-190 {
    padding-top: 190px;
    padding-bottom: 190px;
}

.ptb-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.ptb-210 {
    padding-top: 210px;
    padding-bottom: 210px;
}

.ptb-220 {
    padding-top: 220px;
    padding-bottom: 220px;
}

.ptb-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}

.ptb-310 {
    padding-top: 310px;
    padding-bottom: 310px;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.padding50 {
    padding: 50px;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}

/*************************
         btn
*************************/
.ant-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 2px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border-color: #d9d9d9;
    line-height: 1.5715;
    padding: 4px 15px;
}

    .ant-btn > .anticon {
        line-height: 1;
    }

    .ant-btn,
    .ant-btn:active,
    .ant-btn:focus {
        outline: 0;
    }

        .ant-btn:not([disabled]):hover {
            text-decoration: none;
        }

        .ant-btn:not([disabled]):active {
            outline: 0;
            -webkit-transition: none;
            transition: none;
        }

        .ant-btn.disabled,
        .ant-btn[disabled] {
            cursor: not-allowed;
        }

            .ant-btn.disabled > *,
            .ant-btn[disabled] > * {
                pointer-events: none;
            }

.ant-btn-lg {
    padding: 0 15px;
    font-size: 14px;
    border-radius: 2px;
    height: 40px;
}

.ant-btn-sm {
    padding: 0 7px;
    font-size: 14px;
    border-radius: 2px;
    height: 24px;
}

.ant-btn > a:only-child {
    color: currentColor;
}

    .ant-btn > a:only-child:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent;
    }

.ant-btn:hover,
.ant-btn:focus {
    color: #40a9ff;
    background-color: #fff;
    border-color: #40a9ff;
}

    .ant-btn:hover > a:only-child,
    .ant-btn:focus > a:only-child {
        color: currentColor;
    }

        .ant-btn:hover > a:only-child:after,
        .ant-btn:focus > a:only-child:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: transparent;
        }

.ant-btn:active,
.ant-btn.active {
    color: #096dd9;
    background-color: #fff;
    border-color: #096dd9;
}

    .ant-btn:active > a:only-child,
    .ant-btn.active > a:only-child {
        color: currentColor;
    }

        .ant-btn:active > a:only-child:after,
        .ant-btn.active > a:only-child:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: transparent;
        }

.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
}

    .ant-btn.disabled > a:only-child,
    .ant-btn[disabled] > a:only-child,
    .ant-btn.disabled:hover > a:only-child,
    .ant-btn[disabled]:hover > a:only-child,
    .ant-btn.disabled:focus > a:only-child,
    .ant-btn[disabled]:focus > a:only-child,
    .ant-btn.disabled:active > a:only-child,
    .ant-btn[disabled]:active > a:only-child,
    .ant-btn.disabled.active > a:only-child,
    .ant-btn[disabled].active > a:only-child {
        color: currentColor;
    }

        .ant-btn.disabled > a:only-child:after,
        .ant-btn[disabled] > a:only-child:after,
        .ant-btn.disabled:hover > a:only-child:after,
        .ant-btn[disabled]:hover > a:only-child:after,
        .ant-btn.disabled:focus > a:only-child:after,
        .ant-btn[disabled]:focus > a:only-child:after,
        .ant-btn.disabled:active > a:only-child:after,
        .ant-btn[disabled]:active > a:only-child:after,
        .ant-btn.disabled.active > a:only-child:after,
        .ant-btn[disabled].active > a:only-child:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: transparent;
        }

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
    background: #fff;
}

.ant-btn > i,
.ant-btn > span {
    pointer-events: none;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
}

    .ant-btn-primary > a:only-child {
        color: currentColor;
    }

        .ant-btn-primary > a:only-child:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: transparent;
        }

    .ant-btn-primary:hover,
    .ant-btn-primary:focus {
        color: #fff;
        background-color: #40a9ff;
        border-color: #40a9ff;
    }

        .ant-btn-primary:hover > a:only-child,
        .ant-btn-primary:focus > a:only-child {
            color: currentColor;
        }

            .ant-btn-primary:hover > a:only-child:after,
            .ant-btn-primary:focus > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

    .ant-btn-primary:active,
    .ant-btn-primary.active {
        color: #fff;
        background-color: #096dd9;
        border-color: #096dd9;
    }

        .ant-btn-primary:active > a:only-child,
        .ant-btn-primary.active > a:only-child {
            color: currentColor;
        }

            .ant-btn-primary:active > a:only-child:after,
            .ant-btn-primary.active > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

    .ant-btn-primary.disabled,
    .ant-btn-primary[disabled],
    .ant-btn-primary.disabled:hover,
    .ant-btn-primary[disabled]:hover,
    .ant-btn-primary.disabled:focus,
    .ant-btn-primary[disabled]:focus,
    .ant-btn-primary.disabled:active,
    .ant-btn-primary[disabled]:active,
    .ant-btn-primary.disabled.active,
    .ant-btn-primary[disabled].active {
        color: rgba(0, 0, 0, 0.25);
        background-color: #f5f5f5;
        border-color: #d9d9d9;
    }

        .ant-btn-primary.disabled > a:only-child,
        .ant-btn-primary[disabled] > a:only-child,
        .ant-btn-primary.disabled:hover > a:only-child,
        .ant-btn-primary[disabled]:hover > a:only-child,
        .ant-btn-primary.disabled:focus > a:only-child,
        .ant-btn-primary[disabled]:focus > a:only-child,
        .ant-btn-primary.disabled:active > a:only-child,
        .ant-btn-primary[disabled]:active > a:only-child,
        .ant-btn-primary.disabled.active > a:only-child,
        .ant-btn-primary[disabled].active > a:only-child {
            color: currentColor;
        }

            .ant-btn-primary.disabled > a:only-child:after,
            .ant-btn-primary[disabled] > a:only-child:after,
            .ant-btn-primary.disabled:hover > a:only-child:after,
            .ant-btn-primary[disabled]:hover > a:only-child:after,
            .ant-btn-primary.disabled:focus > a:only-child:after,
            .ant-btn-primary[disabled]:focus > a:only-child:after,
            .ant-btn-primary.disabled:active > a:only-child:after,
            .ant-btn-primary[disabled]:active > a:only-child:after,
            .ant-btn-primary.disabled.active > a:only-child:after,
            .ant-btn-primary[disabled].active > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
    border-right-color: #40a9ff;
    border-left-color: #40a9ff;
}

    .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
        border-color: #d9d9d9;
    }

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
    border-right-color: #40a9ff;
}

    .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
        border-right-color: #d9d9d9;
    }

.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
    border-left-color: #40a9ff;
}

    .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
    .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
        border-left-color: #d9d9d9;
    }

.ant-btn-ghost {
    color: rgba(0, 0, 0, 0.85);
    background-color: transparent;
    border-color: #d9d9d9;
}

    .ant-btn-ghost > a:only-child {
        color: currentColor;
    }

        .ant-btn-ghost > a:only-child:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: transparent;
        }

    .ant-btn-ghost:hover,
    .ant-btn-ghost:focus {
        color: #40a9ff;
        background-color: transparent;
        border-color: #40a9ff;
    }

        .ant-btn-ghost:hover > a:only-child,
        .ant-btn-ghost:focus > a:only-child {
            color: currentColor;
        }

            .ant-btn-ghost:hover > a:only-child:after,
            .ant-btn-ghost:focus > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

    .ant-btn-ghost:active,
    .ant-btn-ghost.active {
        color: #096dd9;
        background-color: transparent;
        border-color: #096dd9;
    }

        .ant-btn-ghost:active > a:only-child,
        .ant-btn-ghost.active > a:only-child {
            color: currentColor;
        }

            .ant-btn-ghost:active > a:only-child:after,
            .ant-btn-ghost.active > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

    .ant-btn-ghost.disabled,
    .ant-btn-ghost[disabled],
    .ant-btn-ghost.disabled:hover,
    .ant-btn-ghost[disabled]:hover,
    .ant-btn-ghost.disabled:focus,
    .ant-btn-ghost[disabled]:focus,
    .ant-btn-ghost.disabled:active,
    .ant-btn-ghost[disabled]:active,
    .ant-btn-ghost.disabled.active,
    .ant-btn-ghost[disabled].active {
        color: rgba(0, 0, 0, 0.25);
        background-color: #f5f5f5;
        border-color: #d9d9d9;
    }

        .ant-btn-ghost.disabled > a:only-child,
        .ant-btn-ghost[disabled] > a:only-child,
        .ant-btn-ghost.disabled:hover > a:only-child,
        .ant-btn-ghost[disabled]:hover > a:only-child,
        .ant-btn-ghost.disabled:focus > a:only-child,
        .ant-btn-ghost[disabled]:focus > a:only-child,
        .ant-btn-ghost.disabled:active > a:only-child,
        .ant-btn-ghost[disabled]:active > a:only-child,
        .ant-btn-ghost.disabled.active > a:only-child,
        .ant-btn-ghost[disabled].active > a:only-child {
            color: currentColor;
        }

            .ant-btn-ghost.disabled > a:only-child:after,
            .ant-btn-ghost[disabled] > a:only-child:after,
            .ant-btn-ghost.disabled:hover > a:only-child:after,
            .ant-btn-ghost[disabled]:hover > a:only-child:after,
            .ant-btn-ghost.disabled:focus > a:only-child:after,
            .ant-btn-ghost[disabled]:focus > a:only-child:after,
            .ant-btn-ghost.disabled:active > a:only-child:after,
            .ant-btn-ghost[disabled]:active > a:only-child:after,
            .ant-btn-ghost.disabled.active > a:only-child:after,
            .ant-btn-ghost[disabled].active > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

.ant-btn-dashed {
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border-color: #d9d9d9;
    border-style: dashed;
}

    .ant-btn-dashed > a:only-child {
        color: currentColor;
    }

        .ant-btn-dashed > a:only-child:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: transparent;
        }

    .ant-btn-dashed:hover,
    .ant-btn-dashed:focus {
        color: #40a9ff;
        background-color: #fff;
        border-color: #40a9ff;
    }

        .ant-btn-dashed:hover > a:only-child,
        .ant-btn-dashed:focus > a:only-child {
            color: currentColor;
        }

            .ant-btn-dashed:hover > a:only-child:after,
            .ant-btn-dashed:focus > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

    .ant-btn-dashed:active,
    .ant-btn-dashed.active {
        color: #096dd9;
        background-color: #fff;
        border-color: #096dd9;
    }

        .ant-btn-dashed:active > a:only-child,
        .ant-btn-dashed.active > a:only-child {
            color: currentColor;
        }

            .ant-btn-dashed:active > a:only-child:after,
            .ant-btn-dashed.active > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

    .ant-btn-dashed.disabled,
    .ant-btn-dashed[disabled],
    .ant-btn-dashed.disabled:hover,
    .ant-btn-dashed[disabled]:hover,
    .ant-btn-dashed.disabled:focus,
    .ant-btn-dashed[disabled]:focus,
    .ant-btn-dashed.disabled:active,
    .ant-btn-dashed[disabled]:active,
    .ant-btn-dashed.disabled.active,
    .ant-btn-dashed[disabled].active {
        color: rgba(0, 0, 0, 0.25);
        background-color: #f5f5f5;
        border-color: #d9d9d9;
    }

        .ant-btn-dashed.disabled > a:only-child,
        .ant-btn-dashed[disabled] > a:only-child,
        .ant-btn-dashed.disabled:hover > a:only-child,
        .ant-btn-dashed[disabled]:hover > a:only-child,
        .ant-btn-dashed.disabled:focus > a:only-child,
        .ant-btn-dashed[disabled]:focus > a:only-child,
        .ant-btn-dashed.disabled:active > a:only-child,
        .ant-btn-dashed[disabled]:active > a:only-child,
        .ant-btn-dashed.disabled.active > a:only-child,
        .ant-btn-dashed[disabled].active > a:only-child {
            color: currentColor;
        }

            .ant-btn-dashed.disabled > a:only-child:after,
            .ant-btn-dashed[disabled] > a:only-child:after,
            .ant-btn-dashed.disabled:hover > a:only-child:after,
            .ant-btn-dashed[disabled]:hover > a:only-child:after,
            .ant-btn-dashed.disabled:focus > a:only-child:after,
            .ant-btn-dashed[disabled]:focus > a:only-child:after,
            .ant-btn-dashed.disabled:active > a:only-child:after,
            .ant-btn-dashed[disabled]:active > a:only-child:after,
            .ant-btn-dashed.disabled.active > a:only-child:after,
            .ant-btn-dashed[disabled].active > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

.ant-btn-danger {
    color: #f5222d;
    background-color: #f5f5f5;
    border-color: #d9d9d9;
}

    .ant-btn-danger > a:only-child {
        color: currentColor;
    }

        .ant-btn-danger > a:only-child:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: transparent;
        }

    .ant-btn-danger:hover,
    .ant-btn-danger:focus {
        color: #fff;
        background-color: #ff4d4f;
        border-color: #ff4d4f;
    }

        .ant-btn-danger:hover > a:only-child,
        .ant-btn-danger:focus > a:only-child {
            color: currentColor;
        }

            .ant-btn-danger:hover > a:only-child:after,
            .ant-btn-danger:focus > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

    .ant-btn-danger:active,
    .ant-btn-danger.active {
        color: #fff;
        background-color: #cf1322;
        border-color: #cf1322;
    }

        .ant-btn-danger:active > a:only-child,
        .ant-btn-danger.active > a:only-child {
            color: currentColor;
        }

            .ant-btn-danger:active > a:only-child:after,
            .ant-btn-danger.active > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

    .ant-btn-danger.disabled,
    .ant-btn-danger[disabled],
    .ant-btn-danger.disabled:hover,
    .ant-btn-danger[disabled]:hover,
    .ant-btn-danger.disabled:focus,
    .ant-btn-danger[disabled]:focus,
    .ant-btn-danger.disabled:active,
    .ant-btn-danger[disabled]:active,
    .ant-btn-danger.disabled.active,
    .ant-btn-danger[disabled].active {
        color: rgba(0, 0, 0, 0.25);
        background-color: #f5f5f5;
        border-color: #d9d9d9;
    }

        .ant-btn-danger.disabled > a:only-child,
        .ant-btn-danger[disabled] > a:only-child,
        .ant-btn-danger.disabled:hover > a:only-child,
        .ant-btn-danger[disabled]:hover > a:only-child,
        .ant-btn-danger.disabled:focus > a:only-child,
        .ant-btn-danger[disabled]:focus > a:only-child,
        .ant-btn-danger.disabled:active > a:only-child,
        .ant-btn-danger[disabled]:active > a:only-child,
        .ant-btn-danger.disabled.active > a:only-child,
        .ant-btn-danger[disabled].active > a:only-child {
            color: currentColor;
        }

            .ant-btn-danger.disabled > a:only-child:after,
            .ant-btn-danger[disabled] > a:only-child:after,
            .ant-btn-danger.disabled:hover > a:only-child:after,
            .ant-btn-danger[disabled]:hover > a:only-child:after,
            .ant-btn-danger.disabled:focus > a:only-child:after,
            .ant-btn-danger[disabled]:focus > a:only-child:after,
            .ant-btn-danger.disabled:active > a:only-child:after,
            .ant-btn-danger[disabled]:active > a:only-child:after,
            .ant-btn-danger.disabled.active > a:only-child:after,
            .ant-btn-danger[disabled].active > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

.ant-btn-circle,
.ant-btn-circle-outline {
    width: 32px;
    padding: 0;
    font-size: 16px;
    border-radius: 50%;
    height: 32px;
}

    .ant-btn-circle.ant-btn-lg,
    .ant-btn-circle-outline.ant-btn-lg {
        width: 40px;
        padding: 0;
        font-size: 16px;
        border-radius: 50%;
        height: 40px;
    }

    .ant-btn-circle.ant-btn-sm,
    .ant-btn-circle-outline.ant-btn-sm {
        width: 24px;
        padding: 0;
        font-size: 14px;
        border-radius: 50%;
        height: 24px;
    }

.ant-btn:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #fff;
    opacity: 0.35;
    content: '';
    border-radius: inherit;
    z-index: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
    display: none;
}

.ant-btn .anticon {
    -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn.ant-btn-loading:before {
    display: block;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
    padding-left: 29px;
    pointer-events: none;
    position: relative;
}

    .ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
        margin-left: -14px;
    }

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
    padding-left: 24px;
}

    .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
        margin-left: -17px;
    }

.ant-btn-group {
    position: relative;
    display: inline-flex;
}

    .ant-btn-group > .ant-btn {
        position: relative;
        z-index: 1;
    }

        .ant-btn-group > .ant-btn:hover,
        .ant-btn-group > .ant-btn:focus,
        .ant-btn-group > .ant-btn:active,
        .ant-btn-group > .ant-btn.active {
            z-index: 2;
        }

        .ant-btn-group > .ant-btn:disabled {
            z-index: 0;
        }

.ant-btn-group-lg > .ant-btn {
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    height: 40px;
}

.ant-btn-group-sm > .ant-btn {
    padding: 0 7px;
    font-size: 14px;
    border-radius: 4px;
    height: 24px;
}

    .ant-btn-group-sm > .ant-btn > .anticon {
        font-size: 14px;
    }

.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
    margin-left: -1px;
}

.ant-btn-group .ant-btn:not(:first-child):not(:last-child) {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.ant-btn-group > .ant-btn:first-child {
    margin-left: 0;
}

.ant-btn-group > .ant-btn-group {
    float: left;
}

    .ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
        border-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        padding-right: 8px;
    }

    .ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        padding-left: 8px;
    }

.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
    padding-left: 8px;
    padding-right: 8px;
}

.ant-btn:focus > span,
.ant-btn:active > span {
    position: relative;
}

.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
    margin-left: 8px;
}

.ant-btn-clicked:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: inherit;
    border: 0 solid #1890ff;
    opacity: 0.4;
    -webkit-animation: buttonEffect .4s;
    animation: buttonEffect .4s;
    display: block;
}

.ant-btn-danger.ant-btn-clicked:after {
    border-color: #f5222d;
}

.ant-btn-background-ghost {
    background: transparent !important;
    border-color: #fff;
    color: #fff;
}

    .ant-btn-background-ghost.ant-btn-primary {
        color: #1890ff;
        background-color: transparent;
        border-color: #1890ff;
    }

        .ant-btn-background-ghost.ant-btn-primary > a:only-child {
            color: currentColor;
        }

            .ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

        .ant-btn-background-ghost.ant-btn-primary:hover,
        .ant-btn-background-ghost.ant-btn-primary:focus {
            color: #40a9ff;
            background-color: transparent;
            border-color: #40a9ff;
        }

            .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
                color: currentColor;
            }

                .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: transparent;
                }

        .ant-btn-background-ghost.ant-btn-primary:active,
        .ant-btn-background-ghost.ant-btn-primary.active {
            color: #096dd9;
            background-color: transparent;
            border-color: #096dd9;
        }

            .ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
                color: currentColor;
            }

                .ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: transparent;
                }

        .ant-btn-background-ghost.ant-btn-primary.disabled,
        .ant-btn-background-ghost.ant-btn-primary[disabled],
        .ant-btn-background-ghost.ant-btn-primary.disabled:hover,
        .ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
        .ant-btn-background-ghost.ant-btn-primary.disabled:focus,
        .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
        .ant-btn-background-ghost.ant-btn-primary.disabled:active,
        .ant-btn-background-ghost.ant-btn-primary[disabled]:active,
        .ant-btn-background-ghost.ant-btn-primary.disabled.active,
        .ant-btn-background-ghost.ant-btn-primary[disabled].active {
            color: rgba(0, 0, 0, 0.25);
            background-color: #f5f5f5;
            border-color: #d9d9d9;
        }

            .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
            .ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
                color: currentColor;
            }

                .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: transparent;
                }

    .ant-btn-background-ghost.ant-btn-danger {
        color: #f5222d;
        background-color: transparent;
        border-color: #f5222d;
    }

        .ant-btn-background-ghost.ant-btn-danger > a:only-child {
            color: currentColor;
        }

            .ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
            }

        .ant-btn-background-ghost.ant-btn-danger:hover,
        .ant-btn-background-ghost.ant-btn-danger:focus {
            color: #ff4d4f;
            background-color: transparent;
            border-color: #ff4d4f;
        }

            .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
                color: currentColor;
            }

                .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: transparent;
                }

        .ant-btn-background-ghost.ant-btn-danger:active,
        .ant-btn-background-ghost.ant-btn-danger.active {
            color: #cf1322;
            background-color: transparent;
            border-color: #cf1322;
        }

            .ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
                color: currentColor;
            }

                .ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: transparent;
                }

        .ant-btn-background-ghost.ant-btn-danger.disabled,
        .ant-btn-background-ghost.ant-btn-danger[disabled],
        .ant-btn-background-ghost.ant-btn-danger.disabled:hover,
        .ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
        .ant-btn-background-ghost.ant-btn-danger.disabled:focus,
        .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
        .ant-btn-background-ghost.ant-btn-danger.disabled:active,
        .ant-btn-background-ghost.ant-btn-danger[disabled]:active,
        .ant-btn-background-ghost.ant-btn-danger.disabled.active,
        .ant-btn-background-ghost.ant-btn-danger[disabled].active {
            color: rgba(0, 0, 0, 0.25);
            background-color: #f5f5f5;
            border-color: #d9d9d9;
        }

            .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
            .ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
                color: currentColor;
            }

                .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
                .ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: transparent;
                }

@-webkit-keyframes buttonEffect {
    to {
        opacity: 0;
        top: -6px;
        left: -6px;
        bottom: -6px;
        right: -6px;
        border-width: 6px;
    }
}

@keyframes buttonEffect {
    to {
        opacity: 0;
        top: -6px;
        left: -6px;
        bottom: -6px;
        right: -6px;
        border-width: 6px;
    }
}

a.ant-btn {
    line-height: 30px;
}

a.ant-btn-lg {
    height: 40px;
    padding: 6.4px 15px;
    font-size: 16px;
    border-radius: 2px;
}

a.ant-btn-sm {
    line-height: 22px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 18px 45px 17px;
    text-transform: capitalize;
    border-radius: 0;
    letter-spacing: .3px;
}

    .btn.block {
        display: block;
    }

    .btn.white-btn {
        background-color: #fff;
        color: #464855;
    }

        .btn.white-btn:hover {
            background-color: #1890FF;
            color: #fff;
        }

    .btn.gray-btn {
        background-color: #eee;
        color: #464855;
    }

        .btn.gray-btn:hover {
            background-color: #f2f2f2;
            color: #333;
        }

    .btn.primary-btn {
        background-color: #1890FF;
        color: #fff;
    }

        .btn.primary-btn:hover {
            color: #fff;
            background-color: #40a9ff;
        }

    .btn.ghost-btn {
        background: none;
        color: #464855;
        border: 1px solid #ddd;
    }

        .btn.ghost-btn:hover {
            background: none;
            color: #1890FF;
            border: 1px solid #1890FF;
        }

    .btn.black-btn {
        background-color: #000;
        color: #fff;
    }

        .btn.black-btn:hover {
            background-color: #333;
        }

    .btn.disabled,
    .btn.disabled:hover {
        cursor: not-allowed;
        color: rgba(0, 0, 0, .25);
        background: #ddd;
        border-color: #d9d9d9;
        pointer-events: auto !important;
    }

    .btn.small {
        padding: 10px 25px 11px;
    }

    .btn.smaller {
        padding: 8px 17px;
    }

.primary-link {
    color: #1890FF;
}


/*-----------------------------------------
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #737373;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}


textarea {
    resize: none;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    padding: 10px 20px;
    color: #1f2226;
    font-size: 14px;
    width: 100%;
}

    textarea:focus {
        background: transparent;
        border: 2px solid #4FC1F0;
        outline: none;
    }

.custom-d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.custom-align-item-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-align-item-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-content-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (max-width: 767px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #666;
    right: 70px;
    bottom: 120px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #666;
    z-index: 999 !important;
}

    #scrollUp:hover {
        color: #ffffff;
        border: 1px solid #1890ff;
        background-color: #1890ff;
    }

@media only screen and (max-width: 767px) {
    #scrollUp {
        width: 40px;
        height: 40px;
        right: 15px;
    }
}

#scrollUp i {
    display: block;
    line-height: 38px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    #scrollUp i {
        line-height: 40px;
        font-size: 16px;
    }
}

.height-100vh {
    height: 100vh !important;
}

.transparent-bar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

/*-----------------------------------------
    Background Color
------------------------------------------*/
.bg-gray {
    background-color: #f0f4f6;
}

.bg-gray-2 {
    background-color: #F4F5FA;
}

.bg-gray-3 {
    background-color: #f9f9f9;
}

.bg-gray-4 {
    background-color: #efefef;
}

.bg-gray-5 {
    background-color: #e5e5e5;
}

.bg-gray-6 {
    background-color: #ececec;
}

.bg-gray-7 {
    background-color: #eaeff2;
}

.bg-gray-8 {
    background-color: #f4f4f4;
}

.bg-gray-9 {
    background-color: #f6f6f6;
}

.bg-gray-10 {
    background-color: #e7eaec;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.bg-blue {
    background-color: #1890ff;
}

.bg-blue-2 {
    /* background: linear-gradient(225deg, #034F96 0%, #0F75D3 48%, #4CA9FF 100%); */
    background-color: #2A69C2;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.add-1, .add-5 {
    /* background: linear-gradient(225deg, #034F96 0%, #0F75D3 48%, #4CA9FF 100%); */
    background-color: #2A69C2;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.add-3 {
    /* background: linear-gradient(225deg, #B37319 0%, #D29616 48%, #F9D11C 100%); */
    background-color: #586a81;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.add-2 {
    background: #6A7994;
}

.add-4 {
    /* background: linear-gradient(225deg, #A22B34 0%, #B73D4D 48%, #DE6E87 100%); */
    background-color: #A02A3B;
}

.add-1::before,
.add-3::before,
.add-2::before,
.add-4::before {
    background-image: linear-gradient(228deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.00) 79%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}

.bg-orange {
    background-color: #e44311;
}

.bg-green-2 {
    background-color: #6aae27;
}


/*-----------------------------------------
    Border
------------------------------------------*/
.border-bottom-1 {
    border-bottom: 1px solid #dadada;
}

.border-bottom-2 {
    border-bottom: 1px solid #e8e8e8;
}

.border-bottom-3 {
    border-bottom: 1px solid #e1e1e1;
}

.border-bottom-4 {
    border-bottom: 1px solid #dbdbdb;
}

.border-bottom-5 {
    border-bottom: 1px solid #e3e3e3;
}

.border-bottom-6 {
    border-bottom: 1px solid #eaeaea;
}

.border-bottom-7 {
    border-bottom: 1px solid #e2e2e2;
}

.border-bottom-8 {
    border-bottom: 1px solid #408be8;
}

.border-bottom-9 {
    border-bottom: 1px solid #eb724d;
}




.default-overlay {
    position: relative;
}

    .default-overlay:before {
        content: "";
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
        z-index: 9;
    }

    .default-overlay.overly-point-4:before {
        background-color: #181818;
        opacity: .4;
    }

.default-overlay-white {
    position: relative;
}

    .default-overlay-white:before {
        content: "";
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
        z-index: 9;
    }

@media only screen and (max-width: 767px) {
    .res-white-overly-xs {
        position: relative;
    }

        .res-white-overly-xs:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #fff;
            opacity: .4;
            z-index: 9;
        }
}

@media only screen and (max-width: 767px) {
    .res-black-overly-xs {
        position: relative;
    }

        .res-black-overly-xs:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #000;
            opacity: .5;
            z-index: 9;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-white-overly-md {
        position: relative;
    }

        .res-white-overly-md:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #fff;
            opacity: .5;
            z-index: 1;
        }
}

@media only screen and (max-width: 767px) {
    .xs-mb-30 {
        margin-bottom: 30px;
    }
}

.section-padding-1 .container-fluid {
    padding: 0 180px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .section-padding-1 .container-fluid {
        padding: 0 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .section-padding-1 .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-1 .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-1 .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-1 .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding-1 .container-fluid {
        padding: 0 30px;
    }
}

.section-padding-2 .container-fluid {
    padding: 0 70px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .section-padding-2 .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .section-padding-2 .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-2 .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-2 .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-2 .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding-2 .container-fluid {
        padding: 0 30px;
    }
}

.padding-10-row-col .row {
    margin-right: -5px;
    margin-left: -5px;
}

    .padding-10-row-col .row div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.box-layout-width {
    display: block;
    margin: 0px auto;
    width: 1310px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .box-layout-width {
        width: 1200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .box-layout-width {
        width: 1170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-layout-width {
        width: 970px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-layout-width {
        width: 730px;
    }
}

@media only screen and (max-width: 767px) {
    .box-layout-width {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .box-layout-width {
        width: 550px;
    }
}

.box-layout-width-2 {
    display: block;
    margin: 0px auto;
    width: 1370px;
    background-color: #ffffff;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .box-layout-width-2 {
        width: 1200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .box-layout-width-2 {
        width: 1170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-layout-width-2 {
        width: 970px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-layout-width-2 {
        width: 730px;
    }
}

@media only screen and (max-width: 767px) {
    .box-layout-width-2 {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .box-layout-width-2 {
        width: 550px;
    }
}

/*-------- 2. Animation CSS ---------*/
@-webkit-keyframes hastechFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hastechFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hastechZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hastechZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hastechZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hastechZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hastechMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hastechMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes hastechMoveUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hastechMoveUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes hastechMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hastechMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes hastechMoveDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hastechMoveDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes hastechMoveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hastechMoveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes hastechMoveLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hastechMoveLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes hastechMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hastechMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes hastechMoveRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hastechMoveRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes hastechFallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
    }
}

@keyframes hastechFallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
    }
}

@-webkit-keyframes hastechFlipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes hastechFlipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes hastechFlipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes hastechFlipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes columnMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes columnMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
    }
}

@keyframes fallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
    }
}

@-webkit-keyframes edit-button-pulse {
    0% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
    }

    30% {
        -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
    }
}

@keyframes edit-button-pulse {
    0% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
    }

    30% {
        -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
    }
}

@-webkit-keyframes shortfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes shortfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.shortfadeInUp {
    -webkit-animation-name: shortfadeInUp;
    animation-name: shortfadeInUp;
}

.animated-duration {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.custom-delay-200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.custom-delay-300 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.custom-delay-400 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.custom-delay-500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.custom-delay-600 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.custom-delay-700 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.custom-delay-800 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.custom-delay-900 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

/*-------- 3. Header style ---------*/


.header-small-device {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-small-device {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header-small-device {
        display: block;
    }
}

.header-small-device.small-device-ptb-1 {
    padding: 25px 0 25px;
}

.header-large-device {
    display: block;
}

    .header-large-device .leftBar a,
    .header-small-device .leftBar a {
        margin-right: 25px;
        display: inline-block;
        font-size: 16px;
    }

        .header-large-device .leftBar a.active,
        .header-small-device .leftBar a.active {
            color: #007bff;
        }

        .header-large-device .leftBar a:hover,
        .header-small-device .leftBar a:hover {
            color: #007bff;
        }

.header-offer-wrap p {
    color: #000000;
    margin: 0;
}

    .header-offer-wrap p span {
        color: #ff2f2f;
    }

    .header-offer-wrap p i {
        font-size: 16px;
        margin: 0 9px 0 0;
        position: relative;
        top: 2px;
    }

.header-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.same-style-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .same-style-wrap .same-style {
        margin-right: 60px;
        position: relative;
    }

        .same-style-wrap .same-style.same-style-mrg-2 {
            margin-right: 42px;
        }

            .same-style-wrap .same-style.same-style-mrg-2:last-child {
                margin-right: 0px;
            }

            .same-style-wrap .same-style.same-style-mrg-2 a {
                color: #666;
            }

        .same-style-wrap .same-style.same-style-mrg-3 {
            margin-right: 22px;
        }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .same-style-wrap .same-style.same-style-mrg-3 {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .same-style-wrap .same-style.same-style-mrg-3 {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style-wrap .same-style.same-style-mrg-3 {
        margin-right: 7px;
    }
}

.same-style-wrap .same-style.same-style-mrg-3:last-child {
    margin-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style-wrap .same-style {
        margin-right: 25px;
    }
}

.same-style-wrap .same-style:last-child {
    margin-right: 0px;
}

.same-style-wrap .same-style a {
    color: #000000;
    display: inline-block;
}

    .same-style-wrap .same-style a i {
        font-size: 12px;
        margin: 0 0 0 3px;
    }

.same-style-wrap .same-style.same-style-border:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 1px;
    background-color: #dedede;
    right: -31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style-wrap .same-style.same-style-border:before {
        right: -12px;
    }
}

.same-style-wrap .same-style.track-order a {
    text-decoration: underline;
}

.same-style-wrap .same-style .language-dropdown,
.same-style-wrap .same-style .currency-dropdown {
    background: #000 none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

    .same-style-wrap .same-style .language-dropdown ul,
    .same-style-wrap .same-style .currency-dropdown ul {
        padding: 14px 0px 15px;
    }

        .same-style-wrap .same-style .language-dropdown ul li,
        .same-style-wrap .same-style .currency-dropdown ul li {
            display: block;
            padding-bottom: 5px;
        }

            .same-style-wrap .same-style .language-dropdown ul li:last-child,
            .same-style-wrap .same-style .currency-dropdown ul li:last-child {
                padding-bottom: 0;
            }

            .same-style-wrap .same-style .language-dropdown ul li a,
            .same-style-wrap .same-style .currency-dropdown ul li a {
                color: #ffffff;
                display: block;
                font-size: 13px;
                padding: 0 25px;
            }

                .same-style-wrap .same-style .language-dropdown ul li a:hover,
                .same-style-wrap .same-style .currency-dropdown ul li a:hover {
                    color: #1890ff;
                }

.same-style-wrap .same-style .currency-dropdown {
    width: 90px;
}

.same-style-wrap .same-style:hover > a {
    color: #1890ff;
}

.social-style-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .social-style-1 a {
        color: #000000;
        font-size: 16px;
        display: inline-block;
        margin-right: 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-style-1 a {
        margin-right: 14px;
    }
}

.social-style-1 a:last-child {
    margin-right: 0;
}

.social-style-1 a:hover {
    color: #1890ff;
}

.social-style-1.social-style-1-white a {
    color: #ffffff;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .social-style-1.social-style-1-white a {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .social-style-1.social-style-1-white a {
        margin-right: 8px;
    }
}

.social-style-1.social-style-1-white a:hover {
    color: #1890ff;
}

.social-style-1.social-style-1-mrg {
    margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-style-1.social-style-1-mrg {
        margin-left: 25px;
    }
}

.social-style-1.social-style-1-mrg-2 {
    margin: 55px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-style-1.social-style-1-mrg-2 {
        margin: 17px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .social-style-1.social-style-1-mrg-2 {
        margin: 20px 0 0;
    }
}

.social-style-1.social-style-1-font-inc a {
    font-size: 18px;
}

.header-top-ptb-1 {
    padding: 14px 0 14px;
}

.header-top-ptb-2 {
    padding: 60px 0 60px;
}

.header-top-ptb-3 {
    padding: 7px 0 7px;
}

.header-top-ptb-6 {
    padding: 11px 0 11px;
}

.header-top-ptb-7 {
    padding: 20px 0 20px;
}

.main-menu > nav > ul > li {
    display: inline-block;
    position: relative;
}

    .main-menu > nav > ul > li > ul {
        background: #fff none repeat scroll 0 0;
        -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
        display: block;
        left: 0;
        padding: 28px 25px 28px;
        position: absolute;
        top: 100%;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        transform-origin: center top 0;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        z-index: 99;
    }

        .main-menu > nav > ul > li > ul li {
            display: block;
            position: relative;
            line-height: 1;
            margin-bottom: 20px;
        }

            .main-menu > nav > ul > li > ul li:last-child {
                margin-bottom: 0px;
            }

            .main-menu > nav > ul > li > ul li a {
                display: block;
                color: #000000;
                font-weight: 400;
                font-size: 14px;
                letter-spacing: .2px;
                text-transform: capitalize;
            }

            .main-menu > nav > ul > li > ul li:hover > a {
                color: #1890ff;
            }

        .main-menu > nav > ul > li > ul.sub-menu-style {
            width: 190px;
            text-align: left;
        }

        .main-menu > nav > ul > li > ul.mega-menu-style {
            width: 750px;
            padding: 28px 30px 0px;
            text-align: left;
        }

            .main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-1 {
                left: -100px;
            }

            .main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-2 {
                left: -100px;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-2 {
        left: -150px;
    }
}

.main-menu > nav > ul > li > ul.mega-menu-style > li > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

        .main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li > a.dropdown-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li ul li {
            margin-bottom: 22px;
        }

            .main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li ul li:last-child {
                margin-bottom: 0;
            }

.main-menu > nav > ul > li a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

    .main-menu > nav > ul > li a span {
        position: absolute;
        top: 13px;
        right: 15px;
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
        padding: 1px 5px 3px;
        border-radius: 3px;
    }

        .main-menu > nav > ul > li a span.bg-red {
            background-color: #ff2f2f;
        }

        .main-menu > nav > ul > li a span.bg-green {
            background-color: #70c01a;
        }

    .main-menu > nav > ul > li a i {
        position: relative;
        top: 1px;
        margin-left: 4px;
    }

.main-menu > nav > ul > li:hover > a {
    color: #1890ff;
}

.main-menu > nav > ul > li:hover > ul {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

.main-menu.main-menu-white > nav > ul > li > a {
    color: #ffffff;
}

.main-menu.main-menu-white > nav > ul > li:hover > a {
    color: #1890ff;
}

.main-menu.main-menu-white.main-menu-hover-black > nav > ul > li:hover > a {
    color: #000000;
}

.main-menu.main-menu-font-size-14 > nav > ul > li a {
    font-size: 14px;
}

.main-menu.main-menu-hover-semibold > nav > ul > li a.active {
    font-weight: 600;
}

.main-menu.main-menu-hover-semibold > nav > ul > li:hover > a {
    font-weight: 600;
}

.main-menu.main-menu-hover-border > nav > ul > li {
    position: relative;
}

    .main-menu.main-menu-hover-border > nav > ul > li > a {
        position: relative;
    }

        .main-menu.main-menu-hover-border > nav > ul > li > a::after {
            content: "";
            height: 1px;
            right: 0px;
            left: auto;
            width: 0;
            bottom: 15px;
            position: absolute;
            -webkit-transition: width 300ms ease-out;
            -o-transition: width 300ms ease-out;
            transition: width 300ms ease-out;
            background-color: #000000;
        }

        .main-menu.main-menu-hover-border > nav > ul > li > a.active::after {
            left: 0px;
            right: auto;
            width: 100%;
            -webkit-transition: width 300ms ease-in;
            -o-transition: width 300ms ease-in;
            transition: width 300ms ease-in;
        }

    .main-menu.main-menu-hover-border > nav > ul > li:hover > a {
        color: #000000;
    }

        .main-menu.main-menu-hover-border > nav > ul > li:hover > a::after {
            left: 0px;
            right: auto;
            width: 100%;
            -webkit-transition: width 300ms ease-in;
            -o-transition: width 300ms ease-in;
            transition: width 300ms ease-in;
        }

.main-menu.main-menu-hm4 > nav > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
}

    .main-menu.main-menu-hm4 > nav > ul > li > a.active {
        font-weight: bold;
    }

.main-menu.main-menu-hm4 > nav > ul > li:hover > a {
    font-weight: bold;
    color: #000000;
}

.main-menu.main-menu-padding-1 > nav > ul > li {
    padding-right: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu.main-menu-padding-1 > nav > ul > li {
        padding-right: 40px;
    }
}

.main-menu.main-menu-padding-1 > nav > ul > li:last-child {
    padding-right: 0px;
}

.main-menu.main-menu-padding-2 > nav > ul > li {
    padding-right: 50px;
}

    .main-menu.main-menu-padding-2 > nav > ul > li:last-child {
        padding-right: 0px;
    }

.main-menu.main-menu-padding-3 > nav > ul > li {
    padding-right: 30px;
}

    .main-menu.main-menu-padding-3 > nav > ul > li:last-child {
        padding-right: 0px;
    }

.main-menu.main-menu-lh-1 > nav > ul > li {
    line-height: 95px;
}

.main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 78px;
}

.main-menu.main-menu-lh-3 > nav > ul > li {
    line-height: 100px;
}

.main-menu.main-menu-lh-4 > nav > ul > li {
    line-height: 55px;
}

.main-menu.main-menu-lh-5 > nav > ul > li {
    line-height: 48px;
}

.main-menu.main-menu-font-width-400 > nav > ul > li a {
    font-weight: 400;
}

.main-menu.main-menu-center {
    text-align: center;
}

.header-action.header-action-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-action.header-action-mrg-right {
    margin-right: 13px;
}

.header-action .same-style-2 {
    line-height: 1;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-action .same-style-2 {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .header-action .same-style-2 {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-action .same-style-2 {
        margin-right: 25px;
    }
}

.header-action .same-style-2:last-child {
    margin-right: 0;
}

.header-action .same-style-2 a {
    color: #464855;
    font-size: 20px;
    display: inline-flex;
    position: relative;
    align-items: center;
}


@media only screen and (max-width: 767px) {
    .header-action .same-style-2 a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-action .same-style-2 a {
        font-size: 22px;
    }
}

.header-action .same-style-2 a span.pro-count {
    position: absolute;
    top: -10px;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 19px;
    color: #fff;
    text-align: center;
    left: 16px;
    border-radius: 50px;
}

@media only screen and (max-width: 767px) {
    .header-action .same-style-2 a span.pro-count {
        font-size: 10px;
        width: 18px;
        height: 18px;
        line-height: 17px;
    }
}

.header-action .same-style-2 a span.red {
    background-color: #ff2f2f;
}

.header-action .same-style-2 a span.black {
    background-color: #000000;
}

.header-action .same-style-2 a span.green {
    background-color: #4dbdaf;
}

.header-action .same-style-2 a span.blue {
    background-color: #1890ff;
}

.header-action .same-style-2 a span.purple {
    background-color: #6f50a7;
}

.header-action .same-style-2 a:hover {
    color: #1890ff;
}

.header-action .same-style-2.same-style-2-white a {
    color: #ffffff;
}

    .header-action .same-style-2.same-style-2-white a:hover {
        color: #1890ff;
    }

.header-action .same-style-2.same-style-2-white.same-style-2-hover-black a:hover {
    color: #000000;
}

.header-action .same-style-2.header-cart a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .header-action .same-style-2.header-cart a span.cart-amount {
        color: #1890ff;
        font-weight: 600;
        font-size: 14px;
        margin: 8px 0 0 16px;
    }

        .header-action .same-style-2.header-cart a span.cart-amount.light-yellow {
            color: #ffd74b;
        }

        .header-action .same-style-2.header-cart a span.cart-amount.white {
            color: #ffffff;
        }

.header-action .same-style-2.same-style-2-font-inc a {
    font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-action .same-style-2.same-style-2-font-inc a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-action .same-style-2.same-style-2-font-inc a {
        font-size: 20px;
    }
}

.header-action .same-style-2.same-style-2-font-dec a {
    font-size: 18px;
}

.search-wrap-2 {
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-wrap-2 {
        margin: 0 80px 0 0;
    }
}

.search-wrap-2 form {
    position: relative;
}

    .search-wrap-2 form input {
        color: #999999;
        padding: 2px 0 2px 30px;
        border: none;
        height: 35px;
        background-color: transparent;
        border-bottom: 1px solid #2d2d2d;
    }

        .search-wrap-2 form input::-moz-input-placeholder {
            color: #999999;
            opacity: 1;
        }

        .search-wrap-2 form input::-webkit-input-placeholder {
            color: #999999;
            opacity: 1;
        }

    .search-wrap-2 form button {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        padding: 0;
        font-size: 16px;
        color: #000000;
        background-color: transparent;
    }

.header-login-regi {
    margin-right: 45px;
}

    .header-login-regi a {
        color: #000000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header-login-regi a i {
            font-size: 20px;
            margin-right: 20px;
        }

        .header-login-regi a:hover {
            color: #40a9ff;
        }

.header-cart-2 a {
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 600;
}

    .header-cart-2 a i {
        font-size: 22px;
        margin-right: 20px;
    }

    .header-cart-2 a span {
        position: absolute;
        bottom: -6px;
        font-size: 12px;
        width: 20px;
        height: 20px;
        display: inline-block;
        line-height: 19px;
        color: #fff;
        text-align: center;
        left: 14px;
        border-radius: 50px;
        font-weight: 600;
    }

@media only screen and (max-width: 767px) {
    .header-cart-2 a span {
        font-size: 10px;
        width: 18px;
        height: 18px;
        line-height: 17px;
    }
}

.header-cart-2 a span.black {
    background-color: #000000;
}

.header-cart-2 a span.red {
    background-color: #ff2f2f;
}

.header-cart-2 a span.blue {
    background-color: #1890ff;
}

.header-cart-2 a:hover {
    color: #1890ff;
}

.main-wrapper .body-overlay {
    background-color: #232324;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -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;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

.main-wrapper.overlay-active .body-overlay {
    opacity: .7;
    visibility: visible;
    z-index: 9999;
}

.sidebar-cart-active {
    position: fixed;
    top: 0;
    width: 420px;
    padding: 104px 50px 50px;
    min-height: 100vh;
    bottom: 0;
    z-index: 9999;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

    .sidebar-cart-active.inside {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active {
        width: 350px;
        padding: 104px 30px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active {
        padding: 60px 15px 50px;
        width: 280px;
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-close {
    position: absolute;
    top: 37px;
    right: 50px;
    font-size: 36px;
    line-height: 30px;
    color: #6D6D6D;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active .sidebar-cart-all .cart-close {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-close {
        top: 27px;
        right: 17px;
        font-size: 23px;
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #1890ff;
}

.sidebar-cart-active .sidebar-cart-all .cart-content > h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 35px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: 310px;
    max-height: calc(100vh - 430px);
    overflow: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 365px);
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 360px);
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
            width: 100%;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title {
        margin-left: 20px;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 {
            font-size: 15px;
            margin: 0 0 8px;
            font-weight: 500;
        }

            .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a {
                color: #000000;
            }

                .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a:hover {
                    color: #1890ff;
                }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span {
            font-size: 15px;
            color: #000000;
        }

    .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 100;
        -webkit-flex-grow: 100;
        -ms-flex-positive: 100;
        flex-grow: 100;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a {
            display: block;
            font-size: 16px;
            height: 20px;
            line-height: 17px;
            overflow: hidden;
            width: 20px;
            text-align: right;
            color: #000000;
        }

            .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a:hover {
                color: #1890ff;
            }

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
    display: block;
    width: 100%;
    margin: 16px 0 26px;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 {
        font-size: 16px;
        margin: 0;
        font-weight: 600;
        color: #000000;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span {
            font-size: 15px;
            color: #000000;
            float: right;
            font-weight: 400;
        }

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: block;
    width: 100%;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
        width: 100%;
        display: block;
        margin: 10px 0 0;
        text-align: center;
        padding: 18px 20px 17px;
        background-color: #000000;
        color: #fff;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 1;
    }

        .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
            background-color: #1890ff;
        }

        .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:first-child {
            margin-top: 0;
        }

.header-search-1 {
    position: relative;
}

    .header-search-1 .search-toggle {
        z-index: 99;
    }

        .header-search-1 .search-toggle i {
            display: block;
        }

            .header-search-1 .search-toggle i.s-close {
                font-size: 35px;
                left: 0;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .header-search-1 .search-toggle .s-close {
            opacity: 0;
        }

        .header-search-1 .search-toggle.open .s-close {
            opacity: 1;
        }

        .header-search-1 .search-toggle.open .s-open {
            opacity: 0;
        }

.search-wrap-1 {
    background-color: transparent;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 340px;
    z-index: -99;
    padding-bottom: 1px;
    margin-right: 10px;
}

    .search-wrap-1 form {
        position: relative;
        overflow: hidden;
    }

        .search-wrap-1 form input {
            background-color: #fff;
            border: 1px solid #E2DCDC;
            color: #000;
            line-height: 30px;
            padding: 2px 60px 2px 20px;
            width: 100%;
        }

            .search-wrap-1 form input::-moz-input-placeholder {
                color: #000;
                opacity: 1;
            }

            .search-wrap-1 form input::-webkit-input-placeholder {
                color: #000;
                opacity: 1;
            }

        .search-wrap-1 form button.button-search {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 0;
            border: none;
            background-color: transparent;
            height: 100%;
            border-left: 1px solid #E2DCDC;
            padding: 0 15px;
            color: #000000;
        }

            .search-wrap-1 form button.button-search:hover {
                color: #1890ff;
            }

    .search-wrap-1.open {
        opacity: 1;
        right: 100%;
        visibility: visible;
        z-index: 99;
    }

.logo {
    text-align: center;
}

    .logo a {
        display: block;
    }

        .logo a img,
        .logo a svg,
        .logo a object {
            max-width: 100%;
            height: 40px;
        }

.mobile-logo {
    text-align: center;
}

.social-offer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-offer-wrap-2 {
    margin: 0 0 0 45px;
}

    .header-offer-wrap-2.mrg-none {
        margin: 0 0 0 0px;
    }

    .header-offer-wrap-2 p {
        margin: 0;
    }

        .header-offer-wrap-2 p span {
            color: #000000;
        }

.categori-search-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
    border: 1px solid #e1e1e1;
}

    .categori-search-wrap .categori-style-1 {
        min-width: 130px;
        margin-right: 20px;
        position: relative;
    }

        .categori-search-wrap .categori-style-1:before {
            position: absolute;
            content: "";
            right: -14px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 1px;
            height: 24px;
            background-color: #cccccc;
        }

        .categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1 {
            border: none;
            background-color: transparent;
            border-radius: 0;
            min-width: 137px;
        }

            .categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1 span {
                font-size: 13px;
                color: #222222;
            }

        .categori-search-wrap .categori-style-1 .nice-select::after {
            border-bottom: 1px solid #222222;
            border-right: 1px solid #222222;
            height: 7px;
            right: 12px;
            width: 7px;
        }

    .categori-search-wrap .search-wrap-3 {
        width: 100%;
    }

        .categori-search-wrap .search-wrap-3 form {
            position: relative;
        }

            .categori-search-wrap .search-wrap-3 form input {
                font-size: 13px;
                color: #999;
                border: none;
                height: 40px;
                padding: 2px 50px 2px 10px;
                background-color: transparent;
            }

                .categori-search-wrap .search-wrap-3 form input::-moz-input-placeholder {
                    color: #999999;
                    opacity: 1;
                }

                .categori-search-wrap .search-wrap-3 form input::-webkit-input-placeholder {
                    color: #999999;
                    opacity: 1;
                }

            .categori-search-wrap .search-wrap-3 form button {
                position: absolute;
                right: 13px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                background-color: transparent;
                border: none;
                padding: 0;
                color: #222;
                font-size: 18px;
            }

                .categori-search-wrap .search-wrap-3 form button:hover {
                    color: #1890ff;
                }

    .categori-search-wrap.categori-search-wrap-modify {
        margin-right: -50px;
    }

        .categori-search-wrap.categori-search-wrap-modify .categori-style-1 {
            position: absolute;
            right: 67px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-right: 0;
            z-index: 6;
        }

            .categori-search-wrap.categori-search-wrap-modify .categori-style-1::before {
                left: -20px;
            }

        .categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form input {
            padding: 2px 250px 2px 20px;
            height: 50px;
        }

        .categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form button {
            color: #ffffff;
            height: 100%;
            right: 0;
            padding: 0 20px;
            background-color: #6f50a7;
        }

            .categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form button:hover {
                color: #1890ff;
            }

    .categori-search-wrap.categori-search-wrap-modify-2 {
        border: none;
        background-color: #ffffff;
    }

        .categori-search-wrap.categori-search-wrap-modify-2 .categori-style-1 .nice-select .list {
            margin-top: 0;
            border-radius: 0;
        }

        .categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button {
            color: #1890ff;
        }

            .categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button.orange {
                color: #e44311;
            }

                .categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button.orange:hover {
                    color: #000000;
                }

            .categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button:hover {
                color: #1890ff;
            }

    .categori-search-wrap.categori-search-wrap-modify-3 {
        border: 1px oslid #dadada;
        background-color: #f7f7f7;
    }

        .categori-search-wrap.categori-search-wrap-modify-3 .categori-style-1 .nice-select .list {
            margin-top: 0;
            border-radius: 0;
        }

        .categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form input {
            padding: 2px 75px 2px 10px;
        }

        .categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button {
            color: #ffffff;
            height: 100%;
            right: 0;
            min-height: 44px;
            padding: 0 20px;
            background-color: #6aae27;
        }

            .categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button.blue {
                background-color: #1890ff;
            }

            .categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button:hover {
                color: #1890ff;
            }

.main-categori-wrap {
    position: relative;
}

    .main-categori-wrap > a {
        color: #4dbdaf;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .25px;
        display: block;
        width: 100%;
        line-height: 1;
        padding: 0 14px 0 0;
    }

        .main-categori-wrap > a i {
            font-size: 22px;
            margin-right: 18px;
            position: relative;
            top: 4px;
            line-height: 1;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-categori-wrap > a i {
        margin-right: 12px;
    }
}

.main-categori-wrap > a i.icon-right {
    float: right;
    font-size: 12px;
    margin-right: 0;
    top: 11px;
}

.main-categori-wrap > a.purple {
    color: #6f50a7;
}

.main-categori-wrap > a.green {
    color: #6aae27;
}

.main-categori-wrap > a.blue {
    color: #1890ff;
}

.main-categori-wrap.main-categori-wrap-modify > a {
    color: #ffffff;
    padding: 9px 20px 18px 20px;
    background-color: #6f50a7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-categori-wrap.main-categori-wrap-modify > a {
        padding: 9px 12px 18px 12px;
    }
}

.main-categori-wrap.main-categori-wrap-modify-2 > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
    min-height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 20px 2px 20px;
    background-color: #468707;
}

    .main-categori-wrap.main-categori-wrap-modify-2 > a.categori-blue {
        background-color: #1890ff;
    }

    .main-categori-wrap.main-categori-wrap-modify-2 > a i.icon-right {
        top: 1px;
    }

.hotline {
    text-align: right;
}

    .hotline p {
        font-size: 14px;
        font-weight: 600;
        color: #222222;
    }

        .hotline p i {
            font-size: 18px;
            color: #000000;
            margin-right: 13px;
        }

        .hotline p span {
            font-size: 13px;
            color: #666666;
            font-weight: 400;
        }

.header-middle-padding-1 {
    padding: 34px 0 0;
}

.header-middle-padding-2 {
    padding: 30px 0 30px;
}

.category-menu {
    border: 1px solid #e1e1e1;
    width: 270px;
    position: absolute;
    top: 220%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 9px 0 3px;
}

    .category-menu.categori-not-visible {
        display: none;
        top: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .category-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.category-menu nav > ul > li {
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

    .category-menu nav > ul > li:last-child {
        border-bottom: none;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu nav > ul > li {
        padding: 10px 0;
    }
}

.category-menu nav > ul > li > a {
    color: #000000;
    font-weight: 600;
    padding: 0 20px;
    display: block;
}

    .category-menu nav > ul > li > a span {
        float: right;
        font-size: 10px;
        position: relative;
        top: 6px;
        color: #000000;
    }

.category-menu nav > ul > li .category-menu-dropdown {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 570px;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 52px 40px 30px;
    margin-left: 1px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1);
}

    .category-menu nav > ul > li .category-menu-dropdown .single-category-menu {
        display: inline-block;
        width: 50%;
        float: left;
    }

        .category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-bottom {
            margin-bottom: 74px;
        }

        .category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-left {
            padding-left: 38px;
        }

        .category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border {
            position: relative;
        }

            .category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border:before {
                position: absolute;
                content: "";
                bottom: -36px;
                left: 0;
                background-color: #d6d7da;
                height: 1px;
                width: 180px;
            }

        .category-menu nav > ul > li .category-menu-dropdown .single-category-menu h4 {
            color: #000000;
            font-weight: 600;
            font-size: 14px;
            margin: 0 0 18px;
            letter-spacing: .2px;
            text-transform: uppercase;
        }

        .category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li {
            padding: 0 0 9px;
        }

            .category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li:last-child {
                padding: 0 0 0px;
            }

            .category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a {
                color: #333;
            }

                .category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a:hover {
                    color: #1890ff;
                }

        .category-menu nav > ul > li .category-menu-dropdown .single-category-menu > a img {
            width: 100%;
        }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto;
    }
}

.category-menu nav > ul > li:hover > a,
.category-menu nav > ul > li:hover > a span {
    color: #1890ff;
}

.category-menu nav > ul > li:hover .category-menu-dropdown {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

.category-menu-2 {
    border: 1px solid #1890ff;
    width: 270px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 5px 17px 3px;
}

    .category-menu-2.categori-not-visible-2 {
        display: none;
        top: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-menu-2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .category-menu-2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.category-menu-2 nav > ul > li {
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

    .category-menu-2 nav > ul > li:last-child {
        border-bottom: none;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu-2 nav > ul > li {
        padding: 10px 0;
    }
}

.category-menu-2 nav > ul > li > a {
    color: #000000;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .category-menu-2 nav > ul > li > a i {
        font-size: 18px;
        margin-right: 14px;
    }

.category-menu-2 nav > ul > li:hover > a,
.category-menu-2 nav > ul > li:hover > a span {
    color: #1890ff;
}

.category-menu-2 nav > ul > li:hover .category-menu-dropdown {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

.category-menu-2.category-menu-2-blue {
    border: 1px solid #1890ff;
}

    .category-menu-2.category-menu-2-blue nav > ul > li:hover > a,
    .category-menu-2.category-menu-2-blue nav > ul > li:hover > a span {
        color: #1890ff;
    }

.header-quick-contect ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .header-quick-contect ul li {
        margin-right: 30px;
        color: #ffffff;
    }

        .header-quick-contect ul li:last-child {
            margin-right: 0;
        }

        .header-quick-contect ul li i {
            margin-right: 10px;
        }

.header-offer-wrap-3 p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .25px;
    margin: 0;
    color: #ffffff;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .header-offer-wrap-3 p {
        font-size: 14px;
    }
}

.header-offer-wrap-3 p a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0 14px;
    padding: 0 0 2px;
    display: inline-block;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .header-offer-wrap-3 p a {
        margin: 0 0 0 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-offer-wrap-3 p a {
        margin: 0 0 0 5px;
    }
}

.header-offer-wrap-3 p a:hover {
    color: #1890ff;
}

.header-offer-wrap-3 p.black {
    color: #000000;
}

    .header-offer-wrap-3 p.black a {
        color: #000000;
    }

.social-hm4-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 32px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .social-hm4-wrap {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .social-hm4-wrap {
        margin-right: 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-hm4-wrap {
        margin-right: 8px;
    }
}

.social-hm4-wrap span {
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    margin: -6px 23px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .social-hm4-wrap span {
        margin: -6px 15px 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-hm4-wrap span {
        margin: -6px 12px 0 0;
    }
}

.hm4-currency-language-wrap.same-style-wrap .same-style > a {
    background-color: transparent;
    color: #fff;
    padding: 0 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm4-currency-language-wrap.same-style-wrap .same-style > a {
        padding: 0 8px;
    }
}

.hm4-currency-language-wrap.same-style-wrap .same-style:hover > a {
    background-color: #1890ff;
}

.header-top-ptb-4 {
    padding: 36px 0 36px;
}

.header-offer-wrap-4 p {
    color: #ffffff;
}

    .header-offer-wrap-4 p span.uppercase {
        text-transform: uppercase;
        font-weight: 600;
    }

    .header-offer-wrap-4 p span.amount {
        color: #1890ff;
        font-weight: 600;
    }

    .header-offer-wrap-4 p a {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .5px;
        text-decoration: underline;
        color: #fff;
        font-weight: 400;
        margin: 0 0 0 12px;
        display: inline-block;
    }

        .header-offer-wrap-4 p a:hover {
            text-decoration: none;
        }

    .header-offer-wrap-4 p.black {
        color: #000000;
    }

        .header-offer-wrap-4 p.black a {
            color: #000000;
        }

.header-top-ptb-5 {
    padding: 13px 0 18px;
}

.header-offer-wrap-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 20px 11px;
    border: 1px solid #6f50a7;
    margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-offer-wrap-5 {
        padding: 13px 10px 11px;
    }
}

.header-offer-wrap-5 h3 {
    font-size: 28px;
    font-weight: 800;
    color: #1890ff;
    margin: 0 12px 0 0;
    text-transform: uppercase;
    letter-spacing: -.35px;
    line-height: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-offer-wrap-5 h3 {
        font-size: 20px;
    }
}

.header-offer-wrap-5 h4 {
    font-size: 12px;
    font-weight: 800;
    color: #1890ff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -.25px;
    line-height: 12px;
}

.header-bottom-ptb {
    padding: 0 0 15px;
}

.hotline-2-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .hotline-2-wrap .hotline-2-icon {
        margin-right: 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hotline-2-wrap .hotline-2-icon {
        margin-right: 10px;
    }
}

.hotline-2-wrap .hotline-2-icon i {
    font-size: 24px;
    color: #1890ff;
}

    .hotline-2-wrap .hotline-2-icon i.blue {
        color: #1890ff;
    }

.hotline-2-wrap .hotline-2-content span {
    font-size: 12px;
    color: #666666;
    display: block;
    line-height: 1;
}

.hotline-2-wrap .hotline-2-content h5 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    margin: 4px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hotline-2-wrap .hotline-2-content h5 {
        font-size: 16px;
    }
}

.main-wrapper .body-overlay-1 {
    background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -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;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

.main-wrapper.overlay-active-1 .body-overlay-1 {
    opacity: 1;
    visibility: visible;
}

.mobile-header-active {
    position: fixed;
    top: 0;
    width: 350px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    z-index: 9999;
}

@media only screen and (max-width: 767px) {
    .mobile-header-active {
        width: 290px;
    }
}

.mobile-header-active.sidebar-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-header-active .clickalbe-sidebar-wrap {
    padding: 80px 30px 20px;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap {
        padding: 80px 20px 20px;
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
        left: 20px;
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #1890ff;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-right: 10px;
}

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-1 {
        border-bottom: 1px solid #ddd;
        margin-bottom: 17px;
        padding-bottom: 30px;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-2 {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 17px;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-3 {
        border-bottom: 1px solid #ddd;
        margin-bottom: 24px;
        padding-bottom: 30px;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-4 {
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
        padding-bottom: 24px;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form {
        position: relative;
    }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form input {
            background-color: #f6f6f6;
            border: none;
            border-radius: 0px;
            height: 50px;
            padding: 0 60px 0 15px;
            width: 100%;
            font-size: 14px;
            color: #181818;
        }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button {
            background-color: transparent;
            border-color: #ddd;
            -webkit-border-image: none;
            -o-border-image: none;
            border-image: none;
            border-radius: 5px 0 0 5px;
            border-style: none none none solid;
            border-width: medium medium medium 1px;
            color: #000000;
            font-size: 18px;
            height: 100%;
            padding: 0 15px 0 14px;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

@media only screen and (max-width: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button {
        font-size: 16px;
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button:hover {
    color: #1890ff;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button i {
    margin-top: 5px;
    display: inline-block;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav {
    height: 100%;
}

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
        display: block;
        position: relative;
    }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
            line-height: 50;
            top: -5px;
            left: 95%;
            width: 30px;
            position: absolute;
            height: 50px;
            text-align: center;
            cursor: pointer;
        }

            .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
                display: block;
                position: relative;
                width: 10px;
                margin-top: 25px;
                border-bottom: 1px solid #000000;
                -webkit-transition: all 250ms ease-out;
                -o-transition: all 250ms ease-out;
                transition: all 250ms ease-out;
            }

                .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i::before {
                    top: 0;
                    width: 100%;
                    content: "";
                    display: block;
                    position: absolute;
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                    border-bottom: 1px solid #000000;
                    -webkit-transition: 0.4s;
                    -o-transition: 0.4s;
                    transition: 0.4s;
                }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
            font-size: 16px;
            text-transform: capitalize;
            line-height: 18px;
            position: relative;
            display: inline-block;
            padding: 10px 0;
            color: #000000;
        }

            .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
                margin-right: 5px;
            }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
            padding: 10px 15px 5px;
            font-size: 14px;
            color: #333;
        }

            .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a:hover {
                color: #1890ff;
            }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul li a {
            padding: 10px 30px 5px;
            font-size: 14px;
            color: #333;
        }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
            color: #1890ff;
        }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover.menu-item-has-children > .menu-expand > i {
            border-bottom: 1px solid #1890ff;
        }

            .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover.menu-item-has-children > .menu-expand > i::before {
                border-bottom: 1px solid #1890ff;
            }

@media only screen and (max-width: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap {
        display: block;
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
    position: relative;
    margin-bottom: 13px;
}

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
        margin-bottom: 0;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
        font-size: 15px;
        display: block;
        color: #000000;
    }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span {
            float: right;
            font-size: 10px;
            position: relative;
            top: 8px;
            line-height: 1;
        }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
        margin-top: 5px;
        display: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
        padding: 22px 30px 26px;
        width: 100%;
        z-index: 11;
    }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
            padding-bottom: 10px;
        }

            .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
                padding-bottom: 0px;
            }

            .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
                font-size: 14px;
                color: #000000;
            }

                .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
                    color: #1890FF;
                }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
        color: #1890FF;
    }

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li {
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 14px;
    font-size: 15px;
}

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li:last-child {
        margin: 0 0 0px;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li i {
        font-size: 14px;
        margin-right: 12px;
        position: relative;
        top: 4px;
    }

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    margin-right: 10px;
}

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a:last-child {
        margin-right: 0;
    }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.facebook {
        background-color: #1890ff;
        border: 1px solid #1890ff;
    }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.facebook:hover {
            color: #1890ff;
            background-color: transparent;
        }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.twitter {
        background-color: #1890ff;
        border: 1px solid #1890ff;
    }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.twitter:hover {
            color: #1890ff;
            background-color: transparent;
        }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.pinterest {
        background-color: #1890ff;
        border: 1px solid #1890ff;
    }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.pinterest:hover {
            color: #1890ff;
            background-color: transparent;
        }

    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.instagram {
        background-color: #1890ff;
        border: 1px solid #1890ff;
    }

        .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.instagram:hover {
            color: #1890ff;
            background-color: transparent;
        }

.categori-hide-2 {
    display: none;
    padding-top: 20px;
}

/*-------- 4. Slider style ---------*/
.slider-height-1 {
    height: 585px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-1 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-1 {
        height: 440px;
    }
}

.slider-height-2 {
    height: 710px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-height-2 {
        height: 600px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-2 {
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-2 {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-2 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-2 {
        height: 400px;
    }
}

.slider-height-3 {
    height: 350px;
}

@media only screen and (max-width: 767px) {
    .slider-height-3 {
        height: auto;
        padding: 50px 0;
    }
}

.slider-height-4 {
    height: 520px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-4 {
        height: 475px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-4 {
        height: 475px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-4 {
        height: 450px;
    }
}

.hero-slider-pt-1 {
    padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-pt-1 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-pt-1 {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-pt-1 {
        padding-top: 90px;
    }
}

.hero-slider-content-1-pt-1 {
    padding-top: 160px;
    padding-left: 40px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1-pt-1 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .align-items-center .leftBar a {
        margin-right: 20px;
    }

        .align-items-center .leftBar a:last-child {
            margin-right: 0;
        }
}

@media only screen and (min-width: 200px) and (max-width: 499px) {
    .slick-active .col-lg-6.col-md-6.col-sm-6 {
        padding: 0;
    }

    .hero-slider-content-1-pt-1 {
        padding-top: 20px;
        background: rgba(0, 0, 0, 0.5);
        padding-bottom: 20px;
        height: 100%;
    }

    .hero-slider-img-1 {
        margin-top: 0
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .slick-active .col-lg-6.col-md-6.col-sm-6 {
        padding: 0;
    }

    .hero-slider-content-1-pt-1 {
        padding-top: 70px;
        background: rgba(0, 0, 0, 0.5);
        padding-bottom: 40px;
        height: 100%;
    }

    .hero-slider-img-1 {
        margin-top: 0
    }
}

.hero-slider-content-1 h4 {
    font-size: 20px;
    margin: 0 0 0;
    font-weight: 300;
}

    .hero-slider-content-1 h4.font-dec {
        font-size: 16px;
    }

.hero-slider-content-1 h1 {
    font-size: 100px;
    line-height: 90px;
    font-weight: 100;
    margin: 20px 0;
    font-family: tabular-nums, sans-serif;
    letter-spacing: -.25px;
}

    .hero-slider-content-1 h1.font-dec {
        font-size: 39px;
        line-height: 48px;
        font-family: "Poppins", sans-serif;
        margin: 16px 0 28px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1 h1.font-dec {
        font-size: 30px;
        line-height: 40px;
        margin: 6px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1 h1.font-dec {
        font-size: 35px;
        line-height: 45px;
        margin: 12px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1 h1.font-dec {
        font-size: 28px;
        line-height: 40px;
        margin: 10px 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1 h1.font-dec {
        font-size: 24px;
        line-height: 32px;
        margin: 5px 0 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1 h1 {
        font-size: 55px;
        line-height: 65px;
        margin: 12px 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1 h1 {
        font-size: 45px;
        line-height: 56px;
        margin: 10px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1 h1 {
        font-size: 32px;
        line-height: 45px;
        margin: 12px 0 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1 h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 5px 0 10px;
    }
}

.hero-slider-content-1 p {
    font-size: 18px;
    line-height: 30px;
    margin: 0px 0 80px;
    width: 78%;
}

    .hero-slider-content-1 p.width-inc {
        width: 96%;
        margin: 0px 0 36px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1 p.width-inc {
        width: 100%;
        margin: 0px 0 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1 p.width-inc {
        margin: 0px 0 16px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1 p.width-inc {
        margin: 0px 0 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1 p.width-inc {
        width: 100%;
        line-height: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1 p {
        margin: 0px 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1 p {
        font-size: 15px;
        margin: 0px 0 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1 p {
        margin: 0px 0 20px;
        width: 98%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1 p {
        font-size: 15px;
        line-height: 28px;
        margin: 0px 0 15px;
    }
}

.hero-slider-content-1.hero-slider-content-1-padding1 {
    padding: 63px 0 0 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1.hero-slider-content-1-padding1 {
        padding: 40px 0 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1.hero-slider-content-1-padding1 {
        padding: 63px 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1.hero-slider-content-1-padding1 {
        padding: 50px 15px 0 15px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1.hero-slider-content-1-padding1 {
        padding: 50px 0px 0 15px;
        text-align: left;
    }
}

.btn-style-1 a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background-color: #000000;
    color: #ffffff;
}

    .btn-style-1 a:hover {
        background-color: #1890ff;
    }

.white-btn-1 a.style1 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400;
    margin-right: 10px;
    box-sizing: border-box;
}

    .white-btn-1 a.style1:hover {
    }

.white-btn-1 a.style2 {
    display: inline-block;
    font-size: 16px;
    color: #333;
    border: 1px solid #fff;
    background-color: #fff;
    font-weight: 400;
    margin-right: 10px;
}

    .white-btn-1 a.style2:hover {
    }



@media only screen and (max-width: 767px) {
    .btn-style-1 a {
        font-size: 15px;
        font-weight: 500;
    }
}

.btn-style-1 a.btn-1-padding-1,
.white-btn-1 a.style1,
.white-btn-1 a.style2 {
    padding: 12px 26px;
}

.blue-advice {
    background: #007BFF;
    padding: 7px 14px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    border: none !important;
}

@media only screen and (max-width: 767px) {
    .btn-style-1 a.btn-1-padding-1, .white-btn-1 a.style1, .white-btn-1 a.style2 {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.btn-style-1 a.btn-1-bg-purple {
    background-color: #1890ff;
}

.btn-style-1 a.btn-1-padding-2 {
    padding: 8px 22px;
}

.btn-style-1 a.btn-1-padding-3 {
    padding: 14px 25px;
}

@media only screen and (max-width: 767px) {
    .btn-style-1 a.btn-1-padding-3.banner-btn-res {
        padding: 5px 15px 5px;
        font-size: 13px;
    }
}

.btn-style-1 a.btn-1-padding-4 {
    padding: 8px 20px 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-style-1 a.btn-1-padding-4 {
        padding: 6px 15px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-style-1 a.btn-1-padding-4 {
        font-size: 13px;
        padding: 2px 12px 5px;
    }
}

.btn-style-1 a.bg-white {
    background-color: #ffffff;
    color: #000000;
}

    .btn-style-1 a.bg-white:hover {
        background-color: #000000 !important;
        color: #ffffff;
    }

.btn-style-1 a.btn-1-green-2 {
    background-color: #6aae27;
}

    .btn-style-1 a.btn-1-green-2:hover {
        background-color: #000000;
        color: #ffffff;
    }

.btn-style-1 a.btn-1-blue {
    background-color: #1890ff;
}

    .btn-style-1 a.btn-1-blue:hover {
        background-color: #000000;
        color: #ffffff;
    }

.btn-style-1 a.btn-1-orange {
    background-color: #e44311;
}

    .btn-style-1 a.btn-1-orange:hover {
        background-color: #000000;
        color: #ffffff;
    }

.btn-style-1 a.btn-1-font-14 {
    font-size: 14px;
}

.hero-slider-img-1 {
    margin-right: -80px;
    margin-left: 80px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hero-slider-img-1 {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hero-slider-img-1 {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-img-1 {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-img-1 {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-img-1 {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.hero-slider-img-1 img {
    width: 100%;
}

.hero-slider-active-1 {
    position: relative;
}

.dot-style-1 ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 12.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .dot-style-1 ul {
        bottom: 7.7%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-1 ul {
        bottom: 10.7%;
    }
}

.dot-style-1 ul li {
    margin: 0 9px;
}

    .dot-style-1 ul li button {
        padding: 0;
        font-size: 0px;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: none;
        border: 1px solid #fff
    }

    .dot-style-1 ul li.slick-active button {
        background: #fff;
    }

.nav-style-1 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7.5%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    border: 1px solid #ffffff;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-1 > span {
        left: 1.5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1 > span {
        left: 1.5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1 > span {
        left: 1.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1 > span {
        left: 1.5%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1 > span {
        left: 1.5%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
}

.nav-style-1 > span.slider-icon-1-next {
    left: auto;
    right: 7.5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%;
    }
}

.nav-style-1 > span:hover {
    background-color: #fff;
    color: #000;
}

.nav-style-1:hover span {
    opacity: 1;
    visibility: visible;
    left: 9.5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-1:hover span {
        left: 2.5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1:hover span {
        left: 2.5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1:hover span {
        left: 2.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1:hover span {
        left: 2.5%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1:hover span {
        left: 2.5%;
    }
}

.slick-arrow {
    display: inline-flex;
    justify-content: center;
}

    .slick-arrow i {
        align-self: center;
    }

.nav-style-1:hover span.slider-icon-1-next {
    right: 9.5%;
    left: auto;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%;
    }
}

.nav-style-1.nav-style-1-modify > span {
    left: 1%;
}

    .nav-style-1.nav-style-1-modify > span.slider-icon-1-next {
        right: 1%;
        left: auto;
    }

.nav-style-1.nav-style-1-modify:hover span {
    left: 2%;
}

    .nav-style-1.nav-style-1-modify:hover span.slider-icon-1-next {
        right: 2%;
        left: auto;
    }

.nav-style-1.nav-style-1-modify-2 > span {
    left: 1%;
}

    .nav-style-1.nav-style-1-modify-2 > span.slider-icon-1-next {
        right: 1%;
        left: auto;
    }

.nav-style-1.nav-style-1-modify-2:hover span {
    left: 0%;
}

    .nav-style-1.nav-style-1-modify-2:hover span.slider-icon-1-next {
        right: 0%;
        left: auto;
    }

.nav-style-1.nav-style-1-green > span:hover {
    background-color: #4dbdaf;
    color: #ffffff;
}

.nav-style-1.nav-style-1-blue > span:hover {
    background-color: #1890ff;
    color: #ffffff;
}

.nav-style-1.nav-style-1-green-2 > span:hover {
    background-color: #6aae27;
    color: #ffffff;
}

.nav-style-1.nav-style-1-orange > span:hover {
    background-color: #e44311;
    color: #ffffff;
}

.single-animation-wrap.slick-active .slider-animated-1 h4 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 p {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h5 {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 a {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-tab-small-img {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-tab-big-img-wrap {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .btn-style-3 a {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1.hero-slider-img-1 img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1.hm6-hero-slider-img img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .hm9-hero-slider-img img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .hm10-hero-slider-img img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .hero-slider-content-5 h5,
.single-animation-wrap.slick-active .slider-animated-1 .hero-slider-content-6 h5 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .hm7-hero-slider-img img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-content-2 {
    padding: 0 0 0 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-2 {
        padding: 0 0 0 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-2 {
        padding: 0 0 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2 {
        padding: 0 0 0 15px;
    }
}

.hero-slider-content-2 h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    letter-spacing: -.25px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2 h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.hero-slider-content-2 h1 span {
    color: #628787;
    font-weight: bold;
}

.hero-slider-content-2 p {
    width: 67%;
    margin: 15px 0 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-2 p {
        margin: 15px 0 35px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2 p {
        width: 80%;
        color: #000000;
        margin: 15px 0 24px;
    }
}

.hero-slider-content-2.hero-slider-content-hm5 {
    padding: 0 0 0 0px;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2.hero-slider-content-hm5 h1 {
        color: #ffffff;
    }
}

.hero-slider-content-2.hero-slider-content-hm5 h1 span {
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2.hero-slider-content-hm5 h1 span {
        color: #ffffff;
    }
}

.hero-slider-content-2.hero-slider-content-hm5 p {
    width: 29%;
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2.hero-slider-content-hm5 p {
        width: 100%;
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2.hero-slider-content-hm5 .btn-style-2 a {
        color: #ffffff;
    }

        .hero-slider-content-2.hero-slider-content-hm5 .btn-style-2 a:hover {
            color: #1890FF;
        }
}

.btn-style-2 a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    color: #000000;
}

    .btn-style-2 a i {
        margin-left: 10px;
        position: relative;
        top: 1px;
    }

    .btn-style-2 a:hover {
        color: #1890ff;
    }

.dot-style-2.dot-style-2-position-1 ul {
    left: 170px;
    bottom: 9%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-position-1 ul {
        left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-position-1 ul {
        left: 30px;
    }
}

.dot-style-2.dot-style-2-position-2 ul {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 9%;
}

.dot-style-2.dot-style-2-position-3 ul {
    left: 70px;
    bottom: 60px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 20px;
    }
}

.dot-style-2.dot-style-2-position-4 ul {
    left: 70px;
    bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-position-4 ul {
        left: 15px;
        bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-position-4 ul {
        left: 20px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-4 ul {
        left: 15px;
        bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-4 ul {
        left: 20px;
    }
}

.dot-style-2.dot-style-2-position-5 ul {
    left: 100px;
    bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-position-5 ul {
        left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-position-5 ul {
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-5 ul {
        left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-5 ul {
        left: 20px;
    }
}

.dot-style-2.dot-style-2-position-static ul {
    position: static;
}

.dot-style-2.dot-style-2-left-0 ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.dot-style-2.dot-style-2-mrg-1 ul {
    margin: 27px 0 0;
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-mrg-1 ul {
        margin: 5px 0 0;
    }
}

.dot-style-2.dot-style-2-mrg-2 ul {
    margin: 17px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-mrg-2 ul {
        margin: 5px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-mrg-2 ul {
        margin: -10px 0 0;
    }
}

.dot-style-2.dot-style-2-mrg-3 ul {
    margin: 30px 0 0;
}

.dot-style-2.dot-style-2-mrg-4 ul {
    margin: 50px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-mrg-4 ul {
        margin: 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-mrg-4 ul {
        margin: 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-mrg-4 ul {
        margin: 20px 0 0;
    }
}

.dot-style-2 ul {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .dot-style-2 ul {
        bottom: 7.7%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-2 ul {
        bottom: 10.7%;
    }
}

.dot-style-2 ul li {
    margin: 0 9px 0 0;
}

    .dot-style-2 ul li:last-child {
        margin: 0 0px 0 0;
    }

    .dot-style-2 ul li button {
        border: none;
        padding: 0;
        font-size: 0px;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: #cccccc;
    }

    .dot-style-2 ul li.slick-active button {
        background-color: #1890ff;
    }

.dot-style-2.dot-style-2-active-black ul li.slick-active button {
    background-color: #666666;
}

.dot-style-2.dot-style-2-active-purple ul li.slick-active button {
    background-color: #6f50a7;
}

.dot-style-2.dot-style-2-active-green-2 ul li.slick-active button {
    background-color: #6aae27;
}

.slider-area .nav-style-2 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    left: -6.5%;
    text-align: center;
    color: #000000;
    font-size: 36px;
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-area .nav-style-2 > span {
        left: 0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .nav-style-2 > span {
        left: 0%;
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .nav-style-2 > span {
        font-size: 25px;
        left: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-area .nav-style-2 > span {
        font-size: 20px;
        left: 0%;
    }
}

.slider-area .nav-style-2 > span.slider-icon-1-next {
    left: auto;
    right: -6.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-area .nav-style-2 > span.slider-icon-1-next {
        right: 0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .nav-style-2 > span.slider-icon-1-next {
        right: 0%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .nav-style-2 > span.slider-icon-1-next {
        right: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-area .nav-style-2 > span.slider-icon-1-next {
        right: 0%;
    }
}

.slider-area .nav-style-2 > span:hover {
    color: #1890ff;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-area .nav-style-2.nav-style-2-modify > span {
        left: -4.5%;
    }

        .slider-area .nav-style-2.nav-style-2-modify > span.slider-icon-1-next {
            left: auto;
            right: -4.5%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .nav-style-2.nav-style-2-modify > span {
        left: 0%;
    }

        .slider-area .nav-style-2.nav-style-2-modify > span.slider-icon-1-next {
            left: auto;
            right: 0%;
        }
}

@media only screen and (max-width: 767px) {
    .slider-area .nav-style-2.nav-style-2-modify > span {
        left: 0%;
        color: #ffffff;
    }

        .slider-area .nav-style-2.nav-style-2-modify > span.slider-icon-1-next {
            left: auto;
            right: 0%;
        }
}

.slider-area:hover .nav-style-2 > span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.hero-slider-content-3 {
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-3 {
        margin-left: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-3 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-3 {
        margin-left: 0px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-3 {
        margin-left: 0px;
        text-align: left;
    }
}

.hero-slider-content-3 h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1890ff;
    margin: 0;
    letter-spacing: .5px;
}

.hero-slider-content-3 h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    margin: 10px 0 24px;
    letter-spacing: -.25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-3 h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 10px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-3 h1 {
        font-size: 42px;
        line-height: 50px;
        margin: 10px 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-3 h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 5px 0 10px;
    }
}

.hero-slider-content-3 p {
    width: 60%;
    margin: 0 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-3 p {
        width: 80%;
        margin: 0 0 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-3 p {
        width: 100%;
        margin: 0 0 18px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-3 p {
        width: 100%;
        margin: 0 0 16px;
    }
}

.hero-slider-content-3 h5 {
    font-size: 16px;
    color: #666666;
    margin: 0 0 0px;
    letter-spacing: .25px;
}

    .hero-slider-content-3 h5 span {
        font-weight: 600;
        color: #000000;
        text-transform: uppercase;
    }

.hero-slider-content-3 .slider-tab-small-img {
    margin: 20px 0 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-3 .slider-tab-small-img {
        margin: 20px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-3 .slider-tab-small-img {
        margin: 15px 0 25px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-3 .slider-tab-small-img {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.hero-slider-content-3 .slider-tab-small-img a {
    display: inline-block;
    border: 1px solid transparent;
    margin: 0 10px 0 0;
}

    .hero-slider-content-3 .slider-tab-small-img a.active {
        border: 1px solid #cccccc;
    }

    .hero-slider-content-3 .slider-tab-small-img a:last-child {
        margin: 0 0px 0 0;
    }

    .hero-slider-content-3 .slider-tab-small-img a img {
        max-width: 100%;
    }

.btn-style-3 a {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1890ff;
    padding: 12px 27px 11px;
}

@media only screen and (max-width: 767px) {
    .btn-style-3 a {
        padding: 10px 20px 9px;
    }
}

.btn-style-3 a i {
    font-size: 14px;
    margin-left: 5px;
}

.btn-style-3 a:hover {
    background-color: #000000;
}

@media only screen and (max-width: 767px) {
    .slider-tab-big-img-wrap .slider-tab-big-img {
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-tab-big-img-wrap .slider-tab-big-img {
        text-align: left;
        margin-top: 0px;
    }
}

.slider-tab-big-img-wrap .slider-tab-big-img img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .slider-tab-big-img-wrap .slider-tab-big-img img {
        max-width: 130px;
        display: inline-block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-tab-big-img-wrap .slider-tab-big-img img {
        max-width: 100%;
        display: block;
    }
}

.hero-slider-content-4 {
    position: relative;
    z-index: 9;
}

    .hero-slider-content-4 h4 {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: block;
        text-transform: uppercase;
    }

    .hero-slider-content-4 h1 {
        font-size: 60px;
        line-height: 72px;
        letter-spacing: -.25px;
        text-transform: uppercase;
        margin: 24px 0 30px;
    }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hero-slider-content-4 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 14px 0 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hero-slider-content-4 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 14px 0 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-4 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 14px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-4 h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 14px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-4 h1 {
        font-size: 25px;
        line-height: 32px;
        margin: 10px 0 10px;
    }
}

.hero-slider-content-4 p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 43px;
    width: 29%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-4 p {
        width: 46%;
        margin: 0 0 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-4 p {
        width: 37%;
        margin: 0 0 23px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-4 p {
        width: 100%;
        font-size: 15px;
        margin: 0 0 20px;
        color: #000000;
    }
}

.hm6-hero-slider-img {
    margin-left: 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm6-hero-slider-img {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hm6-hero-slider-img {
        text-align: center;
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm6-hero-slider-img {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
    }
}

.hm6-hero-slider-img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .hm6-hero-slider-img img {
        display: inline-block;
    }
}

.hero-slider-content-5 {
    padding-left: 170px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hero-slider-content-5 {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hero-slider-content-5 {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-5 {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-5 {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-5 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-5 {
        text-align: left;
        margin-bottom: 0;
        padding-left: 30px;
        padding-right: 0px;
    }
}

.hero-slider-content-5 h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.hero-slider-content-5 h1 {
    font-size: 42px;
    line-height: 48px;
    margin: 18px 0 28px;
    letter-spacing: -.25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-5 h1 {
        font-size: 30px;
        line-height: 42px;
        margin: 10px 0 18px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-5 h1 {
        font-size: 30px;
        line-height: 42px;
        margin: 6px 0 9px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-5 h1 {
        font-size: 27px;
        line-height: 40px;
    }
}

.hero-slider-content-5 p {
    width: 61%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-5 p {
        width: 78%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-5 p {
        width: 100%;
    }
}

.hm7-hero-slider-img {
    margin: 0 165px 0 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hm7-hero-slider-img {
        margin: 0 100px 0 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm7-hero-slider-img {
        margin: 0 100px 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm7-hero-slider-img {
        margin: 0 70px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm7-hero-slider-img {
        margin: 0 50px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .hm7-hero-slider-img {
        text-align: center;
        margin: 0 15px 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm7-hero-slider-img {
        text-align: center;
        margin: 0 30px 0 0;
    }
}

.hm7-hero-slider-img img {
    width: 100%;
}

.hero-slider-content-6 {
    padding-left: 100px;
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6 {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6 {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6 {
        padding-left: 15px;
    }
}

.hero-slider-content-6 h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.hero-slider-content-6 h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: -.25px;
    text-transform: uppercase;
    margin: 15px 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6 h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6 h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6 h1 {
        font-size: 34px;
        line-height: 40px;
        margin: 15px 0 12px;
    }
}

.hero-slider-content-6 p {
    width: 42%;
    margin: 0 0 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6 p {
        width: 46%;
        margin: 0 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6 p {
        width: 46%;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6 p {
        color: #000000;
        width: 100%;
        margin: 0 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-6 p {
        width: 50%;
    }
}

.hero-slider-content-6.slider-content-hm9 {
    padding-left: 180px;
    padding-top: 67px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6.slider-content-hm9 {
        padding-left: 70px;
        padding-top: 57px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6.slider-content-hm9 {
        padding-left: 0px;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9 {
        padding-left: 0px;
        padding-top: 50px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9 {
        text-align: left;
        padding-top: 0px;
    }
}

.hero-slider-content-6.slider-content-hm9 h1 {
    margin: 12px 0 21px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6.slider-content-hm9 h1 {
        margin: 12px 0 11px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6.slider-content-hm9 h1 {
        margin: 7px 0 6px;
        line-height: 28px;
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9 h1 {
        margin: 12px 0 10px;
        line-height: 30px;
        font-size: 27px;
    }
}

.hero-slider-content-6.slider-content-hm9 p {
    width: 100%;
    margin: 0 0 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6.slider-content-hm9 p {
        margin: 0 0 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6.slider-content-hm9 p {
        margin: 0 0 9px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9 p {
        margin: 0 0 15px;
    }
}

.hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
    padding-left: 150px;
    padding-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
        padding-left: 70px;
        padding-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
        padding-left: 0px;
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
        padding-left: 0px;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
        text-align: center;
    }

        .hero-slider-content-6.slider-content-hm9.slider-content-hm10 p {
            width: 67%;
            margin: 0 auto 15px;
        }
}

.hm9-hero-slider-img {
    margin-left: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm9-hero-slider-img {
        margin-left: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .hm9-hero-slider-img {
        margin-left: 0px;
        padding-top: 30px;
        padding-bottom: 50px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm9-hero-slider-img {
        padding-bottom: 0px;
    }
}

.hm9-hero-slider-img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .hm9-hero-slider-img img {
        display: inline-block;
    }
}

.single-hero-slider-hm10 {
    padding-top: 55px;
}

.hm10-hero-slider-img {
    margin-left: -170px;
    margin-right: 50px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hm10-hero-slider-img {
        margin-left: -120px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm10-hero-slider-img {
        margin-left: -120px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm10-hero-slider-img {
        margin-left: -120px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm10-hero-slider-img {
        margin-left: -50px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hm10-hero-slider-img {
        margin-left: 0px;
        padding-top: 30px;
        text-align: center;
    }
}

.hm10-hero-slider-img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .hm10-hero-slider-img img {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.pt-30 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .hm2-slider-bg {
        background-position: 80%;
    }

    .single-hero-slider-hm3 {
        padding: 50px 0 0;
    }

    .slider-area.pt-30 {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm2-slider-bg {
        background-position: 75%;
    }

    .single-hero-slider-hm3 {
        padding: 0px 0 0;
    }

    .single-hero-slider-hm9 {
        padding: 50px 0 55px;
    }
}

/*-------- 5. Service style ---------*/

.index-news {
    /* width:calc(100% - 100px); */
    background-color: #fafafa;
    color: #333;
    padding: 20px 40px;
    border-top: 3px solid #007bff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .index-news p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

        .index-news p i {
            padding-right: 12px;
        }

.service-wrap {
    background-color: #ffffff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding: 51px 0 25px;
}

    .service-wrap::before {
        background-image: url(../images/bg/shadow.png);
        background-position: center bottom;
        background-color: transparent;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 20px;
        content: '';
        left: 0;
        top: 100%;
    }

    .service-wrap.service-wrap-hm9 {
        margin-top: -70px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-wrap.service-wrap-hm9 {
        margin-top: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-wrap.service-wrap-hm9 {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-wrap.service-wrap-hm9 {
        margin-top: 0px;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-wrap {
        margin-top: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-wrap {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .service-wrap {
        margin-top: -30px;
        padding: 41px 0 15px;
    }
}

.service-wrap-border {
    border: 1px solid #dfdfdf;
}

.service-wrap-padding {
    padding: 32px 0 3px;
}

.single-service-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .single-service-wrap .service-icon {
        margin-right: 23px;
        line-height: 1;
    }

        .single-service-wrap .service-icon i {
            font-size: 24px;
            color: #1890ff;
            display: inline-block;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

        .single-service-wrap .service-icon.service-icon-black i {
            color: #000000;
        }

        .single-service-wrap .service-icon.service-icon-blue i {
            color: #1890ff;
        }

    .single-service-wrap .service-content h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 8px;
        color: #222222;
    }

    .single-service-wrap .service-content span {
        display: block;
        line-height: 1;
        color: #999999;
    }

    .single-service-wrap:hover .service-icon i {
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running flipOutY;
        animation: 500ms ease-in-out 0s normal none 1 running flipOutY;
    }

.service-border-1 {
    position: relative;
}

    .service-border-1:before {
        position: absolute;
        content: "";
        right: 0;
        top: -6%;
        width: 1px;
        height: 63px;
        background-color: #e0e0e0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-border-1.service-border-1-none-md:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .service-border-1:before {
        display: none;
    }

    .service-border-1.service-border-1-none-xs:before {
        display: none;
    }
}

.service-wrap-padding-2 {
    padding: 37px 35px 7px 35px;
}

.service-wrap-padding-3 {
    padding: 32px 0 3px;
}

@media only screen and (max-width: 767px) {
    .service-wrap-padding-3 {
        padding: 32px 20px 3px;
    }
}

.single-service-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .single-service-wrap-2 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.single-service-wrap-2 .service-icon-2 {
    margin-right: 25px;
}

    .single-service-wrap-2 .service-icon-2 i {
        font-size: 34px;
        color: #999999;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

.single-service-wrap-2 .service-content-2 h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.single-service-wrap-2 .service-content-2 p {
    margin: 0;
    letter-spacing: .25px;
}

.single-service-wrap-2.single-service-wrap-2-modify {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .single-service-wrap-2.single-service-wrap-2-modify .service-icon-2 i {
        font-size: 30px;
    }

    .single-service-wrap-2.single-service-wrap-2-modify .service-content-2 h3 {
        font-size: 16px;
    }

.single-service-wrap-2:hover .service-icon-2 i {
    color: #1890ff;
}

.single-service-wrap-2:hover .service-icon-2.icon-purple i {
    color: #6f50a7;
}

.single-service-wrap-2:hover .service-icon-2.icon-green-2 i {
    color: #6aae27;
}

.single-service-wrap-2:hover .service-icon-2.icon-red i {
    color: #ff2f2f;
}

@media only screen and (max-width: 767px) {
    .service-area.pt-45 {
        padding-top: 25px;
    }

    .service-area .pb-50 {
        padding-bottom: 30px;
    }
}


/*-------- 8. Product style ---------*/
.product-area {
    overflow: hidden;
}


.single-product-wrap {
    position: relative;
    overflow: hidden;
}

    .single-product-wrap .product-img {
        position: relative;
        overflow: hidden;
    }

        .single-product-wrap .product-img a {
            display: block;
        }

            .single-product-wrap .product-img a img {
                width: 100%;
                height: 270px;
                background-color: #007bff;
                background-image: url(../images/loading/loading-pc.jpg);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                background-position: 50% 50%;
            }

        .single-product-wrap .product-img span.pro-badge {
            position: absolute;
            top: 17px;
            font-weight: 600;
            color: #ffffff;
            display: inline-block;
            padding: 4px 6px 5px;
            line-height: 1;
        }

            .single-product-wrap .product-img span.pro-badge.left {
                left: 17px;
            }

            .single-product-wrap .product-img span.pro-badge.right {
                right: 17px;
            }

            .single-product-wrap .product-img span.pro-badge.bg-black {
                background-color: #000000;
            }

            .single-product-wrap .product-img span.pro-badge.bg-red {
                background-color: #ff2f2f;
            }

            .single-product-wrap .product-img span.pro-badge.bg-blue {
                background-color: #1890ff;
            }

        .single-product-wrap .product-img .product-action-2 {
            position: absolute;
            right: 15px;
            top: 15px;
            z-index: 9;
        }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-2 {
        right: 10px;
        top: 10px;
    }
}

.single-product-wrap .product-img .product-action-2 button {
    display: block;
    border: none;
    padding: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000000;
    border-radius: 100%;
    background-color: #ffffff;
    margin-bottom: 7px;
    border: 1px solid #ebebeb;
}

    .single-product-wrap .product-img .product-action-2 button:nth-child(1) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 0;
        visibility: hidden;
        margin-top: -10px;
    }

    .single-product-wrap .product-img .product-action-2 button:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        opacity: 0;
        visibility: hidden;
        margin-top: -10px;
    }

    .single-product-wrap .product-img .product-action-2 button:nth-child(3) {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 0;
        visibility: hidden;
        margin-top: -10px;
    }

    .single-product-wrap .product-img .product-action-2 button:hover {
        background-color: #000000;
        border: 1px solid #000000;
        color: #ffffff;
    }

    .single-product-wrap .product-img .product-action-2 button i {
        line-height: 40px;
    }

    .single-product-wrap .product-img .product-action-2 button:last-child {
        margin-bottom: 0;
    }

.single-product-wrap .product-img .product-action-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-product-wrap .product-img .product-action-wrap {
        padding: 18px 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-wrap {
        padding: 18px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-wrap .product-img .product-action-wrap {
        padding: 18px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap {
        padding: 18px 15px;
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-left a {
    border: none;
    padding: 0;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left a {
        font-size: 14px;
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-left a i {
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left a i {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left a i {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left a i {
        margin-right: 10px;
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-left a:hover {
    color: #1890ff;
}

.single-product-wrap .product-img .product-action-wrap .product-action-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-right a {
    border: none;
    padding: 0;
    color: #000000;
    margin-left: 24px;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right a {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right a {
        margin-left: 18px;
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-right a:first-child {
    margin-left: 0;
}

.single-product-wrap .product-img .product-action-wrap .product-action-right a i {
    font-size: 18px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right a i {
        font-size: 16px;
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-right a.font-inc i {
    font-size: 22px;
    position: relative;
    top: 1px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right a.font-inc i {
        font-size: 20px;
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-right a:hover {
    color: #1890ff;
}

.single-product-wrap .product-img.product-img-zoom a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.single-product-wrap .product-img.product-img-border a img {
    border: 1px solid #e1e1e1;
    border-radius: 100%;
}

.single-product-wrap .product-img.product-img-border-transparent a img {
    border: 1px solid transparent;
}

.single-product-wrap .product-content-wrap {
    /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}

    .single-product-wrap .product-content-wrap .product-content-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-content-wrap .product-content-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    font-size: 16px;
    margin: 0 0 7px;
}

    .single-product-wrap .product-content-wrap .product-content-left h4 a {
        color: #333;
    }

        .single-product-wrap .product-content-wrap .product-content-left h4 a:hover {
            color: #1890ff;
        }

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 20px;
    color: #000000;
    font-family: "Heebo", sans-serif;
}

    .single-product-wrap .product-content-wrap .product-content-left span.new-price {
        color: #1890ff;
    }

    .single-product-wrap .product-content-wrap .product-content-left span.old-price {
        text-decoration: line-through;
        margin-left: 12px;
        color: #999;
    }

.single-product-wrap .product-content-wrap .product-content-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-content-wrap .product-content-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

.single-product-wrap .product-content-wrap .product-content-right button {
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    color: #000000;
    position: relative;
}

    .single-product-wrap .product-content-wrap .product-content-right button:hover {
        color: #1890ff;
    }

.single-product-wrap .product-content-wrap-2 {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

    .single-product-wrap .product-content-wrap-2 .product-rating-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .single-product-wrap .product-content-wrap-2 .product-rating-wrap .product-rating i {
            color: #1890ff;
        }

            .single-product-wrap .product-content-wrap-2 .product-rating-wrap .product-rating i.gray {
                color: #cccccc;
            }

        .single-product-wrap .product-content-wrap-2 .product-rating-wrap span {
            margin-left: 6px;
            color: #999999;
            font-family: "Heebo", sans-serif;
        }

    .single-product-wrap .product-content-wrap-2 h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 2px 0 8px;
    }

        .single-product-wrap .product-content-wrap-2 h3 a {
            color: #000000;
        }

            .single-product-wrap .product-content-wrap-2 h3 a:hover {
                color: #1890ff;
            }

    .single-product-wrap .product-content-wrap-2 .product-price-2 span {
        font-size: 18px;
        color: #000000;
        font-family: "Heebo", sans-serif;
        display: inline-block;
        margin: 0 4px;
    }

        .single-product-wrap .product-content-wrap-2 .product-price-2 span.new-price {
            color: #1890ff;
        }

        .single-product-wrap .product-content-wrap-2 .product-price-2 span.old-price {
            font-size: 14px;
            color: #999999;
            text-decoration: line-through;
        }

    .single-product-wrap .product-content-wrap-2 .product-author {
        margin: 7px 0 0;
    }

        .single-product-wrap .product-content-wrap-2 .product-author span {
            color: #666666;
            display: block;
            line-height: 1;
        }

            .single-product-wrap .product-content-wrap-2 .product-author span a {
                color: #000000;
            }

                .single-product-wrap .product-content-wrap-2 .product-author span a:hover {
                    color: #1890ff;
                }

    .single-product-wrap .product-content-wrap-2 .pro-add-to-cart {
        margin: 14px 0 0;
    }

        .single-product-wrap .product-content-wrap-2 .pro-add-to-cart button {
            border: none;
            font-weight: bold;
            color: #ffffff;
            background-color: #000000;
            font-size: 14px;
            padding: 8px 28px 8px;
            border-radius: 50px;
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
        }

            .single-product-wrap .product-content-wrap-2 .pro-add-to-cart button:hover {
                background-color: #1890ff;
            }

    .single-product-wrap .product-content-wrap-2.product-content-wrap-2-modify .pro-add-to-cart {
        margin: 4px 0 0;
    }

        .single-product-wrap .product-content-wrap-2.product-content-wrap-2-modify .pro-add-to-cart button {
            font-size: 13px;
            padding: 4px 20px 4px;
        }

.single-product-wrap .product-content-wrap-3 .product-content-categories a {
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
}

    .single-product-wrap .product-content-wrap-3 .product-content-categories a:hover {
        color: #1890ff;
    }

        .single-product-wrap .product-content-wrap-3 .product-content-categories a:hover.blue {
            color: #1890ff;
        }

        .single-product-wrap .product-content-wrap-3 .product-content-categories a:hover.purple {
            color: #1890ff;
        }

.single-product-wrap .product-content-wrap-3 h3 {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
    margin: 5px 0 3px;
}

    .single-product-wrap .product-content-wrap-3 h3.mrg-none {
        margin: 0px 0 3px;
    }

    .single-product-wrap .product-content-wrap-3 h3.bold {
        font-weight: bold;
    }

    .single-product-wrap .product-content-wrap-3 h3 a {
        color: #222222;
    }

        .single-product-wrap .product-content-wrap-3 h3 a:hover {
            color: #1890ff;
        }

            .single-product-wrap .product-content-wrap-3 h3 a:hover.blue {
                color: #1890ff;
            }

            .single-product-wrap .product-content-wrap-3 h3 a:hover.purple {
                color: #6f50a7;
            }

            .single-product-wrap .product-content-wrap-3 h3 a:hover.orange {
                color: #e44311;
            }

.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 8px;
}

    .single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4 i {
            font-size: 12px;
            color: #1890ff;
            margin-right: 2px;
        }

            .single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4 i.gray {
                color: #cccccc;
            }

    .single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 span {
        color: #999999;
        font-size: 12px;
        font-family: "Heebo", sans-serif;
        margin-left: 4px;
    }

.single-product-wrap .product-content-wrap-3 .product-price-4 span {
    font-size: 18px;
    font-family: "Heebo", sans-serif;
    color: black;
}

    .single-product-wrap .product-content-wrap-3 .product-price-4 span.new-price {
        color: #1890ff;
    }

    .single-product-wrap .product-content-wrap-3 .product-price-4 span.old-price {
        margin: 0 0 0 7px;
        font-size: 14px;
        color: #999999;
        text-decoration: line-through;
    }

.single-product-wrap .product-content-wrap-3 .product-price-4.product-price-4-hm10 {
    margin: 7px 0 7px;
}

.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 {
    margin: 11px 0 0;
}

    .single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button {
        border: none;
        font-weight: bold;
        color: #ffffff;
        background-color: #000000;
        font-size: 13px;
        padding: 4px 20px 4px;
        border-radius: 50px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

        .single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button:hover {
            background-color: #1890ff;
        }

.single-product-wrap .product-content-wrap-3 .product-author {
    margin: 7px 0 0;
}

    .single-product-wrap .product-content-wrap-3 .product-author span {
        color: #666666;
        display: block;
        line-height: 1;
    }

        .single-product-wrap .product-content-wrap-3 .product-author span a {
            color: #000000;
        }

            .single-product-wrap .product-content-wrap-3 .product-author span a:hover {
                color: #1890ff;
            }

                .single-product-wrap .product-content-wrap-3 .product-author span a:hover.orange {
                    color: #e44311;
                }

.single-product-wrap .product-content-wrap-3 .single-product-sold {
    margin-top: 15px;
}

    .single-product-wrap .product-content-wrap-3 .single-product-sold .progress {
        background: #eeeeee none repeat scroll 0 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 8px;
        overflow: visible;
    }

        .single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar {
            background: #1890ff;
            -webkit-box-shadow: none;
            box-shadow: none;
            position: relative;
        }

            .single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width70 {
                width: 70%;
            }

            .single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width50 {
                width: 50%;
            }

            .single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width30 {
                width: 30%;
            }

            .single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width90 {
                width: 90%;
            }

            .single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width60 {
                width: 60%;
            }

    .single-product-wrap .product-content-wrap-3 .single-product-sold span {
        font-size: 13px;
        color: #000000;
        letter-spacing: .25px;
        display: block;
        margin: 11px 0 0;
        line-height: 1;
    }

.single-product-wrap .product-content-position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    padding: 17px 10px 5px;
}

    .single-product-wrap .product-content-position.product-content-wrap-2-modify {
        padding: 10px 10px 5px;
    }

    .single-product-wrap .product-content-position.product-content-position-plr-0 {
        padding: 10px 0px 5px;
    }

    .single-product-wrap .product-content-position h3 a {
        color: #999999;
    }

        .single-product-wrap .product-content-position h3 a:hover {
            color: #1890ff;
        }

.single-product-wrap .product-content-position-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
    padding: 17px 0px 5px;
}

    .single-product-wrap .product-content-position-2.pro-position-2-padding-dec {
        padding: 10px 0px 5px;
    }

.single-product-wrap .tooltip-style button span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -45px;
    color: #ffffff;
    background-color: #000000;
    white-space: pre;
    font-size: 13px;
    display: block;
    line-height: 1;
    padding: 4px 12px 6px;
    opacity: 0;
    visibility: hidden;
}

    .single-product-wrap .tooltip-style button span:before {
        position: absolute;
        content: "";
        bottom: -11px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 12px solid #000;
    }

.single-product-wrap .tooltip-style button:first-child span {
    left: -14px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

    .single-product-wrap .tooltip-style button:first-child span:before {
        left: 19px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.single-product-wrap .tooltip-style button:last-child span {
    right: 0px;
    top: -41px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
}

    .single-product-wrap .tooltip-style button:last-child span:before {
        right: 7px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.single-product-wrap .tooltip-style button:hover span {
    opacity: 1;
    visibility: visible;
}

.single-product-wrap .product-content-2 h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

    .single-product-wrap .product-content-2 h3 a {
        position: relative;
        color: #000000;
    }

        .single-product-wrap .product-content-2 h3 a span.blod {
            font-weight: bold;
        }

        .single-product-wrap .product-content-2 h3 a span.available-product {
            position: absolute;
            font-size: 12px;
            top: 3px;
            right: -28px;
        }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-content-2 h3 a span.available-product {
        right: -25px;
    }
}

.single-product-wrap .product-content-2 h3 a:hover {
    text-decoration: underline;
}

.single-product-wrap .product-content-categories-2 h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    letter-spacing: .5px;
    margin: 0;
    text-transform: uppercase;
}

    .single-product-wrap .product-content-categories-2 h5.font-width-dec {
        font-weight: 400;
        letter-spacing: 0px;
    }

    .single-product-wrap .product-content-categories-2 h5 a {
        color: #000000;
    }

        .single-product-wrap .product-content-categories-2 h5 a:hover {
            color: #1890ff;
        }

.single-product-wrap .product-content-categories-2.product-content-blue h5 a {
    display: inline-block;
    border-bottom: 1px solid transparent;
}

    .single-product-wrap .product-content-categories-2.product-content-blue h5 a:hover {
        border-bottom: 1px solid #1890ff;
        color: #1890ff;
    }

.single-product-wrap .product-content-categories-2.product-content-orange h5 a {
    display: inline-block;
    border-bottom: 1px solid transparent;
}

    .single-product-wrap .product-content-categories-2.product-content-orange h5 a:hover {
        border-bottom: 1px solid #e44311;
        color: #e44311;
    }

.single-product-wrap .product-content-categories-2.product-content-green-2 h5 a {
    display: inline-block;
    border-bottom: 1px solid transparent;
}

    .single-product-wrap .product-content-categories-2.product-content-green-2 h5 a:hover {
        border-bottom: 1px solid #6aae27;
        color: #6aae27;
    }

.single-product-wrap:hover .product-img.product-img-zoom a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-product-wrap:hover .product-img .product-action-wrap {
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.single-product-wrap:hover .product-img .product-action-2 button:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.single-product-wrap:hover .product-img .product-action-2 button:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.single-product-wrap:hover .product-img .product-action-2 button:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.single-product-wrap:hover .product-img.product-img-border a img {
    border: 1px solid #1890ff;
}

.single-product-wrap:hover .product-img.product-img-border.border-blue a img {
    border: 1px solid #1890ff;
}

.single-product-wrap:hover .product-img.product-img-border.border-green-2 a img {
    border: 1px solid #6aae27;
}

.single-product-wrap:hover .product-img.product-img-border-transparent a img {
    border: 1px solid #e44311;
}

.single-product-wrap:hover .product-content-wrap-2 {
    opacity: 0;
    visibility: hidden;
}

.single-product-wrap:hover .product-content-position {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.single-product-wrap:hover .product-content-position-2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .single-product-wrap.mb-35 {
        margin-bottom: 30px;
    }

    .single-product-wrap.mb-60 {
        margin-bottom: 30px;
    }

    .single-product-wrap.mb-50 {
        margin-bottom: 30px;
    }
}

.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;
        -webkit-animation-name: moveUp;
        animation-name: moveUp;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }

.tab-content .tab-pane.bg-white {
    padding: 20px 0;
}

    .tab-content .tab-pane.bg-white img {
        width: 100%;
    }





.product-slider-active .slick-list,
.product-slider-active-3 .slick-list,
.product-slider-active-4 .slick-list,
.product-slider-active-5 .slick-list,
.product-slider-active-7 .slick-list,
.product-slider-active-8 .slick-list,
.product-slider-active-9 .slick-list,
.related-product-active .slick-list {
    margin: 0 -15px;
}

    .product-slider-active .slick-list .product-plr-1,
    .product-slider-active-3 .slick-list .product-plr-1,
    .product-slider-active-4 .slick-list .product-plr-1,
    .product-slider-active-5 .slick-list .product-plr-1,
    .product-slider-active-7 .slick-list .product-plr-1,
    .product-slider-active-8 .slick-list .product-plr-1,
    .product-slider-active-9 .slick-list .product-plr-1,
    .related-product-active .slick-list .product-plr-1 {
        padding: 0 15px;
    }

.product-categories-slider-1 .slick-list,
.product-categories-slider-2 .slick-list,
.product-categories-slider-3 .slick-list {
    margin: 0 -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .product-categories-slider-1 .slick-list,
    .product-categories-slider-2 .slick-list,
    .product-categories-slider-3 .slick-list {
        margin: 0 -15px;
    }
}

@media only screen and (max-width: 767px) {

    .product-categories-slider-1 .slick-list,
    .product-categories-slider-2 .slick-list,
    .product-categories-slider-3 .slick-list {
        margin: 0 -15px;
    }
}

.product-categories-slider-1 .slick-list .product-plr-1,
.product-categories-slider-2 .slick-list .product-plr-1,
.product-categories-slider-3 .slick-list .product-plr-1 {
    padding: 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

    .product-categories-slider-1 .slick-list .product-plr-1,
    .product-categories-slider-2 .slick-list .product-plr-1,
    .product-categories-slider-3 .slick-list .product-plr-1 {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {

    .product-categories-slider-1 .slick-list .product-plr-1,
    .product-categories-slider-2 .slick-list .product-plr-1,
    .product-categories-slider-3 .slick-list .product-plr-1 {
        padding: 0 15px;
    }
}

.product-slider-active-2 .slick-list {
    margin: 0 -15px;
    padding: 20px 0 20px;
}

    .product-slider-active-2 .slick-list .product-plr-2 {
        padding: 0 15px;
    }

.product-slider-active-6 .slick-list {
    margin: 0 -15px;
}

    .product-slider-active-6 .slick-list .product-plr-2 {
        padding: 0 15px;
    }

.tab-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .tab-btn-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .tab-btn-wrap.mb-40 {
            margin-bottom: 30px;
        }
}

.tab-style-2 a {
    color: #999999;
    display: inline-block;
    letter-spacing: .1px;
    text-transform: uppercase;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .tab-style-2 a {
        margin-bottom: 5px;
    }
}

.tab-style-2 a:last-child {
    margin-right: 0;
}

.tab-style-2 a.active {
    color: #181b31;
}

@media only screen and (max-width: 767px) {
    .tab-style-2 {
        margin: 0px 8px 2px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.deal-content-1 > span {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 10px;
    text-transform: uppercase;
    background-color: #6b7b90;
}

.deal-content-1 h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: -.25px;
    margin: 35px 0 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1 h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 25px 0 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1 h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 25px 0 14px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1 h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 25px 0 14px;
    }
}

.deal-content-1 h2 span {
    text-transform: uppercase;
    font-weight: bold;
    color: #1890ff;
}

.deal-content-1 p {
    width: 30%;
    letter-spacing: .25px;
    margin: 0 0 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1 p {
        width: 37%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1 p {
        width: 37%;
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1 p {
        width: 90%;
    }
}

.deal-content-1 .timer-wrap {
    margin: 45px 0 105px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1 .timer-wrap {
        margin: 35px 0 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1 .timer-wrap {
        margin: 35px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1 .timer-wrap {
        margin: 25px 0 30px;
    }
}

.deal-content-1 .timer-wrap h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 27px;
}

@media only screen and (max-width: 767px) {
    .deal-content-1 .timer-wrap h4 {
        margin: 0 0 10px;
    }
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell {
        text-align: center;
        margin-right: 60px;
    }

@media only screen and (max-width: 767px) {
    .deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell {
        margin-right: 35px;
    }
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child {
    margin-right: 0;
}

    .deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child .syotimer-cell__value:before {
        display: none;
    }

    .deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child .syotimer-cell__value:after {
        display: none;
    }

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 48px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: -.25px;
    margin: 0 0 10px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
        font-size: 30px;
    }
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value:before {
    position: absolute;
    content: "";
    right: -50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 20%;
    width: 4px;
    height: 4px;
    background-color: #000000;
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value:after {
    position: absolute;
    content: "";
    right: -50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 20%;
    width: 4px;
    height: 4px;
    background-color: #000000;
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__unit {
    letter-spacing: -.25px;
    line-height: 1;
    text-transform: capitalize;
}

.deal-content-1 .deal-btn a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 0 3px;
    border-bottom: 1px solid #000000;
    color: #000000;
}

    .deal-content-1 .deal-btn a:hover {
        color: #1890ff;
        border-bottom: 1px solid #1890ff;
    }

@media only screen and (max-width: 767px) {
    .deal-content-1 .deal-btn a {
        font-size: 18px;
    }
}

.deal-content-1.deal-content-1-modify {
    padding-left: 170px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 15px;
    }
}

.deal-content-1.deal-content-1-modify > span {
    font-size: 14px;
    background-color: #1890ff1890ff;
}

.deal-content-1.deal-content-1-modify h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 23px 0 0px;
}

@media only screen and (max-width: 767px) {
    .deal-content-1.deal-content-1-modify h2 {
        font-size: 28px;
        line-height: 33px;
        margin: 15px 0 10px;
    }
}

.deal-content-1.deal-content-1-modify .timer-wrap {
    margin: 48px 0 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1.deal-content-1-modify .timer-wrap {
        margin: 35px 0 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1.deal-content-1-modify .timer-wrap {
        margin: 35px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1.deal-content-1-modify .timer-wrap {
        margin: 25px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-3 {
        margin-top: 10px;
    }
}

.tab-style-3 a {
    display: inline-block;
    color: #999999;
    padding: 3px 16px 5px;
    margin-right: 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .tab-style-3 a {
        margin-bottom: 5px;
    }
}

.tab-style-3 a:last-child {
    margin-right: 0;
}

.tab-style-3 a:hover {
    color: #1890ff;
}

.tab-style-3 a.active {
    font-weight: 600;
    color: #1890ff;
    background-color: #edf8f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-3.tab-style-3-blue a {
        padding: 2px 10px 4px;
        margin-right: 3px;
    }
}

.tab-style-3.tab-style-3-blue a:hover {
    color: #1890ff;
}

.tab-style-3.tab-style-3-blue a.active {
    color: #1890ff;
    background-color: #eef5fd;
}

.tab-style-3.tab-style-3-green-2 a:hover {
    color: #6aae27;
}

.tab-style-3.tab-style-3-green-2 a.active {
    color: #6aae27;
    background-color: #eef8e4;
}

.single-product-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .single-product-wrap-2:before {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        content: "";
        border: 1px solid #bfbfbf;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 9;
    }

    .single-product-wrap-2 .product-img-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
        position: relative;
    }

        .single-product-wrap-2 .product-img-2 a {
            display: block;
        }

            .single-product-wrap-2 .product-img-2 a img {
                width: 100%;
            }

        .single-product-wrap-2 .product-img-2 span.pro-badge {
            position: absolute;
            top: 0px;
            font-weight: 600;
            color: #ffffff;
            display: inline-block;
            padding: 4px 6px 5px;
            line-height: 1;
        }

            .single-product-wrap-2 .product-img-2 span.pro-badge.left {
                left: 0px;
            }

            .single-product-wrap-2 .product-img-2 span.pro-badge.right {
                right: 0px;
            }

            .single-product-wrap-2 .product-img-2 span.pro-badge.bg-black {
                background-color: #000000;
            }

            .single-product-wrap-2 .product-img-2 span.pro-badge.bg-red {
                background-color: #ff2f2f;
            }

            .single-product-wrap-2 .product-img-2 span.pro-badge.bg-blue {
                background-color: #1890FF;
            }

    .single-product-wrap-2 .product-content-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 63%;
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
        padding: 0 15px 0 25px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-wrap-2 .product-content-3 {
        padding: 0 10px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 {
        padding: 0 10px 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 {
        padding: 0 15px 0 25px;
    }
}

.single-product-wrap-2 .product-content-3 span {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: .25px;
    display: block;
}

.single-product-wrap-2 .product-content-3 h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 4px 0 14px;
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 h4 {
        margin: 4px 0 6px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 h4 {
        margin: 4px 0 14px;
    }
}

.single-product-wrap-2 .product-content-3 h4 a {
    color: #000000;
}

    .single-product-wrap-2 .product-content-3 h4 a:hover {
        text-decoration: underline;
    }

.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 24px;
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 .product-rating-wrap-2 {
        margin: 0 0 8px;
    }
}

.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2 i {
        font-size: 14px;
        color: #1890FF;
        margin-right: 2px;
    }

        .single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2 i.gray {
            color: #cccccc;
        }

.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 span {
    font-size: 12px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    margin-left: 5px;
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span {
            font-size: 18px;
            font-family: "Heebo", sans-serif;
            color: #000000;
        }

            .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span.new-price {
                color: #1890FF;
            }

            .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span.old-price {
                color: #999999;
                font-size: 14px;
                margin-left: 10px;
                text-decoration: line-through;
            }

    .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

        .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button {
            background-color: transparent;
            border: none;
            padding: 0;
            font-size: 22px;
            color: #222222;
            margin-right: 15px;
        }

@media only screen and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button {
        font-size: 17px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button {
        font-size: 22px;
        margin-right: 15px;
    }
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button:last-child {
    margin-right: 0;
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button:hover {
    color: #1890ff;
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3.pro-action-3-blue button:hover {
    color: #1890FF;
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3.pro-action-3-green-2 button:hover {
    color: #6aae27;
}

.single-product-wrap-2:hover:before {
    left: -13px;
    top: -13px;
    right: -13px;
    bottom: -13px;
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2:hover:before {
        left: -10px;
        top: -10px;
        right: -10px;
        bottom: -10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap-2:hover:before {
        left: -13px;
        top: -13px;
        right: -13px;
        bottom: -13px;
    }
}

.single-product-wrap-2:hover .product-content-3 .pro-price-action-wrap .product-action-3 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-slider-active-6 .single-product-wrap-2 {
    padding: 10px 0;
}

    .product-slider-active-6 .single-product-wrap-2:before {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
    }

    .product-slider-active-6 .single-product-wrap-2:hover:before {
        left: 1px;
        top: 0px;
        right: 1px;
        bottom: 0px;
    }

.product-categories-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .product-categories-wrap .product-categories-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
        overflow: hidden;
    }

@media only screen and (max-width: 767px) {
    .product-categories-wrap .product-categories-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.product-categories-wrap .product-categories-img a {
    display: block;
}

    .product-categories-wrap .product-categories-img a img {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

.product-categories-wrap .product-categories-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    padding: 0 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap .product-categories-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 0 0 15px;
    }
}

.product-categories-wrap .product-categories-content h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    margin: 0;
}

.product-categories-wrap .product-categories-content ul {
    margin: 16px 0 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-categories-wrap .product-categories-content ul {
        margin: 6px 0 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap .product-categories-content ul {
        margin: 6px 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap .product-categories-content ul {
        margin: 8px 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-categories-wrap .product-categories-content ul {
        margin: 6px 0 5px;
    }
}

.product-categories-wrap .product-categories-content ul li {
    display: block;
    margin: 0 0 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-categories-wrap .product-categories-content ul li {
        margin: 0 0 1px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap .product-categories-content ul li {
        margin: 0 0 2px;
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap .product-categories-content ul li {
        margin: 0 0 2px;
    }
}

.product-categories-wrap .product-categories-content ul li:last-child {
    margin-bottom: 0;
}

.product-categories-wrap .product-categories-content ul li a {
    display: block;
    font-size: 14px;
    color: #666666;
}

    .product-categories-wrap .product-categories-content ul li a:hover {
        color: #222;
        text-decoration: underline;
    }

.product-categories-wrap .product-categories-content .product-categories-btn a {
    display: inline-block;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

    .product-categories-wrap .product-categories-content .product-categories-btn a i {
        margin: 0 0 0 2px;
        font-size: 11px;
        position: relative;
        top: 1px;
    }

    .product-categories-wrap .product-categories-content .product-categories-btn a:hover {
        color: #1890FF;
    }

.product-categories-wrap.product-categories-border {
    border-right: 1px solid #e1e1e1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap.product-categories-border.categories-border-none-md {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap.product-categories-border {
        border: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap.categories-border-add-md {
        border-right: 1px solid #e1e1e1;
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap.mb-45 {
        margin-bottom: 30px;
    }
}

.product-categories-wrap:hover .product-categories-img a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-style-5 a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
}

    .btn-style-5 a i {
        margin-left: 2px;
        font-size: 12px;
        position: relative;
        top: 1px;
    }

    .btn-style-5 a:hover {
        color: #1890FF;
    }

@media only screen and (max-width: 767px) {
    .tab-style-4 {
        margin: 10px 0 0;
    }
}

.tab-style-4 a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #999999;
    margin-right: 50px;
    padding: 0 0 22px;
    border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-4 a {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-4 a {
        margin-right: 20px;
        padding: 0 0 9px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-style-4 a {
        margin-bottom: 0px;
    }
}

.tab-style-4 a:last-child {
    margin-right: 0;
}

.tab-style-4 a.active {
    color: #222;
    border-bottom: 1px solid #222;
}

.nav-style-3 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5%;
    text-align: center;
    color: #222222;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-3 > span {
        left: -0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-3 > span {
        left: 2%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-3 > span {
        left: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-3 > span {
        left: 3%;
    }
}

.nav-style-3 > span.pro-slider-icon-1-next {
    left: auto;
    right: -5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-3 > span.pro-slider-icon-1-next {
        right: -0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-3 > span.pro-slider-icon-1-next {
        right: 2%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-3 > span.pro-slider-icon-1-next {
        right: 0%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-3 > span.pro-slider-icon-1-next {
        right: 3%;
    }
}

.nav-style-3 > span:hover {
    color: #1890FF;
}

.nav-style-3:hover span {
    left: -6%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-3:hover span {
        left: -1%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-3:hover span {
        left: -1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-3:hover span {
        left: -1%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-3:hover span {
        left: 0%;
    }
}

.nav-style-3:hover span.pro-slider-icon-1-next {
    left: auto;
    right: -6%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-3:hover span.pro-slider-icon-1-next {
        right: -1%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-3:hover span.pro-slider-icon-1-next {
        right: -1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-3:hover span.pro-slider-icon-1-next {
        right: -1%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-3:hover span.pro-slider-icon-1-next {
        right: 0%;
    }
}

.nav-style-4 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5%;
    text-align: center;
    color: #cccccc;
    font-size: 36px;
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-4 > span {
        left: -0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-4 > span {
        left: -1%;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-4 > span {
        font-size: 22px;
    }
}

.nav-style-4 > span.pro-slider-icon-1-next {
    left: auto;
    right: -5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-4 > span.pro-slider-icon-1-next {
        right: -0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-4 > span.pro-slider-icon-1-next {
        right: -1%;
    }
}

.nav-style-4 > span:hover {
    color: #000000;
}

.nav-style-4:hover span {
    left: -6%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-4:hover span {
        left: -1%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-4:hover span {
        left: -3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-4:hover span {
        left: -3%;
    }
}

.nav-style-4:hover span.pro-slider-icon-1-next {
    left: auto;
    right: -6%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-4:hover span.pro-slider-icon-1-next {
        right: -1%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-4:hover span.pro-slider-icon-1-next {
        right: -3%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-4:hover span.pro-slider-icon-1-next {
        right: -3%;
    }
}

.product-categories-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap-2 {
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
}

.product-categories-wrap-2 .single-product-categories-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap-2 .single-product-categories-2 {
        width: 33.333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap-2 .single-product-categories-2 {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-categories-wrap-2 .single-product-categories-2 {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon {
    margin-right: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon {
        margin-right: 15px;
    }
}

.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon i {
    font-size: 40px;
    color: #cccccc;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-content h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

    .product-categories-wrap-2 .single-product-categories-2 .product-categories-2-content h4 a {
        color: #000000;
    }

.product-categories-wrap-2 .single-product-categories-2:hover .product-categories-2-icon i {
    color: #000000;
}

.product-categories-wrap-2 .single-product-categories-2:hover .product-categories-2-content h4 {
    font-weight: bold;
}

.tab-btn-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-btn-wrap-2 {
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .tab-btn-wrap-2 {
        display: block;
        margin: 7px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-btn-wrap-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-5 {
        margin-bottom: 5px;
    }
}

.tab-style-5 a {
    color: #999999;
    font-size: 16px;
    margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-style-5 a {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-5 a {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-5 a {
        margin-right: 20px;
    }
}

.tab-style-5 a:last-child {
    margin-right: 0;
}

.tab-style-5 a.active {
    color: #000000;
    font-weight: 600;
}

.tab-style-5 a:hover {
    color: #000000;
}

.btn-style-6 a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #000000;
}

    .btn-style-6 a:hover {
        text-decoration: underline;
    }

@media only screen and (max-width: 767px) {
    .btn-style-6.ml-60 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn-style-6.ml-60 {
        margin-left: 20px;
    }
}

.hm4-pb-100 {
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm4-pb-100 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hm4-pb-100 {
        padding-bottom: 25px;
    }
}

.section-title-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .section-title-btn-wrap.pb-20 {
        padding-bottom: 15px;
    }

    .section-title-btn-wrap.mb-50 {
        margin-bottom: 30px;
    }
}

.section-title-deal-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-deal-wrap {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-deal-wrap {
        display: block;
        margin: 0 0 5px;
    }
}

.section-title-deal-wrap .timer-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-deal-wrap .timer-wrap-2 {
        margin-left: 0;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-deal-wrap .timer-wrap-2 {
        margin-left: 0px;
        display: block;
    }
}

.section-title-deal-wrap .timer-wrap-2 h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .25px;
}

@media only screen and (max-width: 767px) {
    .section-title-deal-wrap .timer-wrap-2 h4 {
        margin: 10px 0 10px;
    }
}

.section-title-deal-wrap .timer-wrap-2 h4 i {
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.timer-style-2 {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .timer-style-2 {
        margin-left: 0px;
    }
}

.timer-style-2 .syotimer__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .timer-style-2 .syotimer__body .syotimer-cell {
        margin-right: 15px;
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #1890FF;
        font-weight: 600;
        font-size: 14px;
    }

        .timer-style-2 .syotimer__body .syotimer-cell::before {
            position: absolute;
            content: "";
            right: -8px;
            top: 42%;
            width: 2px;
            height: 2px;
            background-color: #1890FF;
        }

        .timer-style-2 .syotimer__body .syotimer-cell::after {
            position: absolute;
            content: "";
            right: -8px;
            bottom: 32%;
            width: 2px;
            height: 2px;
            background-color: #1890FF;
        }

        .timer-style-2 .syotimer__body .syotimer-cell:last-child {
            margin-right: 0px;
        }

            .timer-style-2 .syotimer__body .syotimer-cell:last-child::before {
                display: none;
            }

            .timer-style-2 .syotimer__body .syotimer-cell:last-child::after {
                display: none;
            }

        .timer-style-2 .syotimer__body .syotimer-cell .syotimer-cell__value {
            margin-right: 2px;
        }

.btn-style-7 a {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #666666;
    padding: 0 0 2px;
    color: #000000;
    line-height: 1;
}

    .btn-style-7 a:hover {
        color: #1890FF;
        border-bottom: 1px solid #1890FF;
    }

.btn-style-7.btn-style-7-blue a:hover {
    color: #1890ff;
    border-bottom: 1px solid #1890ff;
}

.product-list-style-wrap {
    border: 1px solid #e0e0e0;
    padding: 18px 30px 33px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-style-wrap {
        padding: 34px 30px 33px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-style-wrap {
        padding: 30px 20px 30px;
    }
}

.product-list-style {
    margin: 0 0 115px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-list-style {
        margin: 0 0 97px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-style {
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-style {
        margin: 0 0 35px;
    }
}

.product-list-style a {
    display: block;
    color: #000000;
    width: 100%;
    margin: 0 0 14px;
    letter-spacing: .25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-style a {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-style a {
        margin: 0 0 10px;
    }
}

.product-list-style a:last-child {
    margin: 0 0 0;
}

.product-list-style a.active {
    color: #999999;
}

.product-list-style a:hover {
    color: #1890FF;
}

.btn-style-8 a {
    display: block;
    color: #999999;
    font-style: italic;
}

    .btn-style-8 a:hover {
        color: #1890FF;
    }

.tab-style-7 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 24px;
}

@media only screen and (max-width: 767px) {
    .tab-style-7 {
        margin-top: 0px;
        margin-right: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-style-7 {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: -47px;
        margin-right: 24px;
    }
}

.tab-style-7 a {
    color: #000000;
    margin-right: 40px;
}

@media only screen and (max-width: 767px) {
    .tab-style-7 a {
        margin-right: 20px;
    }
}

.tab-style-7 a:last-child {
    margin-right: 0;
}

.tab-style-7 a.active {
    font-weight: bold;
}

.tab-content-mrg-top {
    margin-top: 33px;
}

@media only screen and (max-width: 767px) {
    .tab-content-mrg-top {
        margin-top: 20px;
    }
}

.single-deal-wrap {
    padding: 75px 0 75px;
}

@media only screen and (max-width: 767px) {
    .single-deal-wrap {
        padding: 60px 0 60px;
    }
}

.tab-style-8 a {
    color: #000000;
    letter-spacing: .25px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .tab-style-8 a {
        margin-right: 16px;
    }
}

.tab-style-8 a:last-child {
    margin-right: 0;
}

.tab-style-8 a.active {
    color: #999999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-8.tab-res-mrg {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-8.tab-res-mrg {
        margin-top: 12px;
    }

    .tab-style-8.tab-res-mrg-2 {
        margin-top: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-style-8.tab-res-mrg-2 {
        margin-top: 0px;
    }
}

.product-pb-80 {
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-pb-80 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .product-pb-80 {
        padding-bottom: 20px;
    }
}

.single-sidebar-product {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

    .single-sidebar-product .sidebar-product-img {
        margin-right: 28px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-sidebar-product .sidebar-product-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-sidebar-product .sidebar-product-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

.single-sidebar-product .sidebar-product-img a {
    display: block;
}

    .single-sidebar-product .sidebar-product-img a img {
        width: 100%;
    }

.single-sidebar-product .sidebar-product-content h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 17px;
}

    .single-sidebar-product .sidebar-product-content h5 a {
        color: #000000;
    }

        .single-sidebar-product .sidebar-product-content h5 a:hover {
            text-decoration: underline;
        }

.single-sidebar-product .sidebar-product-content .sidebar-product-price span {
    font-size: 18px;
    color: #000000;
    font-family: "Heebo", sans-serif;
    display: inline-block;
    line-height: 1;
}

    .single-sidebar-product .sidebar-product-content .sidebar-product-price span.new-price {
        color: #1890FF;
    }

    .single-sidebar-product .sidebar-product-content .sidebar-product-price span.old-price {
        margin-left: 10px;
        font-size: 14px;
        color: #999999;
        text-decoration: line-through;
    }

.nav-style-5 > span {
    position: absolute;
    top: -62px;
    right: 0;
    font-size: 14px;
    color: #000000;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .nav-style-5 > span {
        top: -63px;
    }
}

.nav-style-5 > span.sidebar-icon-prev {
    margin-right: 20px;
}

.nav-style-5 > span:hover {
    color: #1890FF;
}

.nav-style-5.nav-style-5-modify > span {
    top: -50px;
    font-size: 18px;
    color: #999;
}

    .nav-style-5.nav-style-5-modify > span.sidebar-icon-prev {
        margin-right: 30px;
    }

    .nav-style-5.nav-style-5-modify > span:hover {
        color: #1890FF;
    }

@media only screen and (max-width: 767px) {
    .nav-style-5.nav-style-5-modify > span {
        display: none !important;
    }
}

.tab-style-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .tab-style-9 a {
        font-size: 16px;
        color: #666666;
        margin-right: 40px;
    }

@media only screen and (max-width: 767px) {
    .tab-style-9 a {
        margin-right: 20px;
        margin-bottom: 5px;
    }
}

.tab-style-9 a:last-child {
    margin-right: 0;
}

.tab-style-9 a.active {
    color: #1890ff;
}

@media only screen and (max-width: 767px) {
    .tab-style-9.mb-60 {
        margin-bottom: 25px;
    }
}

.deal-bg-color {
    background-color: #eaeff2;
}

.deal-content-2 > span {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: -.25px;
    text-transform: uppercase;
    background-color: #1890FF;
    padding: 5px 9px 7px;
}

.deal-content-2 > h2 {
    line-height: 40px;
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    letter-spacing: -.25px;
    margin: 23px 0 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-2 > h2 {
        line-height: 30px;
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-2 > h2 {
        line-height: 34px;
        font-size: 27px;
        margin: 20px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-2 > h2 {
        line-height: 33px;
        font-size: 27px;
        margin: 15px 0 0px;
    }
}

.deal-content-2 > h2 span {
    font-weight: bold;
    color: #1890FF;
    text-transform: uppercase;
}

.deal-content-2 p {
    width: 86%;
    margin: 0 0 31px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-2 p {
        width: 100%;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-2 p {
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-2 p {
        margin: 0 0 10px;
    }
}

.deal-content-2 .deal-btn-2 a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}

    .deal-content-2 .deal-btn-2 a:hover {
        color: #1890FF;
        border-bottom: 1px solid #1890FF;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-2.pl-50 {
        padding-left: 30px;
    }

    .deal-content-2.pl-35 {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-2 {
        padding-top: 50px;
    }

        .deal-content-2.pl-50 {
            padding-left: 75px;
        }

        .deal-content-2.pl-35 {
            padding-left: 0px;
        }
}

@media only screen and (max-width: 767px) {
    .deal-content-2.pl-50 {
        padding-left: 20px;
        padding-top: 30px;
        padding-right: 10px;
    }

    .deal-content-2.pl-35 {
        padding-left: 20px;
        padding-top: 10px;
    }
}

.deal-img {
    margin: 35px 70px 0 60px;
}

@media only screen and (max-width: 767px) {
    .deal-img {
        margin: 30px 20px 0 20px;
    }
}

.deal-img a {
    display: block;
}

    .deal-img a img {
        width: 100%;
    }

.more-product-btn a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 57px;
    color: #1890ff;
    border: 1px solid #1890ff;
}

    .more-product-btn a:hover {
        background-color: #1890ff;
        color: #ffffff;
    }

.section-wrap-1 {
    background-color: #ffffff;
    padding: 36px 30px 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-wrap-1 {
        padding: 36px 20px 34px;
    }
}

@media only screen and (max-width: 767px) {
    .section-wrap-1 {
        padding: 36px 20px 34px;
    }
}

.section-wrap-3 {
    background-color: #ffffff;
}

.section-wrap-4 {
    padding: 30px;
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .section-wrap-4 {
        padding: 15px;
    }
}

.product-area-padding {
    padding: 35px 30px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-area-padding {
        padding: 20px 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-area-padding {
        padding: 30px 15px 30px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-area-padding {
        padding: 30px 30px 30px 30px;
    }
}

.btn-style-9 a {
    display: inline-block;
    text-transform: uppercase;
    color: #666666;
}

    .btn-style-9 a:hover {
        color: #1890FF;
    }

.tab-style-10 a {
    display: inline-block;
    margin-right: 35px;
    color: #000000;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .tab-style-10 a {
        margin-right: 15px;
    }
}

.tab-style-10 a:last-child {
    margin-right: 0;
}

.tab-style-10 a.active {
    font-weight: bold;
    color: #1890FF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-10 {
        margin: 5px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-area.pb-100 {
        padding-bottom: 40px;
    }

    .product-area.pb-75 {
        padding-bottom: 35px;
    }

    .product-area.pb-80 {
        padding-bottom: 40px;
    }

    .product-categories-area.pb-70 {
        padding-bottom: 30px;
    }

    .product-categories-area.pb-60 {
        padding-bottom: 20px;
    }

    .deal-area.pt-150 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .product-area.pb-100 {
        padding-bottom: 25px;
    }

    .product-area.pb-95 {
        padding-bottom: 15px;
    }

    .product-area.pb-75 {
        padding-bottom: 20px;
    }

    .product-area.pb-80 {
        padding-bottom: 25px;
    }

    .product-area.pb-85 {
        padding-bottom: 60px;
    }

    .product-categories-area.pb-70 {
        padding-bottom: 30px;
    }

    .product-categories-area.pb-60 {
        padding-bottom: 20px;
    }

    .deal-area.pt-150 {
        padding-top: 60px;
    }
}

.nav-style-6 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #e1e2e2;
    background-color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

    .nav-style-6 > span.icon-next {
        left: auto;
        right: 0%;
    }

    .nav-style-6 > span:hover {
        color: #ffffff;
        border: 1px solid #1890FF;
        background-color: #1890FF;
    }

.nav-style-6:hover span {
    opacity: 1;
    visibility: visible;
}

.sub-meta,
.select-bar {
    width: 100%;
}

    .select-bar span {
        color: #464855;
    }

    .select-bar .select-title {
        width: 100px;
        display: inline-block;
        font-size: 14px;
        color: #898EA2;
        letter-spacing: 9px;
    }

        .select-bar .select-title:after {
            content: ":";
        }

/*-------- 9. Banner style ---------*/
.banner-wrap {
    position: relative;
}

    .banner-wrap.banner-mr-1 {
        margin-right: -30px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap.banner-mr-1 {
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap.banner-mr-1 {
        margin-right: 0px;
    }
}

.banner-wrap.banner-ml-1 {
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap.banner-ml-1 {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap.banner-ml-1 {
        margin-left: 0px;
    }
}

.banner-wrap .banner-img {
    position: relative;
    overflow: hidden;
}

    .banner-wrap .banner-img a {
        display: block;
    }

        .banner-wrap .banner-img a img {
            width: 100%;
        }

    .banner-wrap .banner-img.banner-img-border {
        border: 1px solid #d9d9d9;
    }

.banner-wrap .banner-img-zoom a {
    display: block;
}

    .banner-wrap .banner-img-zoom a img {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

.banner-wrap .banner-content-1 {
    position: absolute;
    left: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-1 {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-1 {
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-1 {
        left: 20px;
    }
}

.banner-wrap .banner-content-1 h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    line-height: 40px;
    letter-spacing: -.25px;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 27px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 25px;
        line-height: 32px;
    }
}

.banner-wrap .banner-content-1 p {
    width: 75%;
    margin: 28px 0 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-1 p {
        margin: 28px 0 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-1 p {
        margin: 12px 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-1 p {
        margin: 8px 0 21px;
    }
}

.banner-wrap .banner-content-2 {
    position: absolute;
    left: 70px;
    top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-2 {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-2 {
        left: 20px;
        top: 62px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-2 {
        left: 20px;
        top: 62px;
    }
}

.banner-wrap .banner-content-2 h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    line-height: 40px;
    letter-spacing: -.25px;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-2 h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-2 h2 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-2 h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-2 h2 {
        font-size: 25px;
    }
}

.banner-wrap .banner-content-2 p {
    width: 75%;
    margin: 28px 0 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-2 p {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-2 p {
        width: 95%;
        margin: 10px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-2 p {
        width: 95%;
        margin: 10px 0 0px;
    }
}

.banner-wrap .banner-content-3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-3 {
        left: 15px;
    }
}

.banner-wrap .banner-content-3 h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    letter-spacing: -.25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-3 h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-3 h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

.banner-wrap .banner-content-3 span {
    font-size: 12px;
    color: #666666;
    display: block;
    margin: 17px 0 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-3 span {
        margin: 10px 0 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-3 span {
        margin: 10px 0 2px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-3 span {
        margin: 6px 0 2px;
    }
}

.banner-wrap .banner-content-3 h3 {
    font-size: 18px;
    color: #1890FF;
    font-weight: 600;
    margin: 0 0 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-3 h3 {
        margin: 0 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-3 h3 {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-3 h3 {
        margin: 0 0 12px;
    }
}

.banner-wrap .banner-content-4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-4 {
        left: 15px;
    }
}

.banner-wrap .banner-content-4 h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    letter-spacing: -.25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-4 h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-4 h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

.banner-wrap .banner-content-4 h2 span {
    color: #1890FF;
}

.banner-wrap .banner-content-4 > span {
    font-size: 12px;
    color: #666666;
    display: block;
    text-transform: uppercase;
    margin: 17px 0 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-4 > span {
        margin: 10px 0 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-4 > span {
        margin: 10px 0 2px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-4 > span {
        margin: 6px 0 2px;
    }
}

.banner-wrap .banner-content-4 h3 {
    font-size: 18px;
    color: #1890FF;
    font-weight: 600;
    margin: 0 0 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-4 h3 {
        margin: 0 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-4 h3 {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-4 h3 {
        margin: 0 0 12px;
    }
}

.banner-wrap .banner-content-5 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-5 {
        left: 15px;
    }
}

.banner-wrap .banner-content-5 span {
    font-size: 12px;
    font-weight: 600;
    color: #1890FF;
    text-transform: uppercase;
    margin: 0 0 11px;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-5 span {
        margin: 0 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-5 span {
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-5 span {
        margin: 0 0 5px;
    }
}

.banner-wrap .banner-content-5 h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    letter-spacing: -.25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-5 h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-5 h2 {
        font-size: 20px;
    }
}

.banner-wrap .banner-content-5 h2 span {
    color: #1890FF;
}

.banner-wrap .banner-content-5 p {
    color: #999999;
    width: 70%;
    margin: 13px 0 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-5 p {
        margin: 5px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-5 p {
        margin: 5px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-5 p {
        margin: 2px 0 4px;
    }
}

.banner-wrap .banner-content-6 {
    position: absolute;
    left: 56%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-6 {
        left: 50%;
    }
}

.banner-wrap .banner-content-6 h3 {
    font-size: 30px;
    color: #222222;
    line-height: 36px;
    margin: 0 0 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-6 h3 {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-6 h3 {
        font-size: 17px;
        line-height: 24px;
        margin: 0 0 3px;
    }
}

.banner-wrap .banner-content-6 .banner-btn-1 a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1890FF;
}

    .banner-wrap .banner-content-6 .banner-btn-1 a i {
        font-size: 12px;
        margin: 0 0 0 3px;
    }

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-6 .banner-btn-1 a {
        font-size: 13px;
    }
}

.banner-wrap .banner-content-6 .banner-btn-1 a:hover {
    color: #000000;
}

.banner-wrap .banner-content-7-8-wrap {
    position: absolute;
    left: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap {
        left: 15px;
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-7 {
    margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 {
        margin-right: 15px;
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-7 span {
    font-size: 12px;
    color: #222222;
    font-family: "Heebo", sans-serif;
}

.banner-wrap .banner-content-7-8-wrap .banner-content-7 h2 {
    font-size: 36px;
    color: #222222;
    font-weight: 600;
    margin: 3px 0 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 h2 {
        font-size: 27px;
        margin: 3px 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 h2 {
        font-size: 16px;
        margin: 1px 0 3px;
        line-height: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 h2 {
        font-size: 20px;
        margin: 5px 0 10px;
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-7 p {
    font-size: 14px;
    color: #999999;
    font-family: "Heebo", sans-serif;
    line-height: 22px;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 p {
        line-height: 19px;
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 > span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 > span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 > span {
        font-size: 12px;
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 {
    font-weight: bold;
    font-size: 36px;
    color: #1890FF;
    font-family: "Heebo", sans-serif;
    margin: 4px 0 15px;
    text-transform: uppercase;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 {
        font-size: 32px;
        margin: 4px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 {
        font-size: 22px;
        margin: 2px 0 4px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 {
        font-size: 26px;
        margin: 5px 0 10px;
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 span {
    font-size: 18px;
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 6px 15px 6px 17px;
    text-transform: uppercase;
    background-color: #1890FF;
}

    .banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a i {
        font-size: 10px;
        margin: 0 0 0 3px;
    }

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a {
        padding: 2px 10px 3px 12px;
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a:hover {
    background-color: #000000;
}

.banner-wrap .banner-content-9 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-9 {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-9 {
        left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-9 {
        left: 20px;
    }
}

.banner-wrap .banner-content-9 span {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 220px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 6px;
        line-height: 16px;
    }
}

.banner-wrap .banner-content-9 h2 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.25px;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-9 h2 {
        font-size: 34px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-9 h2 {
        font-size: 22px;
        line-height: 27px;
    }
}

.banner-wrap .banner-content-9 p {
    width: 68%;
    margin: 20px 0 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-9 p {
        margin: 10px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-9 p {
        margin: 5px 0 6px;
        line-height: 20px;
        width: 85%;
    }
}

.banner-wrap .banner-content-10 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-10 {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-10 {
        left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-10 {
        left: 20px;
    }
}

.banner-wrap .banner-content-10 > span {
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 220px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 20px;
    }
}

.banner-wrap .banner-content-10 h2 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.25px;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-10 h2 {
        font-size: 34px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-10 h2 {
        font-size: 21px;
        line-height: 25px;
    }
}

.banner-wrap .banner-content-10 h2 span {
    font-weight: 600;
    color: #1890FF;
}

.banner-wrap .banner-content-10 p {
    width: 68%;
    margin: 25px 0 53px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-10 p {
        margin: 10px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-10 p {
        margin: 7px 0 10px;
    }
}

.banner-wrap .banner-content-11 {
    position: absolute;
    left: 66px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .banner-wrap .banner-content-11.banner-content-11-modify {
        left: 50px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11.banner-content-11-modify {
        left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify {
        left: 20px;
    }
}

.banner-wrap .banner-content-11.banner-content-11-modify-2 h2 {
    font-size: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 h2 {
        font-size: 16px;
        line-height: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 h2 {
        font-size: 21px;
        line-height: 25px;
    }
}

.banner-wrap .banner-content-11.banner-content-11-modify-2 p {
    margin: 15px 0 0px;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 p {
        margin: 7px 0 0px;
        line-height: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 p {
        margin: 15px 0 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-11 {
        left: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11 {
        left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11 {
        left: 20px;
    }
}

.banner-wrap .banner-content-11 h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.25px;
    color: #000000;
    font-weight: 300;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11 h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11 h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

.banner-wrap .banner-content-11 h2 span {
    font-weight: 600;
}

.banner-wrap .banner-content-11 p {
    margin: 15px 0 50px;
}

    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 15px 0 90px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 15px 0 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 10px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 4px 0 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 14px 0 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-11 p {
        margin: 10px 0 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11 p {
        margin: 6px 0 7px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11 p {
        margin: 6px 0 7px;
    }
}

.banner-wrap .banner-content-12 {
    position: absolute;
    left: 70px;
    top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-12 {
        left: 30px;
        top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-12 {
        left: 30px;
        top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-12 {
        left: 15px;
        top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-12 {
        left: 30px;
        top: 30px;
    }
}

.banner-wrap .banner-content-12 h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -.25px;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-12 h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-12 h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-12 h2 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-12 h2 {
        font-size: 22px;
        line-height: 27px;
    }
}

.banner-wrap .banner-content-12 p {
    margin: 25px 0 48px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-wrap .banner-content-12 p {
        margin: 25px 0 35px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-wrap .banner-content-12 p {
        margin: 25px 0 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-12 p {
        margin: 15px 0 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-12 p {
        margin: 8px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-12 p {
        margin: 5px 0 5px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-12 p {
        margin: 10px 0 12px;
        line-height: 24px;
    }
}

.banner-wrap .banner-content-12 span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.banner-wrap .banner-content-12 h3 {
    font-size: 48px;
    color: #1890FF;
    letter-spacing: -.25px;
    margin: 6px 0 81px;
    line-height: 1;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 6px 0 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 6px 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 6px 0 20px;
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 6px 0 14px;
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 3px 0 7px;
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 14px 0 20px;
        font-size: 25px;
    }
}

.banner-wrap .banner-content-13 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-13 {
        left: 15px;
    }
}

.banner-wrap .banner-content-13 > span {
    font-size: 14px;
    color: #1890FF;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}

.banner-wrap .banner-content-13 h2 {
    font-size: 36px;
    color: #1890FF;
    line-height: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 24px 0 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-13 h2 {
        font-size: 28px;
        margin: 10px 0 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-13 h2 {
        font-size: 28px;
        margin: 15px 0 18px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-13 h2 {
        font-size: 25px;
        line-height: 28px;
        margin: 10px 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-13 h2 {
        font-size: 32px;
        line-height: 35px;
        margin: 20px 0 23px;
    }
}

.banner-wrap .banner-content-13 .product-available-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .banner-wrap .banner-content-13 .product-available-wrap .single-product-available {
        text-align: center;
        margin-right: 25px;
    }

        .banner-wrap .banner-content-13 .product-available-wrap .single-product-available:Last-child {
            margin-right: 0;
        }

        .banner-wrap .banner-content-13 .product-available-wrap .single-product-available h3 {
            font-size: 30px;
            color: #1890FF;
            line-height: 23px;
            margin: 0 0 6px;
        }

        .banner-wrap .banner-content-13 .product-available-wrap .single-product-available span {
            display: block;
            line-height: 1;
            color: #666;
        }

.banner-wrap .banner-content-14 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-14 {
        left: 20px;
    }
}

.banner-wrap .banner-content-14 span {
    display: inline-block;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1890FF;
    line-height: 1;
    padding: 5px 8px;
}

.banner-wrap .banner-content-14 h2 {
    font-size: 30px;
    color: #010101;
    line-height: 24px;
    margin: 19px 0 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-14 h2 {
        font-size: 27px;
        line-height: 28px;
        margin: 10px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-14 h2 {
        margin: 19px 0 27px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-14 h2 {
        font-size: 25px;
        line-height: 24px;
        margin: 12px 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-14 h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
}

.banner-wrap .banner-content-14 p {
    line-height: 18px;
    width: 60%;
}

.banner-wrap .banner-content-15 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

    .banner-wrap .banner-content-15 .banner-content-15-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-15 .banner-content-15-top {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-15 .banner-content-15-top {
        margin: 0 0 10px;
    }
}

.banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand {
    margin-right: 60px;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand {
        margin-right: 30px;
    }
}

.banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand span {
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    letter-spacing: -.25px;
    background-color: #1890FF;
    padding: 5px 6px 5px;
}

.banner-wrap .banner-content-15 .banner-content-15-top p {
    line-height: 18px;
    letter-spacing: -.25px;
}

.banner-wrap .banner-content-15 h2 {
    font-size: 30px;
    color: #010101;
    line-height: 30px;
    margin: 0;
    width: 80%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-15 h2 {
        font-size: 25px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-15 h2 {
        font-size: 24px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-15 h2 {
        font-size: 23px;
        line-height: 26px;
    }
}

.banner-wrap .banner-content-16 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-16 {
        left: 20px;
    }
}

.banner-wrap .banner-content-16 h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 20px;
    width: 64%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-16 h2 {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-16 h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-16 h2 {
        font-size: 17px;
        line-height: 22px;
        margin: 0 0 8px;
    }
}

.banner-wrap .banner-content-16 .banner-price {
    width: 22%;
}

    .banner-wrap .banner-content-16 .banner-price span {
        font-size: 16px;
        font-weight: bold;
        color: #1890FF;
    }

        .banner-wrap .banner-content-16 .banner-price span.old-price {
            font-weight: 400;
            font-size: 12px;
            color: #999999;
            margin-right: 5px;
            text-decoration: line-through;
        }

.banner-wrap .banner-content-17 {
    position: absolute;
    top: 30px;
    left: 30px;
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-17 {
        left: 15px;
    }
}

.banner-wrap .banner-content-17 h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 20px;
    width: 67%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-17 h2 {
        font-size: 20px;
        width: 73%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-17 h2 {
        font-size: 22px;
        width: 73%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-17 h2 {
        font-size: 20px;
        margin: 0 0 10px;
        width: 70%;
    }
}

.banner-wrap .banner-content-17 p {
    font-size: 12px;
    margin: 0 0 2px;
}

.banner-wrap .banner-content-17 .banner-price span {
    line-height: 1;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1890FF;
}

    .banner-wrap .banner-content-17 .banner-price span.old-price {
        font-weight: 400;
        font-size: 12px;
        color: #999999;
        margin-right: 5px;
        text-decoration: line-through;
    }

.banner-wrap .banner-content-18 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
}

    .banner-wrap .banner-content-18 > span {
        color: #999999;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .banner-wrap .banner-content-18 h2 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -.25px;
        margin: 16px 0 18px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-18 h2 {
        font-size: 25px;
        line-height: 28px;
        margin: 10px 0 10px;
    }
}

.banner-wrap .banner-content-18 h2 span {
    font-weight: 600;
    color: #1890FF;
}

.banner-wrap .banner-content-19 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-19 {
        left: 20px;
    }
}

.banner-wrap .banner-content-19 h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-19 h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.banner-wrap .banner-content-19 h2.capitalize {
    font-weight: 300;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-19 h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-19 h2 {
        font-size: 20px;
        line-height: 22px;
    }
}

.banner-wrap .banner-content-19 span {
    font-size: 13px;
    color: #999999;
    display: block;
    margin: 17px 0 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-19 span {
        margin: 10px 0 3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-19 span {
        margin: 7px 0 3px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-19 span {
        margin: 5px 0 1px;
    }
}

.banner-wrap .banner-content-19 h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #1890FF;
}

.banner-wrap .banner-content-20 {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-20 {
        top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-20 {
        top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-20 {
        top: 40px;
    }
}

.banner-wrap .banner-content-20 .banner-content-20-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .banner-wrap .banner-content-20 .banner-content-20-top .banner-content-20-brand {
        margin-right: 18px;
    }

        .banner-wrap .banner-content-20 .banner-content-20-top .banner-content-20-brand > span {
            color: #ffffff;
            font-weight: 800;
            font-size: 14px;
            font-style: italic;
            text-transform: uppercase;
            display: inline-block;
            line-height: 1;
            letter-spacing: -.25px;
            background-color: #1890FF;
            padding: 5px 6px 5px;
        }

    .banner-wrap .banner-content-20 .banner-content-20-top p {
        line-height: 18px;
        letter-spacing: -.25px;
        text-align: left;
    }

.banner-wrap .banner-content-20 h2 {
    color: #010101;
    letter-spacing: -.25px;
    margin: 14px 0 0;
    font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-20 h2 {
        font-size: 24px;
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-20 h2 {
        font-size: 24px;
        margin: 10px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-20 h2 {
        font-size: 28px;
        margin: 10px 0 0;
    }
}

.banner-wrap .banner-content-21 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-21 {
        left: 20px;
    }
}

.banner-wrap .banner-content-21 > span {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: #000000;
    padding: 6px 9px 7px;
    border-radius: 5px;
}

.banner-wrap .banner-content-21 h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -.25px;
    margin: 21px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-21 h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 14px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-21 h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 12px 0 0;
    }
}

.banner-wrap .banner-content-21 h2 span {
    font-weight: bold;
    color: #1890FF;
}

.banner-wrap .banner-content-22 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-22 {
        left: 20px;
    }
}

.banner-wrap .banner-content-22 > span {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: #1890FF;
    padding: 4px 7px 5px;
    font-style: italic;
}

.banner-wrap .banner-content-22 h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.5px;
    margin: 5px 0 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-22 h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 3px 0 6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-22 h2 {
        font-size: 20px;
        line-height: 27px;
        margin: 3px 0 6px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-22 h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 2px 0 3px;
    }
}

.banner-wrap .banner-content-22 p {
    color: #999;
}

.banner-wrap .banner-content-23 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

    .banner-wrap .banner-content-23 .banner-content-23-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }

        .banner-wrap .banner-content-23 .banner-content-23-top > p {
            color: #999;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: -.25px;
            line-height: 18px;
            margin: 0 30px 0 0;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-23 .banner-content-23-top > p {
        margin: 0 20px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-23 .banner-content-23-top > p {
        margin: 0 20px 0 0;
    }
}

.banner-wrap .banner-content-23 .banner-content-23-top h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -.25px;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-23 .banner-content-23-top h2 {
        font-size: 24px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-23 .banner-content-23-top h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

.banner-wrap .banner-content-23 .banner-content-23-top h2 span {
    color: #1890FF;
    font-weight: 600;
}

.banner-wrap .banner-content-23 .banner-btn-3 {
    margin: 30px 0 0;
}

    .banner-wrap .banner-content-23 .banner-btn-3 a {
        display: inline-block;
        font-weight: 600;
        color: #ffffff;
        line-height: 1;
        background-color: #1890FF;
        padding: 14px 86px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-23 .banner-btn-3 a {
        padding: 14px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-23 .banner-btn-3 a {
        padding: 14px 50px;
    }
}

.banner-wrap .banner-content-23 .banner-btn-3 a:hover {
    background-color: #000000;
}

.banner-wrap .banner-content-24 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

    .banner-wrap .banner-content-24 span {
        font-weight: 600;
        color: #ffffff;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .banner-wrap .banner-content-24 h2 {
        font-weight: bold;
        color: #ffffff;
        font-family: "Crimson Text", serif;
        font-size: 40px;
        line-height: 36px;
        letter-spacing: -.25px;
        margin: 17px 0 14px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-24 h2 {
        font-size: 33px;
        line-height: 33px;
        margin: 10px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-24 h2 {
        font-size: 33px;
        line-height: 33px;
        margin: 10px 0 10px;
    }
}

.banner-wrap .banner-content-24 p {
    color: #ffffff;
    margin: 0 0 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-24 p {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-24 p {
        margin: 0 0 20px;
    }
}

.banner-wrap .banner-content-24 .banner-btn-4 a {
    font-weight: 600;
    color: #1890FF;
    display: inline-block;
    background-color: #ffffff;
    line-height: 1;
    padding: 13px 30px 17px;
}

    .banner-wrap .banner-content-24 .banner-btn-4 a:hover {
        color: #ffffff;
        background-color: #1890FF;
    }

.banner-wrap .banner-content-25 {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
}

    .banner-wrap .banner-content-25 span {
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .banner-wrap .banner-content-25 h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -.25px;
        margin: 5px 0 25px;
    }

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-25 h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 1px 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-25 h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 5px 0 25px;
    }
}

.banner-wrap .banner-content-25 .banner-btn-5 a {
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    background-color: #1890FF;
    line-height: 1;
    padding: 13px 30px 17px;
}

    .banner-wrap .banner-content-25 .banner-btn-5 a:hover {
        color: #1890FF;
        background-color: #ffffff;
    }

.banner-wrap.banner-border-1 {
    border: 1px solid #d9d9d9;
}

.banner-wrap:hover .banner-img-zoom a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
    .banner-wrap.banner-mt-none-xs.mt-40 {
        margin-top: 0px;
    }
}

.btn-style-4 a {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
}

    .btn-style-4 a i {
        font-size: 12px;
        margin: 0 0 0 5px;
    }

    .btn-style-4 a.hover-red:hover {
        color: #ff2f2f;
    }

    .btn-style-4 a:hover {
        color: #1890FF;
    }

.banner-wrap-mrg-1 {
    margin-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap-mrg-1 {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap-mrg-1 {
        margin-right: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap-mrg-1 {
        margin-right: 0px;
    }
}

.banner-wrap-mrg-2 {
    margin-left: -34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap-mrg-2 {
        margin-left: -25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap-mrg-2 {
        margin-left: -19px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap-mrg-2 {
        margin-left: 0px;
    }
}

.section-wrap-2 {
    background-color: #ffffff;
    padding: 30px 30px 0px 30px;
}

@media only screen and (max-width: 767px) {
    .section-wrap-2 {
        padding: 30px 10px 0px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-wrap-2 {
        padding: 30px 30px 0px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.pb-85 {
        padding-bottom: 45px;
    }

    .banner-area.pb-90 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.pb-85 {
        padding-bottom: 25px;
    }

    .banner-area.pb-90 {
        padding-bottom: 30px;
    }
}



/*-------- 12. Footer style ---------*/
.contact-info-wrap .footer-logo {
    margin: 0 0 52px;
}

footer .footer-logo a img,
footer .footer-logo a object {
    height: 30px;
}




@media only screen and (max-width: 767px) {
    .contact-info-wrap .footer-logo {
        margin: 0 0 30px;
    }
}

.contact-info-wrap .footer-logo a {
    display: block;
}

    .contact-info-wrap .footer-logo a img {
        max-width: 100%;
    }

.contact-info-wrap .single-contact-info {
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap .single-contact-info {
        margin: 0 0 20px;
    }
}

.contact-info-wrap .single-contact-info span {
    font-size: 13px;
    color: #999999;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block;
}

.contact-info-wrap .single-contact-info p {
    font-size: 18px;
    color: #000000;
    font-family: "Cerebri Sans";
    margin: 6px 0 0;
}

.footer-right-wrap {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .footer-right-wrap {
        text-align: left;
    }
}

.footer-right-wrap .social-style-2.social-style-2-mrg {
    margin: 37px 0 86px;
}

@media only screen and (max-width: 767px) {
    .footer-right-wrap .social-style-2.social-style-2-mrg {
        margin: 23px 0 25px;
    }
}

.footer-right-wrap .social-style-2 a {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    border: 1px solid #cfcfcf;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 8px;
}

    .footer-right-wrap .social-style-2 a i {
        line-height: 40px;
    }

    .footer-right-wrap .social-style-2 a:last-child {
        margin-right: 0;
    }

    .footer-right-wrap .social-style-2 a:hover {
        color: #ffffff;
        border: 1px solid #1890FF;
        background-color: #1890FF;
    }

.footer-right-wrap .social-style-2.social-style-2-hover-black a:hover {
    color: #ffffff;
    border: 1px solid #000000;
    background-color: #000000;
}

.footer-menu nav ul li {
    display: inline-block;
    margin-right: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-menu nav ul li {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu nav ul li {
        margin-right: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu nav ul li {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-menu nav ul li {
        margin-right: 15px;
    }
}

.footer-menu nav ul li:last-child {
    margin-right: 0;
}

.footer-menu nav ul li a {
    font-size: 16px;
    letter-spacing: .25px;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .footer-menu nav ul li a {
        font-size: 14px;
    }
}

.footer-menu nav ul li a:hover {
    color: #1890FF;
}

.footer-menu.footer-menu-mrg nav ul li {
    margin-right: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-menu.footer-menu-mrg nav ul li {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu.footer-menu-mrg nav ul li {
        margin-right: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu.footer-menu-mrg nav ul li {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-menu.footer-menu-mrg nav ul li {
        margin-right: 15px;
    }
}

.footer-menu.footer-menu-mrg nav ul li:last-child {
    margin-right: 0;
}

.footer-menu.footer-menu-hover-border nav ul li {
    position: relative;
}

    .footer-menu.footer-menu-hover-border nav ul li a {
        position: relative;
    }

        .footer-menu.footer-menu-hover-border nav ul li a::after {
            content: "";
            height: 1px;
            right: 0px;
            left: auto;
            width: 0;
            bottom: 0;
            position: absolute;
            -webkit-transition: width 300ms ease-out;
            -o-transition: width 300ms ease-out;
            transition: width 300ms ease-out;
            background-color: #000000;
        }

        .footer-menu.footer-menu-hover-border nav ul li a.active::after {
            left: 0px;
            right: auto;
            width: 100%;
            -webkit-transition: width 300ms ease-in;
            -o-transition: width 300ms ease-in;
            transition: width 300ms ease-in;
        }

    .footer-menu.footer-menu-hover-border nav ul li:hover > a {
        color: #000000;
    }

        .footer-menu.footer-menu-hover-border nav ul li:hover > a::after {
            left: 0px;
            right: auto;
            width: 100%;
            -webkit-transition: width 300ms ease-in;
            -o-transition: width 300ms ease-in;
            transition: width 300ms ease-in;
        }

.copyright p {
    color: #999;
    letter-spacing: .25px;
}

    .copyright p a {
        color: #999;
    }

        .copyright p a span {
            color: #1890FF;
        }

        .copyright p a:hover {
            color: #1890FF;
        }

@media only screen and (max-width: 767px) {
    .copyright.copyright-center {
        text-align: center;
    }
}

.social-style-3-wrap span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .social-style-3-wrap span {
        margin: 0 0 7px;
    }
}

@media only screen and (max-width: 767px) {
    .social-style-3-wrap.xs-center {
        text-align: center;
    }

        .social-style-3-wrap.xs-center .social-style-1 {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}

.footer-logo-mrg {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .footer-logo-mrg {
        margin-bottom: 10px;
    }
}

.contact-info-wrap-2 p {
    margin-bottom: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info-wrap-2 p {
        margin: 0 auto 7px;
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap-2 {
        margin: 30px 0 30px;
    }
}

.language-style-2-wrap.language-style-2-right {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .language-style-2-wrap.language-style-2-right {
        text-align: center;
    }
}

.language-style-2-wrap span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .language-style-2-wrap span {
        margin: 0 0 10px;
    }
}

.language-style-2-wrap .language-style-2 a {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #999999;
}

    .language-style-2-wrap .language-style-2 a:hover {
        color: #000000;
    }

    .language-style-2-wrap .language-style-2 a:last-child {
        margin-right: 0;
    }

.footer-middle-mrg {
    margin: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-middle-mrg {
        margin: 40px 0 35px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-middle-mrg {
        margin: 30px 0 25px;
    }
}

.footer-widget {
    overflow: hidden;
}

    .footer-widget h3.footer-title {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -.25px;
        margin: 0 0 40px;
        text-transform: uppercase;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget h3.footer-title {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget h3.footer-title {
        margin: 0 0 20px;
    }
}

.footer-widget .footer-info-list ul li {
    display: block;
    margin-bottom: 8px;
}

    .footer-widget .footer-info-list ul li:last-child {
        margin-bottom: 0;
    }

    .footer-widget .footer-info-list ul li a {
        color: #666666;
        display: block;
    }

        .footer-widget .footer-info-list ul li a:hover {
            color: #000000;
            text-decoration: underline;
        }

.footer-widget .footer-info-list.info-list-50-parcent ul li {
    width: 50%;
    float: left;
}

.footer-widget .contact-info-2 .single-contact-info-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 12px;
}

    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i {
        font-size: 16px;
        color: #000000;
    }

    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content {
        margin-left: 13px;
    }

        .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p {
            color: #000000;
            margin: 0 0 0px;
        }

        .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 {
            font-size: 30px;
            font-weight: 600;
            color: #1890FF;
            margin: 19px 0 28px;
        }

            .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.purple {
                color: #6f50a7;
            }

            .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.blue {
                color: #1890ff;
            }

            .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.green-2 {
                color: #6aae27;
            }

            .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.orange {
                color: #e44311;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 {
        font-size: 16px;
        margin: 12px 0 4px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 {
        font-size: 20px;
        margin: 12px 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.ml-70 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget.ml-70 {
        margin-left: 0px;
    }
}

.payment-img a {
    display: block;
}

    .payment-img a img {
        max-width: 100%;
    }

.payment-img.payment-img-right {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .payment-img.payment-img-right {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .payment-img {
        margin-bottom: 15px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area.pb-65 {
        padding-bottom: 45px;
    }

    .footer-top.pb-55 {
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area.pb-65 {
        padding-bottom: 55px;
    }

    .footer-area.pb-90 {
        padding-bottom: 55px;
    }

    .footer-area.pt-85 {
        padding-top: 55px;
    }

    .footer-area.pt-95 {
        padding-top: 55px;
    }

    .footer-top.pb-55 {
        padding-bottom: 15px;
    }
}


/*-------- 15. Others style ---------*/
.download-app-content {
    margin-left: 100px;
    padding: 60px 0 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .download-app-content {
        margin-left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-app-content {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .download-app-content {
        margin-left: 15px;
    }
}

.download-app-content h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.25px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .download-app-content h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .download-app-content h2 {
        font-size: 23px;
    }
}

.download-app-content p {
    font-size: 16px;
    margin: 15px 0 36px;
}

@media only screen and (max-width: 767px) {
    .download-app-content p {
        margin: 12px 0 20px;
    }
}

.download-app-content .app-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .download-app-content .app-img a {
        display: block;
    }

        .download-app-content .app-img a img {
            max-width: 100%;
            margin-right: 20px;
        }

@media only screen and (max-width: 767px) {
    .download-app-content .app-img a img {
        width: 110px;
        margin-right: 10px;
    }
}

.testimonial-border-1 {
    border: 1px solid #d9d9d9;
}

.testimonial-padding-1 {
    padding: 35px 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-padding-1 {
        padding: 35px 20px 30px;
    }
}

.single-testimonial img {
    max-width: 100%;
}

.single-testimonial p {
    color: #555555;
    width: 100%;
    margin: 17px 0 23px;
}

.single-testimonial .client-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 23px;
}

    .single-testimonial .client-info h5 {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        margin: 0 6px 0 0;
    }

    .single-testimonial .client-info span {
        color: #777;
        font-size: 13px;
        display: inline-block;
        line-height: 1;
    }

.tag-wrap a {
    display: inline-block;
    color: #555555;
    line-height: 1;
    background-color: #f5f5f5;
    padding: 8px 13px 10px;
    margin: 0 1px 7px;
    border-radius: 3px;
    border: 1px solid transparent;
}

    .tag-wrap a:hover {
        background-color: transparent;
        border: 1px solid #1890FF;
        color: #1890FF;
    }

/*-------- 16. Product details style ---------*/


@media only screen and (max-width: 767px) {
    .product-details-content {
        margin: 25px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content {
        margin: 30px 0 0;
    }
}

.product-details-content {
    box-shadow: -20px 20px 44px 0 rgba(69, 73, 91, 0.08);
}

    .product-details-content h2 {
        font-family: PingFangSC-Regular;
        font-size: 24px;
        color: #464855;
        line-height: 38px;
        margin: 0;
    }

@media only screen and (max-width: 767px) {
    .product-details-content h2 {
        font-size: 22px;
    }
}

.product-details-content .product-ratting-review-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 10px;
}

    .product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 35px;
        position: relative;
    }


        .product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-ratting {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-ratting i {
                font-size: 12px;
                color: #1890FF;
                margin-right: 2px;
            }

        .product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-digit {
            margin-left: 18px;
        }

            .product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-digit span {
                font-size: 16px;
                color: #484848;
            }

    .product-details-content .product-ratting-review-wrap .product-review-order span {
        font-size: 15px;
        margin-right: 10px;
    }

        .product-details-content .product-ratting-review-wrap .product-review-order span:last-child {
            margin-right: 0;
        }

    .product-details-content .product-ratting-review-wrap.product-ratting-mrg-none {
        margin: 33px 0 14px;
    }

@media only screen and (max-width: 767px) {
    .product-details-content .product-ratting-review-wrap.product-ratting-mrg-none {
        margin: 15px 0 14px;
    }
}

.product-details-content p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}

.product-details-content .pro-details-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 22px 0 22px;
}

    .product-details-content .pro-details-price span {
        font-size: 22px;
        font-family: tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
    }

        .product-details-content .pro-details-price span.new-price {
            color: #1890FF;
        }

        .product-details-content .pro-details-price span.old-price {
            text-decoration: line-through;
            font-size: 16px;
            margin-left: 15px;
            color: #999;
            line-height: 33px;
        }

    .product-details-content .pro-details-price.pro-details-price-4 {
        margin: 0px 0 25px;
    }

.product-details-content .pro-details-color-wrap {
    margin-bottom: 25px;
}

    .product-details-content .pro-details-color-wrap span {
        display: block;
        font-weight: 600;
        margin: 0 0 7px;
        line-height: 1;
        letter-spacing: .5px;
    }

.product-details-content .pro-details-size {
    margin-bottom: 20px;
}

    .product-details-content .pro-details-size span {
        display: block;
        font-weight: 600;
        margin: 0 0 7px;
        line-height: 1;
        letter-spacing: .5px;
    }

    .product-details-content .pro-details-size .pro-details-size-content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .product-details-content .pro-details-size .pro-details-size-content ul li {
            margin-right: 5px;
        }

            .product-details-content .pro-details-size .pro-details-size-content ul li:last-child {
                margin-right: 0;
            }

            .product-details-content .pro-details-size .pro-details-size-content ul li a {
                display: inline-block;
                border: 1px solid #E3E4E9;
                line-height: 1;
                width: 40px;
                height: 31px;
                text-align: center;
                line-height: 28px;
            }

                .product-details-content .pro-details-size .pro-details-size-content ul li a:hover {
                    background-color: #1890FF;
                    color: #ffffff;
                    border: 1px solid #1890FF;
                }

.product-details-content .pro-details-group {
    margin: 35px 0 25px;
}

    .product-details-content .pro-details-group .single-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 28px;
    }

        .product-details-content .pro-details-group .single-group:last-child {
            margin-bottom: 0px;
        }

        .product-details-content .pro-details-group .single-group .pro-dec-title-price {
            margin-left: 10px;
        }

            .product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-title h5 {
                font-size: 15px;
                font-weight: 600;
                margin: 0 0 5px;
            }

                .product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-title h5 a {
                    color: #000000;
                }

            .product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span {
                font-size: 16px;
                font-weight: 500;
                font-family: "Heebo", sans-serif;
            }

                .product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span.new-price {
                    color: #1890FF;
                }

                .product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span.old-price {
                    text-decoration: line-through;
                    font-size: 14px;
                    color: #000000;
                    margin-left: 7px;
                }

.product-details-content .product-details-meta {
    margin: 11px 0 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .product-details-meta {
        margin: 20px 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-details-meta {
        margin: 20px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .product-details-meta {
        margin: 20px 0 20px;
    }
}

.product-details-content .product-details-meta ul li {
    margin: 0 0 10px;
    width: 100%;
}

    .product-details-content .product-details-meta ul li:last-child {
        margin: 0 0 0px;
    }

    .product-details-content .product-details-meta ul li.payment {
        padding-left: 100px;
        position: relative;
    }

        .product-details-content .product-details-meta ul li.payment span {
            position: absolute;
            left: 0;
            top: 0
        }


    .product-details-content .product-details-meta ul li span {
        display: inline-block;
        width: 120px;
        color: #464855;
    }

    .product-details-content .product-details-meta ul li div {
        display: inline-block;
        color: #464855;
    }

        .product-details-content .product-details-meta ul li div i {
            display: inline-block;
            width: 18px;
            height: 18px;
            vertical-align: sub;
            margin-right: 4px;
        }



.icon-alipay {
    background: url(../images/icon-img/alipay.png) no-repeat left top;
    background-size: 100%;
}

.icon-wechat {
    background: url(../images/icon-img/wechat.png) no-repeat left top;
    background-size: 100%;
}

.icon-unionPay {
    background: url(../images/icon-img/UnionPay.png) no-repeat left top;
    background-size: 100%;
}

.icon-cmb {
    background: url(../images/icon-img/cmb.png) no-repeat left top;
    background-size: 100%;
}

.icon-transfer {
    background: url(../images/icon-img/transfer.png) no-repeat left top;
    background-size: 100%;
}

.icon-wallets {
    background: url(../images/icon-img/wallet.png) no-repeat left top;
    background-size: 100%;
}

.product-details-content.pro-details-content-mrg .product-details-meta ul li div strong {
    font-weight: normal;
}


.product-details-content .product-details-meta ul li a {
    color: #1C1C1C;
}

    .product-details-content .product-details-meta ul li a:hover {
        color: #1890FF;
    }

.product-details-content .pro-details-action-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-action-wrap {
        display: block;
    }

    .pro-details-add-to-cart {
        display: inline-block;
    }

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
        padding: 20px 35px !important;
    }

    .pro-details-quality {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .pro-details-action-wrap .pro-details-quality {
        display: block;
        width: 100%;
    }

    .pro-details-quality {
        margin-bottom: 10px;
    }

    .product-details-content.pro-details-content-mrg .product-details-meta ul.letter-spacing li span,
    .product-details-content .product-details-meta ul li span {
        width: 100px;
        letter-spacing: 0 !important;
    }

    .select-bar .select-title {
        width: 100px;
        letter-spacing: 0 !important;
    }

    .product-details-content .product-details-meta ul li.payment {
        padding-left: 100px;
    }
}

.product-details-content .pro-details-action-wrap.pro-details-action-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
        padding: 18px 30px 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
        padding: 14px 18px 15px;
    }
}

.choice-storage dl {
    padding-left: 100px;
    position: relative;
    margin: 0;
}

    .choice-storage dl dt, .choice-storage dl dd {
        margin: 0;
        display: inline-block;
    }

    .choice-storage dl dt {
        font-size: 14px;
        color: #898EA2;
        font-weight: normal;
        position: absolute;
        left: 0;
        top: 5px;
    }

        .choice-storage dl dt::after {
            content: ":";
        }

    .choice-storage dl dd a {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #d9d9d9;
        cursor: pointer;
    }

        .choice-storage dl dd a.active, .choice-storage dl dd a:hover {
            padding: 4px 9px;
            border: 2px solid #1890FF;
        }



.product-details-content.pro-details-content-mrg .pro-details-price {
    margin: 8px 0 16px;
    border-bottom: 1px solid #E4E5EC;
    padding-bottom: 16px;
}

.product-details-content.pro-details-content-mrg .pro-details-color-wrap {
    margin-bottom: 35px;
}

    .product-details-content.pro-details-content-mrg .pro-details-color-wrap span {
        font-size: 15px;
    }

.product-details-content.pro-details-content-mrg .pro-details-size {
    margin-bottom: 30px;
}

    .product-details-content.pro-details-content-mrg .pro-details-size span {
        font-size: 15px;
    }

.product-details-content.pro-details-content-mrg .pro-details-quality span {
    font-size: 15px;
}

.product-details-content.pro-details-content-mrg .product-details-meta {
    margin: 10px 0;
}

    .product-details-content.pro-details-content-mrg .product-details-meta ul li span {
        font-size: 14px;
        color: #898EA2;
    }

    .product-details-content.pro-details-content-mrg .product-details-meta ul.letter-spacing li span {
        letter-spacing: 3px;
    }

    .product-details-content.pro-details-content-mrg .product-details-meta ul li span:after {
        content: ":";
    }

.pro-details-quality span {
    display: block;
    font-weight: 600;
    margin: 0 0 7px;
    letter-spacing: .5px;
}

.pro-details-quality .cart-plus-minus {
    display: inline-flex;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
}

    .pro-details-quality .cart-plus-minus .qtybutton {
        color: #000000;
        cursor: pointer;
        float: inherit;
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        text-align: center;
    }

        .pro-details-quality .cart-plus-minus .qtybutton.disabled {
            color: rgba(0, 0, 0, .25);
            background: #f5f5f5;
            border-color: #d9d9d9;
            text-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: not-allowed;
        }


.pro-details-quality .cart-plus-minus {
    cursor: not-allowed;
    color: rgba(0, 0, 0, .25);
    background: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .pro-details-quality .cart-plus-minus .qtybutton.dec {
        height: 31px;
        width: 31px;
        line-height: 28px;
        border: 1px solid #E3E4E9;
        left: 0;
    }

    .pro-details-quality .cart-plus-minus .qtybutton.inc {
        height: 31px;
        width: 31px;
        line-height: 28px;
        border: 1px solid #E3E4E9;
        right: 0px;
    }

    .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
        border: medium none;
        color: #3A3A3A;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 31px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 40px;
    }

        .pro-details-quality .cart-plus-minus input.cart-plus-minus-box.plus-minus-width-inc {
            width: 120px;
        }


.dec-review-bottom .description-wrap p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .description-wrap p {
        font-size: 14px;
        margin: 0 0 18x;
        line-height: 27px;
    }
}

.dec-review-bottom .description-wrap p:last-child {
    margin: 0 0 0px;
}

.dec-review-bottom .specification-wrap table {
    width: 100%;
}

    .dec-review-bottom .specification-wrap table tbody {
        border: 1px solid #f0f0f0;
        width: 100%;
    }

        .dec-review-bottom .specification-wrap table tbody tr {
            border-bottom: 1px solid #f0f0f0;
        }

            .dec-review-bottom .specification-wrap table tbody tr td {
                border-right: 1px solid #f0f0f0;
                font-size: 14px;
                color: #000000;
                padding: 17px 30px;
            }

                .dec-review-bottom .specification-wrap table tbody tr td.title {
                    font-weight: 500;
                    font-size: 15px;
                }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 15px;
    }
}

.dec-review-bottom .specification-wrap table tbody tr td.width1 {
    width: 150px;
}


.dec-review-bottom .review-wrapper h2 {
    font-size: 22px;
    margin: 0 0 25px;
}

.dec-review-bottom .description-wrap p img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .review-wrapper h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .review-wrapper h2 {
        font-size: 18px;
        margin: 0 0 18px;
    }
}


.sidebar-active.col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
}

    .sidebar-active.col-lg-6.is-affixed {
        padding-left: 0px;
        padding-right: 0px;
    }

        .sidebar-active.col-lg-6.is-affixed .inner-wrapper-sticky {
            padding-left: 15px;
            padding-right: 15px;
        }



/*-------- 20. Cart style ---------*/

.checkout-confirm dl label {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.cart-table-content table {
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .cart-table-content table {
        width: 100%;
    }
}

.cart-table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .cart-table-content table thead > tr {
        width: 100%;
        display: block;
        padding: 10px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-table-content table thead > tr {
        width: inherit;
        display: inline-block;
        padding: 10px 0;
    }
}

.cart-table-content table thead > tr th {
    border-top: medium none;
    font-size: 16px;
    font-weight: 400;
    padding: 21px 45px 22px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    color: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content table thead > tr th {
        padding: 21px 35px 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table thead > tr th {
        padding: 21px 15px 22px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table thead > tr th {
        padding: 0px 20px 5px;
        width: 100%;
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-table-content table thead > tr th {
        width: inherit;
        display: inline-block;
    }
}

.cart-table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-table-content table tbody > tr {
        width: 50%;
        float: left;
    }
}

.cart-table-content table tbody > tr td.product-checkbox {
    width: 100px;
    position: relative;
}


.cart-table-content table tbody > tr td.product-thumbnail {
    width: 150px;
}

    .cart-table-content table tbody > tr td.product-thumbnail img {
        max-width: 98px;
        max-height: 112px;
    }

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-thumbnail {
        width: 100%;
        display: block;
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 5px;
    }
}

.cart-table-content table tbody > tr td.product-name {
    width: 435px;
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-name {
        width: 100%;
        display: block;
        overflow: hidden;
    }
}

.cart-table-content table tbody > tr td.product-name a {
    font-size: 15px;
}

    .cart-table-content table tbody > tr td.product-name a:hover {
        color: #1890FF;
    }

.cart-table-content table tbody > tr td.product-price-cart {
    width: 435px;
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-price-cart {
        width: 100%;
        display: block;
        overflow: hidden;
    }
}

.cart-table-content table tbody > tr td.product-price-cart span {
    font-weight: 500;
}

.cart-table-content table tbody > tr td.product-quantity {
    width: 435px;
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-quantity {
        width: 100%;
        display: block;
        overflow: hidden;
    }
}

.cart-table-content table tbody > tr td.product-remove {
    width: 100px;
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-remove {
        width: 100%;
        display: block;
        overflow: hidden;
        padding-bottom: 21px;
    }
}

.cart-table-content table tbody > tr td.product-remove a {
    font-size: 20px;
}

    .cart-table-content table tbody > tr td.product-remove a:hover i {
        color: #1890FF;
    }

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-wishlist-cart {
        padding-bottom: 30px;
    }
}

.product-remove i {
    color: #999;
    font-size: 14px;
    padding: 10px;
}

    .product-remove i:hover {
        color: #1890FF;
    }

.cart-table-content table tbody > tr td.product-wishlist-cart > a {
    background-color: #000000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 12px 11px;
    display: inline-block;
    text-transform: capitalize;
}

    .cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
        background-color: #1890FF;
    }

.cart-table-content table tbody > tr td {
    font-size: 15px;
    padding: 30px 0;
    text-align: center;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td {
        padding: 30px 0 30px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td {
        padding: 6px 0 6px 0px;
        width: 100%;
        display: block;
        overflow: hidden;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-table-content table tbody > tr td {
        text-align: left;
        padding: 6px 20px 6px 20px;
    }
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px 55px;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        padding: 30px 0px 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-checkout-btn > button,
.cart-shiping-update-wrapper .cart-checkout-btn > a {
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 18px 40px 17px;
    text-transform: capitalize;
    letter-spacing: .3px;
    color: #333;
}

.cart-shiping-update-wrapper .cart-shiping-update.disabled > a,
.cart-shiping-update-wrapper .cart-checkout-btn.disabled > button,
.cart-shiping-update-wrapper .cart-checkout-btn.disabled > a {
    cursor: not-allowed;
    color: rgba(0, 0, 0, .25);
    background: #ddd;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .cart-shiping-update-wrapper .cart-shiping-update > a,
    .cart-shiping-update-wrapper .cart-checkout-btn > button,
    .cart-shiping-update-wrapper .cart-checkout-btn > a {
        padding: 18px 25px 17px;
    }
}

@media only screen and (max-width: 767px) {

    .cart-shiping-update-wrapper .cart-shiping-update > a,
    .cart-shiping-update-wrapper .cart-checkout-btn > button,
    .cart-shiping-update-wrapper .cart-checkout-btn > a {
        padding: 18px 40px 17px;
        margin: 0 0 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-checkout-btn > button:hover,
.cart-shiping-update-wrapper .cart-checkout-btn > a:hover {
    background-color: #1890FF;
    color: #fff;
}

.cart-shiping-update-wrapper .cart-shiping-update.disabled > a:hover,
.cart-shiping-update-wrapper .cart-checkout-btn.disabled > button:hover,
.cart-shiping-update-wrapper .cart-checkout-btn.disabled > a:hover {
    background-color: #ddd;
    color: rgba(0, 0, 0, .25);
}



.cart-shiping-update-wrapper .cart-checkout-btn > button,
.cart-shiping-update-wrapper .cart-checkout-btn > a {
    border: medium none;
    cursor: pointer;
    background-color: #1890FF;
    color: #fff;
}

    .cart-shiping-update-wrapper .cart-checkout-btn > a:hover {
        background-color: #40a9ff;
    }

.cart-shiping-update-wrapper .btn-right {
    display: flex;
    align-items: center;
}

    .cart-shiping-update-wrapper .btn-right .total-money {
        margin-right: 10px;
        text-align: right;
    }

        .cart-shiping-update-wrapper .btn-right .total-money span {
            font-size: 20px;
        }





/*-------- 22. Checkout style ---------*/

.checkout-main .bg-box {
    border-top: 2px solid #1890ff;
}

.checkout-main .address-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E4E5EC;
}

    .checkout-main .address-box.no-address {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .checkout-main .address-box .title {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

        .checkout-main .address-box .title dt {
            font-size: 20px;
            color: #303139;
            font-weight: 500;
            line-height: 30px;
        }

        .checkout-main .address-box .title dd a {
            color: #1890ff;
            font-size: 16px;
        }

            .checkout-main .address-box .title dd a:hover {
                color: #40a9ff;
            }

    .checkout-main .address-box .address-item {
        position: relative;
        padding: 20px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 112px;
    }

        .checkout-main .address-box .address-item:hover {
            background-color: #F4F5FA;
        }

        .checkout-main .address-box .address-item .radio-inline {
            width: 28px;
            height: 28px;
            border: 1px solid #E4E5EC;
            background-color: #fff;
            display: inline-flex;
            border-radius: 50%;
            padding: 7px;
            align-items: center;
        }

            .checkout-main .address-box .address-item .radio-inline i {
                width: 100%;
                height: 100%;
                display: inline-block;
                border-radius: 50%;
            }

        .checkout-main .address-box .address-item.active .radio-inline i {
            background-color: #1890ff;
        }

        .checkout-main .address-box .address-item.disabled {
            cursor: not-allowed;
            color: #ebeef5 !important;
        }

            .checkout-main .address-box .address-item.disabled .user .name {
                color: #ebeef5 !important;
            }

            .checkout-main .address-box .address-item.disabled .btns a {
                color: #ebeef5 !important;
            }

            .checkout-main .address-box .address-item.disabled dl dt {
                color: #ebeef5 !important;
            }

            .checkout-main .address-box .address-item.disabled dl dd {
                color: #ebeef5 !important;
            }

            .checkout-main .address-box .address-item.disabled .radio-inline {
                background-color: #f5f7fa;
                border-color: #e4e7ed;
            }

        .checkout-main .address-box .address-item .user .name {
            display: inline-flex;
            align-items: center;
        }

        .checkout-main .address-box .address-item .btns {
            width: 100px;
        }

            .checkout-main .address-box .address-item .btns a {
                display: none;
            }

        .checkout-main .address-box .address-item:hover .btns a {
            display: block;
        }

        .checkout-main .address-box .address-item .tag {
            background-color: #1890ff;
            color: #fff;
            font-size: 11px;
            font-style: normal;
            font-weight: 300;
            height: 18px;
            line-height: 18px;
            padding: 0 5px;
            margin-left: 10px;
            display: inline-block;
        }

        .checkout-main .address-box .address-item dl {
            width: 70%;
            margin: 0;
        }

            .checkout-main .address-box .address-item dl dt {
                font-size: 18px;
                color: #303139;
                margin-bottom: 5px
            }

                .checkout-main .address-box .address-item dl dt span {
                    padding-right: 10px;
                }

            .checkout-main .address-box .address-item dl dd {
                margin: 0;
                font-size: 16px;
                color: #303139;
                line-height: 20px;
            }

.address-item .btns {
    text-align: right;
}

.checkout-main .address-box .address-item .btns a {
    padding-left: 10px
}

.payment-btn-group {
    display: flex;
    justify-content: space-between;
}

.checkout-main .help {
    margin-bottom: 20px;
}

    .checkout-main .help p {
        margin-bottom: 0;
        color: #333;
        font-weight: bold;
    }

.checkout-main .payment-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #E4E5EC;
}

    .checkout-main .payment-box .title {
        position:relative;
        display: flex;
        /*justify-content: space-between;*/
        align-items: baseline;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .checkout-main .payment-box .title .content {
            display: flex;
            flex-direction: column;
            align-items:start;
        }

        .checkout-main .payment-box .title dt {
            font-size: 20px;
            color: #303139;
            font-weight: 500;
            line-height: 30px;
            margin-right: 20px;
        }

        .checkout-main .payment-box .title dd {
            margin: 0;
            display: inline-flex;
            align-items: end;
        }

            .checkout-main .payment-box .title dd .icon_wallet_alt {
                font-size: 18px;
                width: 20px;
                height: 20px;
                margin-right: 5px;
                display: inline-block;
                color: #F38021;
            }

            .checkout-main .payment-box .title dd span {
                font-size: 16px;
            }

.checkout-main .billing-info .input-box {
    position: relative;
}

    .checkout-main .billing-info .input-box input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        padding: 2px 20px;
        color: #1f2226;
        font-size: 14px;
        width: 100%;
    }

        .checkout-main .billing-info .input-box input:placeholder-shown::placeholder {
            color: transparent;
        }

    .checkout-main .billing-info .input-box label {
        font-size: 14px;
        color: #999;
        position: absolute;
        pointer-events: none;
        transition: all .25s;
        left: 20px;
        top: 14px;
    }

    .checkout-main .billing-info .input-box input:not(:placeholder-shown) ~ label,
    .checkout-main .billing-info .input-box input:focus ~ label {
        transform: scale(0.9) translate(0px, -28px);
        background-color: #fff;
        padding: 0 5px;
        color: #464855;
    }

    .checkout-main .billing-info .input-box input:focus {
        border: 2px solid #1890ff;
    }



.new-address .selectbox .select {
    display: inline-block;
    margin-right: 10px
}

    .new-address .selectbox .select .nice-select {
        height: 50px;
        border: 1px solid #e8e8e8;
        display: inline-flex;
        align-items: center;
        min-width: 200px
    }

.shopping-cart-vertical .bg-box {
    border-top: 2px solid #000
}

.shopping-cart-vertical .shopping-detail .title {
    font-size: 20px;
    color: #303139;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #E4E5EC;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.shopping-cart-vertical .shopping-detail .shopping-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E5EC;
    margin-bottom: 20px;
}

    .shopping-cart-vertical .shopping-detail .shopping-list dl:last-child {
        margin-bottom: 0;
    }

    .shopping-cart-vertical .shopping-detail .shopping-list dl dt {
        width: 80px;
        height: 80px;
        background-color: #fff;
        float: left;
        text-align: center;
        padding: 10px 0;
    }

        .shopping-cart-vertical .shopping-detail .shopping-list dl dt img {
            max-width: 100%;
            height: 100%;
        }

    .shopping-cart-vertical .shopping-detail .shopping-list dl dd {
        margin-left: 100px;
    }

        .shopping-cart-vertical .shopping-detail .shopping-list dl dd.name {
            font-size: 16px;
            line-height: 24px;
            height: 48px;
            overflow: hidden;
        }

        .shopping-cart-vertical .shopping-detail .shopping-list dl dd.price {
            color: #000;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

.shopping-cart-vertical .shopping-detail .price-box dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 16px;
}

    .shopping-cart-vertical .shopping-detail .price-box dl dt {
        font-weight: normal;
    }

    .shopping-cart-vertical .shopping-detail .price-box dl dd {
        color: #000;
        font-size: 16px;
    }

        .shopping-cart-vertical .shopping-detail .price-box dl dd span {
            padding-right: 2px;
        }

    .shopping-cart-vertical .shopping-detail .price-box dl.total-price {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #E4E5EC;
        margin-bottom: 0;
        font-weight: bold
    }

        .shopping-cart-vertical .shopping-detail .price-box dl.total-price span {
            font-size: 20px;
            padding-right: 2px;
        }



.checkout-login-info {
    margin: 20px 0 0;
    display: none;
}

    .checkout-login-info p {
        font-size: 14px;
        margin: 0 0 12px;
    }

    .checkout-login-info form {
        display: block;
        overflow: hidden;
    }

        .checkout-login-info form .sin-checkout-login {
            margin-bottom: 30px;
        }

            .checkout-login-info form .sin-checkout-login label {
                font-size: 14px;
                text-transform: capitalize;
                margin: 0 0 5px;
            }

                .checkout-login-info form .sin-checkout-login label span {
                    color: red;
                }

            .checkout-login-info form .sin-checkout-login input {
                border: 1px solid #e8e8e8;
                height: 50px;
                background-color: transparent;
            }

                .checkout-login-info form .sin-checkout-login input:focus {
                    border: 1px solid #343538;
                }

        .checkout-login-info form .button-remember-wrap {
            display: block;
            overflow: hidden;
        }

            .checkout-login-info form .button-remember-wrap button {
                border: 1px solid #aaa;
                font-size: 13px;
                padding: 10px 30px 9px;
                display: inline-block;
                float: left;
                margin-right: 20px;
                font-weight: 600;
                text-transform: uppercase;
            }

                .checkout-login-info form .button-remember-wrap button:hover {
                    background-color: #1890FF;
                    color: #fff;
                    border: 1px solid #1890FF;
                }

            .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin: 8px 0 0;
            }

                .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
                    height: 15px;
                    margin: 0;
                    position: relative;
                    top: 5px;
                    width: 17px;
                }

                .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
                    font-size: 14px;
                    margin: 0 0 0 5px;
                }

        .checkout-login-info form .lost-password {
            margin: 20px 0 11px;
        }

            .checkout-login-info form .lost-password a {
                font-size: 14px;
            }

    .checkout-login-info .checkout-login-social span {
        font-size: 14px;
        margin: 0 0 13px;
        display: block;
    }

    .checkout-login-info .checkout-login-social ul li {
        display: inline-block;
        margin: 0 14px 0 0;
    }

        .checkout-login-info .checkout-login-social ul li:last-child {
            margin: 0 0px 0 0;
        }

@media only screen and (max-width: 767px) {
    .checkout-login-info .checkout-login-social ul li {
        margin: 0 5px 0 0;
    }
}

.checkout-login-info .checkout-login-social ul li a {
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    float: left;
    font-size: 13px;
    padding: 20px;
    padding: 24px 106px 25px;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout-login-info .checkout-login-social ul li a {
        padding: 24px 70px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-login-info .checkout-login-social ul li a {
        padding: 15px 13px 16px;
    }
}

.checkout-login-info .checkout-login-social ul li a:hover {
    background-color: #1890FF;
    color: #fff;
}

.checkout-login-info2 {
    display: none;
    margin: 20px 0 0;
}

    .checkout-login-info2 ul li {
        display: inline-block;
    }

        .checkout-login-info2 ul li a {
            color: #8a8a8a;
            font-size: 12px;
        }

            .checkout-login-info2 ul li a:hover {
                color: #1890FF;
            }

.checkout-login-info3 {
    display: none;
    margin-top: 20px;
}

    .checkout-login-info3 form input[type="text"] {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        width: 48%;
        font-size: 14px;
        padding: 0 20px;
    }

        .checkout-login-info3 form input[type="text"]:focus {
            border: 1px solid #1f2226;
        }

    .checkout-login-info3 form input[type="submit"] {
        background: #1f2226 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        height: 50px;
        margin-left: 6px;
        padding: 5px 30px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        width: inherit;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout-login-info3 form input[type="submit"] {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-login-info3 form input[type="submit"] {
        padding: 5px 16px;
    }
}

.checkout-login-info3 form input[type="submit"]:hover {
    background-color: #1890FF;
}

.billing-info-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap h3 {
        margin-bottom: 40px;
    }
}

.billing-info-wrap h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #1890FF;
    width: 50px;
    height: 2px;
}

.billing-info-wrap .billing-info label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

    .billing-info-wrap .billing-info label abbr {
        color: red;
    }

.billing-info-wrap .billing-info input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 14px;
}

    .billing-info-wrap .billing-info input:focus {
        border: 1px solid #343538;
    }

    .billing-info-wrap .billing-info input.billing-address {
        margin-bottom: 20px;
    }

.billing-info-wrap .billing-select label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

    .billing-info-wrap .billing-select label abbr {
        color: red;
    }

.billing-info-wrap .billing-select select {
    border: 1px solid #e6e6e6;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #333;
    font-size: 14px;
    height: 50px;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0) url("../../assets/images/icon-img/select.png") no-repeat scroll right 18px center;
    cursor: pointer;
}

    .billing-info-wrap .billing-select select option {
        background: #fff;
        border: 0px solid #626262;
        padding-left: 10px;
        color: #333;
        font-size: 12px;
    }

.billing-info-wrap .checkout-account input {
    border: 1px solid #9fa0a2;
    display: inline-block;
    float: left;
    height: 10px;
    width: 10px;
    position: relative;
    top: 6px;
    color: #333;
}

.billing-info-wrap .checkout-account span {
    color: #333;
    font-weight: 400;
    margin: 0 0 0 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.billing-info-wrap .checkout-account-toggle label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

    .billing-info-wrap .checkout-account-toggle label abbr {
        color: red;
    }

.billing-info-wrap .checkout-account-toggle input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    padding: 2px 20px;
}

    .billing-info-wrap .checkout-account-toggle input:focus {
        border: 1px solid #343538;
    }

.billing-info-wrap .different-address {
    display: none;
}

.billing-info-wrap .additional-info-wrap {
    margin: 22px 0 0;
}

    .billing-info-wrap .additional-info-wrap label {
        color: #010225;
        font-size: 14px;
        text-transform: capitalize;
        display: block;
        margin: 0 0 5px;
    }

    .billing-info-wrap .additional-info-wrap textarea {
        min-height: 120px;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
        padding: 20px;
        color: #333;
        font-size: 14px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .billing-info-wrap.mr-50 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .billing-info-wrap.mr-50 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap.mr-50 {
        margin-right: 0px;
    }
}

.your-order-area {
    padding: 40px 50px 50px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgba(52, 53, 56, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area {
        padding: 40px 25px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area {
        padding: 40px 12px 50px;
        margin-top: 30px;
    }
}

.your-order-area h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 45px;
    text-transform: uppercase;
}

    .your-order-area h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -12px;
        background-color: #1890FF;
        width: 50px;
        height: 2px;
    }

.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8;
}

    .your-order-area .your-order-wrap .your-order-info ul li {
        font-size: 14px;
        padding: 0 0 7px;
        text-transform: uppercase;
        font-weight: 500;
    }

        .your-order-area .your-order-wrap .your-order-info ul li span {
            float: right;
            color: #1890FF;
        }

    .your-order-area .your-order-wrap .your-order-info.order-subtotal {
        padding: 15px 0 10px;
    }

        .your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
            font-size: 16px;
        }

    .your-order-area .your-order-wrap .your-order-info.order-shipping {
        padding: 15px 0 13px;
        display: block;
        overflow: hidden;
    }

        .your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
            float: right;
            font-size: 14px;
            text-align: right;
            color: #333;
            text-transform: capitalize;
        }

    .your-order-area .your-order-wrap .your-order-info.order-total {
        padding: 15px 0 10px;
    }

        .your-order-area .your-order-wrap .your-order-info.order-total ul li span {
            font-size: 16px;
        }

.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px;
}

    .your-order-area .your-order-wrap .your-order-middle ul li {
        font-size: 14px;
        margin: 0 0 11px;
    }

        .your-order-area .your-order-wrap .your-order-middle ul li:last-child {
            margin-bottom: 0;
        }

        .your-order-area .your-order-wrap .your-order-middle ul li span {
            float: right;
            font-size: 16px;
        }

.your-order-area .your-order-wrap .payment-method {
    margin: 40px 0 0;
}

    .your-order-area .your-order-wrap .payment-method .sin-payment {
        margin-bottom: 20px;
    }

        .your-order-area .your-order-wrap .payment-method .sin-payment input {
            width: auto;
            display: inline-block;
            float: left;
            height: auto;
            margin-top: 5px;
        }

        .your-order-area .your-order-wrap .payment-method .sin-payment label {
            font-size: 14px;
            text-transform: uppercase;
            margin: 0px 0 0 21px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 500;
        }

@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap .payment-method .sin-payment label {
        display: block;
    }
}

.your-order-area .your-order-wrap .payment-method .sin-payment label img {
    max-width: 140px;
    display: inline-block;
    margin: 0 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label a {
    text-decoration: underline;
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
    margin: 6px 0 0;
    display: none;
}

    .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
        font-size: 14px;
        margin: 0;
    }

.your-order-area .Place-order {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .your-order-area .Place-order {
        margin-top: 20px;
    }
}

.your-order-area .Place-order a {
    background-color: #1890FF;
    display: block;
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

    .your-order-area .Place-order a:hover {
        background-color: #333;
    }

@media only screen and (max-width: 767px) {
    .checkout-main-area.pb-70 {
        padding-bottom: 50px;
    }
}

/*-------- 23. Payment style ---------*/

.payment-main .succes-box {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}

.payment-main .icon {
    width: 100px;
    margin-right: 50px;
    text-align: center;
}

    .payment-main .icon .icon_check_alt {
        color: #1890ff;
        font-size: 80px;
    }

.payment-main .order-infomation {
    width: 800px;
    margin: 0 auto;
}

    .payment-main .order-infomation .top {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E4E5EC;
    }

        .payment-main .order-infomation .top .price {
            position: absolute;
            right: 0;
            top: 0;
        }

            .payment-main .order-infomation .top .price span {
                font-size: 16px;
                font-weight: bold;
            }

    .payment-main .order-infomation .footer dl dt,
    .payment-main .order-infomation .footer dl dd {
        display: inline-block;
        line-height: 24px;
        margin-bottom: 5px;
        color: #464855;
    }

    .payment-main .order-infomation .footer dl {
        margin-bottom: 0;
    }

        .payment-main .order-infomation .footer dl dt {
            width: 100px;
            font-weight: normal;
            letter-spacing: 2px;
        }

            .payment-main .order-infomation .footer dl dt::after {
                content: ":";
            }

.payment-main .payment-box {
    width: 800px;
    margin: 0 auto;
}

    .payment-main .payment-box .title {
        font-size: 20px;
        margin-bottom: 20px;
        color: #464855;
    }

        .payment-main .payment-box .title .account-price {
            display: inline-block;
            font-size: 14px;
            margin-left: 40px;
        }

            .payment-main .payment-box .title .account-price span {
                font-size: 16px;
                font-weight: bold;
            }

.icon_wallet_alt {
    color: #F38021
}

.payment-main .payment-box .check-phone {
    color: #464855;
}

    .payment-main .payment-box .check-phone .tips {
        margin-bottom: 20px;
    }

    .payment-main .payment-box .check-phone .check-info .billing-info .input-box {
        position: relative;
        display: inline-block;
    }

        .payment-main .payment-box .check-phone .check-info .billing-info .input-box input {
            border: 1px solid #e8e8e8;
            height: 50px;
            background-color: transparent;
            padding: 2px 120px 2px 20px;
            color: #464855;
            font-size: 14px;
            width: 350px;
        }

            .payment-main .payment-box .check-phone .check-info .billing-info .input-box input:placeholder-shown::placeholder {
                color: transparent;
            }

        .payment-main .payment-box .check-phone .check-info .billing-info .input-box label {
            font-size: 14px;
            color: #999;
            position: absolute;
            pointer-events: none;
            transition: all .25s;
            left: 20px;
            top: 14px;
        }

        .payment-main .payment-box .check-phone .check-info .billing-info .input-box input:not(:placeholder-shown) ~ label,
        .payment-main .payment-box .check-phone .check-info .billing-info .input-box input:focus ~ label {
            transform: scale(0.9) translate(0px, -28px);
            background-color: #fff;
            padding: 0 5px;
            color: #464855;
        }

        .payment-main .payment-box .check-phone .check-info .billing-info .input-box input:focus {
            border: 2px solid #1890ff;
        }

        .payment-main .payment-box .check-phone .check-info .billing-info .input-box .send-code {
            position: absolute;
            height: 46px;
            line-height: 46px;
            z-index: 999;
            right: 2px;
            top: 2px;
            width: 120px;
            border-left: 1px solid #e8e8e8;
            color: #1890FF;
            text-align: center;
        }

            .payment-main .payment-box .check-phone .check-info .billing-info .input-box .send-code:hover {
                color: #40a9ff;
            }

            .payment-main .payment-box .check-phone .check-info .billing-info .input-box .send-code.disabled {
                cursor: not-allowed;
                color: rgba(0, 0, 0, 0.25);
                background-color: #f5f5f5;
            }


    .payment-main .payment-box .check-phone .check-info .billing-info .error-tips {
        padding-left: 20px;
        color: red;
    }

    .payment-main .payment-box .check-phone input[type="submit"],
    .payment-main .payment-box .check-phone .post {
        padding: 18px 80px 17px;
    }

.success-main .bg-box {
    text-align: center;
}

.success-main .top .icon_check_alt {
    font-size: 72px;
    color: #52c41a;
    margin-bottom: 20px;
}

.success-main .top h3 {
    line-height: 38px;
    margin-bottom: 30px;
}

.success-main .top .btn a {
    padding: 5px 15px 4px;
    border: 1px solid #e8e8e8;
    color: #464855;
    font-size: 14px;
    letter-spacing: .3px;
    display: inline-block;
    border-radius: 0;
}

    .success-main .top .btn a:hover {
        border: 1px solid #1890ff;
        color: #1890ff;
    }

.success-main .footer {
    padding-top: 50px;
    width: 60%;
    margin: 50px auto 0;
    border-top: 1px solid #f2f2f2;
}

    .success-main .footer dl,
    .success-main .footer dl dt,
    .success-main .footer dl dd {
        margin-bottom: 0;
        text-align: left;
        color: #464855;
        line-height: 24px;
    }

    .success-main .footer dl {
        width: 500px;
        margin-bottom: 10px;
        position: relative;
        float: right;
    }

        .success-main .footer dl dt {
            position: absolute;
            width: 90px;
            left: 0;
            top: 0;
            color: #898EA2;
            letter-spacing: 3px;
            font-weight: normal;
        }

            .success-main .footer dl dt::after {
                content: ":";
            }

        .success-main .footer dl dd {
            margin-left: 90px;
        }

            .success-main .footer dl dd span {
                margin-right: 10px
            }

.success-main .btns a {
    margin: 0 10px;
}


/*-------- 24. My account style ---------*/

/*************************
         index Style
*************************/

.myaccount-main .myaccount-sidebar dl {
    margin-bottom: 40px;
}

    .myaccount-main .myaccount-sidebar dl:last-child {
        margin-bottom: 0;
    }

    .myaccount-main .myaccount-sidebar dl dt {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .myaccount-main .myaccount-sidebar dl dd .active {
        color: #1890ff;
        font-weight: bold;
    }

.myaccount-main .myaccount-content .top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .myaccount-main .myaccount-content .top-box .box1 {
        width: 30%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .myaccount-main .myaccount-content .top-box .box1 .left {
            width: 100px;
            height: 100px;
            border: 1px solid #e8e8e8;
            border-radius: 50%;
            padding: 10px;
            text-align: center;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

            .myaccount-main .myaccount-content .top-box .box1 .left img {
                width: 100%;
            }

        .myaccount-main .myaccount-content .top-box .box1 .right {
            width: calc(100% - 120px);
        }

            .myaccount-main .myaccount-content .top-box .box1 .right .name {
                font-size: 20px;
                color: #333;
                font-weight: bold;
            }

    .myaccount-main .myaccount-content .top-box .box2 {
        width: 35%;
        border-right: 1px solid #e8e8e8;
    }

        .myaccount-main .myaccount-content .top-box .box2 dl {
            margin-bottom: 5px;
            vertical-align: top;
            display: flex;
        }

            .myaccount-main .myaccount-content .top-box .box2 dl dt,
            .myaccount-main .myaccount-content .top-box .box2 dl dd {
                display: inline-block;
                margin-bottom: 0;
            }

            .myaccount-main .myaccount-content .top-box .box2 dl dt {
                width: 70px;
            }

                .myaccount-main .myaccount-content .top-box .box2 dl dt::after {
                    content: ":";
                }

            .myaccount-main .myaccount-content .top-box .box2 dl dd a {
                display: inline-block;
                margin-left: 10px;
                position: relative;
                padding-left: 10px;
            }

                .myaccount-main .myaccount-content .top-box .box2 dl dd a::before {
                    content: "|";
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #e8e8e8;
                }

    .myaccount-main .myaccount-content .top-box .box3 {
        width: 20%;
    }

        .myaccount-main .myaccount-content .top-box .box3 .price strong {
            font-size: 20px;
            display: inline-block;
            margin-right: 5px;
            margin-bottom: 10px;
        }

        .myaccount-main .myaccount-content .top-box .box3 .link a {
            border: 1px solid #e8e8e8;
            padding: 5px 15px;
        }

            .myaccount-main .myaccount-content .top-box .box3 .link a:hover {
                border-color: #1890ff;
            }

.myaccount-main .myaccount-content .footer-box ul {
    display: flex;
    justify-content: space-between;
}

    .myaccount-main .myaccount-content .footer-box ul li {
        display: inline-flex;
        width: 33.333333%;
        align-items: center;
        justify-content: space-between;
    }

        .myaccount-main .myaccount-content .footer-box ul li .img {
            width: 90px;
            height: 90px;
            display: inline-flex;
            justify-content: center;
            align-self: center;
            border-radius: 50%;
            ;
        }

            .myaccount-main .myaccount-content .footer-box ul li .img.icon-1 {
                background-color: #f87b00;
            }

            .myaccount-main .myaccount-content .footer-box ul li .img.icon-2 {
                background-color: #1bb338;
            }

            .myaccount-main .myaccount-content .footer-box ul li .img.icon-3 {
                background-color: #1890ff;
            }


        .myaccount-main .myaccount-content .footer-box ul li .type {
            width: calc(100% - 110px)
        }

            .myaccount-main .myaccount-content .footer-box ul li .type .name {
                font-size: 16px;
                margin-bottom: 15px;
            }

            .myaccount-main .myaccount-content .footer-box ul li .type .link a {
                border: 1px solid #e8e8e8;
                padding: 5px 15px;
            }

                .myaccount-main .myaccount-content .footer-box ul li .type .link a:hover {
                    border-color: #1890ff;
                }

/*************************
         orderlist Style
*************************/
.myaccount-main .orderlist-content .searchbox {
    width: 250px;
    position: relative;
}

    .myaccount-main .orderlist-content .searchbox input {
        border: 1px solid #e8e8e8;
        height: 35px;
        background-color: transparent;
        padding: 2px 20px 2px 10px;
        color: #1f2226;
        font-size: 14px;
        width: 100%;
        position: relative;
    }

    .myaccount-main .orderlist-content .searchbox i {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        padding: 10px;
    }

.myaccount-main .orderlist-content th,
.myaccount-main .orderlist-content td {
    /* vertical-align: top; */
}

.myaccount-main .orderlist-content td {
    padding-left: 10px;
    padding-right: 10px;
}

.myaccount-main .orderlist-content th.order-th span {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    color: #999;
}

    .myaccount-main .orderlist-content th.order-th span ins {
        text-decoration: none;
    }

.myaccount-main .orderlist-content th.order-th a.link {
    display: inline-block;
}

    .myaccount-main .orderlist-content th.order-th a.link i {
        padding-right: 5px;
    }

.myaccount-main .orderlist-content td.product {
    width: 35%;
}

    .myaccount-main .orderlist-content td.product dl {
        margin-bottom: 0;
    }

        .myaccount-main .orderlist-content td.product dl dt.img {
            width: 60px;
            height: 60px;
            display: inline-block;
            float: left;
            margin-right: 10px;
            text-align: center;
        }

            .myaccount-main .orderlist-content td.product dl dt.img img {
                height: 100%;
            }

        .myaccount-main .orderlist-content td.product dl dd.name {
            font-size: 14px;
        }

        .myaccount-main .orderlist-content td.product dl dd.price {
            font-size: 14px;
            margin-bottom: 0;
        }

            .myaccount-main .orderlist-content td.product dl dd.price div {
                display: inline-block;
                margin-right: 5px;
            }

.myaccount-main .orderlist-content td.price {
    width: 15%;
    text-align: center;
}

.myaccount-main .orderlist-content td.state {
    width: 15%;
    text-align: center;
}

    .myaccount-main .orderlist-content td.state p {
        color: #1890ff;
    }

        .myaccount-main .orderlist-content td.state p.finish {
            color: #999;
        }

.myaccount-main .orderlist-content td.action {
    width: 30%;
    text-align: center;
}

    .myaccount-main .orderlist-content td.action .waitingtime,
    .myaccount-main .orderlist-content td.state p {
        margin-bottom: 5px;
    }

    .myaccount-main .orderlist-content td.action .btn-bar .btn {
        padding: 10px 20px;
        margin-bottom: 5px;
    }

    .myaccount-main .orderlist-content td.action .btn-bar .cancelorder,
    .myaccount-main .orderlist-content td.action .btn-bar .apply-for-after-sale {
        display: block;
    }

/*************************
         orderdetail Style
*************************/
.orderdetail-main h4 {
    font-weight: bold;
}

.orderdetail-main .header-box .orderid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .orderdetail-main .header-box .orderid .right .btn {
        margin-left: 10px;
    }

.orderdetail-main .order-state-timeline .order-title h3 {
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.orderdetail-main .order-state-timeline .order-title .order-time-bar {
    display: inline-block;
    margin-top: 8px;
}

.orderdetail-main .order-state-timeline .order-progress-bar {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}

    .orderdetail-main .order-state-timeline .order-progress-bar ul {
        background: rgba(0, 0, 0, .25);
        border-radius: 10px;
        height: 20px;
    }

        .orderdetail-main .order-state-timeline .order-progress-bar ul li {
            width: 25%;
            float: left;
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #fff;
            position: relative;
        }

        .orderdetail-main .order-state-timeline .order-progress-bar ul.w33 li {
            width: 33.333% !important;
        }

        .orderdetail-main .order-state-timeline .order-progress-bar ul li:first-child {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .orderdetail-main .order-state-timeline .order-progress-bar ul li:last-child {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .orderdetail-main .order-state-timeline .order-progress-bar ul li.active {
            background: #1890ff;
        }

            .orderdetail-main .order-state-timeline .order-progress-bar ul li.active.last {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

        .orderdetail-main .order-state-timeline .order-progress-bar ul li .order-progress-name {
            position: relative;
            width: 100%;
            display: block;
        }

        .orderdetail-main .order-state-timeline .order-progress-bar ul li .order-state-time {
            position: absolute;
            top: 28px;
            line-height: 20px;
            color: rgba(0, 0, 0, .85);
            width: 100%;
            left: 0;
        }

.orderdetail-main .order-state-timeline .timeline-detail {
    border: 1px solid #e8e8e8;
    padding: 40px 20px;
    margin-top: 60px;
}

    .orderdetail-main .order-state-timeline .timeline-detail ul li {
        padding-bottom: 20px;
        position: relative;
    }

        .orderdetail-main .order-state-timeline .timeline-detail ul li .item-label {
            position: absolute;
            top: -7px;
            text-align: right;
            width: 160px;
        }

        .orderdetail-main .order-state-timeline .timeline-detail ul li .item-tail {
            position: absolute;
            top: 10px;
            left: 176px;
            height: calc(100% - 10px);
            border-left: 2px solid #f0f0f0;
        }

        .orderdetail-main .order-state-timeline .timeline-detail ul li .item-head {
            position: absolute;
            width: 10px;
            height: 10px;
            left: 172px;
            background-color: #fff;
            border: 2px solid rgba(0, 0, 0, .25);
            border-radius: 100px;
        }

            .orderdetail-main .order-state-timeline .timeline-detail ul li .item-head.blue {
                color: #1890ff;
                border-color: #1890ff;
            }

        .orderdetail-main .order-state-timeline .timeline-detail ul li .item-content {
            position: relative;
            top: -7px;
            margin: 0 0 0 26px;
            word-break: break-word;
            text-align: left;
            left: 168px;
            width: calc(100% - 210px);
        }

            .orderdetail-main .order-state-timeline .timeline-detail ul li .item-content p {
                margin: 0;
                font-weight: bold;
                color: #464855;
            }

.orderdetail-main .buyer-information .order-id {
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 16px;
}


.orderdetail-main .buyer-information dl dt {
    width: 70px;
    float: left;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    line-height: 32px;
    font-size: 16px;
}

    .orderdetail-main .buyer-information dl dt:after {
        content: ":";
        margin: 0;
        position: relative;
    }

.orderdetail-main .buyer-information dl dd {
    margin-left: 90px;
    line-height: 32px;
    font-size: 16px;
}

.orderdetail-main .invoice-information dl dt {
    width: 120px;
    text-align-last: left;
}

.orderdetail-main .invoice-information dl dd {
    margin-left: 140px;
}

.orderdetail-main .buyer-information .order-id dl {
    width: 33.333%;
}

.orderdetail-main .btns {
    text-align: right;
}

    .orderdetail-main .btns .btn {
        margin-left: 10px
    }

.orderdetail-main table {
    border: 1px solid #ebebeb;
}

    .orderdetail-main table thead > tr {
        background-color: #f9f9f9;
    }

        .orderdetail-main table thead > tr th {
            border-top: medium none;
            font-size: 14px;
            font-weight: 400;
            padding: 10px 20px;
            text-transform: capitalize;
            vertical-align: middle;
            white-space: nowrap;
            color: #333;
        }

    .orderdetail-main table tbody > tr td {
        font-size: 14px;
        padding: 10px 20px;
    }

    .orderdetail-main table td.product .img {
        width: 60px;
        height: 60px;
        float: left;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }

.orderdetail-main dl, .orderdetail-main dt, .orderdetail-main dd {
    margin-bottom: 0;
    font-weight: normal;
}

.orderdetail-main table td.product .img img {
    height: 100%;
}

.orderdetail-main table td.product .name {
    display: inline-block;
}

.orderdetail-main .total-box {
    display: flex;
    justify-content: space-between;
}

    .orderdetail-main .total-box .left p {
        margin: 0;
        line-height: 24px;
    }

    .orderdetail-main .total-box .right dt {
        width: 70px;
        text-align: right;
        float: left;
        line-height: 32px;
        font-weight: normal;
    }

        .orderdetail-main .total-box .right dt::after {
            content: ":";
            margin: 0;
            position: relative;
        }

    .orderdetail-main .total-box .right dd {
        width: 100px;
        margin-left: 80px;
        line-height: 32px;
        text-align: right;
    }

    .orderdetail-main .total-box.big .right dt {
        width: 150px;
    }

    .orderdetail-main .total-box.big .right dd {
        width: auto;
        margin-left: 150px;
        text-align: right;
        padding-left: 10px;
    }

.orderdetail-main .bold dt, .orderdetail-main .bold dd {
    font-weight: bold !important;
}

/*************************
         address Style
*************************/
.address-content .address-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 112px;
}

    .address-content .address-item.new-box {
        display: block;
        padding: 10px;
        min-height: auto;
    }

    .address-content .address-item .user .name {
        display: inline-flex;
        align-items: center;
    }

    .address-content .address-item .tag {
        background-color: #1890ff;
        color: #fff;
        font-size: 11px;
        font-style: normal;
        font-weight: 300;
        height: 18px;
        line-height: 18px;
        padding: 0 5px;
        margin-left: 10px;
        display: inline-block;
    }

    .address-content .address-item dl {
        width: 70%;
        margin: 0;
    }

        .address-content .address-item dl dt {
            font-size: 18px;
            color: #303139;
            margin-bottom: 5px
        }

            .address-content .address-item dl dt span {
                padding-right: 10px;
            }

        .address-content .address-item dl dd {
            margin: 0;
            font-size: 16px;
            color: #303139;
            line-height: 20px;
        }

    .address-content .address-item .btns a {
        padding-left: 10px
    }

.address-content .billing-info .input-box {
    position: relative;
}

    .address-content .billing-info .input-box input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        padding: 2px 20px;
        color: #1f2226;
        font-size: 14px;
        width: 100%;
    }

        .address-content .billing-info .input-box input:placeholder-shown::placeholder {
            color: transparent;
        }

    .address-content .billing-info .input-box label {
        font-size: 14px;
        color: #999;
        position: absolute;
        pointer-events: none;
        transition: all .25s;
        left: 20px;
        top: 14px;
    }

    .address-content .billing-info .input-box input:not(:placeholder-shown) ~ label,
    .address-content .billing-info .input-box input:focus ~ label {
        transform: scale(0.9) translate(0px, -28px);
        background-color: #fff;
        padding: 0 5px;
        color: #464855;
    }

    .address-content .billing-info .input-box input:focus {
        border: 2px solid #1890ff;
    }

/*************************
         invoice Style
*************************/
.invoice-content .invoice-item {
    position: relative;
    padding-right: 100px;
    /* display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 100px; */
}

    .invoice-content .invoice-item.new-box {
        display: block;
        padding: 10px;
        min-height: auto;
    }

    .invoice-content .invoice-item .name {
        font-size: 18px;
        color: #303139;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .invoice-content .invoice-item .btns {
        position: absolute;
        right: 0;
        top: 30px;
    }

    .invoice-content .invoice-item dl {
        margin: 0;
    }

        .invoice-content .invoice-item dl dt {
            font-size: 18px;
            color: #303139;
            margin-bottom: 5px;
        }

        .invoice-content .invoice-item dl dd {
            margin: 0;
        }

            .invoice-content .invoice-item dl dd div {
                display: inline-block;
                line-height: 24px;
            }

            .invoice-content .invoice-item dl dd .type {
                width: 70px;
            }

                .invoice-content .invoice-item dl dd .type::after {
                    content: ":";
                }

.invoice-content .invoice-top .invoice-item dl dd .type {
    width: 100px;
}

    .invoice-content .invoice-top .invoice-item dl dd .type::after {
        content: ":";
    }

.invoice-content .invoice-item .btns a {
    padding-left: 10px
}

.invoice-top {
    background-color: #f9f9f9;
}

.invoice-content .billing-info .input-box {
    position: relative;
}

    .invoice-content .billing-info .input-box input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        padding: 2px 20px;
        color: #1f2226;
        font-size: 14px;
        width: 100%;
    }

        .invoice-content .billing-info .input-box input[type='file'] {
            height: auto;
            padding: 15px 20px;
        }

        .invoice-content .billing-info .input-box input:placeholder-shown::placeholder {
            color: transparent;
        }

        .invoice-content .billing-info .input-box input:disabled {
            background-color: #eee;
        }

    .invoice-content .billing-info .input-box label {
        font-size: 14px;
        color: #999;
        position: absolute;
        pointer-events: none;
        transition: all .25s;
        left: 20px;
        top: 14px;
    }

    .invoice-content .billing-info .input-box input:not(:placeholder-shown) ~ label,
    .invoice-content .billing-info .input-box input:focus ~ label {
        transform: scale(0.9) translate(0px, -28px);
        background-color: #fff;
        padding: 0 5px;
        color: #464855;
    }

    .invoice-content .billing-info .input-box input:focus {
        border: 2px solid #1890ff;
    }

.invoice-content .billing-info .radio-box {
    padding: 2px 20px;
}

    .invoice-content .billing-info .radio-box div {
        display: inline-block;
        line-height: 40px;
        height: 40px;
    }

        .invoice-content .billing-info .radio-box div label {
            display: inline-flex;
            align-items: center;
            margin-right: 10px;
        }

            .invoice-content .billing-info .radio-box div label input {
                margin-right: 5px;
            }


.invoice-item-choice .invoice-item .radio-inline {
    width: 28px;
    height: 28px;
    border: 1px solid #E4E5EC;
    background-color: #fff;
    display: inline-flex;
    border-radius: 50%;
    padding: 7px;
    align-items: center;
}

    .invoice-item-choice .invoice-item .radio-inline i {
        width: 100%;
        height: 100%;
        display: inline-block;
        border-radius: 50%;
    }

.invoice-item-choice .invoice-item.active .radio-inline i {
    background-color: #1890ff;
}

.invoice-item-choice .invoice-item {
    cursor: pointer;
    padding: 20px;
}

    .invoice-item-choice .invoice-item:hover {
        background-color: #F4F5FA;
    }

    .invoice-item-choice .invoice-item dl {
        width: 80%
    }

    .invoice-item-choice .invoice-item .btns {
        opacity: 0;
    }

    .invoice-item-choice .invoice-item:hover .btns {
        opacity: 1;
    }

.invoice-content .tabs-top.invoice {
    position: relative;
}

    .invoice-content .tabs-top.invoice .tab {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }

        .invoice-content .tabs-top.invoice .tab a {
            background-color: #fff;
            border: 1px solid #1890ff;
            color: #1890ff;
            height: 30px;
            line-height: 30px;
            display: inline-block;
        }

            .invoice-content .tabs-top.invoice .tab a:first-child {
                padding: 0 20px !important;
            }

                .invoice-content .tabs-top.invoice .tab a:first-child::after {
                    border: 0;
                }

            .invoice-content .tabs-top.invoice .tab a.active {
                background-color: #1890ff;
                color: #fff;
            }

.invoice-content .selectbox .select {
    display: inline-block;
    margin-right: 10px
}

    .invoice-content .selectbox .select .nice-select {
        height: 50px;
        border: 1px solid #e8e8e8;
        display: inline-flex;
        align-items: center;
        min-width: 200px
    }

.invoice-content .top-box .tips {
    padding: 10px 20px;
}

.invoice-content table {
    border: 0;
}

    .invoice-content table thead > tr {
        background-color: #f9f9f9;
        border: 1px solid #ebebeb;
    }

        .invoice-content table thead > tr th {
            border-top: medium none;
            font-size: 14px;
            font-weight: 400;
            padding: 10px 20px;
            text-transform: capitalize;
            vertical-align: middle;
            white-space: nowrap;
            color: #333;
        }

    .invoice-content table tbody > tr {
        border-bottom: 1px solid #ebebeb;
    }

        .invoice-content table tbody > tr td {
            font-size: 14px;
            padding: 10px 20px;
        }

        .invoice-content table tbody > tr.disabled td, .invoice-content table tbody > tr.disabled td p {
            color: rgba(0, 0, 0, .25);
        }

.invoice-content .footer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .invoice-content .footer-box .left {
        display: inline-block;
        padding-left: 20px;
    }

        .invoice-content .footer-box .left label {
            margin-right: 20px
        }

    .invoice-content .footer-box .ant-pagination {
        margin: 0;
    }


/*************************
         apply for after sale Style
*************************/
.apply-for-aftersale-content table td.btns a {
    margin: 0 5px;
}

.apply-for-aftersale-content table {
    border: 0;
}

    .apply-for-aftersale-content table thead > tr {
        background-color: #f9f9f9;
        border: 1px solid #ebebeb;
    }

        .apply-for-aftersale-content table thead > tr th {
            border-top: medium none;
            font-size: 14px;
            font-weight: 400;
            padding: 10px 20px;
            text-transform: capitalize;
            vertical-align: middle;
            white-space: nowrap;
            color: #333;
        }

    .apply-for-aftersale-content table tbody > tr {
        border-bottom: 1px solid #ebebeb;
    }

        .apply-for-aftersale-content table tbody > tr td {
            font-size: 14px;
            padding: 10px 20px;
        }

            .apply-for-aftersale-content table tbody > tr td input {
                border: 1px solid #e8e8e8;
                height: 35px;
                padding: 2px 20px 2px 10px;
                color: #1f2226;
                font-size: 14px;
                width: 100px;
                position: relative;
                margin-right: 5px;
            }

                .apply-for-aftersale-content table tbody > tr td input:focus {
                    border: 2px solid #1890ff;
                }

.apply-for-aftersale-content .aftersale-apply .checkbox-box ul li {
    display: flex;
    align-items: center;
}

    .apply-for-aftersale-content .aftersale-apply .checkbox-box ul li .input-box input {
        border: 1px solid #e8e8e8;
        height: 35px;
        background-color: transparent;
        padding: 2px 20px 2px 10px;
        color: #1f2226;
        font-size: 14px;
        width: 80px;
        position: relative;
        margin-right: 5px;
    }

.apply-for-aftersale-content .aftersale-apply .input-box {
    position: relative;
}

    .apply-for-aftersale-content .aftersale-apply .input-box textarea {
        border: 1px solid #e8e8e8;
        height: 150px;
        background-color: transparent;
        padding: 10px 20px;
        color: #1f2226;
        font-size: 14px;
        width: 100%;
    }

        .apply-for-aftersale-content .aftersale-apply .input-box textarea:placeholder-shown::placeholder {
            color: transparent;
        }

    .apply-for-aftersale-content .aftersale-apply .input-box label {
        font-size: 14px;
        color: #999;
        position: absolute;
        pointer-events: none;
        transition: all .25s;
        left: 20px;
        top: 14px;
    }

    .apply-for-aftersale-content .aftersale-apply .input-box textarea:not(:placeholder-shown) ~ label,
    .apply-for-aftersale-content .aftersale-apply .input-box textarea:focus ~ label {
        transform: scale(0.9) translate(0px, -28px);
        background-color: #fff;
        padding: 0 5px;
        color: #464855;
    }

    .apply-for-aftersale-content .aftersale-apply .input-box textarea:focus {
        border: 2px solid #1890ff;
    }

.aftersaledetail-main .header-box .orderid .left div {
    display: inline-block;
}

.aftersale-progress-bar.order-progress-bar ul li {
    width: 25% !important;
}

.bank-info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

    .bank-info ul li label {
        width: 100px;
        text-align: right;
    }

    .bank-info ul li > div {
        min-width: 200px;
        text-align: left;
    }

        .bank-info ul li > div.nice-select.open .list li {
            text-align: left;
        }

    .bank-info ul li input {
        border: 1px solid #e8e8e8;
        height: 35px;
        background-color: transparent;
        padding: 2px 20px 2px 10px;
        color: #1f2226;
        font-size: 14px;
        width: 200px;
        position: relative;
    }



/*************************
         setting Style
*************************/

.setting-box .billing-info {
    display: flex;
    width: 370px;
    margin: 0 auto;
}

    .setting-box .billing-info .left, .setting-box .billing-info .left img {
        width: 120px;
        height: 120px;
        cursor: pointer;
        border-radius: 50%;
        margin-right: 40px;
    }

    .setting-box .billing-info .input-box {
        position: relative;
    }

        .setting-box .billing-info .input-box input {
            border: 1px solid #e8e8e8;
            height: 40px;
            background-color: transparent;
            padding: 2px 20px;
            color: #1f2226;
            font-size: 14px;
            width: 100%;
        }

            .setting-box .billing-info .input-box input:placeholder-shown::placeholder {
                color: transparent;
            }

        .setting-box .billing-info .input-box label {
            font-size: 14px;
            color: #999;
            position: absolute;
            pointer-events: none;
            transition: all .25s;
            left: 20px;
            top: 9px;
        }

        .setting-box .billing-info .input-box input:not(:placeholder-shown) ~ label,
        .setting-box .billing-info .input-box input:focus ~ label {
            transform: scale(0.9) translate(0px, -20px);
            background-color: #fff;
            padding: 0 5px;
            color: #464855;
        }

        .setting-box .billing-info .input-box input:focus {
            border: 2px solid #1890ff;
        }

    .setting-box .billing-info .select-box .nice-select {
        width: 100%;
        height: 40px;
        line-height: 38px;
    }

.security-box .security-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

    .security-box .security-item:last-child {
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }

    .security-box .security-item p {
        color: #999;
    }













/*************************
         balance Style
*************************/
.myaccount-main .top-box .price-bar {
    display: flex;
    align-items: center;
}

    .myaccount-main .top-box .price-bar .price {
        display: inline-block;
    }

        .myaccount-main .top-box .price-bar .price strong {
            font-size: 26px;
            font-weight: bold;
            padding-right: 5px;
        }

    .myaccount-main .top-box .price-bar .btn {
        padding: 10px 20px 9px;
    }

.myaccount-main .tabs-top {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

    .myaccount-main .tabs-top a {
        padding: 0 20px;
        position: relative;
    }

        .myaccount-main .tabs-top a:first-child {
            padding-left: 0
        }

            .myaccount-main .tabs-top a:first-child::after {
                content: "";
                position: absolute;
                right: 0;
                top: 0;
                border-right: 1px solid #e8e8e8;
                height: 17px;
            }

        .myaccount-main .tabs-top a.active {
            color: #1890ff;
            font-weight: bold;
        }

.myaccount-main table {
    border: 1px solid #ebebeb;
}

    .myaccount-main table thead > tr {
        background-color: #f9f9f9;
    }

        .myaccount-main table thead > tr th {
            border-top: medium none;
            font-size: 14px;
            font-weight: 400;
            padding: 10px 20px;
            text-transform: capitalize;
            vertical-align: middle;
            white-space: nowrap;
            color: #333;
        }

    .myaccount-main table tbody > tr td {
        font-size: 14px;
        padding: 10px 20px;
    }

.myaccount-main .balance-content table .date {
    width: 30%;
}

.myaccount-main .balance-content table .got {
    width: 30%;
}

.myaccount-main .balance-content table .detail {
    width: 40%;
}




/*-------- Start My Account Page Wrapper --------*/
/*-------- 25. Login register style ---------*/

.login-main .left {
    width: 60%;
    float: left;
}

.login-main .right {
    width: 40%;
    float: left;
}

.login-main .left {
    height: 600px;
    background: url(../images/login-register/login.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .login-main .left::before {
        content: "";
        background: rgba(24, 144, 255, 0.80);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .login-main .left .logo-box {
        z-index: 9999;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

        .login-main .left .logo-box .logo object {
            height: 100px;
        }



.login-main .right .login-box {
    padding: 100px 50px;
}

.login-main .right .billing-info input[type='password'],
.login-main .right .billing-info input[type='text'] {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 14px;
    width: 100%;
}

.login-main .billing-info .input-box {
    position: relative;
}

    .login-main .billing-info .input-box input:placeholder-shown::placeholder {
        color: transparent;
    }

    .login-main .billing-info .input-box label {
        font-size: 14px;
        color: #999;
        position: absolute;
        pointer-events: none;
        transition: all .25s;
        left: 20px;
        top: 14px;
    }

    .login-main .billing-info .input-box input:not(:placeholder-shown) ~ label,
    .login-main .billing-info .input-box input:focus ~ label {
        transform: scale(0.9) translate(0px, -28px);
        background-color: #fff;
        padding: 0 5px;
        color: #464855;
    }

    .login-main .billing-info .input-box input:focus {
        border: 2px solid #1890ff;
    }


.login-main .right .billing-info .sub-btn {
    display: flex;
    justify-content: space-between;
}

    .login-main .right .billing-info .sub-btn label {
        display: inline-flex;
        align-items: center;
    }

        .login-main .right .billing-info .sub-btn label [type='checkbox'] {
            margin-right: 5px
        }

.register-main .billing-info {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

    .register-main .billing-info .input-box input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        padding: 2px 20px;
        color: #1f2226;
        font-size: 14px;
        width: 100%;
    }

        .register-main .billing-info .input-box input:placeholder-shown::placeholder {
            color: transparent;
        }

    .register-main .billing-info .input-box {
        width: 50%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
        position: relative;
    }

        .register-main .billing-info .input-box label {
            font-size: 14px;
            color: #999;
            position: absolute;
            pointer-events: none;
            transition: all .25s;
            left: 40px;
            top: 14px;
        }

        .register-main .billing-info .input-box input:not(:placeholder-shown) ~ label,
        .register-main .billing-info .input-box input:focus ~ label {
            transform: scale(0.9) translate(0px, -28px);
            background-color: #fff;
            padding: 0 5px;
            color: #464855;
        }

        .register-main .billing-info .input-box input:focus {
            border: 2px solid #1890ff;
        }

    .register-main .billing-info .phone-code {
        position: relative;
    }

        .register-main .billing-info .phone-code input {
            padding-right: 120px;
        }

        .register-main .billing-info .phone-code .send-code {
            position: absolute;
            height: 46px;
            line-height: 46px;
            z-index: 999;
            right: 17px;
            top: 2px;
            width: 120px;
            border-left: 1px solid #e8e8e8;
            color: #1890FF;
            text-align: center;
        }

            .register-main .billing-info .phone-code .send-code.disabled {
                cursor: not-allowed;
                color: rgba(0, 0, 0, 0.25);
                background-color: #f5f5f5;
            }

    .register-main .billing-info .clause {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        color: #464855;
    }

        .register-main .billing-info .clause a {
            color: #1890FF;
        }

            .register-main .billing-info .clause a:hover {
                color: #40a9ff;
            }


    .register-main .billing-info .btn-bar {
        display: flex;
        justify-content: space-between;
    }

    .register-main .billing-info .login {
        color: #464855;
    }

        .register-main .billing-info .login .login-btn {
            color: #1890FF;
        }

            .register-main .billing-info .login .login-btn:hover {
                color: #40a9ff;
            }

.register-main.step2 .billing-info {
    width: 60%;
}

    .register-main.step2 .billing-info .input-box {
        width: 100%;
        float: none;
    }

    .register-main.step2 .billing-info .register-type {
        padding: 0 15px;
        margin-bottom: 30px;
    }

.register-main .tabs-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .register-main .tabs-top a {
        font-size: 18px;
        display: inline-block;
        width: calc(50% - 30px);
        margin: 0 15px;
        padding: 12px;
        text-align: center;
        border: 1px solid #e8e8e8;
        color: #464855;
    }

        .register-main .tabs-top a:hover {
            color: #1890FF;
            border: 1px solid #1890FF;
        }

        .register-main .tabs-top a.active {
            background-color: #1890FF;
            color: #fff;
        }

.tab-content .tab-pane {
    display: none;
}

    .tab-content .tab-pane.active {
        display: block;
    }

.register-main.step2 .btn-group {
    display: flex;
    justify-content: space-between;
}

/*-------- 27. Invest style ---------*/
.invest-main .billing-info .input-box {
    position: relative;
    display: inline-block;
}

    .invest-main .billing-info .input-box input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        padding: 2px 20px;
        color: #464855;
        font-size: 14px;
        width: 350px;
    }

        .invest-main .billing-info .input-box input:placeholder-shown::placeholder {
            color: transparent;
        }

    .invest-main .billing-info .input-box label {
        font-size: 14px;
        color: #999;
        position: absolute;
        pointer-events: none;
        transition: all .25s;
        left: 20px;
        top: 14px;
    }

    .invest-main .billing-info .input-box input:not(:placeholder-shown) ~ label,
    .invest-main .billing-info .input-box input:focus ~ label {
        transform: scale(0.9) translate(0px, -28px);
        background-color: #fff;
        padding: 0 5px;
        color: #464855;
    }

    .invest-main .billing-info .input-box input:focus {
        border: 2px solid #1890ff;
    }

    .invest-main .billing-info .input-box span {
        position: absolute;
        right: 10px;
        top: 15px;
    }

.invest-main .invest-type li {
    width: 170px;
    height: 70px;
    display: inline-flex;
    vertical-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    margin-right: 20px;
    cursor: pointer;
}

    .invest-main .invest-type li.active {
        border: 2px solid #1890ff;
    }

    .invest-main .invest-type li:last-child {
        margin-right: 0;
    }

    .invest-main .invest-type li i {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: sub;
        margin-right: 4px;
    }




/*-------- 28. Order tracking style ---------*/
.order-tracking-content p {
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 89%;
    color: #333;
}

@media only screen and (max-width: 767px) {
    .order-tracking-content p {
        width: 100%;
    }
}

.order-tracking-content .order-tracking-form {
    margin: 30px 0 0;
}

    .order-tracking-content .order-tracking-form .sin-order-tracking {
        margin: 0 0 36px;
    }

        .order-tracking-content .order-tracking-form .sin-order-tracking label {
            letter-spacing: .2px;
            font-weight: 600;
            margin: 0 0 10px;
            display: block;
        }

        .order-tracking-content .order-tracking-form .sin-order-tracking input {
            background: transparent;
            border: 1px solid #cecece;
            height: 60px;
            padding: 10px 20px;
            color: #000000;
            font-size: 14px;
        }

            .order-tracking-content .order-tracking-form .sin-order-tracking input:focus {
                border: 1px solid #262626;
            }

    .order-tracking-content .order-tracking-form .order-track-btn {
        text-align: center;
    }

        .order-tracking-content .order-tracking-form .order-track-btn a {
            display: block;
            font-weight: 600;
            color: #ffffff;
            background-color: #000000;
            line-height: 1;
            padding: 22px 45px;
            text-transform: uppercase;
        }

            .order-tracking-content .order-tracking-form .order-track-btn a:hover {
                background-color: #40a9ff;
            }


/* easyzoom-pop-up 重置 */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-counter {
    color: #000;
}

.mfp-image-holder .mfp-close {
    left: 0;
    padding-right: 16px;
}

.mfp-counter {
    right: 16px;
}

/* product detail左侧图片 */
.ant-tabs {
    width: 100%;
    position: relative;
}

.ant-tabs-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ant-tabs-nav-wrap {
    position: relative;
}

.ant-tabs-nav-list {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 20px;
    display: flex;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
}

.ant-tabs-tab {
    width: 16px;
    height: 16px;
    margin: 0 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .ant-tabs-tab .ant-tabs-tab-btn {
        width: 12px;
        height: 12px;
        background-color: rgba(0, 0, 0, .4);
        border-radius: 50%;
    }

.ant-tabs-tab-btn:active,
.ant-tabs-tab-btn:focus {
    color: #096dd9
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    background-color: #40a9ff;
}

.ant-tabs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ant-tabs-content-holder {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0;
    min-height: 0
}

.ant-tabs-content-animated {
    -webkit-transition: margin .3s;
    transition: margin .3s
}

.ant-tabs-tabpane {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    outline: none
}

.ant-tabs-tabpane {
    display: none;
}

    .ant-tabs-tabpane.ant-tabs-tabpane-active {
        display: block;
    }

.select-content {
    display: inline-block;
    vertical-align: middle;
}



/*************************
        pagination
*************************/
.ant-pagination {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.85);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

    .ant-pagination ul,
    .ant-pagination ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .ant-pagination:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }

.ant-pagination-total-text {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
}

.ant-pagination-item {
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    margin-right: 8px;
    font-family: Arial;
    outline: 0;
}

    .ant-pagination-item a {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.85);
        margin: 0 6px;
    }

    .ant-pagination-item:focus,
    .ant-pagination-item:hover {
        border-color: #1890ff;
    }

        .ant-pagination-item:focus a,
        .ant-pagination-item:hover a {
            color: #1890ff;
        }

.ant-pagination-item-active {
    border-color: #1890ff;
    font-weight: 500;
}

    .ant-pagination-item-active a {
        color: #1890ff;
    }

    .ant-pagination-item-active:focus,
    .ant-pagination-item-active:hover {
        border-color: #40a9ff;
    }

        .ant-pagination-item-active:focus a,
        .ant-pagination-item-active:hover a {
            color: #40a9ff;
        }

.ant-pagination-jump-prev,
.ant-pagination-jump-next {
    outline: 0;
}

.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
    margin-right: 8px;
}

.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
    font-family: Arial;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.85);
    border-radius: 2px;
    list-style: none;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.ant-pagination-prev,
.ant-pagination-next {
    outline: 0;
}

    .ant-pagination-prev a,
    .ant-pagination-next a {
        color: rgba(0, 0, 0, 0.85);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ant-pagination-prev:hover a,
    .ant-pagination-next:hover a {
        border-color: #40a9ff;
    }

    .ant-pagination-prev .ant-pagination-item-link,
    .ant-pagination-next .ant-pagination-item-link {
        border: 1px solid #d9d9d9;
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding: 0;
        font-size: 12px;
        text-align: center;
        line-height: 1;
        cursor: pointer;
        border-radius: 2px;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ant-pagination-prev .ant-pagination-item-link:after,
        .ant-pagination-next .ant-pagination-item-link:after {
            font-size: 12px;
            display: block;
            height: 30px;
            font-family: "anticon";
            text-align: center;
            font-weight: 500;
        }

    .ant-pagination-prev:focus .ant-pagination-item-link,
    .ant-pagination-next:focus .ant-pagination-item-link,
    .ant-pagination-prev:hover .ant-pagination-item-link,
    .ant-pagination-next:hover .ant-pagination-item-link {
        border-color: #1890ff;
        color: #1890ff;
    }

.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
    cursor: not-allowed;
}

    .ant-pagination-disabled a,
    .ant-pagination-disabled:hover a,
    .ant-pagination-disabled:focus a,
    .ant-pagination-disabled .ant-pagination-item-link,
    .ant-pagination-disabled:hover .ant-pagination-item-link,
    .ant-pagination-disabled:focus .ant-pagination-item-link {
        border-color: #d9d9d9;
        color: rgba(0, 0, 0, 0.25);
        cursor: not-allowed;
    }

.ant-pagination-jump-prev-custom-icon .arrow_carrot-2left,
.ant-pagination-jump-prev-custom-icon .arrow_carrot-2right {
    display: none;
}

.ant-pagination-jump-prev-custom-icon:hover .arrow_carrot-2left,
.ant-pagination-jump-prev-custom-icon:hover .arrow_carrot-2right {
    display: inline-flex;
}

.ant-pagination-jump-prev-custom-icon:hover .ellipsis {
    display: none;
}

@media only screen and (max-width: 992px) {

    .ant-pagination-item-after-jump-prev,
    .ant-pagination-item-before-jump-next {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .ant-pagination-options {
        display: none;
    }
}

/*************************
        checkbox
*************************/
@-webkit-keyframes antCheckboxEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes antCheckboxEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

.ant-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer
}

    .ant-checkbox-input:focus + .ant-checkbox-inner,
    .ant-checkbox-wrapper:hover .ant-checkbox-inner,
    .ant-checkbox:hover .ant-checkbox-inner {
        border-color: #1890ff
    }

.ant-checkbox-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border: 1px solid #1890ff;*/
    border-radius: 2px;
    visibility: hidden;
    -webkit-animation: antCheckboxEffect .36s ease-in-out;
    animation: antCheckboxEffect .36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    content: ""
}

.ant-checkbox-wrapper:hover .ant-checkbox:after,
.ant-checkbox:hover:after {
    visibility: visible
}

.ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: collapse;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .ant-checkbox-inner:after {
        position: absolute;
        top: 50%;
        left: 22%;
        display: table;
        width: 5.71428571px;
        height: 9.14285714px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
        transform: rotate(45deg) scale(0) translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
        transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
        content: " "
    }

.ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    content: " "
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #1890ff;
    border-color: #1890ff
}

.ant-checkbox-disabled {
    cursor: not-allowed
}

    .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
        border-color: rgba(0, 0, 0, .25);
        -webkit-animation-name: none;
        animation-name: none
    }

    .ant-checkbox-disabled .ant-checkbox-input {
        cursor: not-allowed
    }

    .ant-checkbox-disabled .ant-checkbox-inner {
        background-color: #f5f5f5;
        border-color: #d9d9d9 !important
    }

        .ant-checkbox-disabled .ant-checkbox-inner:after {
            border-color: #f5f5f5;
            border-collapse: separate;
            -webkit-animation-name: none;
            animation-name: none
        }

    .ant-checkbox-disabled + span {
        color: rgba(0, 0, 0, .25);
        cursor: not-allowed
    }

    .ant-checkbox-disabled:hover:after,
    .ant-checkbox-wrapper:hover .ant-checkbox-disabled:after {
        visibility: hidden
    }

.ant-checkbox-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block;
    line-height: unset;
    cursor: pointer
}

    .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
        cursor: not-allowed
    }

    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 8px
    }

.ant-checkbox + span {
    padding-right: 8px;
    padding-left: 8px
}

.ant-checkbox-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    display: inline-block
}

.ant-checkbox-group-item {
    display: inline-block;
    margin-right: 8px
}

    .ant-checkbox-group-item:last-child {
        margin-right: 0
    }

    .ant-checkbox-group-item + .ant-checkbox-group-item {
        margin-left: 0
    }

.ant-checkbox-indeterminate .ant-checkbox-inner {
    background-color: #fff;
    border-color: #d9d9d9
}

    .ant-checkbox-indeterminate .ant-checkbox-inner:after {
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        background-color: #1890ff;
        border: 0;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        content: " "
    }

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
    background-color: rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, .25)
}

.ant-checkbox-rtl {
    direction: rtl
}

.ant-checkbox-group-rtl .ant-checkbox-group-item {
    margin-right: 0;
    margin-left: 8px
}

    .ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
        margin-left: 0 !important
    }

    .ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
        margin-left: 8px
    }

.ant-checkbox-disabled .ant-checkbox-inner:after {
    left: 20%;
}



/*************************
        modal
*************************/
.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    width: 600px;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding: 0 0 24px;
}

.ant-modal-wrap {
    z-index: 1000
}

.ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word
}

.ant-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    pointer-events: auto
}

.ant-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    color: rgba(0, 0, 0, .45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

.ant-modal-close-x {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    text-transform: none;
    text-rendering: auto
}

.ant-modal-close:focus,
.ant-modal-close:hover {
    color: rgba(0, 0, 0, .75);
    text-decoration: none
}

.ant-modal-header .ant-modal-close-x {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 30px;
}




.ant-modal-header {
    padding: 16px 24px;
    color: rgba(0, 0, 0, .85);
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px 2px 0 0
}

.ant-modal-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word
}

.ant-modal-footer {
    padding: 10px 16px;
    text-align: right;
    background: transparent;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 2px 2px
}

    .ant-modal-footer button + button {
        margin-bottom: 0;
        margin-left: 8px
    }

.ant-modal-open {
    overflow: hidden
}

.ant-modal-centered {
    text-align: center
}

    .ant-modal-centered:before {
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
        content: ""
    }

    .ant-modal-centered .ant-modal {
        top: 0;
        display: inline-block;
        text-align: left;
        vertical-align: middle
    }

@media (max-width:767px) {
    .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8px auto
    }

    .ant-modal-centered .ant-modal {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.ant-modal-confirm .ant-modal-close,
.ant-modal-confirm .ant-modal-header {
    display: none
}

.ant-modal-confirm .ant-modal-body {
    padding: 32px 32px 24px
}

.ant-modal-confirm-body-wrapper:before {
    display: table;
    content: ""
}

.ant-modal-confirm-body-wrapper:after {
    display: table;
    clear: both;
    content: ""
}

.ant-modal-confirm-body .ant-modal-confirm-title {
    display: block;
    overflow: hidden;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4
}

.ant-modal-confirm-body .ant-modal-confirm-content {
    margin-top: 8px;
    color: rgba(0, 0, 0, .85);
    font-size: 14px
}

.ant-modal-confirm-body > .anticon {
    float: left;
    margin-right: 16px;
    font-size: 22px
}

    .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
        margin-left: 38px
    }

.ant-modal-confirm .ant-modal-confirm-btns {
    float: right;
    margin-top: 24px
}

    .ant-modal-confirm .ant-modal-confirm-btns button + button {
        margin-bottom: 0;
        margin-left: 8px
    }

.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
    color: #ff4d4f
}

.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon {
    color: #faad14
}

.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
    color: #1890ff
}

.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
    color: #52c41a
}

.ant-modal-wrap-rtl {
    direction: rtl
}

    .ant-modal-wrap-rtl .ant-modal-close {
        right: auto;
        left: 0
    }

    .ant-modal-wrap-rtl .ant-modal-footer {
        text-align: left
    }

        .ant-modal-wrap-rtl .ant-modal-footer button + button {
            margin-right: 8px;
            margin-left: 0
        }

    .ant-modal-wrap-rtl .ant-modal-confirm-body {
        direction: rtl
    }

        .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
            float: right;
            margin-right: 0;
            margin-left: 16px
        }

            .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
                margin-right: 38px;
                margin-left: 0
            }

    .ant-modal-wrap-rtl .ant-modal-confirm-btns {
        float: left
    }

        .ant-modal-wrap-rtl .ant-modal-confirm-btns button + button {
            margin-right: 8px;
            margin-left: 0
        }

    .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
        text-align: right
    }

.ant-modal-dialog {
    width: 100%;
    margin: 0 auto;
    /*position: absolute !important;
	top:50% !important;
	left:50% !important;
	transform:translate(-50%,-50%) !important;
	-webkit-transform:translate(-50%,-50%) !important;
	-moz-transform:translate(-50%,-50%) !important;
	-ms-transform:translate(-50%,-50%) !important;
	-o-transform:translate(-50%,-50%) !important;  */
    display: block;
}



.ant-modal-confirm-body > .iconfont {
    float: left;
    font-size: 32px;
    width: 40px;
    line-height: 24px;
}

.ant-modal-confirm-info .ant-modal-confirm-body > .iconfont {
    color: #1890ff;
}

.ant-modal-confirm-success .ant-modal-confirm-body > .iconfont {
    color: #52c41a;
}

.ant-modal-confirm-error .ant-modal-confirm-body > .iconfont {
    color: #ff4d4f;
}

.ant-modal-confirm-warning .ant-modal-confirm-body > .iconfont {
    color: #faad14;
}

.ant-modal-confirm-body .ant-modal-confirm-content {
    margin-left: 44px;
}




.ant-confirm .ant-modal-header {
    display: none;
}

.ant-confirm .ant-modal-close {
    display: none;
}

.ant-confirm .ant-modal-body {
    padding: 32px 32px 24px;
}

.ant-confirm-body-wrapper {
    zoom: 1;
}

    .ant-confirm-body-wrapper:before,
    .ant-confirm-body-wrapper:after {
        content: " ";
        display: table;
    }

    .ant-confirm-body-wrapper:after {
        clear: both;
        visibility: hidden;
        font-size: 0;
        height: 0;
    }

.ant-confirm-body .ant-confirm-title {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 16px;
}

.ant-confirm-body .ant-confirm-content {
    margin-left: 38px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 8px;
}

.ant-confirm-body > .anticon {
    font-size: 22px;
    margin-right: 16px;
    margin-top: 1px;
    float: left;
}

.ant-confirm .ant-confirm-btns {
    margin-top: 24px;
    float: right;
}

    .ant-confirm .ant-confirm-btns button + button {
        margin-left: 8px;
        margin-bottom: 0;
    }

.ant-confirm-error .ant-confirm-body > .anticon {
    color: #f5222d;
}

.ant-confirm-warning .ant-confirm-body > .anticon,
.ant-confirm-confirm .ant-confirm-body > .anticon {
    color: #faad14;
}

.ant-confirm-info .ant-confirm-body > .anticon {
    color: #1890ff;
}

.ant-confirm-success .ant-confirm-body > .anticon {
    color: #52c41a;
}

.confirm {
    width: 300px
}

.cpt-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    text-align: center;
    animation-duration: 0.3s;
    max-width: 300px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);
    font-family: '微软雅黑', 'Microsoft Yahei';
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    word-wrap: break-word;
}

/*-------- 29. ForgotPassword style ---------*/
.forgotpassword-main .icon-box {
    display: inline-flex;
    align-items: center;
}

    .forgotpassword-main .icon-box i {
        font-size: 28px;
    }

    .forgotpassword-main .icon-box .name {
        font-size: 20px;
    }

.forgotpassword-main .choise-box:hover {
    background-color: #1890FF !important;
    color: #fff !important;
}

    .forgotpassword-main .choise-box:hover h4,
    .forgotpassword-main .choise-box:hover p {
        color: #fff !important;
    }

    .forgotpassword-main .choise-box:hover .primary-btn {
        background-color: #fff;
        color: #1890FF;
    }

.forgotpassword-main .billing-info {
    width: 40%;
    position: relative;
    margin: 0 auto;
}

    .forgotpassword-main .billing-info .input-box input {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        padding: 2px 20px;
        color: #1f2226;
        font-size: 14px;
        width: 100%;
    }

        .forgotpassword-main .billing-info .input-box input:placeholder-shown::placeholder {
            color: transparent;
        }

    .forgotpassword-main .billing-info .input-box {
        margin-bottom: 30px;
        position: relative;
    }

        .forgotpassword-main .billing-info .input-box label {
            font-size: 14px;
            color: #999;
            position: absolute;
            pointer-events: none;
            transition: all .25s;
            left: 20px;
            top: 14px;
        }

        .forgotpassword-main .billing-info .input-box input:not(:placeholder-shown) ~ label,
        .forgotpassword-main .billing-info .input-box input:focus ~ label {
            transform: scale(0.9) translate(0px, -28px);
            background-color: #fff;
            padding: 0 5px;
            color: #464855;
        }

        .forgotpassword-main .billing-info .input-box input:focus {
            border: 2px solid #1890ff;
        }

    .forgotpassword-main .billing-info .phone-code {
        position: relative;
    }

        .forgotpassword-main .billing-info .phone-code input {
            padding-right: 120px;
        }

        .forgotpassword-main .billing-info .phone-code .send-code {
            position: absolute;
            height: 46px;
            line-height: 46px;
            z-index: 999;
            right: 2px;
            top: 2px;
            width: 120px;
            border-left: 1px solid #e8e8e8;
            color: #1890FF;
            text-align: center;
        }

            .forgotpassword-main .billing-info .phone-code .send-code.disabled {
                cursor: not-allowed;
                color: rgba(0, 0, 0, 0.25);
                background-color: #f5f5f5;
            }

.viewauthentication-box {
    position: relative;
}

    .viewauthentication-box .tag {
        position: absolute;
        right: 10px;
        top: 10px;
        border: 1px solid transparent;
        padding: 0 10px;
        transform: rotate(10deg);
        -ms-transform: rotate(10deg); /* IE 9 */
        -moz-transform: rotate(10deg); /* Firefox */
        -webkit-transform: rotate(10deg); /* Safari 和 Chrome */
        -o-transform: rotate(10deg); /* Opera */
    }

        .viewauthentication-box .tag.tag-red {
            color: red;
            border-color: red;
        }

        .viewauthentication-box .tag.tag-green {
            color: green;
            border-color: green;
        }

        .viewauthentication-box .tag.tag-blue {
            color: #1890ff;
            border-color: #1890ff;
        }

    .viewauthentication-box .text-red {
        color: red;
    }

.box404 {
    background: url(../images/empty/404.png) no-repeat center top;
    width: 1000px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}

    .box404 a {
        font-size: 18px;
        position: absolute;
        top: 290px;
        left: 520px;
        align-items: center;
        font-weight: bold;
        display: inline-flex;
    }

        .box404 a i {
            padding-left: 5px;
            font-size: 24px;
        }

.storage-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
}

    .storage-box .icon.green {
        color: rgb(40, 213, 78);
    }

.storage-box dl {
    width: 100%;
    display: inline-flex;
    margin-bottom: 50px;
    justify-content: space-between;
}

    .storage-box dl dt {
        width: 110px;
        display: inline-block;
        float: left;
        margin-right: 20px;
        position: relative;
    }

        .storage-box dl dt .imgBox {
            display: block;
            width: 110px;
            height: 180px;
            position: relative;
        }

            .storage-box dl dt .imgBox.big {
                height: 215px;
            }

        .storage-box dl dt img {
            position: absolute;
            width: 100%;
            z-index: 100
        }

    .storage-box dl.columns2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .storage-box dl .box {
        width: calc(100% - 150px);
    }

    .storage-box dl dd {
        background-color: #f5f5f5;
        padding: 12px 20px;
        display: inline-block;
        margin: 0;
        line-height: 24px;
        width: 100%;
        box-sizing: border-box;
    }

        .storage-box dl dd li {
            position: relative;
            width: 50%;
            display: inline-block;
        }

            .storage-box dl dd li.row {
                width: 100%;
                margin-left: 0px;
            }

            .storage-box dl dd li span {
                display: inline-block;
                width: 70px;
                padding-right: 10px;
            }

            .storage-box dl dd li .tag {
                position: absolute;
                background: red;
                color: white;
                padding: 1px 5px 2px;
                line-height: 18px;
                right: -10px;
                top: 1px;
                width: auto;
                font-size: 9px;
                border-radius: 4px;
                transform: scale(0.9,0.9)
            }

            .storage-box dl dd li.middle .tag {
                margin-left: 4px;
                position: relative;
                top: auto;
                right: auto;
            }

        .storage-box dl dd strong {
            font-weight: normal !important;
        }


.parallax > use {
    animation: move-forever 12s linear infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -2s;
        animation-duration: 5s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 3s;
    }

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.wave {
    position: absolute;
    left: 20px;
    bottom: 23px;
    width: 70px;
    border: 1px solid #000;
    border-top: 0;
    height: 130px;
}

.imgBox.big .wave {
    height: 147px;
    left: 22px;
    width: 66px;
    bottom: 41px;
}

.editorial {
    display: block;
    width: 100%;
    height: 20px;
    margin: 0;
    position: absolute;
    left: 0;
}

.waveBg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.waveVal {
    position: absolute;
    width: 100%;
    bottom: 50%;
    color: #000000;
    text-align: center;
    font-weight: normal;
}
/* 氧气 */
.O2 .waveBg {
    background-color: #0099FF;
}

.O2 .a {
    fill: #D4EDFF;
}

.O2 .b {
    fill: #74C4FF;
}

.O2 .c {
    fill: #0099FF;
}
/* 氮气 */
.N2 .waveBg {
    background-color: #FFE600;
}

.N2 .a {
    fill: #FFF7AB;
}

.N2 .b {
    fill: #FFEF57;
}

.N2 .c {
    fill: #FFE600;
}
/* 氩气 */
.Ar2 .waveBg {
    background-color: #AA8F77;
}

.Ar2 .a {
    fill: #CAC2BB;
}

.Ar2 .b {
    fill: #948577;
}

.Ar2 .c {
    fill: #AA8F77;
}
/* 二氧化碳 */
.CO2 .waveBg {
    background-color: #C0C0C0;
}

.CO2 .a {
    fill: #F5F5F5;
}

.CO2 .b {
    fill: #E5E5E5;
}

.CO2 .c {
    fill: #C0C0C0;
}

.ant-spin {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: absolute;
    display: none;
    color: #1890ff;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
    transition: -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
    transition: transform .3s cubic-bezier(.78, .14, .15, .86);
    transition: transform .3s cubic-bezier(.78, .14, .15, .86), -webkit-transform .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-spin-spinning {
    position: static;
    display: inline-block;
    opacity: 1
}

.ant-spin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
}

    .ant-spin .ant-spin-dot {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px
    }

    .ant-spin .ant-spin-text {
        position: absolute;
        top: 50%;
        width: 100%;
        padding-top: 5px;
        text-shadow: 0 1px 2px #fff
    }

    .ant-spin.ant-spin-show-text .ant-spin-dot {
        margin-top: -20px
    }

.ant-spin-sm .ant-spin-dot {
    margin: -7px
}

.ant-spin-sm .ant-spin-text {
    padding-top: 2px
}

.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
    margin-top: -17px
}

.ant-spin-lg .ant-spin-dot {
    margin: -16px
}

.ant-spin-lg .ant-spin-text {
    padding-top: 11px
}

.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
    margin-top: -26px
}

.ant-spin-container {
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

    .ant-spin-container:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        display: none\9;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        content: "";
        pointer-events: none
    }

.ant-spin-blur {
    clear: both;
    overflow: hidden;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

    .ant-spin-blur:after {
        opacity: .4;
        pointer-events: auto
    }

.ant-spin-tip {
    color: rgba(0, 0, 0, .45)
}

.ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em
}

.ant-spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #1890ff;
    border-radius: 100%;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .3;
    -webkit-animation: antSpinMove 1s linear infinite alternate;
    animation: antSpinMove 1s linear infinite alternate
}

    .ant-spin-dot-item:first-child {
        top: 0;
        left: 0
    }

    .ant-spin-dot-item:nth-child(2) {
        top: 0;
        right: 0;
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .ant-spin-dot-item:nth-child(3) {
        right: 0;
        bottom: 0;
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .ant-spin-dot-item:nth-child(4) {
        bottom: 0;
        left: 0;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }

.ant-spin-dot-spin {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: antRotate 1.2s linear infinite;
    animation: antRotate 1.2s linear infinite
}

.ant-spin-sm .ant-spin-dot i {
    width: 6px;
    height: 6px
}

.ant-spin-lg .ant-spin-dot {
    font-size: 32px
}

    .ant-spin-lg .ant-spin-dot i {
        width: 14px;
        height: 14px
    }

.ant-spin.ant-spin-show-text .ant-spin-text {
    display: block
}

@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .ant-spin-blur {
        background: #fff;
        opacity: .5
    }
}

@-webkit-keyframes antSpinMove {
    to {
        opacity: 1
    }
}

@keyframes antSpinMove {
    to {
        opacity: 1
    }
}

@-webkit-keyframes antRotate {
    to {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
}

@keyframes antRotate {
    to {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
}

.ant-spin-rtl {
    direction: rtl
}

    .ant-spin-rtl .ant-spin-dot-spin {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation-name: antRotateRtl;
        animation-name: antRotateRtl
    }

@-webkit-keyframes antRotateRtl {
    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes antRotateRtl {
    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

.transfer-information {
    padding: 20px;
}

    .transfer-information dl {
        display: flex;
    }

        .transfer-information dl dt {
            width: 40%;
            display: inline-block;
            text-align: right;
        }

        .transfer-information dl dd {
            width: 60%;
            display: inline-block;
        }

.line {
    position: relative;
    height: 32px;
}

    .line:before {
        height: 1px;
        background-color: #eee;
        width: 100%;
        content: '';
        position: absolute;
        top: 15px;
    }

    .line span {
        position: absolute;
        left: 0;
        background-color: #fff;
        padding-right: 10px;
        line-height: 32px;
    }

    .line .btn {
        position: absolute;
        right: 0;
        top: 0;
    }

.news-list ul li {
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 16px;
    padding-left: 160px;
    position: relative;
    margin-bottom: 16px;
}

    .news-list ul li:last-child {
        margin: 0;
    }

    .news-list ul li .date {
        position: absolute;
        width: 160px;
        top: 0;
        left: 0;
    }

    .news-list ul li .title {
        display: block;
    }

#invoice-select-content .invoice-item {
    display: flex;
}

    #invoice-select-content .invoice-item .radio-inline {
        margin-right: 20px;
    }

    #invoice-select-content .invoice-item .btns {
        right: 20px
    }

.orderdetail-main table td.product .specifications {
    color: #999;
}

.myaccount-main .orderlist-content td.product dl dd.specifications {
    font-size: 14px;
    margin-bottom: 0;
    color: #999
}
