@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Flone - Minimal eCommerce HTML Template
    Version: 2.5

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Template default CSS
    2. Header style
    3. Slider style
    4. Support style
    5. Section title style
    6. Product style
    7. Blog style
    8. Footer style
    9. Banner style
    10. Suscribe style
    11. About style
    12. instagram style
    13. Testimonial style
    14. Brand logo style
    15. Timer style
    16. Breadcrumb style
    17. Sidebar style
    18. Shop page
    19. Product details page
    20. Cart page
    21. Checkout page
    22. contact Page
    23. Blog Details Page
    24. login register Page
    25. My account Page
    26. 404 Page

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700|Poppins:300,400,500,600,700,800,900|Josefin+Sans:wght@300;400;500;600;700|Abril+Fatface|Great+Vibe|Lobster&display=swap");
/*-- Common Style --*/
@media only screen and (min-width: 1200px) {
    .container {
        /*max-width: 1200px;*/
        max-width: 97%; /*added by fdamra*/
    }
}

.row {
    margin-right: calc(var(--bs-gutter-x) * -.6);
    margin-left: calc(var(--bs-gutter-x) * -.6);
}

    .row > * {
        padding-right: calc(var(--bs-gutter-x) * .6);
        padding-left: calc(var(--bs-gutter-x) * .6);
    }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: var(--bs-gutter-x, 0.9rem);
    padding-left: var(--bs-gutter-x, 0.9rem);
}

:root {
    scroll-behavior: unset;
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 0;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.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;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.bg-img {
    /*background-position: center center!important;
    background-size: cover;*/
    background-position: center center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
}

.border-bottom-1 {
    border-bottom: 1px solid #d5d5d5;
}

a:hover {
    color: red;
}

/*************************
  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-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-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 60px;
    }
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*************************
      Margin right
*************************/
.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.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-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.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;
}

@media only screen and (max-width: 767px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 50px;
    }
}

.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;
}

/*************************
        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-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.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-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-ntv5 {
    margin-left: -5px;
}

/*************************
        Padding top
*************************/
.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.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-70 {
    padding-top: 70px;
}

@media only screen and (max-width: 767px) {
    .pt-70 {
        padding-top: 60px;
    }
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

@media only screen and (max-width: 767px) {
    .pt-80 {
        padding-top: 60px;
    }
}

.pt-95 {
    padding-top: 95px;
}

@media only screen and (max-width: 767px) {
    .pt-95 {
        padding-top: 55px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media only screen and (max-width: 767px) {
    .pt-90 {
        padding-top: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 767px) {
    .pt-100 {
        padding-top: 60px;
    }
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

@media only screen and (max-width: 767px) {
    .pt-110 {
        padding-top: 40px;
    }
}

.pt-115 {
    padding-top: 115px;
}

@media only screen and (max-width: 767px) {
    .pt-115 {
        padding-top: 60px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 50px;
    }
}

.pt-125 {
    padding-top: 125px;
}

@media only screen and (max-width: 767px) {
    .pt-125 {
        padding-top: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-125 {
        padding-top: 75px;
    }
}

.pt-128 {
    padding-top: 128px;
}

.pt-130 {
    padding-top: 130px;
}

@media only screen and (max-width: 767px) {
    .pt-130 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-130 {
        padding-top: 80px;
    }
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-180 {
    padding-top: 180px;
}

@media only screen and (max-width: 767px) {
    .pt-180 {
        padding-top: 60px;
    }
}

.pt-205 {
    padding-top: 205px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-270 {
    padding-top: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-270 {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-270 {
        padding-top: 100px;
    }
}

.pt-240 {
    padding-top: 240px;
}

.pt-365 {
    padding-top: 365px;
}

.pt-370 {
    padding-top: 370px;
}

.pt-380 {
    padding-top: 380px;
}

/*************************
        Padding right
*************************/
.pr-0 {
    padding-right: 0;
}

.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;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

@media only screen and (max-width: 767px) {
    .pb-55 {
        padding-bottom: 15px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .pb-60 {
        padding-bottom: 20px;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
    .pb-70 {
        padding-bottom: 30px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .pb-90 {
        padding-bottom: 50px;
    }
}

.pb-95 {
    padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
    .pb-95 {
        padding-bottom: 55px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .pb-100 {
        padding-bottom: 30px;
    }
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

@media only screen and (max-width: 767px) {
    .pb-115 {
        padding-bottom: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 50px;
    }
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

@media only screen and (max-width: 767px) {
    .pb-130 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 80px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
    .pb-140 {
        padding-bottom: 60px;
    }
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-270 {
    padding-bottom: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-270 {
        padding-bottom: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-270 {
        padding-bottom: 100px;
    }
}

.pb-290 {
    padding-bottom: 290px;
}

/*************************
        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-40 {
    padding-left: 40px;
}

.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: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-35 {
    padding: 35px 0;
}

.ptb-32 {
    padding: 32px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-160 {
    padding: 160px 0;
}

.ptb-170 {
    padding: 170px 0;
}

.ptb-177 {
    padding: 177px 0;
}

.ptb-180 {
    padding: 180px 0;
}

.ptb-190 {
    padding: 190px 0;
}

.ptb-200 {
    padding: 200px 0;
}

.ptb-210 {
    padding: 210px 0;
}

.ptb-220 {
    padding: 220px 0;
}

.ptb-290 {
    padding: 290px 0;
}

.ptb-310 {
    padding: 310px 0;
}

/***************************
    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;
}

/*-- 
    - 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 {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    width: 100%;
}

select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background: transparent;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

    textarea:focus {
        background: transparent;
        border: 2px solid #4FC1F0;
        outline: none;
    }

.input-group.divcenter.input-group .form-control {
    padding-left: 0px;
}

.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.custom-row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .custom-row-2 div[class^=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-row-2 div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-row-2 div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-row-2 {
        margin-right: -5px;
        margin-left: -5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-row-2 {
        margin-right: -5px;
        margin-left: -5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-row-2 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-row-2 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.custom-row-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13.6px;
    margin-left: -13.6px;
}

    .custom-row-3 div[class^=col-] {
        padding-left: 13.6px;
        padding-right: 13.6px;
    }

@media only screen and (max-width: 767px) {
    .custom-row-3 div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-row-3 {
        margin-right: -13.6px;
        margin-left: -13.6px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-row-3 {
        margin-right: -13.6px;
        margin-left: -13.6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-row-3 {
        margin-right: -13.6px;
        margin-left: -13.6px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-row-3 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.custom-col-5 {
    -webkit-box-flex: 0;
    -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: 1200px) and (max-width: 1365px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -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;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.mobile-menu-area {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-menu-area {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu-area {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mobile-menu-area {
        display: block;
    }
}

.mobile-menu-area.white-mobile-menu a.meanmenu-reveal {
    color: #fff;
    border: 1px solid #fff;
}

    .mobile-menu-area.white-mobile-menu a.meanmenu-reveal span {
        background-color: #fff;
    }

.stick .mobile-menu-area.white-mobile-menu a.meanmenu-reveal {
    color: #333;
    border: 1px solid #333;
}

    .stick .mobile-menu-area.white-mobile-menu a.meanmenu-reveal span {
        background-color: #333;
    }

.mean-container a.meanmenu-reveal {
    /*top: -30px;*/ /*fdamra 18-01-2022*/
    top: -41px;
}

/*fdamra 24012022*/
/*@media only screen and (max-width: 767px) {
    .meanmenu-reveal {
        top: -41px !important;*/ /*fdamra 18-01-2022*/
/*}
}*/


#mobile-menu-active {
    display: none;
}

.mobile-menu .mean-nav ul.menu-overflow {
    height: 215px;
    /*height: 100%;*/
    margin-top: 10;
    overflow-y: auto;
}

.mobile-menu.mean-container .mean-nav ul {
    margin: 14px 0 0;
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
    width: 50px;
    height: 50px;
    background-color: #000000;
    color: #fff;
    right: 20px;
    /*bottom: 60px;*/
    bottom: 100px; /*modified by fdamra after adding facebook massenger*/
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        width: 40px;
        height: 40px;
    }
}

#scrollUp i {
    display: block;
    line-height: 50px;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    #scrollUp i {
        line-height: 40px;
        font-size: 16px;
    }
}

#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.height-100 {
    height: 100vh;
}

/*--
    - Background Color
------------------------------------------*/
.bg-purple {
    background-color: #f0e0ff;
}

.bg-purple-2 {
    background-color: #cea1f8;
}

.bg-gray {
    background-color: #f6f6f8;
}

.bg-gray-2 {
    background-color: #f6f6f6;
}

.bg-gray-3 {
    background-color: #f7f7f7;
}

.bg-gray-4 {
    background-color: #f1f1f1;
}

.bg-gray-5 {
    background-color: #f9f9f9;
}

.bg-gray-6 {
    background-color: #e9e6e9;
}

.bg-black {
    background-color: #000000;
}

.bg-black-2 {
    background-color: #1b1b1b;
}

.bg-black-3 {
    background-color: #202022;
}

.bg-glaucous {
    background-color: #daedff;
}

.bg-aqua {
    background-color: #dbfffb;
}

.bg-white {
    background-color: #fff;
}

.bg-punch {
    background-color: #ff8e8d;
}

.bg-pink {
    background-color: #d70056;
}

.bg-skyblue {
    background-color: #99d5da;
}

.default-overlay {
    position: relative;
}

    .default-overlay:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        right: 0;
        bottom: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-white-overly-md {
        position: relative;
    }

        .res-white-overly-md:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #fff;
            opacity: 0.4;
            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: 0.4;
            z-index: 2;
        }

    .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: 0.4;
            z-index: 9;
        }
}

.btn-hover a {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    .btn-hover a:hover {
        border: 1px solid red;
        color: #fff;
    }

    .btn-hover a::before, .btn-hover a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        z-index: -1;
    }

    .btn-hover a::after {
        width: 0;
        left: auto;
        right: 0;
        background: red;
    }

    .btn-hover a:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }

.btn-hover.slider-btn-round a::before, .btn-hover.slider-btn-round a::after, .btn-hover.discover-more-btn a::before, .btn-hover.discover-more-btn a::after, .btn-hover.btn-only-round a::before, .btn-hover.btn-only-round a::after, .btn-hover.banner-cake-btn-1 a::before, .btn-hover.banner-cake-btn-1 a::after, .btn-hover.valentine-btn a::before, .btn-hover.valentine-btn a::after {
    border-radius: 50px;
}

.btn-hover.slider-btn-round-white a:hover {
    border: 1px solid red;
}

.btn-hover.discover-more-btn a:hover, .btn-hover.banner-cake-btn-1 a:hover {
    border: none;
}

a.default-btn {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 50px 21px;
}

/* slider img bounce */
@-webkit-keyframes bounce-img {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes bounce-img {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

.effect-snow {
    background-image: url("../img/bg/snow1.png");
    -webkit-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

.body-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
}

.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;
    }

.padding-20-row-col .row {
    margin-right: -10px;
    margin-left: -10px;
}

    .padding-20-row-col .row div[class^=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }

.hm21-section-padding .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

/*----- 2. Header style ----*/
.header-area {
    position: relative;
}

.sticky-bar.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    border-bottom: 0 solid #4a90e2;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-padding-1 .container-fluid {
    padding: 0 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-padding-1 .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-padding-1 .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-padding-1 .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-padding-1 .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-res-padding {
        padding: 20px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-res-padding {
        padding: 20px 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-ptb-hm5 {
        padding: 40px 0 15px;
    }

    .stick.header-ptb-hm5 {
        padding: 20px 0 15px;
    }
}

.logo {
    /*margin-top: 32px;*/
    margin-top: 6px; /*stopped by fdamra */
}

@media (max-width: 480px) {
    .logo {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 576px) and (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-top: 0px;
    }
}
/*fdamra 24012022*/
@media only screen and (max-width: 767px) {
    .logo {
        margin-top: 0px;
    }
}

.logo.logo-hm5 {
    margin-top: 41px;
}

    .logo.logo-hm5 a.sticky-block {
        display: none;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo.logo-hm5 {
        margin-top: 0px;
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .logo.logo-hm5 {
        margin-top: 0px;
        text-align: left !important;
    }
}

.stick .logo-hm5 a.sticky-block {
    display: block;
}

.stick .logo-hm5 a.sticky-none {
    display: none;
}

.main-menu nav ul {
    display: block;
    text-align: center;
    /*margin-top: -5px;*/ /*modified by fdamra*/
    margin-top: 12px;
}

    .main-menu nav ul li {
        display: inline-block;
        padding: 0 11px;
        position: relative;
    }

        .main-menu nav ul li ul.submenu {
            background: #fff none repeat scroll 0 0;
            -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
            display: block;
            left: 0;
            padding: 20px 0px 22px;
            position: absolute;
            top: 100%;
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            visibility: hidden;
            width: 190px;
            z-index: 999;
        }

            .main-menu nav ul li ul.submenu li {
                display: block;
                padding: 0 20px;
                margin-left: 0px;
            }

                .main-menu nav ul li ul.submenu li a {
                    color: #333;
                    display: block;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 32px;
                    text-align: left;
                    text-transform: capitalize;
                    padding-top: 0px;
                }

                    .main-menu nav ul li ul.submenu li a:hover {
                        color: red;
                    }

                    .main-menu nav ul li ul.submenu li a::before {
                        background: red none repeat scroll 0 0;
                        border-radius: 50%;
                        content: "";
                        height: 7px;
                        left: 15px;
                        opacity: 0;
                        position: absolute;
                        top: 13px;
                        -webkit-transition: all 0.3s ease-in-out 0s;
                        transition: all 0.3s ease-in-out 0s;
                        width: 7px;
                        z-index: 999;
                    }

                .main-menu nav ul li ul.submenu li:hover a::before {
                    opacity: 1;
                }

                .main-menu nav ul li ul.submenu li:hover a {
                    padding-left: 12px;
                }

        .main-menu nav ul li ul.mega-menu {
            background-color: #fff;
            display: flex;
            left: 0;
            /*padding: 40px 40px 0px 40px;*/
            padding: 15px 40px 0px 40px;
            position: absolute;
            text-align: left;
            top: 100%;
            -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            visibility: hidden;
            /*width: 770px;*/
            width: 1111px;
            z-index: 999;
            -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu nav ul li ul.mega-menu {
        left: -75px;
        width: 750px;
        padding: 40px 30px 0px 30px;
    }
}

.main-menu nav ul li ul.mega-menu > li {
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 0;
    width: 33.33%;
}

    .main-menu nav ul li ul.mega-menu > li ul li.mega-menu-title {
        float: inherit;
        width: 100%;
    }

        .main-menu nav ul li ul.mega-menu > li ul li.mega-menu-title a {
            color: #242424;
            margin: 0 0 10px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            color: red; /*added by fdamra*/
            /*background-color: #f7b2ca;*/
        }

            .main-menu nav ul li ul.mega-menu > li ul li.mega-menu-title a::before {
                display: none;
            }

        .main-menu nav ul li ul.mega-menu > li ul li.mega-menu-title:hover a {
            padding-left: 0px;
        }

    .main-menu nav ul li ul.mega-menu > li ul li {
        display: block;
        float: inherit;
        padding: 0px;
    }

        .main-menu nav ul li ul.mega-menu > li ul li a {
            color: #333;
            display: block;
            /*font-size: 13px;*/
            font-size: 11px;
            font-weight: 400;
            /*line-height: 32px;*/
            line-height: 20px;
            text-align: left;
            text-transform: capitalize;
            padding-top: 0px;
            position: relative;
        }

            .main-menu nav ul li ul.mega-menu > li ul li a:hover {
                color: red;
            }

            .main-menu nav ul li ul.mega-menu > li ul li a::before {
                background: red none repeat scroll 0 0;
                border-radius: 50%;
                content: "";
                height: 7px;
                left: 0px;
                opacity: 0;
                position: absolute;
                /*top: 13px;*/
                top: 7px;
                -webkit-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
                width: 7px;
                z-index: 999;
            }

        .main-menu nav ul li ul.mega-menu > li ul li.mega-menu-img:hover a {
            padding-left: 0px;
        }

        .main-menu nav ul li ul.mega-menu > li ul li.mega-menu-img a::before {
            display: none;
        }

        .main-menu nav ul li ul.mega-menu > li ul li:hover a::before {
            opacity: 1;
        }

        .main-menu nav ul li ul.mega-menu > li ul li:hover a {
            padding-left: 12px;
        }

.main-menu nav ul li ul.mega-menu.mega-menu-padding {
    padding: 40px 40px 36px 40px;
}
/*added ruby FDamra*/
.main-menu nav ul li ul.mega-menu.mega-menu-paddingFD {
    padding: 40px 40px 36px 40px;
    max-width: 1000%;
    margin: 0;
    border: 0;
    left: -147px;
    width: 1240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu nav ul li ul.mega-menu.mega-menu-padding {
        left: 0px;
        padding: 40px 30px 36px 30px;
    }
}

.main-menu nav ul li:hover > ul.submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}




.main-menu nav ul li:hover > ul.mega-menu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu nav ul li {
        padding: 0 7px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .main-menu nav ul li {
        padding: 0 10px;
    }
}

.main-menu nav ul li > a {
    /*font-size: 15px;*/
    font-size: 12px;
    color: #555252;
    font-weight: 700;
    /*letter-spacing: 0.8px;*/
    letter-spacing: -0.2px;
    display: inline-block;
    /*line-height: 94px;*/
    line-height: 50px;
}

    .main-menu nav ul li > a i {
        font-size: 15px;
        margin-left: 1px;
        position: relative;
        top: 0px;
    }

.main-menu nav ul li:hover a {
    color: red;
}

.main-menu.menu-white nav ul {
    text-align: left;
}

    .main-menu.menu-white nav ul li {
        padding: 0 30px 0 0;
    }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .main-menu.menu-white nav ul li {
        padding: 0 22px 0 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .main-menu.menu-white nav ul li {
        padding: 0 14px 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu.menu-white nav ul li {
        padding: 0 14px 0 0;
    }
}

.main-menu.menu-white nav ul li > a {
    color: #ffffff;
    line-height: 112px;
}

.stick .main-menu.menu-white nav ul li a {
    color: #555252;
}

    .stick .main-menu.menu-white nav ul li a:hover {
        color: red;
    }

.stick .main-menu nav ul li a {
    line-height: 75px;
}

.stick .logo
/*,.stick .header-right-wrap */ /*stopped by fdamra becouse logo size changed*/ {
    margin-top: 22px;
    /*margin-top: 45px;*/
}



.stick .header-right-wrap {
    /*margin-top: 22px;*/
    margin-top: 26px;
}

.stick .logo .fdRCLogo {
    margin-top: 0px !important;
    width: 100px;
    height: 40px;
}

.stick .mean-container a.meanmenu-reveal {
    margin-top: -7px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stick .logo, .stick .header-right-wrap {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .stick .header-right-wrap {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .stick .logo
    /*,.stick .header-right-wrap*/ {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stick .header-right-wrap {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stick .logo
    /*,.stick .header-right-wrap*/ {
        margin-top: 0px;
    }
}

.stick .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
.stick .header-right-wrap .same-style .account-dropdown {
    top: 160%;
}

@media only screen and (max-width: 767px) {
    .stick .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
    .stick .header-right-wrap .same-style .account-dropdown {
        top: 100%;
        margin-top: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stick .header-right-wrap .same-style.cart-wrap .shopping-cart-content,
    .stick .header-right-wrap .same-style .account-dropdown {
        top: 100%;
        margin-top: 14px;
    }
}

.header-right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*margin-top: 32px;*/
    margin-top: 25px;
}
/*added by fdamra*/
.header-right-wrapFD {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right-wrap {
        margin-top: 21px;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-wrap {
        margin-top: 19px;
        margin-right: 50px;
    }
}


/*added by fdamra*/
.header-right-wrapFDRemoveRightMargin {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right-wrapFDRemoveRightMargin {
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-wrapFDRemoveRightMargin {
        margin-right: 0px !important;
    }
}







.header-right-wrap .same-style {
    margin-left: 14px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right-wrap .same-style {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-wrap .same-style {
        margin-left: 5px;
    }
}

.header-right-wrap .same-style > a {
    color: #000;
    font-size: 23px;
}

.header-right-wrap .same-style:first-child {
    margin-left: 0px;
}

.header-right-wrap .same-style:hover > a {
    color: red;
}

.header-right-wrap .same-style .account-dropdown {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 8px 12px 10px;
    position: absolute;
    text-align: left;
    top: 190%;
    width: 125px;
    z-index: 220;
    display: none;
}

@media only screen and (max-width: 767px) {
    .header-right-wrap .same-style .account-dropdown {
        top: 100%;
        margin-top: 14px;
        left: -62px !important; /*fdamra*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right-wrap .same-style .account-dropdown {
        top: 100%;
        margin-top: 14px;
        left: -62px !important; /*fdamra*/
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right-wrap .same-style .account-dropdown {
        left: -40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-right-wrap .same-style .account-dropdown {
        left: -34px;
    }
}

.header-right-wrap .same-style .account-dropdown ul li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
    text-transform: capitalize;
    color: #000;
}

    .header-right-wrap .same-style .account-dropdown ul li a:hover {
        padding-left: 5px;
        color: red;
    }

.header-right-wrap .same-style.account-satting > a {
    font-size: 24px;
}

.header-right-wrap .same-style.cart-wrap {
    margin-left: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right-wrap .same-style.cart-wrap {
        margin-left: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-wrap .same-style.cart-wrap {
        margin-left: 3px;
    }
}

.header-right-wrap .same-style.cart-wrap button {
    background: transparent;
    border: none;
    padding: 0;
    color: #000;
    font-size: 24px;
    position: relative;
}

    .header-right-wrap .same-style.cart-wrap button span.count-style {
        position: absolute;
        top: -9px;
        right: -14px;
        background-color: #000;
        color: #fff;
        display: inline-block;
        width: 21px;
        height: 21px;
        border-radius: 100%;
        line-height: 21px;
        font-size: 12px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-right-wrap .same-style.cart-wrap button span.count-style {
        right: -5px;
    }
}

.header-right-wrap .same-style.cart-wrap:hover > button {
    color: red;
}

.header-right-wrap .same-style.cart-wrap .shopping-cart-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    /*padding: 31px 35px 10px;*/
    padding: 15px 15px 5px;
    position: absolute;
    right: 0;
    top: 190%;
    width: 360px;
    z-index: 9999;
    height: 500px; /*fdamra*/
    overflow-y: auto;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content.cart-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }


@media only screen and (max-width: 767px) {
    .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        width: 295px;
        right: -52px;
        padding: 31px 15px 10px;
        overflow-y: auto;
        height: 350px;
        top: 100%;
        margin-top: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .fdnowrapoverflowCart {
        max-width: 20ch !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        overflow-y: auto;
        height: 300px;
        margin-top: 18px;
        top: 100%;
        margin-top: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        overflow-y: auto;
        height: 400px;
    }
}

.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li {
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    /*padding-bottom: 15px;*/ /*fdamra*/
}

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 82px;
        flex: 0 0 82px;
        margin-right: 15px;
    }
        /*added ruby fdamra*/
        .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-img img {
            width: 82px;
            height: 82px;
            object-fit: fill;
        }

        .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-img a img {
            width: 82px;
            height: 82px;
            object-fit: fill;
        }

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 {
        font-size: 12px; /*fdamra 15px */
        line-height: 16px;
        margin: 0;
    }

        .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a {
            color: #000;
        }
    /*added by fdamra*/
    .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title a img {
        width: 82px;
        height: 82px;
        object-fit: fill;
    }

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a:hover {
        color: red;
    }

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h6 {
        font-size: 12px;
        margin: 5px 0 8px;
    }

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title span {
        font-size: 12px;
    }

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 100;
        -ms-flex-positive: 100;
        flex-grow: 100;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a {
            font-size: 16px;
            color: red;
        }

            .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a:hover {
                color: #333;
            }

.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total h4 {
    /*font-size: 14px;*/
    font-size: 12px;
    margin-bottom: 17px;
}

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total h4 span {
        float: right;
    }

.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-btn {
    margin-top: 23px;
}

    .header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-btn a {
        margin-bottom: 20px;
        padding: 16px 40px 17px;
        font-weight: 500;
        /*font-size: 14px;*/ /*fdamra*/
        font-size: 12px;
        display: block;
      
    }

.header-right-wrap.header-right-wrap-white {
    margin-top: 40px;
}

    .header-right-wrap.header-right-wrap-white .same-style > a {
        color: #fff;
    }

    .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button {
        color: #fff;
    }

        .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button span.count-style {
            background-color: #fff;
            color: #000;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right-wrap.header-right-wrap-white {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-wrap.header-right-wrap-white {
        margin-top: 3px;
    }
}

.header-right-wrap .same-style.header-search .search-content {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    /*padding: 15px;*/
    /*position: absolute;*/ /*stoped by fdamra*/
    position: fixed; /*added by fdamra to make searchbox fill the width of screen*/
    left: 12%; /*added by fdamra to make searchbox fill the width of screen*/
    right: 12%;
    /*top: 193%;*/ /*stoped by fdamra*/
    /*top: 17%;*/
    top: 20%;
    z-index: 99;
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right-wrap .same-style.header-search .search-content {
        /*top: 154%;*/
        top: 20%;
    }
}

@media only screen and (min-width: 378px) and (max-width: 767px) {
    .header-right-wrap .same-style.header-search .search-content {
        /*right: -105px;  
        top: 154%;*/
        top: 20%;
        min-width: 260px;
        /*        left: 0;
        right: 0;
*/
    }
}
@media only screen and (max-width: 377px) { /*added by fdamra*/
    .header-right-wrap .same-style.header-search .search-content {
        top: 25%;
    }
}
.header-right-wrap .same-style.header-search .search-content form {
    position: relative;
}

    .header-right-wrap .same-style.header-search .search-content form input {
        border: 1px solid #d3d3d3;
        outline: medium none;
        padding: 5px 72px 5px 15px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 100%;
        color: #000;
        background: transparent;
    }

    .header-right-wrap .same-style.header-search .search-content form .button-search {
        background: red;
        border-color: #ce9634;
        color: #ffffff;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
        border: none;
        height: 100%;
        padding: 5px 20px 2px;
        font-size: 20px;
        line-height: 1;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .header-right-wrap .same-style.header-search .search-content form .button-search:hover {
            background-color: #000;
        }


.stick .same-style.header-search .search-content {
    /*top: 160%;*/
    top: 20%;
}


@media only screen and (max-width: 280px) {
    .stick .same-style.header-search .search-content {
        top: 20%;
        min-width: 226px;
    }
}
@media only screen and (min-width: 281px) and (max-width: 767px) {
    .stick .same-style.header-search .search-content {
        top: 20%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stick .same-style.header-search .search-content {
        top: 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    stick .same-style.header-search .search-content {
        top: 43%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    stick .same-style.header-search .search-content {
        top: 43%;
    }
}



.stick .header-right-wrap.header-right-wrap-white {
    margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stick .header-right-wrap.header-right-wrap-white {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .stick .header-right-wrap.header-right-wrap-white {
        margin-top: 0px;
    }
}

.stick .header-right-wrap.header-right-wrap-white .same-style > a {
    color: #000;
}

    .stick .header-right-wrap.header-right-wrap-white .same-style > a:hover {
        color: red;
    }

.stick .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button {
    color: #000;
}

    .stick .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button:hover {
        color: red;
    }

    .stick .header-right-wrap.header-right-wrap-white .same-style.cart-wrap > button span.count-style {
        background-color: #000;
        color: #fff;
    }

/* header 3 */
.header-padding-2 .container-fluid {
    padding: 0 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-padding-2 .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-padding-2 .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-padding-2 .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-padding-2 .container-fluid {
        padding: 0 15px;
    }
}

.header-top-area {
    border-bottom: 1px solid #d5d4d4;
}

    .header-top-area .header-top-wap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (max-width: 767px) {
    .header-top-area .header-top-wap {
        display: block;
        padding-bottom: 15px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top-area .header-top-wap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.header-top-area.border-none {
    border: none;
}

.header-offer p {
    color: #555252;
    letter-spacing: 0.8px;
    margin: 0;
}

    .header-offer p span {
        color: #ff1c1c;
    }

@media only screen and (max-width: 767px) {
    .header-offer p {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-offer p {
        text-align: right;
    }
}

.header-offer.header-offer-white p {
    color: #fff;
}

    .header-offer.header-offer-white p span {
        color: #000000;
    }

.language-currency-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .language-currency-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.language-currency-wrap .same-language-currency {
    position: relative;
    margin-right: 54px;
}

@media only screen and (max-width: 767px) {
    .language-currency-wrap .same-language-currency {
        margin-right: 15px;
    }
}

.language-currency-wrap .same-language-currency:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background-color: #d5d4d4;
    right: -27px;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .language-currency-wrap .same-language-currency:before {
        right: -10px;
    }
}

.language-currency-wrap .same-language-currency:last-child:before {
    display: none;
}

.language-currency-wrap .same-language-currency:last-child {
    margin-right: 0;
}

.language-currency-wrap .same-language-currency a {
    letter-spacing: 0.8px;
    color: #555252;
    line-height: 54px;
    display: inline-block;
    margin-top: -3px;
}

@media only screen and (max-width: 767px) {
    .language-currency-wrap .same-language-currency a {
        line-height: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .language-currency-wrap .same-language-currency a {
        line-height: 54px;
    }
}

.language-currency-wrap .same-language-currency a i {
    font-size: 16px;
    color: #555252;
    position: relative;
    top: 2px;
}

.language-currency-wrap .same-language-currency .lang-car-dropdown {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 8px 12px 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 125px;
    z-index: 220 !important;
    display: none;
}

    .language-currency-wrap .same-language-currency .lang-car-dropdown ul li a {
        line-height: 27px;
        font-size: 13px;
    }

        .language-currency-wrap .same-language-currency .lang-car-dropdown ul li a:hover {
            color: red;
        }

.language-currency-wrap .same-language-currency p {
    letter-spacing: 0.8px;
    color: #555252;
    line-height: 1;
    margin-top: -1px;
}

.language-currency-wrap .same-language-currency:hover > a {
    color: red;
}

.language-currency-wrap .same-language-currency.same-lc-white a {
    color: #fff;
}

    .language-currency-wrap .same-language-currency.same-lc-white a i {
        color: #fff;
    }

.language-currency-wrap .same-language-currency.same-lc-white .lang-car-dropdown ul li a {
    color: #555252;
}

    .language-currency-wrap .same-language-currency.same-lc-white .lang-car-dropdown ul li a:hover {
        color: red;
    }

.language-currency-wrap .same-language-currency.same-lc-white p {
    color: #fff;
}

/* home 4 */
.home-sidebar-left {
    height: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 375px;
    z-index: 7;
    padding: 72px 0 40px 0px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .home-sidebar-left {
        width: 300px;
        padding: 50px 0 30px 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .home-sidebar-left {
        width: 300px;
        padding: 50px 0 30px 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .home-sidebar-left {
        width: 280px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-sidebar-left {
        width: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-sidebar-left {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .home-sidebar-left {
        display: none;
    }
}

.home-sidebar-left .logo {
    margin-top: 0;
    padding: 0px 0 0px 108px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .home-sidebar-left .logo {
        padding: 0px 0 0px 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .home-sidebar-left .logo {
        padding: 0px 0 0px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-sidebar-left .logo {
        padding: 0px 0 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-sidebar-left .logo {
        padding: 0px 0 0px 30px;
    }
}

.home-sidebar-left .header-right-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 46px;
    margin-bottom: 67px;
    padding: 0px 0 0px 108px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .home-sidebar-left .header-right-wrap {
        padding: 0px 0 0px 50px;
        margin-top: 26px;
        margin-bottom: 27px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .home-sidebar-left .header-right-wrap {
        padding: 0px 0 0px 30px;
        margin-top: 26px;
        margin-bottom: 27px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-sidebar-left .header-right-wrap {
        padding: 0px 0 0px 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-sidebar-left .header-right-wrap {
        padding: 0px 0 0px 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
    right: auto;
    left: 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        overflow-y: auto;
        height: 400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        overflow-y: auto;
        height: 300px;
    }
}

.home-sidebar-left .header-right-wrap .same-style.header-search .search-content {
    left: 0;
    right: auto;
}

.home-sidebar-left .sidebar-copyright {
    padding: 120px 63px 50px 63px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .home-sidebar-left .sidebar-copyright {
        padding: 40px 63px 50px 63px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .home-sidebar-left .sidebar-copyright {
        padding: 40px 63px 50px 63px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-sidebar-left .sidebar-copyright {
        padding: 40px 15px 50px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-sidebar-left .sidebar-copyright {
        padding: 50px 15px 50px 30px;
    }
}

.home-sidebar-left .sidebar-copyright p {
    letter-spacing: 0.9px;
    color: #313131;
    margin: 0;
    text-align: center;
}

.home-sidebar-right {
    border-left: 1px solid #efefef;
    margin-left: 375px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .home-sidebar-right {
        margin-left: 300px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .home-sidebar-right {
        margin-left: 280px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-sidebar-right {
        margin-left: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-sidebar-right {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .home-sidebar-right {
        margin-left: 0px;
    }
}

.sidebar-menu {
    padding: 0px 0 0px 108px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .sidebar-menu {
        padding: 0px 0 0px 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sidebar-menu {
        padding: 0px 0 0px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-menu {
        padding: 0px 0 0px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-menu {
        padding: 0px 0 0px 30px;
    }
}

.sidebar-menu nav ul li {
    padding-bottom: 33px;
    position: relative;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .sidebar-menu nav ul li {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sidebar-menu nav ul li {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-menu nav ul li {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-menu nav ul li {
        padding-bottom: 12px;
    }
}

.sidebar-menu nav ul li:last-child {
    padding-bottom: 0;
}

.sidebar-menu nav ul li ul.submenu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    display: block;
    left: 100%;
    padding: 20px 0px 22px;
    position: absolute;
    top: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 190px;
    z-index: 999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-menu nav ul li ul.submenu {
        overflow-y: auto;
        max-height: 250px;
    }
}

.sidebar-menu nav ul li ul.submenu li {
    display: block;
    padding: 0 20px;
    margin-left: 0px;
}

    .sidebar-menu nav ul li ul.submenu li a {
        color: #333;
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 32px;
        text-align: left;
        text-transform: capitalize;
        padding-top: 0px;
    }

        .sidebar-menu nav ul li ul.submenu li a:hover {
            color: red;
        }

        .sidebar-menu nav ul li ul.submenu li a::before {
            background: red none repeat scroll 0 0;
            border-radius: 50%;
            content: "";
            height: 7px;
            left: 15px;
            opacity: 0;
            position: absolute;
            top: 13px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            width: 7px;
            z-index: 999;
        }

    .sidebar-menu nav ul li ul.submenu li:hover a::before {
        opacity: 1;
    }

    .sidebar-menu nav ul li ul.submenu li:hover a {
        padding-left: 12px;
    }

.sidebar-menu nav ul li:hover > ul.submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

.sidebar-menu nav ul li ul.mega-menu {
    background-color: #fff;
    display: block;
    left: 100%;
    padding: 40px 40px 0px 40px;
    position: absolute;
    text-align: left;
    top: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 750px;
    z-index: 999;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .sidebar-menu nav ul li ul.mega-menu {
        top: -50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sidebar-menu nav ul li ul.mega-menu {
        top: -50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-menu nav ul li ul.mega-menu {
        top: -80px;
        width: 720px;
    }
}

.sidebar-menu nav ul li ul.mega-menu > li {
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 0;
    width: 33.33%;
}

    .sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-title {
        float: inherit;
        width: 100%;
    }

        .sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-title a {
            color: #242424;
            margin: 0 0 10px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
        }

            .sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-title a::before {
                display: none;
            }

        .sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-title:hover a {
            padding-left: 0px;
        }

    .sidebar-menu nav ul li ul.mega-menu > li ul li {
        display: block;
        float: inherit;
        padding: 0px;
    }

        .sidebar-menu nav ul li ul.mega-menu > li ul li a {
            color: #333;
            display: block;
            font-size: 13px;
            font-weight: 400;
            line-height: 32px;
            text-align: left;
            text-transform: capitalize;
            padding-top: 0px;
        }

            .sidebar-menu nav ul li ul.mega-menu > li ul li a:hover {
                color: red;
            }

            .sidebar-menu nav ul li ul.mega-menu > li ul li a::before {
                background: red none repeat scroll 0 0;
                border-radius: 50%;
                content: "";
                height: 7px;
                left: 0px;
                opacity: 0;
                position: absolute;
                top: 13px;
                -webkit-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
                width: 7px;
                z-index: 999;
            }

        .sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-img:hover a {
            padding-left: 0px;
        }

        .sidebar-menu nav ul li ul.mega-menu > li ul li.mega-menu-img a::before {
            display: none;
        }

        .sidebar-menu nav ul li ul.mega-menu > li ul li:hover a::before {
            opacity: 1;
        }

        .sidebar-menu nav ul li ul.mega-menu > li ul li:hover a {
            padding-left: 12px;
        }

.sidebar-menu nav ul li ul.mega-menu.mega-menu-padding {
    padding: 40px 40px 36px 40px;
}

.sidebar-menu nav ul li:hover > ul.mega-menu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

.sidebar-menu nav ul li a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .sidebar-menu nav ul li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-menu nav ul li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-menu nav ul li a {
        font-size: 16px;
    }
}

.sidebar-menu nav ul li a span {
    float: right;
    padding-right: 20px;
}

.sidebar-menu nav ul li:hover a {
    color: red;
}

.header-hm4-none {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header-hm4-none {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm4-none {
        display: block;
    }
}

/* home 5 */
.wrapper {
    margin: 20px 20px;
}

@media only screen and (max-width: 767px) {
    .wrapper {
        margin: 0px 0px;
    }
}

.transparent-bar {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header-padding-3 .container-fluid {
    padding: 0 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-padding-3 .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-padding-3 .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-padding-3 .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-padding-3 .container-fluid {
        padding: 0 15px;
    }
}

/* home 7 */
.clickable-menu {
    margin-top: 35px;
}

    .clickable-menu a {
        color: #fff;
        font-size: 30px;
        line-height: 1;
        display: inline-block;
    }

        .clickable-menu a:hover {
            color: red;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clickable-menu {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 767px) {
    .clickable-menu {
        margin-top: -3px;
    }
}

.clickable-mainmenu {
    /*background: white none repeat scroll 0 0;*/
    background: #fbeef9 none repeat scroll 0 0;
    /*color: #353535;*/
    color: #ff9797  ;
    height: 100vh;
    overflow-y: auto;
    padding: 70px 35px 40px;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
    width: 300px;
    z-index: 9999;
}

    .clickable-mainmenu.inside {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        z-index: 9999;
    }

@media only screen and (max-width: 767px) {
    .clickable-mainmenu {
        /*padding: 100px 35px 40px;*/
        padding: 70px 35px 40px;
    }
}

.clickable-mainmenu .clickable-mainmenu-icon button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #000;
    cursor: pointer;
    font-size: 50px;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .clickable-mainmenu .clickable-mainmenu-icon button:hover {
        color: red;
    }

.clickable-mainmenu .side-logo {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .clickable-mainmenu .side-logo {
        margin-bottom: 40px;
    }
}

.clickable-mainmenu .clickable-menu-style {
    background: transparent;
}

    .clickable-mainmenu .clickable-menu-style ul li {
        border-top: 1px solid #ececec;
        border-top-width: 1px;
        border-top-style: solid;
        /*border-top-color: rgb(236, 236, 236);*/
        border-top-color: rgb(237 175 175);
        ;
    }

        .clickable-mainmenu .clickable-menu-style ul li a {
            color: #000;
            font-size: 16px;
            text-transform: capitalize;
            padding: 10px 0 5px;
        }

            .clickable-mainmenu .clickable-menu-style ul li a:hover {
                background: transparent;
                color: red;
            }

.clickable-mainmenu .side-social {
    text-align: center;
    margin-top: 50px;
}

    .clickable-mainmenu .side-social ul li {
        display: inline-block;
        margin: 0 30px 0 0;
        position: relative;
    }

        .clickable-mainmenu .side-social ul li:last-child {
            margin-right: 0;
        }

        .clickable-mainmenu .side-social ul li:before {
            position: absolute;
            right: -20px;
            top: 50%;
            background: #999;
            height: 1px;
            width: 10px;
            content: "";
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .clickable-mainmenu .side-social ul li:last-child:before {
            display: none;
        }

        .clickable-mainmenu .side-social ul li a {
            font-size: 18px;
        }

            .clickable-mainmenu .side-social ul li a.facebook {
                color: #3b5999;
            }

                .clickable-mainmenu .side-social ul li a.facebook:hover {
                    color: #333;
                }

            .clickable-mainmenu .side-social ul li a.dribbble {
                color: #ea4c89;
            }

                .clickable-mainmenu .side-social ul li a.dribbble:hover {
                    color: #333;
                }

            .clickable-mainmenu .side-social ul li a.pinterest {
                color: #bd081c;
            }

                .clickable-mainmenu .side-social ul li a.pinterest:hover {
                    color: #333;
                }

            .clickable-mainmenu .side-social ul li a.twitter {
                color: #55acee;
            }

                .clickable-mainmenu .side-social ul li a.twitter:hover {
                    color: #333;
                }

            .clickable-mainmenu .side-social ul li a.linkedin {
                color: #0077B5;
            }

                .clickable-mainmenu .side-social ul li a.linkedin:hover {
                    color: #333;
                }

.header-hm-7.stick .clickable-menu {
    margin-top: 19px;
}

    .header-hm-7.stick .clickable-menu a {
        color: #282828;
    }

        .header-hm-7.stick .clickable-menu a:hover {
            color: red;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm-7.stick .clickable-menu {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm-7.stick .clickable-menu {
        margin-top: 0px;
    }
}

.header-hm-7.stick .logo {
    margin-top: 22px;
    margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm-7.stick .logo {
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm-7.stick .logo {
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

.header-hm-7.stick .header-right-wrap {
    margin-top: 22px;
    margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm-7.stick .header-right-wrap {
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm-7.stick .header-right-wrap {
        margin-top: 2px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm-7 .header-right-wrap {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm-7 .header-right-wrap {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm-7 .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm-7 .header-right-wrap .same-style.header-search .search-content {
        right: -80px;
    }
}

/* home 8 */
.header-hm8 .header-right-wrap {
    margin-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm8 .header-right-wrap {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm8 .header-right-wrap {
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-hm8 .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
    top: 125%;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .header-hm8 .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        right: -99px;
    }
}

.header-hm8 .header-right-wrap .same-style .account-dropdown {
    top: 125%;
    margin-top: 0;
    left: -32px;
}

.header-hm8 .header-right-wrap .same-style.header-search .search-content {
    top: 125%;
}

@media only screen and (max-width: 767px) {
    .header-hm8 .header-right-wrap .same-style.header-search .search-content {
        right: -150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hm8 .header-right-wrap .same-style.header-search .search-content {
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm8 .header-res-padding {
        padding: 20px 0 20px;
    }

    .header-hm8 .mean-container a.meanmenu-reveal {
        top: -26px;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm8 .header-res-padding {
        padding: 20px 0 20px;
    }

    .header-hm8 .mean-container a.meanmenu-reveal {
        top: -26px;
    }
}

.header-hm8 .stick .logo {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm8 .stick .logo {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm8 .stick .logo {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm8 .logo {
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm8 .logo {
        text-align: left !important;
    }
}

.header-hm8 .main-menu {
    padding-bottom: 8px;
}

    .header-hm8 .main-menu nav ul li > a {
        line-height: 60px;
    }

/* home 9 */
.header-hm9 .main-menu nav ul li a {
    line-height: 72px;
}

.header-hm9 .header-top-area {
    padding: 22px 0;
    border-bottom: 1px solid #cecece;
}

    .header-hm9 .header-top-area.header-top-border17 {
        border-bottom: 1px solid #9f9f9f;
    }

.header-hm9 .header-right-wrap {
    margin-top: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm9 .header-right-wrap {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm9 .header-right-wrap {
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm9 .header-right-wrap .same-style.cart-wrap .shopping-cart-content {
        right: -97px;
    }
}

.header-hm9 .logo-hm9 {
    margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hm9 .mean-container a.meanmenu-reveal {
        top: -26px;
    }

    .header-hm9 .header-res-padding {
        padding: 20px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header-hm9 .mean-container a.meanmenu-reveal {
        top: -26px;
    }

    .header-hm9 .header-res-padding {
        padding: 20px 0 20px;
    }
}

.mean-container a.meanmenu-reveal {
    color: #333;
    border: 1px solid #333;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 3px 5px 2px;
    overflow: hidden;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

    .mean-container a.meanmenu-reveal span {
        background: #333;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: block;
        height: 2px;
        margin-top: 7px;
    }

        .mean-container a.meanmenu-reveal span:before, .mean-container a.meanmenu-reveal span:after {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            background: #333;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            z-index: 9;
        }

        .mean-container a.meanmenu-reveal span:before {
            top: -5px;
        }

        .mean-container a.meanmenu-reveal span:after {
            bottom: -5px;
        }

.mean-container .mean-bar {
    padding: 0;
    min-height: 0;
    background: transparent;
    z-index: 99;
}

.mean-container .mean-nav {
    margin-top: 0px;
    background: transparent;
}

    .mean-container .mean-nav ul li {
        border-top: 1px solid #ddd;
        background: #f8f8f8 none repeat scroll 0 0;
    }

        .mean-container .mean-nav ul li a {
            padding: 10px 5%;
            color: #333;
            border: none;
            font-size: 13px;
            font-weight: 500;
        }

        .mean-container .mean-nav ul li ul li a {
            text-transform: capitalize;
            background: #f8f8f8 none repeat scroll 0 0;
        }

        .mean-container .mean-nav ul li:hover > a {
            color: red;
        }

            .mean-container .mean-nav ul li:hover > a.mean-expand {
                background-color: transparent;
            }

.white-mobile-menu .mean-container a.meanmenu-reveal span:before, .white-mobile-menu .mean-container a.meanmenu-reveal span:after {
    background: #fff;
}

.stick .white-mobile-menu .mean-container a.meanmenu-reveal span:before, .stick .white-mobile-menu .mean-container a.meanmenu-reveal span:after {
    background: #333;
}

/* header hm10 */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-in-container .header-top-wap {
        display: block;
        margin-bottom: 15px;
        margin-top: 8px;
    }

        .header-in-container .header-top-wap .language-currency-wrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .header-in-container .header-top-wap .header-offer p {
            text-align: center;
        }
}

@media only screen and (max-width: 767px) {
    .header-hm9 .header-right-wrap .same-style.header-search .search-content {
        right: -142px;
    }
}
/*----- 3. Slider style  ------*/
.slider-height-1 {
    height: 750px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-1 {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-1 {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-1 {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-1 {
        height: auto;
        padding: 50px 0 0;
    }

        .slider-height-1.slider-height-res15 {
            padding: 0px 0 0;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-1 {
        padding: 38px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-1.slider-height-res {
        height: 400px;
        position: relative;
    }

        .slider-height-1.slider-height-res:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #fff;
            opacity: 0.5;
        }
}

.single-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .single-slider .slider-content {
        padding: 183px 0 0;
    }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-slider .slider-content {
        padding: 80px 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider .slider-content {
        padding: 45px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider .slider-content {
        padding: 0px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider .slider-content {
        padding: 0px 0 40px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-slider .slider-content {
        padding: 0px 0 0px;
        text-align: left;
    }
}

.single-slider .slider-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.single-slider .slider-content h1 {
    line-height: 97px;
    font-size: 72px;
    color: #010101;
    margin: 6px 0 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider .slider-content h1 {
        line-height: 65px;
        font-size: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider .slider-content h1 {
        line-height: 52px;
        font-size: 40px;
        margin: 6px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider .slider-content h1 {
        line-height: 48px;
        font-size: 33px;
        margin: 6px 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-slider .slider-content h1 {
        font-size: 30px;
        margin: 6px 0 10px;
    }
}

.single-slider .slider-content .slider-btn a {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 50px 21px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider .slider-content .slider-btn a {
        padding: 15px 35px 17px;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider .slider-content .slider-btn a {
        padding: 15px 35px 17px;
    }
}

.single-slider .slider-content .slider-btn a:hover {
    border: 1px solid red;
    color: #fff;
}

.single-slider .slider-content.slider-content-10 {
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .single-slider .slider-content.slider-content-10 {
        text-align: center;
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-slider .slider-content.slider-content-10 {
        text-align: left;
    }
}

.single-slider .slider-single-img {
    margin: 0 -80px 0 -80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-slider .slider-single-img {
        margin: 0 0px 0 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider .slider-single-img {
        margin: 0 0px 0 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider .slider-single-img {
        margin: 0 0px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider .slider-single-img {
        margin: 0 0px 0 0px;
    }
}

.single-slider.single-slider-10 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 h5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 .content-img img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1.slider-single-img img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1.single-slider-img4 img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1.slider-singleimg-hm9 img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1.slider-singleimg-hm11 img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1.slider-singleimg-medical img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-2 h1 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-2.slider-singleimg-hm10 img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.nav-style-1.owl-carousel .owl-nav button {
    color: #999;
    display: inline-block;
    font-size: 40px;
    left: 80px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1.owl-carousel .owl-nav button {
        left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1.owl-carousel .owl-nav button {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1.owl-carousel .owl-nav button {
        left: 15px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1.owl-carousel .owl-nav button {
        left: 15px;
        font-size: 30px;
    }
}

.nav-style-1.owl-carousel .owl-nav button:hover {
    color: red;
}

.nav-style-1.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1.owl-carousel .owl-nav button.owl-next {
        right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1.owl-carousel .owl-nav button.owl-next {
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1.owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1.owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }
}

.nav-style-1.owl-carousel.nav-testi-style .owl-nav button {
    font-size: 50px;
    left: -155px;
    color: #8d8c8c;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1.owl-carousel.nav-testi-style .owl-nav button {
        left: -80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1.owl-carousel.nav-testi-style .owl-nav button {
        left: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1.owl-carousel.nav-testi-style .owl-nav button {
        left: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1.owl-carousel.nav-testi-style .owl-nav button {
        display: none;
    }
}

.nav-style-1.owl-carousel.nav-testi-style .owl-nav button:hover {
    color: #3d6882;
}

.nav-style-1.owl-carousel.nav-testi-style .owl-nav button.owl-next {
    right: -155px;
    left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1.owl-carousel.nav-testi-style .owl-nav button.owl-next {
        right: -80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1.owl-carousel.nav-testi-style .owl-nav button.owl-next {
        right: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1.owl-carousel.nav-testi-style .owl-nav button.owl-next {
        right: -30px;
    }
}

.nav-style-1.owl-carousel.nav-testi-style.nav-testi-mrg .owl-nav button {
    left: -80px;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1.owl-carousel.nav-testi-style.nav-testi-mrg .owl-nav button {
        left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1.owl-carousel.nav-testi-style.nav-testi-mrg .owl-nav button {
        display: none;
    }
}

.nav-style-1.owl-carousel.nav-testi-style.nav-testi-mrg .owl-nav button.owl-next {
    right: -80px;
    left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1.owl-carousel.nav-testi-style.nav-testi-mrg .owl-nav button.owl-next {
        right: 0px;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1.owl-carousel.nav-testi-style.nav-testi-mrg .owl-nav button.owl-next {
        display: none;
    }
}

.slider-area:hover .nav-style-1.owl-carousel > .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.slider-area.ml-10 {
    margin-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-area.ml-70 {
        margin-left: 15px;
    }

    .slider-area.mr-70 {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area.ml-70 {
        margin-left: 30px;
    }

    .slider-area.mr-70 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.ml-70 {
        margin-left: 40px;
    }

    .slider-area.mr-70 {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-area.ml-70 {
        margin-left: 15px;
    }

    .slider-area.mr-70 {
        margin-right: 15px;
    }
}

/* slider style-2 */
.slider-content-2 {
    margin-top: -6px;
}

@media only screen and (max-width: 767px) {
    .slider-content-2 {
        text-align: center;
    }
}

.slider-content-2 h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-left: 135px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .slider-content-2 h3 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-2 h3 {
        margin-left: 60px;
    }
}

.slider-content-2 h3::before {
    position: absolute;
    left: -135px;
    top: 14px;
    content: "";
    width: 120px;
    height: 2px;
    background-color: #000000;
}

@media only screen and (max-width: 767px) {
    .slider-content-2 h3::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-2 h3::before {
        display: block;
        left: 80px;
        width: 60px;
    }
}

.slider-content-2 h1 {
    font-size: 72px;
    line-height: 97px;
    color: #010101;
    margin: 6px 0 37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-2 h1 {
        font-size: 60px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-2 h1 {
        font-size: 56px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-2 h1 {
        font-size: 45px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-2 h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

.slider-content-2 .slider-btn a {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 50px 21px;
    background-color: #eeeff1;
}

@media only screen and (max-width: 767px) {
    .slider-content-2 .slider-btn a {
        padding: 14px 30px 16px;
    }
}

.slider-content-2 .slider-btn a:hover {
    border: 1px solid red;
    color: #fff;
}

.slider-content-2.slider-content-fruits h3 {
    color: #6eab49;
}

    .slider-content-2.slider-content-fruits h3::before {
        background-color: #6eab49;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-2.slider-content-fruits h3::before {
        left: 45px;
    }
}

.slider-content-2.slider-content-fruits h1 {
    font-size: 71px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-2.slider-content-fruits h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-2.slider-content-fruits h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-2.slider-content-fruits h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-2.slider-content-fruits h1 {
        font-size: 30px;
        margin: 6px 0 20px;
    }
}

.slider-content-2.slider-content-fruits .slider-btn a {
    font-size: 16px;
    color: #fff;
    border: 1px solid #6eab49;
    background-color: #6eab49;
}

    .slider-content-2.slider-content-fruits .slider-btn a:hover {
        border: 1px solid red;
        color: #fff;
    }

.slider-content-2.slider-content-organic h3 {
    color: #ab87cd;
    letter-spacing: 0.8px;
}

    .slider-content-2.slider-content-organic h3::before {
        background-color: red;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-2.slider-content-organic h3::before {
        left: 45px;
    }
}

.slider-content-2.slider-content-organic h1 {
    font-size: 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-2.slider-content-organic h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-2.slider-content-organic h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-2.slider-content-organic h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-2.slider-content-organic h1 {
        font-size: 30px;
        margin: 6px 0 20px;
    }
}

.slider-content-2.slider-content-organic .slider-btn a {
    font-size: 16px;
    color: #fff;
    border: 1px solid #ab87cd;
    background-color: #ab87cd;
}

    .slider-content-2.slider-content-organic .slider-btn a:hover {
        border: 1px solid red;
        color: #fff;
    }

.slider-content-2.slider-content-flower h3 {
    color: #c61a32;
    letter-spacing: 0.8px;
}

    .slider-content-2.slider-content-flower h3::before {
        background-color: #c61a32;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-2.slider-content-flower h3::before {
        left: 45px;
    }
}

.slider-content-2.slider-content-flower h1 {
    font-size: 66px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-2.slider-content-flower h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-2.slider-content-flower h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-2.slider-content-flower h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-2.slider-content-flower h1 {
        font-size: 30px;
        margin: 6px 0 20px;
    }
}

.slider-content-2.slider-content-flower .slider-btn a {
    font-size: 16px;
    color: #fff;
    border: 1px solid #c61a32;
    background-color: #c61a32;
}

    .slider-content-2.slider-content-flower .slider-btn a:hover {
        border: 1px solid red;
        color: #fff;
    }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-slider-2 {
        background-position: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider-2 {
        background-position: 42%;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider-2 {
        background-position: 30%;
    }

        .single-slider-2.valentine-slider-bg {
            background-color: 75%;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-slider-2 {
        background-position: 22%;
    }
}

/* home 3 */
.slider-height-2 {
    /*    height: 800px;*/ /*fdamra*/
    height: 500px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-2 {
        /*height: 570px;*/
        height: 370px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-2 {
        /*height: 500px;*/
        height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-2 {
        /*height: 500px;*/
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-2 {
        /*height: 400px;*/
        height: 200px;
    }
}

.slider-height-2.slider-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-content-3 h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    position: relative;
    display: inline-block;
}

    .slider-content-3 h3::before {
        position: absolute;
        left: -110px;
        top: 16px;
        content: "";
        width: 80px;
        height: 2px;
        background-color: #000000;
    }

    .slider-content-3 h3::after {
        position: absolute;
        right: -110px;
        top: 16px;
        content: "";
        width: 80px;
        height: 2px;
        background-color: #000000;
    }

.slider-content-3 h1 {
    font-size: 72px;
    line-height: 56px;
    margin: 28px 0 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-3 h1 {
        font-size: 52px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3 h1 {
        font-size: 52px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-3 h1 {
        font-size: 35px;
        line-height: 30px;
        margin: 18px 0 13px;
    }
}

.slider-content-3 p {
    font-size: 18px;
    color: #010101;
    margin: 0 0 44px;
}

.slider-content-3 .slider-btn a {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 50px 21px;
}

    .slider-content-3 .slider-btn a:hover {
        border: 1px solid red;
        color: #fff;
    }

.slider-content-3.slider-content-3-white h3 {
    color: #fff;
}

    .slider-content-3.slider-content-3-white h3::before {
        background-color: #fff;
    }

    .slider-content-3.slider-content-3-white h3::after {
        background-color: #fff;
    }

.slider-content-3.slider-content-3-white h1 {
    color: #fff;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-content-3.slider-content-3-white h1 {
        font-size: 55px;
        line-height: 45px;
        margin: 20px 0 23px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-3.slider-content-3-white h1 {
        font-size: 55px;
        line-height: 45px;
        margin: 20px 0 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3.slider-content-3-white h1 {
        font-size: 47px;
        margin: 20px 0 18px;
    }
}

.slider-content-3.slider-content-3-white p {
    color: #fff;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-content-3.slider-content-3-white p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-3.slider-content-3-white p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-3.slider-content-3-white p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3.slider-content-3-white p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-3.slider-content-3-white p {
        margin-bottom: 20px;
    }
}

.slider-content-3.slider-content-3-white .slider-btn a {
    border: 1px solid transparent;
    background-color: #e6e6e6;
    padding: 17px 41px 16px;
    z-index: 9;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-3.slider-content-3-white .slider-btn a {
        padding: 12px 30px 11px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-3.slider-content-3-white .slider-btn a {
        padding: 12px 30px 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3.slider-content-3-white .slider-btn a {
        padding: 12px 30px 11px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-3.slider-content-3-white .slider-btn a {
        padding: 12px 30px 11px;
    }
}

.slider-content-3.slider-content-3-white .slider-btn a:hover {
    border: 1px solid red;
}

.slider-content-3.slider-content-4 {
    margin-left: 112px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-content-3.slider-content-4 {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-3.slider-content-4 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-3.slider-content-4 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3.slider-content-4 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-3.slider-content-4 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3.slider-content-4 h1 {
        font-size: 34px;
        line-height: 35px;
        margin: 15px 0 15px;
    }
}

.slider-content-3.slider-content-4 h3:before {
    display: none;
}

.slider-content-3.slider-content-4 h3:after {
    display: none;
}

/* slider hm4 */
.slider-height-3 {
    height: 710px;
}

    .slider-height-3 .container {
        margin-right: inherit;
        margin-left: inherit;
    }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-3 {
        height: 570px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-3 {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-3 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-3 {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-3.slider-height-res-hm4 {
        height: 680px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-3.slider-height-res-hm4 {
        height: 400px;
    }
}

.single-slider-img4 {
    position: relative;
    margin: 0 -77px 0 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-slider-img4 {
        margin: 0 0px 0 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider-img4 {
        margin: 0 0px 0 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider-img4 {
        margin: 0 0px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider-img4 {
        margin: 30px 0 0;
    }
}

.single-slider-img4 .single-price-wrap {
    position: absolute;
    top: 0;
    right: -24px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounce-img;
    animation-name: bounce-img;
    -webkit-animation-duration: 2.9s;
    animation-duration: 2.9s;
    width: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-slider-img4 .single-price-wrap {
        right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slider-img4 .single-price-wrap {
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slider-img4 .single-price-wrap {
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .single-slider-img4 .single-price-wrap {
        right: 0px;
    }
}

.single-slider-img4 .single-price-wrap img {
    width: 100%;
}

.single-slider-img4 .single-price-wrap .single-price {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 26px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

    .single-slider-img4 .single-price-wrap .single-price span {
        display: block;
        line-height: 1;
        font-size: 24px;
        color: #915342;
        font-weight: 600;
    }

        .single-slider-img4 .single-price-wrap .single-price span.dollar {
            margin-top: 2px;
        }

/* slider 5 */
.slider-height-4 {
    height: 750px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-height-4 {
        height: 600px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-4 {
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-4 {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-4 {
        height: 530px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-4 {
        height: 500px;
    }
}

.slider-content-5 {
    padding-top: 66px;
}

    .slider-content-5 h3 {
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 30px;
        margin: 0;
        color: #fff;
    }

    .slider-content-5 h1 {
        font-weight: 500;
        font-size: 72px;
        margin: 27px 0 22px;
        letter-spacing: 0.5px;
        color: #fff;
        line-height: 56px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-5 h1 {
        font-size: 58px;
        margin: 17px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-5 h1 {
        font-size: 45px;
        margin: 15px 0 15px;
        line-height: 38px;
    }
}

.slider-content-5 p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 45px;
}

.slider-btn-5 a {
    font-size: 16px;
    color: #010101;
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 17px 40px 18px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .slider-btn-5 a:hover {
        border: none;
        color: #fff;
    }

.nav-style-2.owl-carousel > .owl-nav button {
    color: #000;
    display: inline-block;
    font-size: 60px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 65px;
    height: 84px;
    line-height: 94px;
    background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-2.owl-carousel > .owl-nav button {
        width: 45px;
        height: 64px;
        line-height: 74px;
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-2.owl-carousel > .owl-nav button {
        width: 45px;
        height: 64px;
        line-height: 74px;
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-2.owl-carousel > .owl-nav button {
        width: 35px;
        height: 50px;
        line-height: 54px;
        font-size: 30px;
    }
}

.nav-style-2.owl-carousel > .owl-nav button:hover {
    color: #fff;
    background-color: red;
}

.nav-style-2.owl-carousel > .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}

.slider-area:hover .nav-style-2.owl-carousel > .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.slider-area.ml-10 {
    margin-left: 0;
}

/* slider 6 hm7 */
.slider-height-5 {
    height: 850px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-height-5 {
        height: 600px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-5 {
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-5 {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-5 {
        height: 530px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-5 {
        height: 500px;
    }
}

.slider-content-6 h1 {
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 8px;
    color: #fff;
    margin: 0px;
    line-height: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-6 h1 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-6 h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-6 h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

.slider-content-6 p {
    margin: 32px 0 35px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-6 p {
        margin: 22px 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-6 p {
        margin: 22px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-6 p {
        margin: 18px 0 25px;
    }
}

.nav-style-3.owl-carousel > .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .nav-style-3.owl-carousel > .owl-nav button {
        color: #000;
        display: inline-block;
        font-size: 60px;
        left: 0px;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 65px;
        height: 84px;
        line-height: 94px;
        background-color: #fff;
    }

@media only screen and (max-width: 767px) {
    .nav-style-3.owl-carousel > .owl-nav button {
        width: 50px;
        height: 60px;
        font-size: 45px;
        line-height: 67px;
    }
}

.nav-style-3.owl-carousel > .owl-nav button:hover {
    background-color: red;
    color: #fff;
}

/* slider hm8 */
.slider-height-6 {
    height: 543px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-6 {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-6 {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-6 {
        height: 400px;
    }
}

.slider-hm8 .slider-content-5 {
    padding-top: 0px;
}

.slider-hm8 p {
    margin: 0 0 0px;
}

.owl-dot-style .owl-dots {
    bottom: 26px;
    left: 0px;
    position: absolute;
    right: 0;
    text-align: center;
}

    .owl-dot-style .owl-dots .owl-dot {
        background: #fff none repeat scroll 0 0;
        border-radius: 100%;
        display: inline-block;
        height: 14px;
        margin: 0 8px;
        width: 14px;
        position: relative;
    }

        .owl-dot-style .owl-dots .owl-dot:before {
            position: absolute;
            content: "";
            left: -3px;
            right: -3px;
            top: -3px;
            bottom: -3px;
            border: 1px solid transparent;
            border-radius: 100%;
        }

        .owl-dot-style .owl-dots .owl-dot.active:before {
            border: 1px solid #fff;
        }

/* slider hm9 */
.slider-height-7 {
    height: 950px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-7 {
        height: 800px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-7 {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-7 {
        height: auto;
        padding: 230px 0 100px;
    }
}

.slider-h9-mrg {
    margin-top: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-h9-mrg {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-h9-mrg {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-h9-mrg {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-7 {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-7 {
        text-align: left;
    }
}

.slider-content-7 h3 {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    margin: 0;
    letter-spacing: 0.3px;
    line-height: 1;
}

.slider-content-7 h1 {
    font-size: 48px;
    font-weight: 500;
    color: #313131;
    margin: 17px 0 37px;
    line-height: 65px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-7 h1 {
        font-size: 42px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-7 h1 {
        font-size: 32px;
        margin: 6px 0 22px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-7 h1 {
        font-size: 22px;
        margin: 6px 0 22px;
        line-height: 38px;
    }
}

.slider-content-7 .slider-btn-9 a {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 50px 19px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-7 .slider-btn-9 a {
        padding: 14px 30px 14px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-7 .slider-btn-9 a {
        padding: 15px 30px 15px;
        font-size: 15px;
    }
}

.slider-content-7 .slider-btn-9 a:hover {
    color: #fff;
    border: 1px solid red;
}

.slider-content-7.slider-content-mrg-hm17 {
    margin-top: 127px;
}

@media only screen and (max-width: 767px) {
    .slider-content-7.slider-content-mrg-hm17 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-singleimg-hm9 {
        margin-top: 30px;
    }

        .slider-singleimg-hm9.ml-100 {
            margin-left: 20px;
        }

        .slider-singleimg-hm9.mr-100 {
            margin-right: 20px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-singleimg-hm9 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-singleimg-hm9.ml-100 {
        margin-left: 40px;
    }

    .slider-singleimg-hm9.mr-100 {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-singleimg-hm9.ml-100 {
        margin-left: 70px;
    }

    .slider-singleimg-hm9.mr-100 {
        margin-right: 70px;
    }
}

/* slider hm10 */
.slider-height-8 {
    height: 700px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-8 {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-8 {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-8 {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-8 {
        height: auto;
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-singleimg-hm10.ml-40 {
        margin-left: 0;
    }

    .slider-singleimg-hm10.mr-40 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .slider-singleimg-hm10.ml-40 {
        margin-left: 0;
    }

    .slider-singleimg-hm10.mr-40 {
        margin-right: 0;
    }
}

/* home 11 */
.slider-height-9 {
    height: 780px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-9 {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-9 {
        height: 630px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-9 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-9 {
        height: auto;
        padding: 230px 0 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-9 {
        padding: 230px 0 70px;
    }
}

.slider-content-11 h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-11 h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-11 h3 {
        font-size: 20px;
    }
}

.slider-content-11 h1 {
    font-size: 72px;
    margin: 0;
    line-height: 97px;
    color: #010101;
    margin: 15px 0 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-11 h1 {
        margin: 5px 0 27px;
        font-size: 52px;
        line-height: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-11 h1 {
        margin: 3px 0 20px;
        font-size: 45px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-11 h1 {
        margin: 3px 0 20px;
        font-size: 40px;
        line-height: 50px;
    }
}

.slider-content-11 .slider-btn-11 a {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 50px 19px;
}

    .slider-content-11 .slider-btn-11 a:hover {
        border: 1px solid red;
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-11 .slider-btn-11 a {
        padding: 15px 35px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-11 .slider-btn-11 a {
        padding: 12px 30px 12px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-11 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-11.fullpage-content {
        text-align: center;
        width: 100%;
    }

        .slider-content-11.fullpage-content h3 {
            font-size: 16px;
            letter-spacing: 0;
        }

        .slider-content-11.fullpage-content h1 {
            font-size: 30px;
            line-height: 40px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-11.fullpage-content h3 {
        font-size: 17px;
        letter-spacing: 0;
    }

    .slider-content-11.fullpage-content h1 {
        font-size: 35px;
    }
}

.slider-singleimg-hm11 {
    margin: 0 22px 0 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-singleimg-hm11 {
        margin: 0 50px 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-singleimg-hm11 {
        margin: 30px 0px 0 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-singleimg-hm11 {
        margin: 0px 0px 0 0px;
    }
}

.slider-h11-mrg {
    margin-bottom: -140px;
}

@media only screen and (max-width: 767px) {
    .slider-h11-mrg {
        margin-bottom: 0px;
    }
}

/* home 12 */
#section2 .fp-tableCell, #section4 .fp-tableCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#section1 .fp-tableCell, #section3 .fp-tableCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#section5 .fp-tableCell {
    height: auto !important;
}

#section5 {
    height: auto !important;
}

#fp-nav {
    top: 55%;
}

    #fp-nav ul li {
        margin: 7px 7px 10px;
    }

        #fp-nav ul li a span {
            background: #000;
        }

    #fp-nav.right {
        right: 64px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #fp-nav.right {
        right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #fp-nav.right {
        right: 25px;
    }
}

.fullpage-slider-mrg {
    margin-top: -34px;
}

@media only screen and (max-width: 767px) {
    .fullpage-slider-mrg {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.fullpage-slider-mrg-2 {
    margin-bottom: -88px;
}

@media only screen and (max-width: 767px) {
    .fullpage-slider-mrg-2 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fullpage-slider-mrg-2 {
        margin-bottom: -50px;
    }
}

.slider-section.active .slider-animated-1 h3 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slider-section.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slider-section.active .slider-animated-1 a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slider-section.active .slider-animated-1 img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@media only screen and (max-width: 767px) {
    .slider12-img-2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.slider12-img-2 img {
    width: 100%;
}

.slider12-img-1 {
    margin: 0 4px 0 6px;
}

    .slider12-img-1 img {
        width: 100%;
    }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider12-img-1 {
        text-align: center;
    }

        .slider12-img-1 img {
            width: 350px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider12-img-1 {
        text-align: center;
    }

        .slider12-img-1 img {
            width: 350px;
        }

    .slider12-img-2 {
        text-align: center;
    }

        .slider12-img-2 img {
            width: 420px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider12-img-1 {
        text-align: center;
    }

        .slider12-img-1 img {
            width: 330px;
        }
}

@media only screen and (max-width: 767px) {
    .fullpage-wrapper {
        padding-top: 130px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
    .fullpage-wrapper {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .fullpage-slider-wrap-mrg {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fullpage-slider-wrap-mrg {
        margin-bottom: 0px;
    }
}
/* home 13 */
.slider-content-13 h5 {
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .slider-content-13 h5 {
        font-size: 22px;
    }
}

.slider-content-13 h1 {
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    margin: 34px 0 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-13 h1 {
        font-size: 90px;
        line-height: 90px;
        margin: 24px 0 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-13 h1 {
        font-size: 80px;
        line-height: 90px;
        margin: 20px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-13 h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 15px 0 20px;
    }
}

.slider-content-13 .slider-btn a {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 50px 19px;
}

    .slider-content-13 .slider-btn a:hover {
        color: #fff;
        border: 1px solid red;
    }

@media only screen and (max-width: 767px) {
    .hm-13-slider {
        background-position: 72%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm-13-slider {
        background-position: 55%;
    }
}

.slider-single-img-14 {
    padding-bottom: 72px;
    margin: 0 23px;
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-single-img-14 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-single-img-14 {
        padding-bottom: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-single-img-14 {
        padding-bottom: 0px;
        margin: 0 0px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-single-img-14 {
        padding-bottom: 38px;
        text-align: inherit;
    }
}

.slider-single-img-14 img {
    width: 100%;
}

.slider-height-14 {
    height: 850px;
    padding: 89px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-14 {
        height: 715px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-14 {
        height: 525px;
        padding: 70px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-14 {
        height: auto;
        padding: 120px 0 0;
    }
}

.slider-content-14 {
    margin: -90px 0 0;
}

@media only screen and (max-width: 767px) {
    .slider-content-14 {
        margin: 0px 0 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-14 {
        margin: 0px 0 30px;
        text-align: left;
    }
}

.slider-content-14 h3 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 0 150px;
    position: relative;
    letter-spacing: 0.8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-14 h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-14 h3 {
        font-size: 20px;
        margin: 0 0 0 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-14 h3 {
        margin: 0 0 0 60px;
    }
}

.slider-content-14 h3::before {
    position: absolute;
    left: -135px;
    top: 14px;
    content: "";
    width: 120px;
    height: 2px;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .slider-content-14 h3::before {
        left: -100px;
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-14 h3::before {
        left: -60px;
        width: 50px;
    }
}

.slider-content-14 h1 {
    color: #fff;
    font-size: 72px;
    line-height: 97px;
    margin: 14px 0 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-14 h1 {
        font-size: 55px;
        line-height: 75px;
        margin: 10px 0 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-14 h1 {
        font-size: 42px;
        line-height: 60px;
        margin: 10px 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-14 h1 {
        font-size: 33px;
        line-height: 50px;
        margin: 5px 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-14 h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.slider-content-14 .slider-btn a {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    padding: 20px 50px 19px;
    border: none;
    background-color: #eeeff1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .slider-content-14 .slider-btn a {
        padding: 16px 30px 15px;
        font-size: 15px;
    }
}

.slider-content-14 .slider-btn a:hover {
    color: #fff;
}

.slider-content-15 h1 {
    color: #fff;
    font-size: 90px;
    font-family: "Abril Fatface", cursive;
    line-height: 115px;
    letter-spacing: 1px;
    margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-15 h1 {
        font-size: 75px;
        line-height: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-15 h1 {
        font-size: 70px;
        line-height: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-15 h1 {
        font-size: 60px;
        line-height: 85px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-15 h1 {
        font-size: 38px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-15 h1 {
        font-size: 42px;
        line-height: 65px;
    }
}

.slider-content-15.slider15-mrg-nrg h1 {
    margin-top: -26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-15.slider15-mrg-nrg h1 {
        margin-top: -18px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-15.slider15-mrg-nrg h1 {
        margin-top: -20px;
    }
}

.slider-height-18 {
    height: 460px;
}

@media only screen and (max-width: 767px) {
    .slider-height-18 {
        background-position: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-18.slider-overly-res {
        height: 400px;
        position: relative;
    }

        .slider-height-18.slider-overly-res:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: #fff;
            opacity: 0.5;
        }
}

.slider-banner-area {
    margin-top: 163px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-banner-area {
        margin-top: 162px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-banner-area {
        margin-top: 186px;
    }
}

.slider-content-19 {
    position: relative;
    z-index: 9;
}

    .slider-content-19 h3 {
        font-size: 18px;
        color: #010101;
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
    }

    .slider-content-19 h1 {
        font-size: 70px;
        color: #010101;
        margin: 0px 0 40px;
        line-height: 90px;
        font-weight: 300;
    }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-19 h1 {
        font-size: 50px;
        margin: 10px 0 20px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-19 h1 {
        font-size: 43px;
        margin: 10px 0 20px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-19 h1 {
        font-size: 40px;
        margin: 10px 0 20px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-19 h1 {
        font-size: 32px;
        margin: 8px 0 30px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-19 h1 {
        font-size: 30px;
        margin: 12px 0 30px;
        line-height: 46px;
    }
}

.slider-content-19.slider-content-19-white h3 {
    color: #fff;
}

.slider-content-19.slider-content-19-white h1 {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .slider-content-19 {
        text-align: center;
    }
}

.slider-btn-round a {
    display: inline-block;
    font-size: 16px;
    color: #010101;
    border: 1px solid #000000;
    border-radius: 50px;
    line-height: 1;
    padding: 16px 40px;
}

@media only screen and (max-width: 767px) {
    .slider-btn-round a {
        padding: 12px 30px;
        font-size: 14px;
    }
}

.slider-btn-round.slider-btn-round-white a {
    color: #fff;
    border: 1px solid #fff;
}

.slider-content-20 {
    position: relative;
    z-index: 9;
}

    .slider-content-20 h3 {
        color: #73848e;
        font-size: 50px;
        font-family: "Great Vibes", cursive;
        margin: 0;
    }

@media only screen and (max-width: 767px) {
    .slider-content-20 h3 {
        font-size: 40px;
    }
}

.slider-content-20 h1 {
    color: #010101;
    font-size: 72px;
    margin: 45px 0 25px;
    line-height: 58px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-20 h1 {
        font-size: 58px;
        margin: 30px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-20 h1 {
        font-size: 35px;
        margin: 20px 0 10px;
        line-height: 50px;
    }
}

.slider-content-20 p {
    color: #73848e;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0 53px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-20 p {
        margin: 0px 0 33px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-20 p {
        margin: 0px 0 23px;
    }
}

.slider-content-20.slider-content-20-white h1 {
    color: #fff;
}

.slider-height-20 {
    height: 750px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-20 {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-20 {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-20 {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-20 {
        height: 480px;
        background-position: 70%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-20 {
        background-position: 63%;
    }
}

.slider-height-22 {
    height: 770px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-22 {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-22 {
        height: 520px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-22 {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-22 {
        height: 480px;
        background-position: 70%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-22 {
        background-position: 63%;
    }
}

.slider-content-22 {
    position: relative;
    z-index: 9;
}

    .slider-content-22 h3 {
        letter-spacing: 0.8px;
        font-size: 24px;
        font-weight: 500;
    }

    .slider-content-22 h1 {
        line-height: 97px;
        font-size: 72px;
        margin: 0px 0 37px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-22 h1 {
        line-height: 70px;
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-22 h1 {
        line-height: 60px;
        font-size: 47px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-22 h1 {
        line-height: 45px;
        font-size: 35px;
        margin: 0px 0 20px;
    }
}

.slider-content-22.slider-content-22-white h3 {
    color: #fff;
}

.slider-content-22.slider-content-22-white h1 {
    color: #fff;
}

.slider-height-24 {
    height: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-24 {
        height: 570px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-24 {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-24 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-24 {
        height: auto;
        padding: 50px 0;
    }
}

.slider-height-24.slider-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-height-25 {
    height: 770px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-25 {
        height: 570px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-25 {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-25 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-25 {
        height: auto;
        padding: 50px 0;
    }
}

.slider-height-25.slider-content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-btn-12 a {
    display: inline-block;
    background-color: #e90042;
    border: 1px solid #e90042;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    padding: 17px 47px 19px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .slider-btn-12 a {
        padding: 13px 30px 15px;
    }
}

.slider-btn-12 a:hover {
    border: 1px solid red;
}

.slider-content-32 {
    position: relative;
    z-index: 9;
}

    .slider-content-32 .content-img img {
        width: auto;
    }

    .slider-content-32 h1 {
        font-size: 70px;
        line-height: 90px;
        color: #010101;
        font-family: "Lobster", cursive;
        margin: 12px 0 50px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-32 h1 {
        font-size: 60px;
        line-height: 80px;
        margin: 12px 0 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-32 h1 {
        font-size: 50px;
        line-height: 65px;
        margin: 12px 0 35px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-32 h1 {
        font-size: 40px;
        line-height: 47px;
        margin: 12px 0 30px;
    }
}

.valentine-btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #d70056;
    background-color: #d70056;
    border-radius: 50px;
    line-height: 1;
    padding: 16px 40px;
}

@media only screen and (max-width: 767px) {
    .valentine-btn a {
        padding: 12px 30px;
        font-size: 14px;
    }
}

.slider-content-medical {
    margin-top: -85px;
}

@media only screen and (max-width: 767px) {
    .slider-content-medical {
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-medical {
        text-align: left;
    }
}

.slider-content-medical h3 {
    font-size: 18px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
    line-height: 1;
    font-weight: 600;
}

.slider-content-medical h1 {
    font-size: 72px;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    line-height: 82px;
    letter-spacing: -0.2px;
    font-weight: bold;
    margin: 24px 0 39px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-medical h1 {
        font-size: 52px;
        line-height: 62px;
        margin: 20px 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-medical h1 {
        font-size: 42px;
        line-height: 52px;
        margin: 18px 0 24px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-medical h1 {
        font-size: 32px;
        line-height: 42px;
        margin: 10px 0 20px;
    }
}

.slider-btn-medical a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    border: 1px solid transparent;
    background-color: #fff;
    padding: 18px 40px 16px;
}

@media only screen and (max-width: 767px) {
    .slider-btn-medical a {
        font-size: 16px;
        padding: 14px 30px 12px;
    }
}

.single-slider-medical {
    padding-top: 85px;
}

@media only screen and (max-width: 767px) {
    .single-slider-medical {
        padding-top: 60px;
    }
}

.owl-dot-none .owl-dots {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-mrg-md-mb {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .res-mrg-md-mb {
        margin-bottom: 30px;
    }

    .slider-singleimg-pets {
        margin-top: 30px;
    }
}
/*-------- 4. Support style  -------*/
.support-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .support-wrap .support-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        margin-right: 20px;
    }

        .support-wrap .support-icon img {
            width: 100%;
        }

    .support-wrap .support-content h5 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .support-wrap .support-content p {
        color: #666;
        margin: 0;
    }

    .support-wrap.support-2 {
        margin-left: 22px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-wrap.support-2 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-wrap.support-2 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .support-wrap.support-2 {
        margin-left: 0px;
    }
}

.support-wrap.support-2 .support-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41px;
    flex: 0 0 41px;
}

.support-wrap.support-3 {
    margin-left: 9px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-wrap.support-3 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-wrap.support-3 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .support-wrap.support-3 {
        margin-left: 0px;
    }
}

.support-wrap.support-3 .support-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41px;
    flex: 0 0 41px;
}

.support-wrap.support-4 {
    margin-left: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-wrap.support-4 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-wrap.support-4 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .support-wrap.support-4 {
        margin-left: 0px;
    }
}

.support-wrap.support-4 .support-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
}

.support-wrap:hover .support-icon img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

/* support hm3 */
.support-wrap-2 .support-content-2 h5 {
    font-size: 18px;
    color: #494949;
    margin: 15px 0 15px;
    line-height: 24px;
}

.support-wrap-2 .support-content-2 p {
    font-size: 14px;
    color: #6a6a6a;
    margin: 0 auto;
    width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-wrap-2 .support-content-2 p {
        width: 100%;
    }
}

.support-wrap-2:hover .support-content-2 img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.support-wrap-2.support-shape {
    position: relative;
}

    .support-wrap-2.support-shape:before {
        position: absolute;
        right: -14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #d5d4d4;
        height: 61px;
        width: 1px;
        content: "";
    }
/*@media only screen and (max-width: 576px) {
    .support-wrap-2.support-shape:before {
        top: 163px;
        height: 2px;
        width: 100%;
        right: 0px;
    }
}*/


.support-wrap-2.support-shape-3 {
    border: 4px solid #f6f6f6;
}

.support-wrap-2.support-padding-2 {
    padding: 36px 10px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-wrap-2.support-padding-2 {
        padding: 36px 5px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .support-wrap-2.support-padding-2 {
        padding: 36px 6px 30px;
    }
}

.support-bg-color-1 {
    background-color: #ccfbe9;
}

.support-bg-color-2 {
    background-color: #f2fbcc;
}

.support-bg-color-3 {
    background-color: #ddfbcc;
}

.support-bg-color-black {
    background-color: #303030;
}

.support-wrap-3 {
    position: relative;
    padding: 30px 10px 24px;
    overflow: hidden;
}

    .support-wrap-3 .support-icon-2 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .support-wrap-3 .support-content-3 p {
        color: #000000;
        margin: 4px 0 0;
        font-size: 16px;
        text-transform: uppercase;
    }

@media only screen and (max-width: 767px) {
    .support-wrap-3 .support-content-3 p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .support-wrap-3 .support-content-3 p {
        font-size: 14px;
    }
}

.support-wrap-3 .support-content-3.support-content-3-white p {
    color: #fff;
}

.support-wrap-3:hover .support-icon-2 img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.support-wrap-4-border {
    border: 1px solid #eeeeee;
    padding: 50px 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-wrap-4-border {
        padding: 50px 10px 20px;
    }
}

.support-wrap-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-wrap-4 {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .support-wrap-4 {
        display: block;
        text-align: center;
    }
}

.support-wrap-4 .support-icon-4 {
    margin-right: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-wrap-4 .support-icon-4 {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .support-wrap-4 .support-icon-4 {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

.support-wrap-4 .support-icon-4 img {
    width: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.support-wrap-4 .support-content-4 h5 {
    font-size: 20px;
    font-weight: 500;
    color: #212121;
    margin: 0 0 6px;
    letter-spacing: 0.4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-wrap-4 .support-content-4 h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .support-wrap-4 .support-content-4 h5 {
        font-size: 18px;
    }
}

.support-wrap-4 .support-content-4 p {
    font-weight: 300;
    color: #080808;
    margin: 0 0 0px;
    letter-spacing: 0.6px;
}

.support-wrap-4:hover .support-icon-4 img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

@media only screen and (max-width: 767px) {
    .support-area.pt-80 {
        padding-top: 30px;
    }

    .suppoer-area.pb-60 {
        padding-bottom: 50px;
    }

    .suppoer-area.pb-100 {
        padding-bottom: 50px;
    }
}
/*------- 5. Section title style  -------*/
@media only screen and (max-width: 767px) {
    .section-title.mb-50 {
        margin-bottom: 30px;
    }
}

.section-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 0;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 24px;
        line-height: 30px;
    }

        .section-title h2.mb-50 {
            margin-bottom: 30px;
        }
}

.section-title h2::before {
    position: absolute;
    content: "";
    left: -100px;
    background-color: #000;
    width: 80px;
    height: 2px;
    top: 17px;
}

@media only screen and (max-width: 767px) {
    .section-title h2::before {
        left: -40px;
        width: 30px;
    }
}

.section-title h2::after {
    position: absolute;
    content: "";
    right: -100px;
    background-color: #000;
    width: 80px;
    height: 2px;
    top: 17px;
}

@media only screen and (max-width: 767px) {
    .section-title h2::after {
        right: -40px;
        width: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.mb-55 {
        margin-bottom: 30px;
    }
}

.section-title-2 h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative;
    display: inline-block;
}

    .section-title-2 h2:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        width: 80px;
        height: 2px;
        background-color: #000000;
    }

.section-title-2 p {
    color: #333;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .section-title-2.mb-60 {
        margin-bottom: 30px;
    }
}

.section-title-3 h4 {
    font-weight: 500;
    color: #000000;
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .section-title-3.mb-40 {
        margin-bottom: 20px;
    }
}

.section-border {
    margin-right: 94px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .section-border {
        margin-right: 0px;
    }
}

.section-border::before {
    background-color: #d2d2d2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 11px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .section-border::before {
        display: none;
    }
}

.section-title-4 {
    position: relative;
    z-index: 99;
}

    .section-title-4 h3 {
        font-weight: 600;
        color: #242424;
        font-size: 20px;
        letter-spacing: -0.25px;
        margin: 0;
        line-height: 1;
        padding-right: 45px;
    }

@media only screen and (max-width: 767px) {
    .section-title-4 h3 {
        padding-right: 0px;
    }
}

.section-title-5 h2 {
    color: #010101;
    font-size: 48px;
    margin: 0;
    line-height: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-5 h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-5 h2 {
        font-size: 30px;
        line-height: 27px;
    }
}

.section-title-5 h2.white {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .section-title-5.mb-60 {
        margin-bottom: 30px;
    }
}

.section-title-6 h2 {
    color: #000;
    font-size: 36px;
    margin: 0;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .section-title-6 h2 {
        font-size: 26px;
    }
}

.section-title-6 p {
    color: #808080;
    font-size: 16px;
    margin: 14px 0 0;
}

.section-title-6 span {
    font-size: 16px;
    color: #808080;
    letter-spacing: 1px;
    margin: 20px 0 0;
    display: block;
}

@media only screen and (max-width: 767px) {
    .section-title-6 span {
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-6.mb-50, .section-title-6.mb-45 {
        margin-bottom: 30px;
    }

    .section-title-6.pb-30 {
        padding-bottom: 10px;
    }
}

.section-title-7 h2 {
    font-size: 36px;
    color: #010101;
    font-weight: 500;
    margin: 0;
    line-height: 29px;
}

@media only screen and (max-width: 767px) {
    .section-title-7 h2 {
        font-size: 30px;
    }
}

.section-title-7 p {
    color: #646464;
    line-height: 24px;
    font-weight: 500;
    margin: 23px auto 0;
    width: 47%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-7 p {
        width: 56%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-7 p {
        width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-7 p {
        width: 100%;
        margin: 15px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-7.mb-30 {
        margin-bottom: 20px;
    }

    .section-title-7.mb-60 {
        margin-bottom: 30px;
    }

    .section-title-7.mb-55 {
        margin-bottom: 25px;
    }
}

/*------- 6. Product style  --------*/
.product-area {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .product-area.product-mb-xs {
        padding-bottom: 60px;
    }

    .product-area.pb-65 {
        padding-bottom: 30px;
    }
}

.product-tab-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .product-tab-list.pt-30, .product-tab-list.pt-55 {
        padding: 10px 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-tab-list.pt-35, .product-tab-list.pt-60 {
        padding: 20px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-tab-list.pt-35, .product-tab-list.pt-60 {
        padding: 10px 0 10px;
    }

    .product-tab-list.pb-50 {
        padding-bottom: 30px;
    }

    .product-tab-list.mb-45 {
        margin-bottom: 20px;
    }
}

.product-tab-list a {
    margin: 0 11px;
}

@media only screen and (max-width: 767px) {
    .product-tab-list a {
        margin: 0 11px 5px;
    }
}

.product-tab-list a h4 {
    font-weight: 500;
    font-size: 18px;
    color: #555;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .product-tab-list a h4:hover {
        color: #000;
    }

.product-tab-list a.active h4 {
    color: #000;
}

.product-tab-list.product-tab-fruits a h4 {
    color: #000000;
    border-bottom: 2px solid transparent;
}

    .product-tab-list.product-tab-fruits a h4:hover {
        color: #6eab49;
    }

.product-tab-list.product-tab-fruits a.active h4 {
    color: #6eab49;
    border-bottom: 2px solid #6eab49;
}

.product-tab-list.product-tab-cake a h4 {
    color: #000000;
    border-bottom: 2px solid transparent;
}

    .product-tab-list.product-tab-cake a h4:hover {
        color: #ed59a0;
    }

.product-tab-list.product-tab-cake a.active h4 {
    color: #ed59a0;
    border-bottom: 2px solid #ed59a0;
}

.product-tab-list.product-tab-pink a h4 {
    color: #000000;
    border-bottom: 2px solid transparent;
}

    .product-tab-list.product-tab-pink a h4:hover {
        color: #e90042;
    }

.product-tab-list.product-tab-pink a.active h4 {
    color: #e90042;
    border-bottom: 2px solid #e90042;
}

.product-tab-list.product-tab-pink2 a h4 {
    color: #000000;
    border-bottom: 2px solid transparent;
}

    .product-tab-list.product-tab-pink2 a h4:hover {
        color: #ed59a0;
    }

.product-tab-list.product-tab-pink2 a.active h4 {
    color: #ed59a0;
    border-bottom: 2px solid ed59a0e90042;
}

.product-tab-list.product-tab-fashion a {
    margin: 0 23px;
}

@media only screen and (max-width: 767px) {
    .product-tab-list.product-tab-fashion a {
        margin: 0 15px 5px;
    }
}

.product-tab-list.product-tab-fashion a h4 {
    color: #808080;
    font-size: 16px;
}

    .product-tab-list.product-tab-fashion a h4:hover {
        color: #000000;
    }

.product-tab-list.product-tab-fashion a.active h4 {
    color: #000000;
}

.product-tab-list.product-tab-white a h4 {
    color: #fff;
}

.product-wrap {
    position: relative;
    border: 1px solid #0000002e;
    padding-left: 5px;
    padding-right: 5px;
}

    .product-wrap .product-img {
        position: relative;
        overflow: hidden;
    }

        .product-wrap .product-img img {
            width: 100%;
        }

        .product-wrap .product-img span {
            position: absolute;
            top: 12px;
            right: 12px;
            font-size: 13px;
            color: #fff;
            display: inline-block;
            line-height: 1;
            padding: 3px 11px;
            border-radius: 3px;
            font-weight: 500;
        }

            .product-wrap .product-img span.pink {
                background-color: red;
            }

            .product-wrap .product-img span.purple {
                background-color: red;
            }

            .product-wrap .product-img span.outOfstock {
                background-color: #a1a1a18f;
                top: 47%;
                left: 0%;
                text-align: center;
                right: 0%;
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .product-wrap .product-img span.freeDelivery {
                background-color: #c9ed91;
            }

        .product-wrap .product-img .hover-img {
            position: absolute;
            top: 0;
            left: 50%;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
            -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
        }

        .product-wrap .product-img .product-action {
            position: relative;
            left: 50%;
            bottom: 0;
            width: 100%;
            z-index: 9;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .product-wrap .product-img .product-action > div {
                /*opacity: 0;*/
                /*visibility: hidden;*/
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                /*height: 48px;*/ /*fdamra*/
                height: 32px;
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
                /*background-color: red;*/
                background-color: red;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                /*added by fdamra*/
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

                .product-wrap .product-img .product-action > div:hover {
                    background-color: #000;
                }

            .product-wrap .product-img .product-action .pro-wishlist {
                width: 48px;
                border-right: 1px solid rgba(255, 255, 255, 0.2);
            }

            .product-wrap .product-img .product-action .fdPro-wishlist {
                width: 48px;
                border-right: 1px solid rgba(255, 255, 255, 0.2);
            }


            .product-wrap .product-img .product-action .pro-cart {
                font-size: 14px;
                /*width: calc(100% - 0px - 48px);*/
                width: calc(100% - 0px - 40px);
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
            }

            .product-wrap .product-img .product-action .pro-quickview {
                /*width: 48px;*/
                width: 40px;
                border-left: 1px solid rgba(255, 255, 255, 0.2);
                margin: 0;
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .product-wrap .product-img .product-action .fdPro-quickview {
                width: 40px;
                border-left: 1px solid rgba(255, 255, 255, 0.2);
                margin: 0;
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

            .product-wrap .product-img .product-action .pro-same-action a {
                color: #fff;
                font-size: 16px;
                height: 48px;
                line-height: 48px;
                display: block;
                width: 100%;
                text-align: center;
                text-transform: capitalize;
            }

            .product-wrap .product-img .product-action .pro-same-action.pro-wishlist a, .product-wrap .product-img .product-action .pro-same-action.pro-quickview a {
                margin-top: 2px;
            }

    .product-wrap .product-content {
        margin: 20px 0 0;
    }

        .product-wrap .product-content h3 {
            font-size: 16px;
            margin: 0;
        }

        .product-wrap .product-content .product-rating {
            margin: 3px 0 3px;
        }

            .product-wrap .product-content .product-rating i {
                font-size: 17px;
                color: #5f5d5d;
                margin: 0 3px;
            }

                .product-wrap .product-content .product-rating i.yellow {
                    color: #ffa900;
                }

        .product-wrap .product-content .product-price span {
            font-size: 15px;
            color: #000;
            font-weight: 500;
            margin: 0 9px;
            position: relative;
        }

            .product-wrap .product-content .product-price span::before {
                position: absolute;
                content: "";
                right: -13px;
                top: 10px;
                width: 7px;
                height: 2px;
                background-color: #000;
            }

            .product-wrap .product-content .product-price span:last-child:before {
                display: none;
            }

            .product-wrap .product-content .product-price span.old {
                color: #8e8e8e;
                text-decoration: line-through;
            }

    .product-wrap:hover .hover-img {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .product-wrap:hover .product-action > div {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.modal-dialog {
    margin: 8% auto;
    max-width: 960px;
    width: 960px;
    padding: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        width: 720px;
        max-width: 720px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 100%;
        max-width: 100%;
        padding: 35px 0;
    }
}

.modal-dialog .modal-header .close {
    color: #333;
    cursor: pointer;
    opacity: 1;
}

    .modal-dialog .modal-header .close:hover {
        color: red;
    }

.modal-dialog .modal-body {
    padding: 35px 15px;
}

.modal-dialog .quickview-big-img img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content.ml-70 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content.ml-70 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content.ml-70 {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content.quickview-content {
        margin-top: 30px;
    }
}

.product-details-content h2 {
    color: #010101;
    font-size: 24px;
    margin: 0 0 0px;
    line-height: 1;
}

.product-details-content .product-details-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 26px;
}

    .product-details-content .product-details-price span {
        font-size: 24px;
        color: #fe5252;
    }

        .product-details-content .product-details-price span.old {
            /*color: #333;*/
            color: #616161;
            font-size: 18px;
            text-decoration: line-through;
            text-decoration-color: #616161;
            /*text-decoration-style: wavy;*/
            margin-left: 20px;
            /*transform: rotate(-45deg);*/
        }

.product-details-content .pro-details-rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 17px;
}

    .product-details-content .pro-details-rating-wrap .pro-details-rating {
        position: relative;
        margin-right: 39px;
    }

        .product-details-content .pro-details-rating-wrap .pro-details-rating:before {
            position: absolute;
            right: -19px;
            top: 4px;
            content: "";
            height: 15px;
            width: 2px;
            background-color: #d1d1d1;
        }

        .product-details-content .pro-details-rating-wrap .pro-details-rating i {
            color: #5f5d5d;
            font-size: 17px;
            margin-right: 5px;
        }

            .product-details-content .pro-details-rating-wrap .pro-details-rating i.yellow {
                color: #ffa900;
            }

    .product-details-content .pro-details-rating-wrap span a {
        font-size: 15px;
        color: red;
    }

        .product-details-content .pro-details-rating-wrap span a:hover {
            color: #000;
        }

.product-details-content p {
    font-size: 15px;
    line-height: 28px;
    color: #333;
    margin: 0;
}

.product-details-content .pro-details-list {
    margin: 20px 0 34px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 37px;
}

    .product-details-content .pro-details-list ul li {
        color: #333;
        margin: 0 0 5px;
    }

        .product-details-content .pro-details-list ul li:last-child {
            margin: 0;
        }

.product-details-content .pro-details-size-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-size-color {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-size-color {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.product-details-content .pro-details-size-color .pro-details-color-wrap {
    margin-right: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-size-color .pro-details-color-wrap {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content .pro-details-size-color .pro-details-color-wrap {
        margin-bottom: 0px;
    }
}

.product-details-content .pro-details-size-color .pro-details-color-wrap span {
    display: block;
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 15px;
}

.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 14px;
}

    .product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li:last-child {
        margin-right: 0px;
    }

    .product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.blue {
        background-color: #4798f3;
        border: 1px solid #4798f3;
    }

    .product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.maroon {
        background-color: #736751;
        border: 1px solid #736751;
    }

    .product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.gray {
        background-color: #c0c0c0;
        border: 1px solid #c0c0c0;
    }

    .product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.green {
        background-color: #139c57;
        border: 1px solid #139c57;
    }

    .product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.yellow {
        background-color: #e28b37;
        border: 1px solid #e28b37;
    }

.product-details-content .pro-details-size-color .pro-details-size span {
    display: block;
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 15px;
}

.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 2px 0 0;
}

    .product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a {
        background-color: #f1f2f6;
        color: #000;
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        padding: 6px 9px 7px;
        text-transform: uppercase;
    }

        .product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a:hover {
            background-color: red;
            color: #fff;
        }

.product-details-content .pro-details-quality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 34px;
}

    .product-details-content .pro-details-quality .cart-plus-minus {
        border: 1px solid #e8e8e8;
        display: inline-block;
        height: 60px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 80px;
    }

        .product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
            color: #8f8f8f;
            cursor: pointer;
            float: inherit;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            margin: 0;
            position: absolute;
            text-align: center;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 24px;
        }

        .product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
            height: 60px;
            left: 0;
            padding-top: 20px;
            top: 0;
        }

        .product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
            height: 60px;
            padding-top: 20px;
            right: 0;
            top: 0;
        }

        .product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
            background: transparent none repeat scroll 0 0;
            border: medium none;
            color: #8f8f8f;
            float: left;
            font-size: 14px;
            height: 60px;
            margin: 0;
            padding: 0;
            text-align: center;
            width: 80px;
        }

    .product-details-content .pro-details-quality .pro-details-cart {
        margin: 0 25px 0 10px;
    }

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-quality .pro-details-cart {
        margin: 0 10px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-quality .pro-details-cart {
        margin: 0 17px 0 10px;
    }
}

.product-details-content .pro-details-quality .pro-details-cart a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #343538;
    display: inline-block;
    line-height: 1;
    padding: 23px 38px 23px;
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-quality .pro-details-cart a {
        padding: 23px 12px 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-quality .pro-details-cart a {
        padding: 22px 22px 22px;
    }
}

.product-details-content .pro-details-quality .pro-details-cart a:hover {
    border: none;
}

.product-details-content .pro-details-quality .pro-details-wishlist a {
    font-size: 18px;
    color: #000;
}

    .product-details-content .pro-details-quality .pro-details-wishlist a:hover {
        color: red;
    }

.product-details-content .pro-details-quality .pro-details-compare a {
    font-size: 18px;
    color: #000;
    margin-left: 25px;
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-quality .pro-details-compare a {
        margin-left: 10px;
    }
}

.product-details-content .pro-details-quality .pro-details-compare a:hover {
    color: red;
}

.product-details-content .pro-details-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

    .product-details-content .pro-details-meta span {
        font-size: 15px;
        color: #676767;
        margin-right: 5px;
    }

    .product-details-content .pro-details-meta ul li {
        display: inline-block;
        margin: 0 3px 0 0;
    }

        .product-details-content .pro-details-meta ul li a {
            color: #676767;
            font-size: 15px;
        }

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-meta ul li a {
        font-size: 14px;
    }
}

.product-details-content .pro-details-meta ul li a:hover {
    color: red;
}

.product-details-content .pro-details-social {
    margin: 24px 0 0;
}

    .product-details-content .pro-details-social ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .product-details-content .pro-details-social ul li {
            margin-right: 40px;
        }

            .product-details-content .pro-details-social ul li:last-child {
                margin-right: 0px;
            }

            .product-details-content .pro-details-social ul li a {
                font-size: 16px;
                color: #343538;
            }

                .product-details-content .pro-details-social ul li a:hover {
                    color: red;
                }

@media only screen and (max-width: 767px) {
    .product-details-content.pro-details-slider-content.mt-50 {
        margin-top: 30px;
    }
}

.product-details-content.pro-details-slider-content .product-details-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-content.pro-details-slider-content p {
    width: 59%;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content.pro-details-slider-content p {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content.pro-details-slider-content p {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content.pro-details-slider-content p {
        width: 100%;
    }
}

.product-details-content.pro-details-slider-content .pro-details-rating-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-content.pro-details-slider-content .pro-details-size-color {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .product-details-content.pro-details-slider-content .pro-details-size-color {
        text-align: center;
    }

        .product-details-content.pro-details-slider-content .pro-details-size-color .pro-details-color-content {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
}

.product-details-content.pro-details-slider-content .pro-details-quality {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-content.pro-details-slider-content .pro-details-meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-content.pro-details-slider-content .pro-details-social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quickview-wrap .nav-style-1.owl-carousel > .owl-nav button {
    font-size: 20px;
    color: #333;
    left: 0px;
}

    .quickview-wrap .nav-style-1.owl-carousel > .owl-nav button:hover {
        color: red;
    }

    .quickview-wrap .nav-style-1.owl-carousel > .owl-nav button.owl-next {
        right: 0px;
        left: auto;
    }

.quickview-wrap:hover .nav-style-1.owl-carousel > .owl-nav button {
    opacity: 1;
    visibility: visible;
}

/*  prodduct 2     */
.tab-filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .tab-filter-wrap {
        display: block;
    }

        .tab-filter-wrap.mb-60 {
            margin-bottom: 30px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-filter-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .tab-filter-wrap.mb-60 {
            margin-bottom: 30px;
        }
}

@media only screen and (max-width: 767px) {
    .product-tab-list-2 {
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-tab-list-2 {
        margin: 0 0 0px;
    }
}

.product-tab-list-2 a {
    display: inline-block;
    margin-right: 23px;
}

@media only screen and (max-width: 767px) {
    .product-tab-list-2 a {
        margin: 0 23px 10px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-tab-list-2 a {
        margin: 0 23px 0px 0;
    }
}

.product-tab-list-2 a:last-child {
    margin-right: 0;
}

.product-tab-list-2 a h4 {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .product-tab-list-2 a h4:hover {
        color: #000000;
    }

.product-tab-list-2 a.active h4 {
    color: #000000;
    border-bottom: 2px solid #000000;
}

.filter-active {
    position: relative;
}

    .filter-active a {
        font-weight: 500;
        font-size: 18px;
        color: #010101;
    }

        .filter-active a:hover {
            color: red;
        }

        .filter-active a i {
            font-size: 14px;
        }

.product-filter-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    padding: 45px 45px 7px;
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-filter-wrapper {
        padding: 35px 25px 7px;
    }
}

@media only screen and (max-width: 767px) {
    .product-filter-wrapper {
        padding: 35px 25px 7px;
    }
}

.product-filter-wrapper .product-filter h5 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 7px;
    position: relative;
    text-transform: capitalize;
}

    .product-filter-wrapper .product-filter h5::before {
        background-color: #000;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 20px;
    }

.product-filter-wrapper .product-filter ul.sort-by li {
    margin-bottom: 3px;
}

    .product-filter-wrapper .product-filter ul.sort-by li:last-child {
        margin-bottom: 0;
    }

.product-filter-wrapper .product-filter ul.color-filter li {
    margin-bottom: 6px;
}

    .product-filter-wrapper .product-filter ul.color-filter li:last-child {
        margin-bottom: 0px;
    }

    .product-filter-wrapper .product-filter ul.color-filter li input {
        width: 20px;
        height: 20px;
        display: inline-block;
        float: left;
        margin: 3px 8px 0 0;
    }

    .product-filter-wrapper .product-filter ul.color-filter li a {
        text-transform: capitalize;
    }

.product-filter-wrapper .product-filter .product-tags ul li {
    margin-bottom: 4px;
}

    .product-filter-wrapper .product-filter .product-tags ul li a {
        text-transform: capitalize;
    }

.price-filter .price-slider-amount input {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
}

.price-filter #slider-range {
    background: #dbdbdb none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    height: 5px;
    margin-bottom: 12px;
    margin-left: auto;
}

    .price-filter #slider-range span {
        -webkit-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }

    .price-filter #slider-range .ui-slider-range {
        position: absolute;
        display: block;
        border: 0;
        background: red none repeat scroll 0 0;
        border: none;
        -webkit-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }

    .price-filter #slider-range .ui-slider-handle {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        border-radius: 50%;
        height: 15px;
        margin-left: 0;
        width: 15px;
        border: 4px solid red;
    }

.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;
    }

.product-wrap-2 {
    position: relative;
    overflow: hidden;
}

    .product-wrap-2 .product-img {
        position: relative;
    }

        .product-wrap-2 .product-img img {
            width: 100%;
        }

        .product-wrap-2 .product-img span {
            font-size: 14px;
            font-weight: 500;
            position: absolute;
            top: 20px;
            right: 20px;
        }

            .product-wrap-2 .product-img span.pink {
                color: red;
            }

            .product-wrap-2 .product-img span.red {
                color: #ff3d2a;
            }

            .product-wrap-2 .product-img span.purple {
                color: red;
            }

        .product-wrap-2 .product-img .default-img {
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .product-wrap-2 .product-img .hover-img {
            position: absolute;
            top: 0px;
            visibility: hidden;
            left: 0px;
            width: 100%;
            opacity: 0;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        .product-wrap-2 .product-img .product-action-2 {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
        }

            .product-wrap-2 .product-img .product-action-2 a {
                display: inline-block;
                line-height: 1;
                width: 42px;
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                background-color: red;
                color: #fff;
                text-align: center;
                border-radius: 50px;
                margin: 0 3px;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
            }

                .product-wrap-2 .product-img .product-action-2 a:hover {
                    background-color: red;
                }

            .product-wrap-2 .product-img .product-action-2.product-action-2-red a {
                background-color: #df262b;
            }

                .product-wrap-2 .product-img .product-action-2.product-action-2-red a:hover {
                    background-color: red;
                }

    .product-wrap-2 .product-content-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px 0 0;
    }

        .product-wrap-2 .product-content-2 .title-price-wrap-2 h3 {
            margin: 0 0 6px;
            line-height: 1;
        }

            .product-wrap-2 .product-content-2 .title-price-wrap-2 h3 a {
                font-size: 16px;
                color: #000000;
            }

                .product-wrap-2 .product-content-2 .title-price-wrap-2 h3 a:hover {
                    color: red;
                }

        .product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span {
            font-size: 15px;
            color: #000000;
            margin-right: 17px;
            position: relative;
        }

            .product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span.old {
                color: red;
                text-decoration: line-through;
            }

                .product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span.old.red {
                    color: #ff3d2a;
                }

            .product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span::before {
                position: absolute;
                content: "";
                right: -13px;
                top: 10px;
                width: 6px;
                height: 2px;
                background-color: #a5a5a5;
            }

            .product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before {
                display: none;
            }

        .product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a {
            color: #fff;
        }

            .product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a:hover {
                color: red;
            }

        .product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span {
            color: #fff;
        }

            .product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span.old {
                color: red;
                text-decoration: line-through;
            }

        .product-wrap-2 .product-content-2 .pro-wishlist-2 a {
            font-size: 16px;
            color: #929292;
            margin: 4px 0 0 10px;
            display: inline-block;
        }

            .product-wrap-2 .product-content-2 .pro-wishlist-2 a:hover {
                color: red;
            }

    .product-wrap-2:hover .hover-img {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .product-wrap-2:hover .default-img {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: hidden;
    }

    .product-wrap-2:hover .product-action-2 a {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .product-wrap-2.pro-glaucous-color .product-img span.glaucous {
        color: #3d6882;
    }

    .product-wrap-2.pro-glaucous-color .product-img .product-action-2 a {
        background-color: #3d6882;
    }

        .product-wrap-2.pro-glaucous-color .product-img .product-action-2 a:hover {
            background-color: #fff;
            color: #000;
        }

    .product-wrap-2.pro-glaucous-color .product-content-2 .pro-wishlist-2 a:hover {
        color: #3d6882;
    }

    .product-wrap-2.pro-glaucous-color .product-content-2 .title-price-wrap-2 h3 a:hover {
        color: #3d6882;
    }

    .product-wrap-2.pro-glaucous-color .product-content-2 .title-price-wrap-2 .price-2 span.old {
        color: #3d6882;
    }

    .product-wrap-2.pro-puce-color .product-img span.puce {
        color: #de3e3e;
    }

    .product-wrap-2.pro-puce-color .product-img .product-action-2 a {
        background-color: #de3e3e;
    }

        .product-wrap-2.pro-puce-color .product-img .product-action-2 a:hover {
            background-color: #fff;
            color: #000;
        }

    .product-wrap-2.pro-puce-color .product-content-2 .pro-wishlist-2 a:hover {
        color: #de3e3e;
    }

    .product-wrap-2.pro-puce-color .product-content-2 .title-price-wrap-2 h3 a:hover {
        color: #de3e3e;
    }

    .product-wrap-2.pro-puce-color .product-content-2 .title-price-wrap-2 .price-2 span.old {
        color: #de3e3e;
    }

/* product hm3 */
.section-padding-1 .container-fluid {
    padding: 0 70px;
}

@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;
    }
}

/* product hm4 */
.hm4-section-padding .container-fluid {
    padding: 0 70px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hm4-section-padding .container-fluid {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm4-section-padding .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm4-section-padding .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm4-section-padding .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hm4-section-padding .container-fluid {
        padding: 0 15px;
    }
}

.toggle-item-active,
.toggle-item-active2,
.toggle-item-active3,
.toggle-item-active4,
.toggle-item-active5,
.toggle-item-active6 {
    display: none;
}

.view-more {
    display: block;
    text-align: center;
    width: 100%;
}

    .view-more a {
        color: #555;
        font-weight: 500;
        display: inline-block;
        border-bottom: 1px solid #cccccc;
        line-height: 1;
        padding-bottom: 2px;
        text-align: center;
    }

        .view-more a:hover {
            color: red;
            border-bottom: 1px solid red;
        }

@media only screen and (max-width: 767px) {
    .view-more.mt-20 {
        margin-top: 0;
    }
}

/* product hm5 */
.hm5-section-padding .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

@media only screen and (max-width: 767px) {
    .hm5-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.hm5-section-padding .row {
    margin-right: -10px;
    margin-left: -10px;
}

@media only screen and (max-width: 767px) {
    .hm5-section-padding .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.hm5-section-padding div[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 767px) {
    .hm5-section-padding div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-wrap-3 {
    position: relative;
}

    .product-wrap-3 .product-img {
        position: relative;
    }

        .product-wrap-3 .product-img a img {
            width: 100%;
        }

        .product-wrap-3 .product-img > span {
            position: absolute;
            top: 12px;
            right: 12px;
            font-size: 13px;
            color: #fff;
            display: inline-block;
            line-height: 1;
            padding: 3px 11px;
            border-radius: 3px;
            font-weight: 500;
            z-index: 99;
        }

            .product-wrap-3 .product-img > span.pink {
                background-color: red;
            }

            .product-wrap-3 .product-img > span.purple {
                background-color: red;
            }

    .product-wrap-3 .product-content-3-wrap {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 90%;
        height: 90%;
        left: 5%;
        right: 5%;
        bottom: 5%;
        top: 5%;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        z-index: 8;
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }

        .product-wrap-3 .product-content-3-wrap .product-content-3 {
            left: 50%;
            position: absolute;
            text-align: center;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

            .product-wrap-3 .product-content-3-wrap .product-content-3 .product-title h3 {
                font-size: 18px;
                margin: 0;
                line-height: 1;
            }

            .product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 {
                margin: 10px 0 20px;
            }

                .product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span {
                    font-size: 16px;
                    color: #000;
                    font-weight: 500;
                    margin: 0 9px;
                    position: relative;
                }

                    .product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span::before {
                        position: absolute;
                        content: "";
                        right: -13px;
                        top: 10px;
                        width: 7px;
                        height: 2px;
                        background-color: #000;
                    }

                    .product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span:last-child::before {
                        display: none;
                    }

                    .product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span.old {
                        color: #8e8e8e;
                        text-decoration: line-through;
                    }

            .product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a {
                display: inline-block;
                line-height: 1;
                width: 42px;
                height: 42px;
                line-height: 42px;
                font-size: 16px;
                background-color: red;
                color: #fff;
                text-align: center;
                border-radius: 50px;
                margin: 0 3px;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a:hover {
                    background-color: red;
                }

    .product-wrap-3:hover .product-content-3-wrap {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

/* product hm6 */
.hm6-section-padding .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm6-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm6-section-padding .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm6-section-padding .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hm6-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.hm6-section-padding .row {
    margin-right: -10px;
    margin-left: -10px;
}

@media only screen and (max-width: 767px) {
    .hm6-section-padding .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.hm6-section-padding div[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 767px) {
    .hm6-section-padding div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-wrap-4 {
    position: relative;
    overflow: hidden;
}

    .product-wrap-4 a img {
        width: 100%;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .product-wrap-4 .position-1 {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 75px;
    }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .product-wrap-4 .position-1 {
        bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-wrap-4 .position-1 {
        bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-wrap-4 .position-1 {
        bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-wrap-4 .position-1 {
        bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-wrap-4 .position-1 {
        bottom: 30px;
    }
}

.product-wrap-4 .position-2 {
    position: absolute;
    left: 60px;
    bottom: 55px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .product-wrap-4 .position-2 {
        bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-wrap-4 .position-2 {
        bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-wrap-4 .position-2 {
        bottom: 30px;
        left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-wrap-4 .position-2 {
        bottom: 30px;
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .product-wrap-4 .position-2 {
        bottom: 30px;
        left: 20px;
    }
}

.product-wrap-4 .position-3 {
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    text-align: center;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .product-wrap-4 .position-3 {
        top: 32px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-wrap-4 .position-3 {
        top: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-wrap-4 .position-3 {
        top: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-wrap-4 .position-3 {
        top: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .product-wrap-4 .position-3 {
        top: 22px;
    }
}

.product-wrap-4 .product-content-4 h4 {
    font-size: 30px;
    margin: 0 0 12px;
    line-height: 38px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .product-wrap-4 .product-content-4 h4 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-wrap-4 .product-content-4 h4 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-wrap-4 .product-content-4 h4 {
        font-size: 22px;
        line-height: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-wrap-4 .product-content-4 h4 {
        font-size: 20px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .product-wrap-4 .product-content-4 h4 {
        font-size: 20px;
        line-height: 23px;
    }
}

.product-wrap-4 .product-content-4 .price-4 span {
    font-size: 18px;
    color: #000000;
    position: relative;
    margin: 0 24px 0 0;
}

    .product-wrap-4 .product-content-4 .price-4 span:before {
        position: absolute;
        content: "";
        right: -17px;
        top: 12px;
        width: 7px;
        height: 2px;
        background-color: #6b6264;
    }

    .product-wrap-4 .product-content-4 .price-4 span:last-child:before {
        display: none;
    }

    .product-wrap-4 .product-content-4 .price-4 span.old {
        color: red;
        text-decoration: line-through;
    }

.product-wrap-4 .product-content-4 .price-4.price-4-center span {
    margin: 0 12px;
}

.product-wrap-4:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.width-50-percent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.width-30-percent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

/* product home 8*/
.collection-product .collection-img {
    overflow: hidden;
}

    .collection-product .collection-img a img {
        width: 100%;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.collection-product .collection-content {
    margin: 23px 0 0;
}

    .collection-product .collection-content span {
        font-weight: 500;
    }

    .collection-product .collection-content h4 {
        margin: 1px 0 0;
    }

        .collection-product .collection-content h4 a {
            font-size: 16px;
            color: #000000;
            font-weight: 500;
        }

            .collection-product .collection-content h4 a:hover {
                color: red;
            }

    .collection-product .collection-content .collection-btn {
        margin: 32px 0 0;
    }

        .collection-product .collection-content .collection-btn a {
            display: inline-block;
            line-height: 1;
            color: #010101;
            border: 1px solid #000;
            border-radius: 50px;
            padding: 10px 22px;
            z-index: 2;
        }

            .collection-product .collection-content .collection-btn a:hover {
                color: #fff;
                border: 1px solid red;
            }

.collection-product:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-wrap-5 {
    position: relative;
}

    .product-wrap-5 .product-img {
        position: relative;
    }

        .product-wrap-5 .product-img a img {
            width: 100%;
        }

        .product-wrap-5 .product-img span {
            position: absolute;
            top: 12px;
            right: 12px;
            font-size: 13px;
            color: #fff;
            display: inline-block;
            line-height: 1;
            padding: 3px 11px;
            border-radius: 3px;
            font-weight: 500;
        }

            .product-wrap-5 .product-img span.purple {
                background-color: red;
            }

            .product-wrap-5 .product-img span.pink {
                background-color: red;
            }

    .product-wrap-5 .product-action-4 {
        background: none repeat scroll 0 0 red;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        opacity: 1;
        padding: 10px;
        position: absolute;
        text-align: center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 100%;
        z-index: 99;
    }

        .product-wrap-5 .product-action-4 .pro-same-action {
            margin: 0 2px;
        }

            .product-wrap-5 .product-action-4 .pro-same-action a {
                display: inline-block;
                line-height: 1;
                width: 35px;
                height: 35px;
                line-height: 36px;
                font-size: 16px;
                background-color: #fff;
                color: #000;
                text-align: center;
                border-radius: 50px;
                margin: 0 3px;
            }

                .product-wrap-5 .product-action-4 .pro-same-action a:hover {
                    background-color: red;
                    color: #fff;
                }

    .product-wrap-5 .product-content-5 {
        margin-top: 28px;
    }

        .product-wrap-5 .product-content-5 h3 {
            font-size: 16px;
            margin: 0 0 5px;
            line-height: 17px;
        }

            .product-wrap-5 .product-content-5 h3 a {
                color: #000;
            }

                .product-wrap-5 .product-content-5 h3 a:hover {
                    color: red;
                }

        .product-wrap-5 .product-content-5 .price-5 span {
            font-size: 15px;
            color: #000000;
            margin: 0 8px;
            position: relative;
        }

            .product-wrap-5 .product-content-5 .price-5 span:before {
                position: absolute;
                content: "";
                right: -13px;
                top: 10px;
                width: 6px;
                height: 2px;
                background-color: #a5a5a5;
            }

            .product-wrap-5 .product-content-5 .price-5 span:last-child:before {
                display: none;
            }

            .product-wrap-5 .product-content-5 .price-5 span.old {
                color: red;
                text-decoration: line-through;
            }

    .product-wrap-5:hover .product-action-4 {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

/* product home 9*/
.collection-wrap-2 {
    margin-top: -175px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .collection-wrap-2 {
        margin-top: -97px;
    }
}

@media only screen and (max-width: 767px) {
    .collection-wrap-2 {
        margin-top: -80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .collection-wrap-2 {
        margin-top: -70px;
    }
}

.collection-product-2 {
    position: relative;
    overflow: hidden;
}

    .collection-product-2 a img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .collection-product-2 .collection-content-2 {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 30px;
    }

        .collection-product-2 .collection-content-2 span {
            font-size: 14px;
            font-weight: 500;
        }

        .collection-product-2 .collection-content-2 h4 {
            font-size: 16px;
            font-weight: 500;
            margin: 5px 0 0;
            line-height: 21px;
        }

    .collection-product-2:hover a img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/* product hm9 */
.hm9-section-padding .container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm9-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm9-section-padding .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm9-section-padding .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hm9-section-padding .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm9-section-padding .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.hm9-section-padding .custom-row-4 {
    margin-right: -10px;
    margin-left: -10px;
}

@media only screen and (max-width: 767px) {
    .hm9-section-padding .custom-row-4 {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm9-section-padding .custom-row-4 {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.hm9-section-padding div[class^=custom2-] {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 767px) {
    .hm9-section-padding div[class^=custom2-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm9-section-padding div[class^=custom2-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.custom-row-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom2-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom2-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom2-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom2-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .custom2-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom2-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*------- home 14 ----------*/
.product-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .product-top-bar {
        display: block;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        text-align: center;
    }

        .product-top-bar.mb-50 {
            margin-bottom: 20px;
        }
}

.product-tab-list-3 {
    margin: 4px 0 0;
    position: relative;
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .product-tab-list-3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0 0;
    }
}

.product-tab-list-3 a {
    margin-left: 24px;
}

    .product-tab-list-3 a.active h4 {
        color: #242424;
    }

    .product-tab-list-3 a:first-child {
        margin-left: 45px;
    }

@media only screen and (max-width: 767px) {
    .product-tab-list-3 a:first-child {
        margin-left: 0px;
    }
}

.product-tab-list-3 a h4 {
    font-size: 14px;
    color: #878787;
    margin: 0;
    line-height: 1;
}

.product-tab-list-4 {
    margin: 4px 0 0;
    position: relative;
    z-index: 99;
}

@media only screen and (max-width: 767px) {
    .product-tab-list-4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0 0;
    }
}

.product-tab-list-4 a {
    margin-left: 47px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-tab-list-4 a {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .product-tab-list-4 a {
        margin-left: 14px;
        margin-bottom: 10px;
    }
}

.product-tab-list-4 a.active h4 {
    color: #242424;
}

.product-tab-list-4 a:first-child {
    margin-left: 0px;
}

.product-tab-list-4 a h4 {
    font-size: 16px;
    color: #808080;
    margin: 0;
    line-height: 1;
}

.product-slider-active.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -85px;
}

@media only screen and (max-width: 767px) {
    .product-slider-active.owl-carousel .owl-nav {
        right: 0;
        left: 0;
        top: -45px;
        text-align: center;
    }
}

.product-slider-active.owl-carousel .owl-nav button {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    border-radius: 5px;
    color: #c6c6c6;
    border: 1px solid #d2d2d2;
    background-color: #f9f9f9;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .product-slider-active.owl-carousel .owl-nav button {
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 23px;
    }
}

.product-slider-active.owl-carousel .owl-nav button:hover {
    color: #fff;
    border: 1px solid #ff3d2a;
    background-color: #ff3d2a;
}

.product-slider-active.owl-carousel .owl-nav button.owl-next {
    margin-left: 3px;
}

.pro-view-more {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .pro-view-more {
        margin-top: 0px;
    }
}

.pro-view-more a {
    display: inline-block;
    font-size: 16px;
    color: #828282;
    text-transform: uppercase;
    line-height: 1;
    padding: 20px 35px 19px;
    border: 1px solid #d2d2d2;
}

    .pro-view-more a i {
        margin-right: 10px;
    }

    .pro-view-more a:hover {
        background-color: #df262b;
        color: #fff;
        border: 1px solid #df262b;
    }

.pro-view-more.view-more-radious a {
    border-radius: 50px;
}

.bg-png-1 {
    position: absolute;
    top: 0;
    left: 78px;
}

@media only screen and (max-width: 767px) {
    .bg-png-1 {
        display: none;
    }
}

.funfact-area {
    position: relative;
}

.bg-png-2 {
    position: absolute;
    top: 0;
    right: 550px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .bg-png-2 {
        right: 300px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .bg-png-2 {
        right: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bg-png-2 {
        right: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-png-2 {
        right: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .bg-png-2 {
        display: none;
    }
}

.discover-more-btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #c61a32;
    border-radius: 50px;
    line-height: 1;
    z-index: 2;
    padding: 17px 35px;
}

.product-tab-list-5 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .product-tab-list-5 a {
        font-size: 16px;
        color: #000000;
        display: inline-block;
        line-height: 1;
        margin: 0 20px;
        padding: 0 0 7px;
        border-bottom: 2px solid transparent;
    }

@media only screen and (max-width: 767px) {
    .product-tab-list-5 a {
        font-size: 16px;
        margin: 0 6px;
    }
}

.product-tab-list-5 a.active {
    color: #59a3e1;
    border-bottom: 2px solid #59a3e1;
}

@media only screen and (max-width: 767px) {
    .product-tab-list-5.mb-60 {
        margin-bottom: 25px;
    }
}

.nav-style-5.owl-carousel .owl-nav button {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    left: -65px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 27px;
    height: 40px;
    line-height: 40px;
    background-color: #000000;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-5.owl-carousel .owl-nav button {
        left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-5.owl-carousel .owl-nav button {
        left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-5.owl-carousel .owl-nav button {
        left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-5.owl-carousel .owl-nav button {
        left: 0px;
    }
}

.nav-style-5.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-5.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-5.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-5.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-5.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

.nav-style-5.owl-carousel .owl-nav button:hover {
    background-color: #59a3e1;
}

.nav-style-5.owl-carousel:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    .collections-area.pb-100 {
        padding-bottom: 60px;
    }
}

.blog-wrap .blog-img {
    position: relative;
    overflow: hidden;
}

    .blog-wrap .blog-img img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .blog-wrap .blog-img span {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        line-height: 1;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        padding: 2px 10px 5px;
    }

        .blog-wrap .blog-img span.pink {
            background-color: red;
        }

        .blog-wrap .blog-img span.purple {
            background-color: red;
        }

        .blog-wrap .blog-img span.red {
            background-color: #c61a32;
            left: auto;
            right: 10px;
            border-radius: 3px;
        }

.blog-wrap .blog-content-wrap {
    text-align: center;
}

    .blog-wrap .blog-content-wrap .blog-content {
        display: inline-block;
        background-color: #fff;
        padding: 14px 44px;
        margin: -64px 0 0;
        z-index: 99;
        position: relative;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrap .blog-content-wrap .blog-content {
        padding: 14px 30px;
        margin: -50px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrap .blog-content-wrap .blog-content {
        padding: 14px 30px;
        margin: -50px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-wrap .blog-content-wrap .blog-content {
        padding: 14px 15px;
    }
}

.blog-wrap .blog-content-wrap .blog-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-wrap .blog-content-wrap .blog-content h3 {
        font-size: 18px;
        line-height: 27px;
    }
}

.blog-wrap .blog-content-wrap .blog-content span {
    color: #666;
    font-style: italic;
}

    .blog-wrap .blog-content-wrap .blog-content span a {
        color: #666;
    }

        .blog-wrap .blog-content-wrap .blog-content span a:hover {
            color: red;
        }

.blog-wrap .blog-content-3 {
    background-color: #f6f3f3;
    padding: 25px 42px 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrap .blog-content-3 {
        padding: 25px 15px 27px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrap .blog-content-3 {
        padding: 25px 15px 27px;
    }
}

.blog-wrap .blog-content-3 h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 7px;
    line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrap .blog-content-3 h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrap .blog-content-3 h3 {
        font-size: 18px;
    }
}

.blog-wrap .blog-content-3 h3 a {
    color: #000000;
}

    .blog-wrap .blog-content-3 h3 a:hover {
        color: red;
    }

.blog-wrap .blog-content-3 span {
    color: #000000;
    font-style: italic;
}

    .blog-wrap .blog-content-3 span a {
        color: #b0afaf;
    }

        .blog-wrap .blog-content-3 span a:hover {
            color: red;
        }

.blog-wrap:hover .blog-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* blog page */
.blog-wrap-2 {
    -webkit-box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
    box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
}

    .blog-wrap-2 .blog-img-2 {
        overflow: hidden;
        position: relative;
    }

        .blog-wrap-2 .blog-img-2 a img {
            width: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }

        .blog-wrap-2 .blog-img-2 .video-icon {
            left: 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .blog-wrap-2 .blog-img-2 .video-icon a {
                background-color: #ff0000;
                border-radius: 50px;
                color: #fff;
                display: inline-block;
                font-size: 25px;
                height: 60px;
                line-height: 61px;
                width: 60px;
            }

                .blog-wrap-2 .blog-img-2 .video-icon a:hover {
                    background-color: red;
                }

    .blog-wrap-2 .blog-content-2 {
        padding: 25px 30px 34px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrap-2 .blog-content-2 {
        padding: 25px 20px 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-wrap-2 .blog-content-2 {
        padding: 25px 20px 34px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrap-2 .blog-content-2 {
        padding: 20px 15px 29px;
    }
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
        color: #333;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 1px;
        list-style: outside none none;
        margin: 0 17px 0 0;
        position: relative;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1;
    }

        .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li::before {
            background-color: #555;
            content: "";
            height: 2px;
            position: absolute;
            right: -13px;
            top: 6px;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            width: 5px;
        }

        .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li:last-child::before {
            display: none;
        }

        .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li a {
            color: #555;
        }

            .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li a:hover {
                color: red;
            }

.blog-wrap-2 .blog-content-2 h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 20px;
    color: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrap-2 .blog-content-2 h4 {
        font-size: 19px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-wrap-2 .blog-content-2 h4 {
        font-size: 19px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrap-2 .blog-content-2 h4 {
        font-size: 17px;
        margin: 10px 0 12px;
    }
}

.blog-wrap-2 .blog-content-2 h4 a {
    color: #333;
}

    .blog-wrap-2 .blog-content-2 h4 a:hover {
        color: red;
    }

.blog-wrap-2 .blog-content-2 p {
    margin: 0;
    color: #666;
}

.blog-wrap-2 .blog-content-2 .blog-share-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 22px 0 0;
}

@media only screen and (max-width: 767px) {
    .blog-wrap-2 .blog-content-2 .blog-share-comment {
        margin: 14px 0 0;
    }
}

.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-btn-2 a {
    color: #333;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 4px;
    text-transform: capitalize;
}

    .blog-wrap-2 .blog-content-2 .blog-share-comment .blog-btn-2 a:hover {
        color: red;
    }

.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share span {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 15px;
    margin-right: 12px;
    margin-top: 3px;
    text-transform: capitalize;
}

.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social {
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 767px) {
    .blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social {
        margin-top: 4px;
    }
}

.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li {
    display: inline-block;
    margin-right: 5px;
}

    .blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li:last-child {
        margin-right: 0;
    }

    .blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a {
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        width: 30px;
    }

@media only screen and (max-width: 767px) {
    .blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a {
        font-size: 12px;
        height: 25px;
        line-height: 23px;
        width: 25px;
    }
}

.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

    .blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.facebook:hover {
        background-color: transparent;
        color: #3b5998;
    }

.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
}

    .blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.twitter:hover {
        background-color: transparent;
        color: #55acee;
    }

.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.instagram {
    background-color: #c32aa3;
    border: 1px solid #c32aa3;
}

    .blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.instagram:hover {
        background-color: transparent;
        color: #c32aa3;
    }

.blog-wrap-2:hover .blog-img-2 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.nav-style-4.owl-carousel .owl-nav button {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: red;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-4.owl-carousel .owl-nav button {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-4.owl-carousel .owl-nav button {
        font-size: 30px;
    }
}

.nav-style-4.owl-carousel .owl-nav button:hover {
    color: #fff;
    background-color: #333;
}

.nav-style-4.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}

.blog-wrap-2:hover .nav-style-4.owl-carousel .owl-nav button {
    opacity: 1;
    visibility: visible;
}

/*-------- 7. Blog style  ----------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Blog-area .ml-20 {
        margin-left: 0;
    }

    .Blog-area .mr-20 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .Blog-area .ml-20 {
        margin-left: 0;
    }

    .Blog-area .mr-20 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Blog-area .ml-20 {
        margin-left: 0;
    }

    .Blog-area .mr-20 {
        margin-right: 0;
    }

    .Blog-area .pro-pagination-style.mt-20 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .Blog-area.pb-100 {
        padding-bottom: 45px;
    }
}

.Blog-area.blog-no-sidebar .blog-content-2 h4 {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .Blog-area.blog-no-sidebar .blog-content-2 h4 {
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .Blog-area.blog-no-sidebar .blog-content-2 h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Blog-area.blog-no-sidebar .blog-content-2 .blog-share-comment .blog-share .share-social {
        margin-top: 4px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Blog-area.blog-no-sidebar .blog-content-2 .blog-share-comment .blog-share .share-social ul li {
        margin-right: 3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .Blog-area.blog-no-sidebar .blog-content-2 .blog-share-comment .blog-share .share-social ul li a {
        font-size: 12px;
        height: 25px;
        line-height: 23px;
        width: 25px;
    }
}

/*-------- 8. Footer style  -----*/
.copyright .footer-logo {
    margin-bottom: 12px;
    margin-top: 41px;
}

@media only screen and (max-width: 767px) {
    .copyright .footer-logo {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright .footer-logo {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .copyright .footer-logo {
        margin-top: 28px;
    }
}

.copyright p {
    color: #313131;
    letter-spacing: 0.9px;
}

    .copyright p a {
        color: #313131;
    }

        .copyright p a:hover {
            color: red;
        }

.copyright.copyright-white p {
    color: #fff;
}

    .copyright.copyright-white p a {
        color: #fff;
    }

        .copyright.copyright-white p a:hover {
            color: red;
        }

.footer-widget .footer-title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #313131;
    margin: 0 0 16px;
    line-height: 1;
}

.footer-widget .footer-list ul li {
    margin: 0 0 11px;
}

    .footer-widget .footer-list ul li:last-child {
        margin: 0 0 0px;
    }

    .footer-widget .footer-list ul li a {
        color: #5d5d5d;
        letter-spacing: 0.3px;
    }

        .footer-widget .footer-list ul li a:hover {
            color: red;
        }

.footer-widget.footer-widget-white .footer-title h3 {
    color: #fff;
}

.footer-widget.footer-widget-white .footer-list ul li a {
    color: #e6e6e6;
}

    .footer-widget.footer-widget-white .footer-list ul li a:hover {
        color: red;
    }

.footer-widget .subscribe-style p {
    color: #7a7a7a;
    margin: 0 0 20px;
}

.footer-widget .subscribe-style .subscribe-form form input {
    background: transparent;
    font-size: 13px;
    color: #333;
    border: none;
    border-bottom: 2px solid #ebebeb;
    padding: 2px 10px 2px 0;
}

.footer-widget .subscribe-style .subscribe-form form .mc-news {
    display: none;
}

.footer-widget .subscribe-style .subscribe-form form .clear input {
    width: auto;
    height: auto;
    color: #313131;
    font-size: 14px;
    padding: 0 0 1px;
    line-height: 1;
    border-bottom: 2px solid #9b9b9c;
    text-transform: uppercase;
    margin: 13px 0 0;
}

    .footer-widget .subscribe-style .subscribe-form form .clear input:hover {
        color: red;
        border-bottom: 2px solid red;
    }

.footer-widget .subscribe-style.subscribe-style-white p {
    color: #e6e6e6;
}

.footer-widget .subscribe-style.subscribe-style-white .subscribe-form form input {
    color: #a4a4a4;
    border-bottom: 2px solid #ebebeb;
}

.footer-widget .subscribe-style.subscribe-style-white .subscribe-form form .clear input {
    color: #fff;
    border-bottom: 2px solid #b5b5b6;
}

    .footer-widget .subscribe-style.subscribe-style-white .subscribe-form form .clear input:hover {
        color: red;
        border-bottom: 2px solid red;
    }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .footer-widget.ml-95 {
        margin-left: 20px;
    }

    .footer-widget.ml-145 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .footer-widget.ml-95 {
        margin-left: 0px;
    }

    .footer-widget.ml-145 {
        margin-left: 20px;
    }

    .footer-widget.ml-30 {
        margin-left: 0px;
    }

    .footer-widget.ml-ntv5 {
        margin-left: -50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget.ml-95 {
        margin-left: 0px;
    }

    .footer-widget.ml-145 {
        margin-left: 0px;
    }

    .footer-widget.ml-30 {
        margin-left: 0px;
    }

    .footer-widget.ml-ntv5 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.ml-95 {
        margin-left: 0px;
    }

    .footer-widget.ml-145 {
        margin-left: 0px;
    }

    .footer-widget.ml-30 {
        margin-left: 0px;
    }

    .footer-widget.ml-ntv5 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget.ml-95 {
        margin-left: 0px;
    }

    .footer-widget.ml-145 {
        margin-left: 0px;
    }

    .footer-widget.ml-30 {
        margin-left: 0px;
    }

    .footer-widget.ml-ntv5 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.ml-30, .footer-widget.ml-50, .footer-widget.ml-75 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget.ml-30, .footer-widget.ml-50, .footer-widget.ml-75 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget.ml-30, .footer-widget.ml-50, .footer-widget.ml-75 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.ml-70 {
        margin-left: -130px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget.ml-70 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget.ml-70 {
        margin-left: -90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget.ml-70 {
        margin-left: 0px;
    }
}

/* home 4 */
.hm4-footer-padding .container-fluid {
    padding: 0 60px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hm4-footer-padding .container-fluid {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm4-footer-padding .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm4-footer-padding .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm4-footer-padding .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hm4-footer-padding .container-fluid {
        padding: 0 15px;
    }
}

.footer-area {
    position: relative;
}

    .footer-area.ml-10 {
        margin-left: 0;
    }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .footer-area.ml-70 {
        margin-left: 15px;
    }

    .footer-area.mr-70 {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area.ml-70 {
        margin-left: 30px;
    }

    .footer-area.mr-70 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area.ml-70 {
        margin-left: 40px;
    }

    .footer-area.mr-70 {
        margin-right: 40px;
    }

    .footer-area.mb-70 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area.ml-70 {
        margin-left: 15px;
    }

    .footer-area.mr-70 {
        margin-right: 15px;
    }

    .footer-area.mb-70 {
        margin-bottom: 15px;
    }
}

/* home 5 */
.footer-top {
    position: relative;
    z-index: 9;
}

    .footer-top p {
        color: #fffefe;
        line-height: 28px;
        margin: 31px auto 33px;
        width: 55%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top p {
        width: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top p {
        width: 100%;
    }
}

.footer-top .footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .footer-top .footer-social ul li {
        margin: 0 23px;
        position: relative;
        line-height: 1;
    }

        .footer-top .footer-social ul li:before {
            position: absolute;
            content: "";
            right: -30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #7c7b7b;
            width: 16px;
            height: 2px;
        }

        .footer-top .footer-social ul li:last-child:before {
            display: none;
        }

        .footer-top .footer-social ul li a {
            color: #e5e5e5;
            font-size: 16px;
        }

            .footer-top .footer-social ul li a:hover {
                color: red;
            }

.footer-top .footer-social.footer-social-white ul li:before {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .footer-top.pb-60 {
        padding-bottom: 60px;
    }
}

.footer-bottom {
    position: relative;
    z-index: 9;
}

.copyright-2 {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid #2b2b2b;
}

    .copyright-2 p {
        color: #fff;
        line-height: 1;
    }

        .copyright-2 p a {
            color: #fff;
        }

            .copyright-2 p a:hover {
                color: red;
            }

    .copyright-2.copyright-white-border {
        border-top: 1px solid #cccccc;
    }

    .copyright-2.copyright-gray p {
        color: #848484;
    }

        .copyright-2.copyright-gray p a {
            color: #848484;
            letter-spacing: 0.9px;
        }

            .copyright-2.copyright-gray p a:hover {
                color: red;
            }

.footer-white .footer-top p {
    color: #000;
}

.footer-white .footer-top .footer-social ul li a {
    color: #000;
}

    .footer-white .footer-top .footer-social ul li a:hover {
        color: red;
    }

.footer-white .copyright-2 {
    padding-top: 20px;
    padding-bottom: 23px;
    margin-top: 0px;
    border-top: none;
}

.footer-border {
    border-top: 1px solid #e2e2e2;
}

/*----- 9. Banner style  -------*/
.single-banner {
    position: relative;
    overflow: hidden;
}

    .single-banner a img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .single-banner:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .single-banner .banner-content {
        position: absolute;
        content: "";
        left: 36px;
        top: 40px;
        z-index: 5;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content {
        left: 20px;
        top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content {
        left: 15px;
        top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content {
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.single-banner .banner-content h3 {
    font-size: 36px;
    color: #915342;
    font-weight: 600;
    margin: 0;
    font-family: "Cormorant Garamond";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content h3 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content h3 {
        font-size: 30px;
    }
}

.single-banner .banner-content h4 {
    font-size: 18px;
    color: #010101;
    margin: 3px 0 58px;
    font-weight: 600;
    font-family: "Cormorant Garamond";
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content h4 {
        margin: 3px 0 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content h4 {
        margin: 3px 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content h4 {
        margin: 3px 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content h4 {
        margin: 3px 0 20px;
    }
}

.single-banner .banner-content h4 span {
    color: #935644;
    font-size: 20px;
    margin: 0 0px 0 2px;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 2px;
}

.single-banner .banner-content a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #97584a;
    color: #97584a;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

    .single-banner .banner-content a.kids-btn-red {
        color: #ff3d2a;
        border: 2px solid #ff3d2a;
    }

        .single-banner .banner-content a.kids-btn-red:hover {
            color: red;
            border: 2px solid red;
        }

    .single-banner .banner-content a i {
        line-height: 25px;
    }

    .single-banner .banner-content a:hover {
        color: red;
        border: 2px solid red;
    }

.single-banner .banner-content.banner-pink a {
    border: 2px solid #ed59a0;
    color: #ed59a0;
}

    .single-banner .banner-content.banner-pink a:hover {
        color: red;
        border: 2px solid red;
    }

.single-banner .banner-content.banner-content1-modify-position1 {
    left: auto;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content.banner-content1-modify-position1 {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content.banner-content1-modify-position1 {
        right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content.banner-content1-modify-position1 {
        right: 30px;
    }
}

.single-banner .banner-content.banner-content1-modify h3 {
    color: #1c1c1c;
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content.banner-content1-modify h3 {
        font-size: 25px;
    }
}

.single-banner .banner-content.banner-content1-modify h4 {
    margin: 12px 0 68px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-content.banner-content1-modify h4 {
        margin: 12px 0 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content.banner-content1-modify h4 {
        margin: 12px 0 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content.banner-content1-modify h4 {
        margin: 2px 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content.banner-content1-modify h4 {
        margin: 2px 0 6px;
    }
}

.single-banner .banner-content.banner-content1-modify a {
    border: 2px solid #c61a32;
    color: #c61a32;
}

    .single-banner .banner-content.banner-content1-modify a.purple {
        color: #ab87cd;
        border: 2px solid #ab87cd;
    }

    .single-banner .banner-content.banner-content1-modify a.cake-btn-pink {
        color: #ed59a0;
        border: 2px solid #ed59a0;
    }

        .single-banner .banner-content.banner-content1-modify a.cake-btn-pink:hover {
            color: red;
            border: 2px solid red;
        }

    .single-banner .banner-content.banner-content1-modify a:hover {
        color: red;
        border: 2px solid red;
    }

.single-banner .banner-content.banner-content1-modify-position2 {
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content.banner-content1-modify-position2 {
        left: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content.banner-content1-modify-position2 {
        left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content.banner-content1-modify-position2 {
        left: 30px;
    }
}

.single-banner .banner-content.banner-content1-modify-position3 {
    left: 50px;
    top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-content.banner-content1-modify-position3 {
        left: 30px;
        top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content.banner-content1-modify-position3 {
        left: 20px;
        top: 20px;
    }

        .single-banner .banner-content.banner-content1-modify-position3 h3 {
            font-size: 27px;
        }

        .single-banner .banner-content.banner-content1-modify-position3 h4 {
            margin: 5px 0 20px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content.banner-content1-modify-position3 {
        left: 15px;
        top: 10px;
    }

        .single-banner .banner-content.banner-content1-modify-position3 h3 {
            font-size: 25px;
        }

        .single-banner .banner-content.banner-content1-modify-position3 h4 {
            margin: 5px 0 10px;
        }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content.banner-content1-modify-position3 {
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.single-banner.banner-green-color .banner-content h3 {
    color: #617d05;
}

.single-banner.banner-green-color .banner-content h4 {
    color: #010101;
}

    .single-banner.banner-green-color .banner-content h4 span {
        color: #617d05;
    }

.single-banner.banner-green-color .banner-content a {
    border: 2px solid #617d05;
    color: #617d05;
}

    .single-banner.banner-green-color .banner-content a:hover {
        color: #aabb72;
        border: 2px solid #aabb72;
    }

.single-banner.banner-red-color .banner-content h3 {
    color: #df262b;
}

.single-banner.banner-red-color .banner-content h4 {
    color: #010101;
}

    .single-banner.banner-red-color .banner-content h4 span {
        color: #df262b;
    }

.single-banner.banner-red-color .banner-content a {
    border: 2px solid #df262b;
    color: #df262b;
}

    .single-banner.banner-red-color .banner-content a:hover {
        color: #dc6266;
        border: 2px solid #dc6266;
    }

.single-banner.banner-shape {
    border: 4px solid #fff;
}

.single-banner .banner-position-hm15-1 {
    position: absolute;
    right: 40px;
    top: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-position-hm15-1 {
        top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-position-hm15-1 {
        top: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-position-hm15-1 {
        top: 20px;
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-position-hm15-1 {
        top: 15px;
        right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-position-hm15-1 {
        top: 30px;
        right: 30px;
    }
}

.single-banner .banner-position-hm15-2 {
    position: absolute;
    left: 40px;
    top: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-position-hm15-2 {
        top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-position-hm15-2 {
        top: 20px;
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-position-hm15-2 {
        top: 20px;
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-position-hm15-2 {
        top: 15px;
        left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-position-hm15-2 {
        top: 30px;
        left: 30px;
    }
}

.single-banner .banner-position-hm17-1 {
    position: absolute;
    right: 105px;
    bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-position-hm17-1 {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-position-hm17-1 {
        right: 20px;
        bottom: 20px;
    }
}

.single-banner .banner-content-3 h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    line-height: 1;
    color: #111111;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-content-3 h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-3 h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-3 h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-3 h3 {
        font-size: 20px;
    }
}

.single-banner .banner-content-3 p {
    font-size: 18px;
    margin: 11px 0 20px;
    color: #010101;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-content-3 p {
        margin: 5px 0 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-3 p {
        margin: 5px 0 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-3 p {
        margin: 5px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-3 p {
        margin: 5px 0 10px;
    }
}

.single-banner .banner-content-3 p span {
    color: #6eab49;
}

.single-banner .banner-content-3 > a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #6eab49;
    color: #6eab49;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

    .single-banner .banner-content-3 > a:hover {
        border: 2px solid red;
        color: red;
    }

.single-banner .banner-content-3.pink-banner p {
    color: #010101;
}

    .single-banner .banner-content-3.pink-banner p span {
        color: #ed59a0;
    }

.single-banner .banner-content-3.pink-banner > a {
    border: 2px solid #ed59a0;
    color: #ed59a0;
}

    .single-banner .banner-content-3.pink-banner > a:hover {
        border: 2px solid red;
        color: red;
    }

.single-banner .banner-content-4 span {
    font-size: 18px;
    color: #6eab49;
}

.single-banner .banner-content-4 h2 {
    font-size: 55px;
    color: #f3993f;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin: 15px 0 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-content-4 h2 {
        font-size: 40px;
        margin: 7px 0 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-4 h2 {
        font-size: 35px;
        margin: 7px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-4 h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-4 h2 {
        font-size: 30px;
        margin: 7px 0 10px;
    }
}

.single-banner .banner-content-4 h5 {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    margin: 0 0 36px;
    letter-spacing: 4.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-4 h5 {
        font-size: 20px;
        margin: 0 0 20px;
        letter-spacing: 2.3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-4 h5 {
        font-size: 22px;
        letter-spacing: 3.3px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-4 h5 {
        font-size: 20px;
        margin: 0 0 20px;
        letter-spacing: 2.3px;
    }
}

.single-banner .banner-content-4 > a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    padding: 13px 33px 13px;
    background-color: #6eab49;
}

    .single-banner .banner-content-4 > a:hover {
        background-color: red;
    }

.single-banner .banner-content-4.pink-banner span {
    color: #ed59a0;
}

.single-banner .banner-content-4.pink-banner h2 {
    color: #ed59a0;
}

.single-banner .banner-content-4.pink-banner > a {
    background-color: #ed59a0;
}

    .single-banner .banner-content-4.pink-banner > a:hover {
        background-color: red;
    }

.single-banner .banner-content-5 {
    position: absolute;
    left: 36px;
    top: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-5 {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-5 {
        left: 15px;
        top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-5 {
        left: 15px;
        top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-5 {
        left: 50px;
        top: 50px;
    }
}

.single-banner .banner-content-5 span {
    font-size: 24px;
    color: #e90042;
    display: block;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-5 span {
        font-size: 20px;
    }
}

.single-banner .banner-content-5 h3 {
    font-family: "Cormorant Garamond";
    font-size: 36px;
    margin: 9px 0 62px;
    font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-5 h3 {
        margin: 9px 0 25px;
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-5 h3 {
        margin: 2px 0 12px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-5 h3 {
        margin: 9px 0 25px;
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-5 h3 {
        font-size: 36px;
        margin: 9px 0 40px;
    }
}

.single-banner .banner-content-5 a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #e90042;
    color: #e90042;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

    .single-banner .banner-content-5 a:hover {
        border: 2px solid red;
        color: red;
    }

.single-banner .banner-content-5.banner-content-5-white h3 {
    color: #fff;
}

.single-banner .banner-content-6 {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

    .single-banner .banner-content-6 a {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        line-height: 1;
        padding: 13px 33px 13px;
        background-color: #e90042;
    }

        .single-banner .banner-content-6 a:hover {
            background-color: red;
        }

.single-banner .banner-content-7 {
    position: absolute;
    left: 45px;
    bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-7 {
        left: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-7 {
        left: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-7 {
        left: 40px;
        bottom: 40px;
    }
}

.single-banner .banner-content-7 span {
    font-size: 24px;
    font-weight: 600;
    color: #e90042;
    display: block;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-7 span {
        font-size: 20px;
    }
}

.single-banner .banner-content-7 h2 {
    font-size: 72px;
    font-weight: 700;
    color: #c3c1c0;
    margin: 9px 0 33px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-7 h2 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-7 h2 {
        font-size: 40px;
        margin: 9px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-7 h2 {
        font-size: 35px;
        margin: 9px 0 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-7 h2 {
        font-size: 42px;
        margin: 9px 0 35px;
    }
}

.single-banner .banner-content-7 > a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #e90042;
    color: #e90042;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

    .single-banner .banner-content-7 > a:hover {
        border: 2px solid red;
        color: red;
    }

.single-banner .banner-content-8 {
    position: absolute;
    left: 45px;
    bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-8 {
        left: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-8 {
        left: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-8 {
        left: 30px;
        bottom: 30px;
    }
}

.single-banner .banner-content-8 span {
    font-size: 24px;
    color: #e90042;
    display: block;
    line-height: 1;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-8 span {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-8 span {
        font-size: 17px;
    }
}

.single-banner .banner-content-8 h2 {
    font-size: 64px;
    color: #000000;
    margin: 10px 0 4px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: "Abril Fatface", cursive;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-8 h2 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-8 h2 {
        font-size: 38px;
        line-height: 30px;
        margin: 5px 0 4px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-8 h2 {
        font-size: 32px;
        line-height: 30px;
        margin: 5px 0 4px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-8 h2 {
        margin: 15px 0 5px;
    }
}

.single-banner .banner-content-8 p {
    font-size: 20px;
    color: #000000;
    margin: 0px 0 48px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Abril Fatface", cursive;
    letter-spacing: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-8 p {
        letter-spacing: 5px;
        font-size: 20px;
        margin: 0px 0 27px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-8 p {
        letter-spacing: 5px;
        font-size: 17px;
        margin: 0px 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-8 p {
        margin: 0px 0 35px;
    }
}

.single-banner .banner-content-8 > a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #e90042;
    color: #e90042;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

    .single-banner .banner-content-8 > a:hover {
        border: 2px solid red;
        color: red;
    }

.single-banner .banner-content-26-position1 {
    position: absolute;
    top: 60px;
    left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-26-position1 {
        top: 30px;
        left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-26-position1 {
        top: 20px;
        left: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-26-position1 {
        top: 30px;
        left: 30px;
    }
}

.single-banner .banner-content-26-position2 {
    position: absolute;
    top: 50px;
    left: 43px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-26-position2 {
        top: 30px;
        left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-26-position2 {
        top: 20px;
        left: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-26-position2 {
        top: 30px;
        left: 30px;
    }
}

.single-banner .banner-content-26-position3 {
    position: absolute;
    bottom: 50px;
    left: 53%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-26-position3 {
        bottom: 30px;
        left: 45%;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-26-position3 {
        bottom: 20px;
        left: 38%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-26-position3 {
        bottom: 30px;
        left: 60%;
    }
}

.single-banner .banner-content-26 span {
    font-size: 18px;
    color: #ed59a0;
    display: block;
}

.single-banner .banner-content-26 h1 {
    font-size: 55px;
    color: #ed59a0;
    font-weight: bold;
    margin: 23px 0 21px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-26 h1 {
        font-size: 42px;
        margin: 15px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-26 h1 {
        font-size: 42px;
        margin: 15px 0 15px;
    }
}

.single-banner .banner-content-26 p {
    font-size: 24px;
    letter-spacing: 1.8px;
    color: #fff;
    margin: 0 0 37px;
}

.single-banner .banner-content-26 .banner-cake-btn-1 a {
    display: inline-block;
    color: #ffffff;
    background-color: #ed59a0;
    line-height: 1;
    border-radius: 50px;
    padding: 12px 33px;
    z-index: 9;
}

.single-banner .banner-content-26-2 h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111111;
    line-height: 27px;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-26-2 h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-26-2 h1 {
        font-size: 20px;
    }
}

.single-banner .banner-content-26-2 h3 {
    font-size: 18px;
    color: #010101;
    margin: 10px 0 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content-26-2 h3 {
        margin: 3px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-26-2 h3 {
        margin: 3px 0 10px;
    }
}

.single-banner .banner-content-26-2 h3 span {
    color: #ed59a0;
}

.single-banner .banner-content-26-2 .banner-cake-btn-2 a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #ed59a0;
    color: #ed59a0;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

    .single-banner .banner-content-26-2 .banner-cake-btn-2 a:hover {
        border: 2px solid red;
        color: red;
    }

.single-banner .banner-content-33 {
    position: absolute;
    left: 50px;
    top: 50px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-banner .banner-content-33 {
        left: 30px;
        top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-content-33 {
        left: 30px;
        top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-33 {
        left: 20px;
        top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-33 {
        left: 20px;
        top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-33 {
        left: 30px;
        top: 50px;
    }
}

.single-banner .banner-content-33 h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.single-banner .banner-content-33 h2 {
    font-size: 36px;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 46px;
    margin: 20px 0 0px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-banner .banner-content-33 h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 10px 0 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-content-33 h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 10px 0 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-33 h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 6px 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-33 h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 6px 0 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner .banner-content-33 h2 {
        font-size: 28px;
        line-height: 35px;
        margin: 10px 0 0px;
    }
}

.single-banner .banner-33-offer {
    position: absolute;
    left: 0;
    bottom: 0;
}

    .single-banner .banner-33-offer h2 {
        color: #98bac7;
        margin: 0;
        font-size: 60px;
        line-height: 46px;
        font-weight: bold;
    }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-banner .banner-33-offer h2 {
        font-size: 48px;
        line-height: 37px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-banner .banner-33-offer h2 {
        font-size: 48px;
        line-height: 37px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-33-offer h2 {
        font-size: 37px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-33-offer h2 {
        font-size: 37px;
        line-height: 28px;
    }
}

.single-banner .banner-content-33-2-position1 {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-33-2-position1 {
        right: 20px;
    }
}

.single-banner .banner-content-33-2-position2 {
    position: absolute;
    right: 0px;
    left: 0;
    text-align: center;
    top: 6%;
}

.single-banner .banner-content-33-2-position3 {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-33-2-position3 {
        left: 20px;
    }
}

.single-banner .banner-content-33-2 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.single-banner .banner-content-33-2 h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    margin: 13px 0 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner .banner-content-33-2 h2 {
        font-size: 27px;
        line-height: 35px;
        margin: 10px 0 14px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content-33-2 h2 {
        font-size: 27px;
        line-height: 33px;
        margin: 10px 0 10px;
    }
}

.single-banner .banner-content-33-2 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.4px;
    padding: 0 0 7px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .single-banner .banner-content-33-2 a:hover {
        color: #000;
        border-bottom: 2px solid #000;
    }

@media only screen and (max-width: 767px) {
    .single-banner.mr-15 {
        margin-right: 0;
    }

    .single-banner.ml-15 {
        margin-left: 0;
    }
}

/* banner hm4 */
.banner-area-2 .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area-2 .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area-2 .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area-2.pb-85 {
        padding-bottom: 42px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-area-2.banner-area-2 .single-banner .banner-content {
        top: 15px;
        left: 15px;
    }

        .banner-area-2.banner-area-2 .single-banner .banner-content h3 {
            font-size: 25px;
        }

        .banner-area-2.banner-area-2 .single-banner .banner-content h4 {
            margin: 3px 0 10px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-area-2.banner-area-2 .single-banner .banner-content {
        top: 15px;
        left: 15px;
    }

        .banner-area-2.banner-area-2 .single-banner .banner-content h3 {
            font-size: 25px;
        }

        .banner-area-2.banner-area-2 .single-banner .banner-content h4 {
            margin: 3px 0 10px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area-2.banner-area-2 .single-banner .banner-content {
        top: 25px;
    }

        .banner-area-2.banner-area-2 .single-banner .banner-content h3 {
            font-size: 30px;
        }

        .banner-area-2.banner-area-2 .single-banner .banner-content h4 {
            margin: 3px 0 40px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area-2.banner-area-2.pt-10 {
        padding-top: 30px;
    }
}

/* banner hm9 */
.single-banner-2 {
    position: relative;
    overflow: hidden;
}

    .single-banner-2 a img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .single-banner-2 .banner-content-2 {
        position: absolute;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media only screen and (max-width: 767px) {
    .single-banner-2 .banner-content-2 {
        left: 20px;
    }
}

.single-banner-2 .banner-content-2 h3 {
    font-size: 48px;
    color: #915342;
    margin: 0;
    font-family: "Cormorant Garamond";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner-2 .banner-content-2 h3 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner-2 .banner-content-2 h3 {
        font-size: 33px;
    }
}

.single-banner-2 .banner-content-2 h4 {
    font-size: 24px;
    color: #010101;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    margin: 22px 0 94px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner-2 .banner-content-2 h4 {
        margin: 22px 0 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner-2 .banner-content-2 h4 {
        margin: 15px 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner-2 .banner-content-2 h4 {
        margin: 10px 0 20px;
    }
}

.single-banner-2 .banner-content-2 h4 span {
    color: #935644;
}

.single-banner-2 .banner-content-2 a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid #97584a;
    color: #97584a;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

    .single-banner-2 .banner-content-2 a:hover {
        color: #000;
        border: 2px solid #000;
    }

.single-banner-2 .banner-content-2.jewellery-banner h3 {
    font-weight: 600;
}

.single-banner-2 .banner-content-2.banner-content-2-black h3 {
    color: #fff;
}

.single-banner-2 .banner-content-2.banner-content-2-black h4 {
    color: #fff;
}

    .single-banner-2 .banner-content-2.banner-content-2-black h4 span {
        color: #af163b;
    }

.single-banner-2 .banner-content-2.banner-content-2-black a {
    border: 2px solid #af163b;
    color: #af163b;
}

    .single-banner-2 .banner-content-2.banner-content-2-black a:hover {
        color: #fff;
        border: 2px solid #fff;
    }

.single-banner-2:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.col-width-banner33-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-width-banner33-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .col-width-banner33-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-width-banner33-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 0 0 26%;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-width-banner33-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .col-width-banner33-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.medical-contact-area {
    padding: 52px 0 60px;
}

.medical-contact-text h3 {
    color: #FFFFFF;
    font-family: "Lobster", cursive;
    font-size: 29px;
    font-style: italic;
    margin: 0 0 11px;
}

@media only screen and (max-width: 767px) {
    .medical-contact-text h3 {
        margin: 0 0 7px;
    }
}

.medical-contact-text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .medical-contact-text h2 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .medical-contact-text h2 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .medical-contact-text {
        text-align: center;
    }
}

.medical-contact-number-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .medical-contact-number-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.medical-contact-number-wrap .medical-contact-img {
    margin-right: 20px;
}

.medical-contact-number-wrap .medical-contact-number h2 {
    margin: 0;
    font-size: 30px;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .medical-contact-number-wrap .medical-contact-number h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .medical-contact-number-wrap .medical-contact-number h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.pt-80 {
        padding-top: 60px;
    }

    .banner-area.pb-85 {
        padding-bottom: 35px;
    }

    .save-money-area .pt-100 {
        padding-top: 50px;
    }

    .save-money-area .pb-100 {
        padding-bottom: 50px;
    }

    .medical-shape-img {
        text-align: center;
        margin: 30px 0 20px;
    }
}

.save-money-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 50px;
}

@media only screen and (max-width: 767px) {
    .save-money-content {
        display: block;
        margin: 0 20px 0 20px;
        text-align: center;
    }
}

.save-money-content h2 {
    font-size: 36px;
    color: #010101;
    font-weight: bold;
    margin: 0 50px 0 0;
    line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .save-money-content h2 {
        font-size: 30px;
        margin: 0 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .save-money-content h2 {
        font-size: 20px;
        margin: 0 0px 20px 0;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .save-money-content h2 {
        font-size: 25px;
        margin: 0 0px 20px 0;
        line-height: 30px;
    }
}

.save-money-content .save-money-btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #ed59a0;
    line-height: 1;
    padding: 13px 40px 15px;
}

    .save-money-content .save-money-btn a:hover {
        background-color: red;
    }

/*------ 10. Suscribe style  ------*/
.subscribe-style-2 h2 {
    font-size: 48px;
    color: #010101;
    margin: 0 0 23px;
}

@media only screen and (max-width: 767px) {
    .subscribe-style-2 h2 {
        font-size: 30px;
        margin: 0 0 12px;
    }
}

.subscribe-style-2 p {
    font-size: 16px;
    color: #696969;
    margin: 0 0 23px;
}

.subscribe-style-2 .subscribe-form-2 form input {
    background: transparent;
    border: none;
    height: 45px;
    padding: 2px 50px 2px 0;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #e2e2e2;
}

.subscribe-style-2 .subscribe-form-2 form .mc-news {
    display: none;
}

.subscribe-style-2 .subscribe-form-2 form .mc-form {
    position: relative;
}

.subscribe-style-2 .subscribe-form-2 form .clear-2 {
    background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/suscribe.png") no-repeat scroll right 0 center;
    bottom: 0px;
    display: inline-block;
    position: absolute;
    right: 0px;
}

    .subscribe-style-2 .subscribe-form-2 form .clear-2 input {
        border: medium none;
        padding: 0;
        text-indent: -99999px;
        width: 37px;
    }

@media only screen and (max-width: 767px) {
    .subscribe-area-3.pb-100 {
        padding-bottom: 60px;
    }
}

.subscribe-style-3 h2 {
    font-size: 48px;
    color: #010101;
    margin: 0 0 23px;
}

@media only screen and (max-width: 767px) {
    .subscribe-style-3 h2 {
        font-size: 35px;
        margin: 0 0 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-style-3 h2 {
        font-size: 40px;
    }
}

.subscribe-style-3 p {
    font-size: 16px;
    color: #696969;
    margin: 0;
    line-height: 1;
}

.subscribe-style-3 .subscribe-form-3 input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #e2e2e2;
    text-align: center;
    color: #333;
    height: 46px;
}

.subscribe-style-3 .subscribe-form-3 .mc-news {
    display: none;
}

.subscribe-style-3 .subscribe-form-3 .clear-3 {
    margin-top: 40px;
}

    .subscribe-style-3 .subscribe-form-3 .clear-3 input {
        width: auto;
        height: auto;
        color: #fff;
        background-color: #070508;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 17px 55px;
        border-radius: 5px;
        border: none;
    }

        .subscribe-style-3 .subscribe-form-3 .clear-3 input:hover {
            background-color: red;
        }

    .subscribe-style-3 .subscribe-form-3 .clear-3.red-subscribe input {
        background-color: #df262b;
    }

        .subscribe-style-3 .subscribe-form-3 .clear-3.red-subscribe input:hover {
            background-color: red;
        }

    .subscribe-style-3 .subscribe-form-3 .clear-3.red-subscribe-2 input {
        background-color: #ff3d2a;
    }

        .subscribe-style-3 .subscribe-form-3 .clear-3.red-subscribe-2 input:hover {
            background-color: red;
        }

    .subscribe-style-3 .subscribe-form-3 .clear-3.green-subscribe input {
        background-color: #6eab49;
    }

        .subscribe-style-3 .subscribe-form-3 .clear-3.green-subscribe input:hover {
            background-color: red;
        }

    .subscribe-style-3 .subscribe-form-3 .clear-3.red-2-subscribe input {
        background-color: #e90042;
    }

        .subscribe-style-3 .subscribe-form-3 .clear-3.red-2-subscribe input:hover {
            background-color: red;
        }

    .subscribe-style-3 .subscribe-form-3 .clear-3.red-3-subscribe input {
        background-color: #c61a32;
    }

        .subscribe-style-3 .subscribe-form-3 .clear-3.red-3-subscribe input:hover {
            background-color: red;
        }

    .subscribe-style-3 .subscribe-form-3 .clear-3.subscribe-radious input {
        border-radius: 50px;
    }

    .subscribe-style-3 .subscribe-form-3 .clear-3.pink-subscribe input {
        background-color: #ed59a0;
    }

        .subscribe-style-3 .subscribe-form-3 .clear-3.pink-subscribe input:hover {
            background-color: red;
        }

.subscribe-style-3.subscribe-style-3-white h2 {
    color: #fff;
}

.subscribe-style-3.subscribe-style-3-white p {
    color: #fff;
}

.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 input {
    border-bottom: 2px solid #e2e2e2;
    color: #cacaca;
}

.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .mc-news {
    display: none;
}

.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3 {
    margin-top: 40px;
}

    .subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3 input {
        color: #fff;
        border: none;
    }

        .subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3 input:hover {
            background-color: red;
        }

    .subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3.red-2-subscribe input {
        background-color: #e90042;
    }

        .subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3.red-2-subscribe input:hover {
            background-color: red;
        }

/*------- 11. About style ------ */
.welcome-content h5 {
    font-weight: 500;
    font-size: 16px;
    color: #666;
    margin: 0;
    letter-spacing: 0.3px;
}

.welcome-content h1 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 8px 0 30px;
    color: #433f3f;
    position: relative;
    display: inline-block;
    padding: 0 0 23px;
    line-height: 1;
}

    .welcome-content h1:before {
        position: absolute;
        background-color: #070508;
        height: 3px;
        width: 70px;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }

.welcome-content p {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 30px;
    width: 66%;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-content p {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-content p {
        width: 95%;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-content p {
        width: 100%;
        font-size: 15px;
    }
}

/* about page */
.single-count .count-icon i {
    font-size: 50px;
    line-height: 1;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-count .count-icon i {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .single-count .count-icon i {
        font-size: 45px;
    }
}

.single-count h2 {
    color: red;
    font-size: 40px;
    font-weight: bold;
    margin: 25px 0 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-count h2 {
        margin: 10px 0 8px;
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .single-count h2 {
        margin: 6px 0 8px;
        font-size: 35px;
    }
}

.single-count span {
    color: #333;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.team-wrapper {
    background-color: #f7f7f7;
}

    .team-wrapper .team-img {
        position: relative;
    }

        .team-wrapper .team-img a img {
            width: 100%;
        }

        .team-wrapper .team-img .team-action {
            background: #fff none repeat scroll 0 0;
            left: 0;
            opacity: 0;
            padding: 10px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 70%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
            width: 100%;
            z-index: 5;
        }

            .team-wrapper .team-img .team-action a {
                border-radius: 50px;
                color: #fff;
                display: inline-block;
                font-size: 14px;
                height: 30px;
                line-height: 28px;
                text-align: center;
                width: 30px;
                margin: 0 3px;
            }

                .team-wrapper .team-img .team-action a.facebook {
                    border: 1px solid #3b5998;
                    background-color: #3b5998;
                }

                    .team-wrapper .team-img .team-action a.facebook:hover {
                        background-color: transparent;
                        color: #3b5998;
                    }

                .team-wrapper .team-img .team-action a.twitter {
                    border: 1px solid #55acee;
                    background-color: #55acee;
                }

                    .team-wrapper .team-img .team-action a.twitter:hover {
                        background-color: transparent;
                        color: #55acee;
                    }

                .team-wrapper .team-img .team-action a.instagram {
                    border: 1px solid #c32aa3;
                    background-color: #c32aa3;
                }

                    .team-wrapper .team-img .team-action a.instagram:hover {
                        background-color: transparent;
                        color: #c32aa3;
                    }

    .team-wrapper .team-content {
        padding: 20px 10px 23px;
    }

        .team-wrapper .team-content h4 {
            font-size: 18px;
            font-weight: 500;
            margin: 0 0 3px;
            text-transform: capitalize;
        }

        .team-wrapper .team-content span {
            font-size: 15px;
            font-style: italic;
        }

    .team-wrapper:hover .team-action {
        top: 50%;
        opacity: 1;
    }

.single-mission h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: capitalize;
    line-height: 22px;
    color: #333;
}

@media only screen and (max-width: 767px) {
    .single-mission h3 {
        margin: 0 0 10px;
    }
}

.single-mission p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .about-brand-logo.pb-100 {
        padding-bottom: 60px;
    }
}

/*----- 12. instagram style  -----*/
.single-instagram {
    overflow: hidden;
}

    .single-instagram a img {
        width: 100%;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .single-instagram:hover a img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.shop-instagram-title {
    padding: 165px 20px 168px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-instagram-title {
        padding: 100px 50px 100px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-instagram-title {
        padding: 50px 10px 50px;
    }
}

.shop-instagram-title h2 {
    color: #010101;
    font-size: 72px;
    line-height: 57px;
    margin: 0 0 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-instagram-title h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-instagram-title h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 15px;
    }
}

.shop-instagram-title p {
    color: #010101;
    font-size: 18px;
    margin: 0 0 0px;
}

@media only screen and (max-width: 767px) {
    .shop-instagram-title p {
        font-size: 16px;
    }
}

.single-instagram-2 {
    position: relative;
}

    .single-instagram-2:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        pointer-events: none;
    }

    .single-instagram-2 a {
        display: block;
    }

        .single-instagram-2 a img {
            width: 100%;
        }

    .single-instagram-2 .instagram-2-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        z-index: 9;
    }

        .single-instagram-2 .instagram-2-icon a {
            display: inline-block;
            color: #fff;
            font-size: 30px;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

            .single-instagram-2 .instagram-2-icon a:hover {
                color: #e4405f;
            }

    .single-instagram-2:hover:before {
        opacity: 0.5;
    }

    .single-instagram-2:hover .instagram-2-icon a {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

/*----- 13. Testimonial style  ------*/
.single-testimonial p {
    line-height: 32px;
    color: #575757;
    font-size: 16px;
    font-weight: 500;
    margin: 32px 0 0px;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .single-testimonial p {
        font-size: 15px;
    }
}

.single-testimonial .client-info {
    margin: 20px 0 0;
}

    .single-testimonial .client-info i {
        font-size: 26px;
        color: #666666;
    }

    .single-testimonial .client-info h5 {
        font-size: 14px;
        color: #010101;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin: 22px 0 3px;
    }

    .single-testimonial .client-info span {
        font-size: 14px;
        color: #010101;
        letter-spacing: 1.5px;
    }

.testimonial-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.testimonial-area:hover .nav-style-1.owl-carousel > .owl-nav button {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .testimonial-area.ml-70 {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area.ml-70 {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area.ml-70 {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area.ml-70 {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area.ml-70 {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .testimonial-area.mr-70 {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area.mr-70 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area.mr-70 {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area.mr-70 {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area.mr-70 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area.mt-195 {
        margin-top: 125px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area.mt-195 {
        margin-top: 0px;
        padding-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-area.mt-195 {
        margin-top: 0px;
        padding-top: 40px;
    }
}

.testimonial-img-2 {
    margin-top: -197px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-img-2 {
        margin-top: -130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-img-2 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-img-2 {
        margin-top: 30px;
    }
}

.testimonial-img-2 img {
    width: 100%;
}

.single-testimonial-2 p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    font-style: italic;
}

.single-testimonial-2 .client-info {
    margin: 18px 0 0;
}

    .single-testimonial-2 .client-info i {
        color: #fff;
        font-size: 26px;
    }

    .single-testimonial-2 .client-info h5 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin: 20px 0 6px;
        color: #fff;
        line-height: 1;
    }

    .single-testimonial-2 .client-info span {
        font-size: 14px;
        text-transform: capitalize;
        letter-spacing: 1.5px;
        margin: 0;
        color: #fff;
        line-height: 1;
    }

.single-testimonial-2.testi-paragraph-mrg p {
    margin: 32px 0 0;
}

.testimonial-active-2 .owl-dots {
    text-align: center;
    margin: 15px 0 0;
}

    .testimonial-active-2 .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 5px;
    }

        .testimonial-active-2 .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background-color: #fff;
            border: 2px solid transparent;
            display: inline-block;
        }

        .testimonial-active-2 .owl-dots .owl-dot.active span {
            background-color: transparent;
            border: 2px solid #fff;
        }

/*------- 14. Brand logo style  -------*/
.brand-logo-active.owl-carousel .owl-item img, .brand-logo-active-2.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.brand-logo-active .single-brand-logo, .brand-logo-active .single-brand-logo2, .brand-logo-active-2 .single-brand-logo, .brand-logo-active-2 .single-brand-logo2 {
    text-align: center;
}

    .brand-logo-active .single-brand-logo img, .brand-logo-active .single-brand-logo2 img, .brand-logo-active-2 .single-brand-logo img, .brand-logo-active-2 .single-brand-logo2 img {
        /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .brand-logo-active .single-brand-logo:hover img, .brand-logo-active .single-brand-logo2:hover img, .brand-logo-active-2 .single-brand-logo:hover img, .brand-logo-active-2 .single-brand-logo2:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.brand-logo-wrap {
    padding: 100px 90px;
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrap {
        padding: 50px 20px;
    }
}


/*------- FD 14. Brand logo style  ----fdamra ---*/
.brand-logo-active.owl-carousel .owl-item img, .brand-logo-active-3.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.brand-logo-active .single-brand-logo, .brand-logo-active .single-brand-logo2, .brand-logo-active-3 .single-brand-logo, .brand-logo-active-3 .single-brand-logo2 {
    text-align: center;
}

    .brand-logo-active .single-brand-logo img, .brand-logo-active .single-brand-logo2 img, .brand-logo-active-3 .single-brand-logo img, .brand-logo-active-3 .single-brand-logo2 img {
        /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .brand-logo-active .single-brand-logo:hover img, .brand-logo-active .single-brand-logo2:hover img, .brand-logo-active-3 .single-brand-logo:hover img, .brand-logo-active-3 .single-brand-logo2:hover img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

.brand-logo-wrap {
    padding: 100px 90px;
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrap {
        padding: 50px 20px;
    }
}


/*------ 15. Timer style  -----*/
.funfact-area.bg-img {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-area.bg-img {
        background-position: 15%;
    }

        .funfact-area.bg-img:before {
            content: "";
            background-color: #fff;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            opacity: 0.7;
        }
}

@media only screen and (max-width: 767px) {
    .funfact-area.bg-img {
        background-position: 15%;
    }

        .funfact-area.bg-img:before {
            content: "";
            background-color: #fff;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            opacity: 0.7;
        }
}

.funfact-content {
    position: relative;
    z-index: 9;
}

    .funfact-content h2 {
        font-size: 48px;
        color: #010101;
        margin: 0;
    }

@media only screen and (max-width: 767px) {
    .funfact-content h2 {
        font-size: 32px;
    }
}

.funfact-content .timer {
    text-align: center;
    margin: 65px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact-content .timer {
        margin: 44px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .funfact-content .timer {
        margin: 24px 0 0;
    }
}

.funfact-content .timer span {
    display: inline-block;
    font-size: 48px;
    color: #555;
    font-weight: 300;
    margin: 0 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact-content .timer span {
        margin: 0 15px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .funfact-content .timer span {
        margin: 0 5px;
        font-size: 22px;
    }
}

.funfact-content .timer span p {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    margin: 34px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact-content .timer span p {
        margin: 24px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .funfact-content .timer span p {
        margin: 12px 0 0;
        font-size: 14px;
    }
}

.funfact-content .funfact-btn {
    margin-top: 43px;
}

@media only screen and (max-width: 767px) {
    .funfact-content .funfact-btn {
        margin-top: 23px;
    }
}

.funfact-content .funfact-btn a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 1;
    padding: 16px 56px;
    border: 1px solid transparent;
    z-index: 1;
}

    .funfact-content .funfact-btn a:hover {
        border: 1px solid red;
    }

.funfact-content .funfact-btn.btn-only-round a {
    border-radius: 50px;
}

    .funfact-content .funfact-btn.btn-only-round a:hover {
        border: 1px solid red;
    }

.funfact-content .funfact-btn.funfact-btn-red a {
    background-color: #df262b;
}

    .funfact-content .funfact-btn.funfact-btn-red a:hover {
        border: 1px solid red;
    }

.funfact-content .funfact-btn.funfact-btn-red-2 a {
    background-color: #c61a32;
}

    .funfact-content .funfact-btn.funfact-btn-red-2 a:hover {
        border: 1px solid red;
    }

.funfact-content .funfact-btn.funfact-btn-red-3 a {
    background-color: #ff3d2a;
}

    .funfact-content .funfact-btn.funfact-btn-red-3 a:hover {
        border: 1px solid red;
    }

.funfact-content .funfact-btn.funfact-btn-green a {
    background-color: #6eab49;
}

    .funfact-content .funfact-btn.funfact-btn-green a:hover {
        border: 1px solid red;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .funfact-content.mt-90 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-content.funfact-res h2 {
        font-size: 35px;
    }

    .funfact-content.funfact-res .timer {
        margin: 30px 0 0;
    }

        .funfact-content.funfact-res .timer span {
            font-size: 30px;
            margin: 0 9px;
        }

            .funfact-content.funfact-res .timer span p {
                font-size: 15px;
                margin: 14px 0 0;
            }

    .funfact-content.mt-90 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .funfact-content.mt-90 {
        margin-top: 30px;
    }
}

.gift-img {
    margin: 0 10px;
}

    .gift-img a {
        display: block;
    }

        .gift-img a img {
            width: 100%;
        }

.fruits-deal-img {
    margin: 0 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fruits-deal-img {
        margin: 0px 50px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fruits-deal-img {
        margin: 0px 0px 0;
    }
}

@media only screen and (max-width: 767px) {
    .fruits-deal-img {
        margin: 30px 0px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fruits-deal-img {
        margin: 30px 30px 0;
    }
}

.fruits-deal-img a {
    display: block;
}

    .fruits-deal-img a img {
        width: 100%;
    }

.deal-area {
    overflow: hidden;
}

.fashion-deal-img a img, .common-deal-img a img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .fashion-deal-img, .common-deal-img {
        margin-bottom: 20px;
    }
}

.dealy-style-2 {
    margin: 49px 0 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dealy-style-2 {
        margin: 40px 0 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dealy-style-2 {
        margin: 30px 0 35px;
    }
}

@media only screen and (max-width: 767px) {
    .dealy-style-2 {
        margin: 20px 0 5px;
    }
}

.dealy-style-2 span {
    display: inline-block;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    margin: 0 34px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dealy-style-2 span {
        margin: 0 25px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dealy-style-2 span {
        margin: 0 20px 0;
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .dealy-style-2 span {
        margin: 0 20px 20px;
        font-size: 30px;
    }
}

.dealy-style-2 span p {
    font-size: 18px;
    font-weight: 500;
    margin: 33px 0 0;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dealy-style-2 span p {
        margin: 20px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .dealy-style-2 span p {
        margin: 10px 0 0;
    }
}

.black-friday-deal-content h2 {
    color: #fff;
    font-size: 60px;
    line-height: 48px;
    margin: 0 0 67px;
    font-family: "Abril Fatface", cursive;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .black-friday-deal-content h2 {
        font-size: 50px;
        margin: 0 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .black-friday-deal-content h2 {
        margin: 0 0 27px;
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .black-friday-deal-content h2 {
        margin: 0 0 35px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .deal-area.pb-100 {
        padding-bottom: 60px;
    }

    .funfact-valentine.pb-100 {
        padding-bottom: 60px;
    }
}
/*------ 16. Breadcrumb style  --------*/
.breadcrumb-content ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #5b5858;
    margin-right: 18px;
    text-transform: uppercase;
    position: relative;
}

    .breadcrumb-content ul li::before {
        position: absolute;
        width: 18px;
        height: 1px;
        background-color: #5b5858;
        content: "";
        right: -21px;
        top: 12px;
        /*z-index: 99;*/
        -webkit-transform: rotate(115deg);
        transform: rotate(115deg);
    }

    .breadcrumb-content ul li:last-child::before {
        display: none;
    }

    .breadcrumb-content ul li a {
        color: #5b5858;
    }

        .breadcrumb-content ul li a:hover {
            color: red;
        }

/*---- 17. Sidebar style  ------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-style.mr-30 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-style {
        margin-top: 30px;
    }

        .sidebar-style.mr-30 {
            margin-right: 0;
        }
}

@media only screen and (max-width: 767px) {
    .sidebar-style {
        margin-top: 30px;
    }

        .sidebar-style.mr-30 {
            margin-right: 0;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-style.ml-30 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-style {
        margin-top: 30px;
    }

        .sidebar-style.ml-30 {
            margin-left: 0;
        }
}

@media only screen and (max-width: 767px) {
    .sidebar-style {
        margin-top: 30px;
    }

        .sidebar-style.ml-30 {
            margin-left: 0;
        }
}

.sidebar-widget h4.pro-sidebar-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.sidebar-widget .sidebar-widget-list ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0px 0 15px;
}

    .sidebar-widget .sidebar-widget-list ul li:last-child {
        padding: 0px 0 0px;
    }

    .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left {
        position: relative;
    }

        .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            z-index: 999;
            width: auto;
        }

            .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark {
                background-color: red;
                border: 2px solid red;
            }

                .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
                    display: block;
                }

        .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
            position: absolute;
            top: 5px;
            left: 0;
            height: 15px;
            width: 15px;
            background-color: #fff;
            border: 2px solid #888888;
            border-radius: 3px;
        }

            .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
                content: "";
                position: absolute;
                display: none;
            }

            .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
                left: 3px;
                top: 0px;
                width: 5px;
                height: 8px;
                border: solid white;
                border-top-width: medium;
                border-right-width: medium;
                border-bottom-width: medium;
                border-left-width: medium;
                border-width: 0 2px 2px 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    .sidebar-widget .sidebar-widget-list ul li a {
        margin-left: 30px;
        display: block;
    }

        .sidebar-widget .sidebar-widget-list ul li a span {
            color: #9a9a9a;
            font-weight: 500;
            background-color: #eeeeee;
            width: 30px;
            height: 20px;
            display: inline-block;
            text-align: center;
            line-height: 20px;
            border-radius: 50px;
            float: right;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .sidebar-widget .sidebar-widget-list ul li a:hover span {
            color: #fff;
            background-color: red;
        }

.sidebar-widget .sidebar-widget-tag ul li {
    display: inline-block;
    margin: 0 10px 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .sidebar-widget-tag ul li {
        margin: 0 5px 15px 0;
    }
}

.sidebar-widget .sidebar-widget-tag ul li a {
    color: #424242;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 9px 17px 12px;
    line-height: 1;
    border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .sidebar-widget-tag ul li a {
        padding: 9px 13px 12px;
    }
}

.sidebar-widget .sidebar-widget-tag ul li a:hover {
    background-color: red;
    color: #fff;
}

.pro-sidebar-search .pro-sidebar-search-form {
    position: relative;
}

    .pro-sidebar-search .pro-sidebar-search-form input {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #e6e6e6;
        color: #000;
        font-size: 14px;
        height: 43px;
        padding: 2px 55px 2px 18px;
    }

    .pro-sidebar-search .pro-sidebar-search-form button {
        background: transparent none repeat scroll 0 0;
        border-color: #a1a5aa;
        -o-border-image: none;
        border-image: none;
        border-style: none none none solid;
        border-width: medium medium medium 1px;
        padding: 0 15px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        color: #000;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 20px;
    }

        .pro-sidebar-search .pro-sidebar-search-form button:hover {
            color: red;
        }

.single-sidebar-blog {
    border-bottom: 1px solid #dee0e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .single-sidebar-blog:last-child {
        border-bottom: none;
    }

    .single-sidebar-blog .sidebar-blog-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        margin: 0 20px 0 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-sidebar-blog .sidebar-blog-img {
        margin: 0 8px 0 0;
    }
}

.single-sidebar-blog .sidebar-blog-img img {
    width: 100%;
}

.single-sidebar-blog .sidebar-blog-content span {
    color: #333;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

.single-sidebar-blog .sidebar-blog-content h4 {
    font-size: 14px;
    margin: 5px 0 0;
}

/*---- 18. Shop page  -------*/
.shop-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-top-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.shop-top-bar .select-shoing-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar .select-shoing-wrap {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-top-bar .select-shoing-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.shop-top-bar .select-shoing-wrap .shop-select {
    margin-right: 50px;
}

    .shop-top-bar .select-shoing-wrap .shop-select select {
        font-size: 14px;
        color: #606060;
        -moz-appearance: none;
        -webkit-appearance: none;
        min-width: 143px;
        background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/select.png") no-repeat scroll right 0px center;
    }

.shop-top-bar .select-shoing-wrap p {
    color: #606060;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar .select-shoing-wrap p {
        margin: 5px 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-top-bar .select-shoing-wrap p {
        margin: 0px;
    }
}

.shop-top-bar .shop-tab a {
    color: #606060;
    font-size: 18px;
    margin-left: 20px;
}

    .shop-top-bar .shop-tab a:first-child {
        margin-left: 0;
    }

    .shop-top-bar .shop-tab a.active {
        color: red;
    }

.shop-list-wrap .product-wrap:hover .hover-img {
    opacity: inherit;
    visibility: inherit;
    -webkit-transform: none;
    transform: none;
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-list-wrap .shop-list-content {
        margin-top: 0px;
    }
}

.shop-list-wrap .shop-list-content h3 {
    font-size: 24px;
    color: #010101;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content h3 {
        font-size: 20px;
        line-height: 20px;
    }
}

.shop-list-wrap .shop-list-content h3 a {
    color: #010101;
}

    .shop-list-wrap .shop-list-content h3 a:hover {
        color: red;
    }

.shop-list-wrap .shop-list-content .product-list-price {
    margin: 13px 0 22px;
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content .product-list-price {
        margin: 13px 0 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-list-wrap .shop-list-content .product-list-price {
        margin: 13px 0 19px;
    }
}

.shop-list-wrap .shop-list-content .product-list-price span {
    color: #fe5252;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
}

    .shop-list-wrap .shop-list-content .product-list-price span.old {
        text-decoration: line-through;
        font-size: 18px;
        color: #cfcfcf;
        margin-left: 15px;
    }

.shop-list-wrap .shop-list-content .rating-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .shop-list-wrap .shop-list-content .rating-review .product-list-rating i {
        font-size: 17px;
        color: #5f5d5d;
        margin: 0 3px 0;
    }

        .shop-list-wrap .shop-list-content .rating-review .product-list-rating i.yellow {
            color: #ffa900;
        }

    .shop-list-wrap .shop-list-content .rating-review a {
        margin-left: 40px;
        position: relative;
        font-size: 15px;
        color: #ffcf75;
        line-height: 1;
    }

        .shop-list-wrap .shop-list-content .rating-review a:before {
            position: absolute;
            content: "";
            left: -21px;
            top: 0;
            background-color: #d1d1d1;
            width: 1px;
            height: 15px;
        }

.shop-list-wrap .shop-list-content p {
    margin: 15px 0 40px;
    line-height: 28px;
    font-size: 15px;
    color: #8f8f8f;
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content p {
        margin: 12px 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-list-wrap .shop-list-content p {
        margin: 12px 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-list-wrap .shop-list-content p {
        margin: 15px 0 20px;
    }
}

.shop-list-wrap .shop-list-content .shop-list-btn a {
    font-size: 14px;
    color: #343538;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    background-color: #343538;
    color: #fff;
    padding: 14px 32px 15px;
    border: 1px solid transparent;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content .shop-list-btn a {
        padding: 10px 20px 11px;
        font-size: 13px;
    }
}

.shop-list-wrap .shop-list-content .shop-list-btn a:hover {
    border: 1px solid red;
}

.shop-list-wrap:hover .product-wrap .hover-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
    .pro-pagination-style.mt-30 {
        margin-top: 10px;
    }
}

.pro-pagination-style ul li {
    display: inline-block;
    margin: 0 4px;
}
    /*fdamra*/
    .pro-pagination-style ul li.active span {
        display: inline-block;
        width: 43px;
        height: 43px;
        text-align: center;
        line-height: 43px;
        font-size: 16px;
        border-radius: 100%;
        color: red;
        background-color: #8349ff;
        color: #fff;
        -webkit-box-shadow: 0 0px 12px 0.8px rgb(0 0 0 / 10%);
        box-shadow: 0 0px 12px 0.8px rgb(0 0 0 / 10%);
    }

    .pro-pagination-style ul li a {
        display: inline-block;
        width: 43px;
        height: 43px;
        text-align: center;
        line-height: 43px;
        font-size: 16px;
        border-radius: 100%;
        color: red;
        -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
    }

        .pro-pagination-style ul li a:hover {
            background-color: red;
            color: #fff;
        }

        .pro-pagination-style ul li a.active {
            background-color: red;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .pro-pagination-style ul li a.active:hover {
                background-color: #333;
            }

        .pro-pagination-style ul li a.prev,
        .pro-pagination-style ul li a.next {
            background-color: #f6f6f6;
            color: red;
            font-size: 17px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .pro-pagination-style ul li a.prev:hover,
            .pro-pagination-style ul li a.next:hover {
                background-color: red;
                color: #fff;
            }

@media only screen and (max-width: 767px) {
    .shop-area.pb-100 {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .list2-col-style .shop-list-wrap .shop-list-content h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .list2-col-style .shop-list-wrap .shop-list-content .product-list-price {
        margin: 13px 0 10px;
    }

    .list2-col-style .shop-list-wrap .shop-list-content p {
        margin: 6px 0 20px;
    }

    .list2-col-style .shop-list-wrap .shop-list-content .shop-list-btn a {
        padding: 10px 24px 11px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .list2-col-style .shop-list-wrap .shop-list-content h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .list2-col-style .shop-list-wrap .shop-list-content .product-list-price {
        margin: 13px 0 10px;
    }

    .list2-col-style .shop-list-wrap .shop-list-content p {
        margin: 6px 0 20px;
    }

    .list2-col-style .shop-list-wrap .shop-list-content .shop-list-btn a {
        padding: 10px 20px 11px;
        font-size: 13px;
    }
}

.grid-sizer {
    width: 25%;
}

/*----- 19. Product details page  ---*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-img.mr-20 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-img.mr-20 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-img.mr-20 {
        margin-right: 0;
    }
}

.product-details-img .large-img-style {
    position: relative;
}

    .product-details-img .large-img-style img {
        width: 100%;
    }

    .product-details-img .large-img-style span {
        position: absolute;
        top: 30px;
        left: 30px;
        font-size: 13px;
        color: #fff;
        display: inline-block;
        line-height: 1;
        padding: 3px 11px;
        border-radius: 3px;
        font-weight: 500;
        background-color: red;
    }

    .product-details-img .large-img-style .img-popup-wrap {
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 30px;
        color: #000000;
    }

        .product-details-img .large-img-style .img-popup-wrap:hover {
            color: red;
        }

.product-details-img .shop-details-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -72px;
    z-index: 9;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-img .shop-details-tab {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-img .shop-details-tab {
        margin-top: -45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-img .shop-details-tab {
        margin-top: -60px;
    }
}

.product-details-img .shop-details-tab a.shop-details-overly {
    position: relative;
}

    .product-details-img .shop-details-tab a.shop-details-overly img {
        width: 144px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-img .shop-details-tab a.shop-details-overly img {
        width: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-img .shop-details-tab a.shop-details-overly img {
        width: 85px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-img .shop-details-tab a.shop-details-overly img {
        width: 110px;
    }
}

.product-details-img .shop-details-tab a.shop-details-overly.active:before {
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    content: "";
}

.description-review-topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #d7d7d7;
}

    .description-review-topbar a {
        background-color: transparent;
        border-bottom: 3px solid transparent;
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        margin: 0 15px 0;
        padding: 0px 0px 13px;
        color: #666;
    }

        .description-review-topbar a.active {
            color: #000000;
        }

@media only screen and (max-width: 767px) {
    .description-review-topbar a {
        margin: 0 4px 15px;
        font-size: 15px;
        padding: 0px 0px 8px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .description-review-topbar a {
        margin: 0 8px 0px 0;
        font-size: 18px;
        padding: 0px 5px 0px;
    }
}

.description-review-topbar a.active {
    border-bottom: 2px solid #000000;
    background-color: transparent;
}

.description-review-bottom {
    padding: 33px 0 0;
}

    .description-review-bottom .product-description-wrapper p {
        margin: 0 0 8px;
        font-size: 15px;
        line-height: 28px;
        color: #333;
        width: 84%;
    }

@media only screen and (max-width: 767px) {
    .description-review-bottom .product-description-wrapper p {
        width: 100%;
    }
}

.description-review-bottom .product-description-wrapper p:last-child {
    margin: 0 0 0px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li {
    color: #333;
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 13px;
}

    .description-review-bottom .product-anotherinfo-wrapper ul li span {
        color: #000;
        display: inline-block;
        font-weight: 500;
        margin: 0 26px 0 0;
        min-width: 85px;
    }

.single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
    .single-review {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 767px) {
    .single-review .review-img {
        margin: 0 0px 20px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-review .review-img {
        margin: 0 15px 0px 0;
    }
}

.single-review .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .single-review .review-top-wrap .review-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .single-review .review-top-wrap .review-left .review-name {
            margin-right: 25px;
        }

            .single-review .review-top-wrap .review-left .review-name h4 {
                font-size: 16px;
                margin: 0;
                line-height: 1;
                font-weight: 500;
            }

        .single-review .review-top-wrap .review-left .review-rating {
            line-height: 1;
        }

            .single-review .review-top-wrap .review-left .review-rating i {
                font-size: 12px;
                margin-right: 1px;
                color: #ffa900;
            }

    .single-review .review-top-wrap .review-btn a {
        font-weight: 500;
        line-height: 1;
    }

.single-review .review-bottom p {
    margin: 0;
    width: 93%;
}

.single-review.child-review {
    margin-left: 70px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .single-review.child-review {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ratting-form-wrapper.pl-50 {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ratting-form-wrapper.pl-50 {
        padding-left: 0;
        margin-top: 50px;
    }
}

.ratting-form-wrapper h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.ratting-form-wrapper .ratting-form form .star-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 0 20px;
}

    .ratting-form-wrapper .ratting-form form .star-box span {
        margin: 0 15px 0 0;
    }

    .ratting-form-wrapper .ratting-form form .star-box .ratting-star {
        font-size: 12px;
        color: #ffa900;
        margin: 2px 0 0;
    }

.ratting-form-wrapper .ratting-form form .rating-form-style input,
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    padding: 2px 10px 2px 20px;
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #333;
}

.ratting-form-wrapper .ratting-form form .rating-form-style textarea {
    height: 180px;
    padding: 20px 10px 2px 20px;
    margin-bottom: 20px;
}

.ratting-form-wrapper .ratting-form form .form-submit input {
    width: auto;
    padding: 12px 50px;
    font-weight: 500;
    text-transform: uppercase;
    height: auto;
    background-color: red;
    color: #fff;
    border: 1px solid red;
}

    .ratting-form-wrapper .ratting-form form .form-submit input:hover {
        background-color: #333;
        border: 1px solid #333;
    }

/* product details 2 */
.product-dec-slider-2 {
    display: inline-block;
    float: left;
    padding: 0;
    width: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-slider-2 {
        width: 19%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-slider-2 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-slider-2 {
        margin-bottom: 30px;
        width: 30%;
    }
}

.product-dec-slider-2 .product-dec-icon {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    left: 50%;
    line-height: 1;
    padding: 0 10px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

    .product-dec-slider-2 .product-dec-icon.product-dec-prev {
        top: -25px;
    }

    .product-dec-slider-2 .product-dec-icon.product-dec-next {
        bottom: -14px;
    }

.product-dec-slider-2.slick-vertical .slick-slide {
    display: block;
    height: auto;
    margin: 2px 0 10px;
    text-align: center;
}

    .product-dec-slider-2.slick-vertical .slick-slide img {
        display: inline-block;
        width: 100%;
    }

.product-dec-slider-2:hover .product-dec-icon {
    opacity: 1;
    visibility: visible;
}

.zoompro-wrap.zoompro-2 {
    display: inline-block;
    position: relative;
    width: 80%;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .zoompro-wrap.zoompro-2 {
        width: 79%;
    }
}

@media only screen and (max-width: 767px) {
    .zoompro-wrap.zoompro-2 {
        margin-bottom: 30px;
        width: 70%;
    }
}

.zoompro-wrap .zoompro-span {
    position: relative;
}

    .zoompro-wrap .zoompro-span span {
        position: absolute;
        top: 30px;
        left: 30px;
        font-size: 13px;
        color: #fff;
        display: inline-block;
        line-height: 1;
        padding: 3px 11px;
        border-radius: 3px;
        font-weight: 500;
        background-color: red;
        z-index: 99;
    }

    .zoompro-wrap .zoompro-span .product-video {
        text-align: center;
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 99;
    }

        .zoompro-wrap .zoompro-span .product-video a {
            background-color: red;
            border-radius: 3px;
            color: #fff;
            display: inline-block;
            padding: 5px 15px 5px;
        }

@media only screen and (max-width: 767px) {
    .zoompro-wrap .zoompro-span .product-video a {
        padding: 3px 10px 3px;
    }
}

.zoompro-wrap .zoompro-span img {
    width: 100%;
}

.dec-img-wrap {
    position: relative;
}

    .dec-img-wrap img {
        /*width: 100%;*/ /*Changed by FDamra*/
        width: 90%;
    }

    .dec-img-wrap span {
        position: absolute;
        top: 30px;
        left: 30px;
        font-size: 13px;
        color: #fff;
        display: inline-block;
        line-height: 1;
        padding: 3px 11px;
        border-radius: 3px;
        font-weight: 500;
        background-color: red;
        z-index: 99;
    }

@media only screen and (max-width: 767px) {
    .sidebar-active .product-details-content {
        margin-top: 0;
    }
}

.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;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-gallery.mr-20 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-gallery.mr-20 {
        margin-right: 0;
    }
}

/* affiliate */
.pro-details-affiliate {
    margin: 30px 0;
}

    .pro-details-affiliate a {
        color: #fff;
        display: inline-block;
        font-weight: 500;
        background-color: #000;
        line-height: 1;
        padding: 13px 30px 16px;
        z-index: 9;
        border: 1px solid transparent;
    }

/* product-details-slider */
.product-details-slider-active.nav-style-1.owl-carousel .owl-nav button {
    color: #333;
    font-size: 20px;
    left: 20px;
}

    .product-details-slider-active.nav-style-1.owl-carousel .owl-nav button:hover {
        color: red;
    }

    .product-details-slider-active.nav-style-1.owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 20px;
    }

.product-details-slider-active:hover.nav-style-1.owl-carousel > .owl-nav button {
    opacity: 1;
    visibility: visible;
}

/*----- 20. Cart page  -----*/
@media only screen and (max-width: 767px) {
    .cart-main-area.pb-100 {
        padding-bottom: 60px;
    }
}

h3.cart-page-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.cart-table-content table {
    border: 1px solid #ebebeb;
}

    .cart-table-content table thead > tr {
        background-color: #f9f9f9;
        border: 1px solid #ebebeb;
    }

        .cart-table-content table thead > tr th {
            border-top: medium none;
            color: #333;
            font-size: 14px;
            font-weight: 500;
            padding: 21px 45px 22px;
            text-align: center;
            text-transform: uppercase;
            vertical-align: middle;
            white-space: nowrap;
        }

@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 (max-width: 767px) {
    .cart-table-content table thead > tr th {
        padding: 21px 20px 22px;
    }
}

.cart-table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}

    .cart-table-content table tbody > tr td.product-thumbnail {
        width: 150px;
    }

    .cart-table-content table tbody > tr td.product-name {
        width: 435px;
    }

        .cart-table-content table tbody > tr td.product-name a {
            color: #333;
            font-size: 15px;
            font-weight: 500;
        }

            .cart-table-content table tbody > tr td.product-name a:hover {
                color: red;
            }
/*added by fdamra*/
.fdimg8282 {
    width: 82px;
    height: 82px;
    object-fit: fill;
}

.cart-table-content table tbody > tr td.product-price-cart {
    width: 435px;
}

    .cart-table-content table tbody > tr td.product-price-cart span {
        font-weight: 500;
        color: #333;
    }

.cart-table-content table tbody > tr td.product-subtotal {
    font-weight: 500;
    color: #333;
}

.cart-table-content table tbody > tr td.product-quantity {
    width: 435px;
}

    .cart-table-content table tbody > tr td.product-quantity .cart-plus-minus {
        display: inline-block;
        height: 40px;
        padding: 0;
        position: relative;
        width: 110px;
    }

        .cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
            color: #333;
            cursor: pointer;
            float: inherit;
            font-size: 16px;
            margin: 0;
            position: absolute;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            width: 20px;
            text-align: center;
        }

        .cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
            border-right: 1px solid #e5e5e5;
            height: 40px;
            left: 0;
            padding-top: 8px;
            top: 0;
        }

        .cart-table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
            border-left: 1px solid #e5e5e5;
            height: 40px;
            padding-top: 9px;
            right: 0;
            top: 0;
        }

        .cart-table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
            color: #333;
            float: left;
            font-size: 14px;
            height: 40px;
            margin: 0;
            width: 110px;
            background: transparent none repeat scroll 0 0;
            border: 1px solid #e1e1e1;
            padding: 0;
            text-align: center;
        }

.cart-table-content table tbody > tr td.product-remove {
    width: 100px;
}

    .cart-table-content table tbody > tr td.product-remove a {
        color: #666;
        font-size: 17px;
        margin: 0 13px;
    }

        .cart-table-content table tbody > tr td.product-remove a:hover {
            color: red;
        }

.cart-table-content table tbody > tr td.product-wishlist-cart > a {
    background-color: red;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 12px;
    text-transform: uppercase;
}

    .cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
        background-color: #333;
    }

.cart-table-content table tbody > tr td {
    color: #333;
    font-size: 15px;
    /*padding: 30px 0;*/ /*fdamra*/
    padding: 0px 0;
    text-align: center;
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px 55px;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: block;
        padding: 30px 0px 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    background-color: #f2f2f2;
    border-radius: 50px;
    color: #363f4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 63px 17px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-shiping-update > a,
    .cart-shiping-update-wrapper .cart-clear > button,
    .cart-shiping-update-wrapper .cart-clear > a {
        padding: 18px 25px 17px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .cart-shiping-update > a,
    .cart-shiping-update-wrapper .cart-clear > button,
    .cart-shiping-update-wrapper .cart-clear > a {
        padding: 18px 40px 17px;
        margin: 0 0 15px;
    }
}

.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover,
.cart-shiping-update-wrapper .cart-clear > a:hover {
    background-color: red;
    color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > button {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-clear > button {
        margin-right: 15px;
    }
}

.cart-tax,
.discount-code-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-tax,
    .discount-code-wrapper {
        padding: 45px 18px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-tax,
    .discount-code-wrapper {
        padding: 45px 18px 50px;
    }
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
    position: relative;
}

    .cart-tax .title-wrap::before,
    .discount-code-wrapper .title-wrap::before {
        background-color: #e3e1e1;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 100%;
        z-index: 1;
    }

    .cart-tax .title-wrap h4.cart-bottom-title,
    .discount-code-wrapper .title-wrap h4.cart-bottom-title {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        padding-right: 18px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-tax .title-wrap h4.cart-bottom-title,
    .discount-code-wrapper .title-wrap h4.cart-bottom-title {
        font-size: 16px;
    }
}

.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
    background-color: #f8f9f9;
    position: relative;
    z-index: 99;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
    margin-top: 22px;
}

    .cart-tax .tax-wrapper p,
    .discount-code-wrapper .tax-wrapper p {
        margin: 0;
    }

    .cart-tax .tax-wrapper .tax-select-wrapper,
    .discount-code-wrapper .tax-wrapper .tax-select-wrapper {
        margin: 5px 0 0;
    }

        .cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
        .discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
            margin: 0 0 26px;
        }

            .cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
            .discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
                color: #242424;
                font-size: 14px;
                margin: 0 0 5px;
            }

            .cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
            .discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
                -moz-appearance: none;
                -webkit-appearance: none;
                background: #fff url("../../assets/img/icon-img/cart.png") no-repeat scroll right 18px center;
                border: 1px solid #ebebeb;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #242424;
                font-size: 12px;
                height: 40px;
                padding: 0 50px 0 15px;
                width: 100%;
                cursor: pointer;
            }

            .cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
            .discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
                background: #fff none repeat scroll 0 0;
                border: 1px solid #ebebeb;
                height: 40px;
            }

        .cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
        .discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
            background-color: red;
            border: medium none;
            border-radius: 50px;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            padding: 13px 42px 12px;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
            .discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover {
                background-color: #333;
            }

.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
    margin: 21px 0 0;
}

    .cart-tax .discount-code p,
    .discount-code-wrapper .discount-code p {
        margin: 0 0 15px;
    }

    .cart-tax .discount-code form input,
    .discount-code-wrapper .discount-code form input {
        background: #fff;
        border: 1px solid #ebebeb;
        height: 40px;
        margin-bottom: 30px;
        padding-left: 10px;
    }

    .cart-tax .discount-code form button.cart-btn-2,
    .discount-code-wrapper .discount-code form button.cart-btn-2 {
        background-color: red;
        border: medium none;
        border-radius: 50px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        padding: 13px 42px 12px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .cart-tax .discount-code form button.cart-btn-2:hover,
        .discount-code-wrapper .discount-code form button.cart-btn-2:hover {
            background-color: #333;
        }

.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grand-totall {
        padding: 45px 18px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-totall {
        margin-top: 30px;
    }
}

.grand-totall .title-wrap {
    position: relative;
}

    .grand-totall .title-wrap::before {
        background-color: #e3e1e1;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 100%;
        z-index: 1;
    }

    .grand-totall .title-wrap h4.cart-bottom-title {
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        padding-right: 18px;
    }

    .grand-totall .title-wrap .section-bg-gary-cart {
        background-color: #f9f9f9;
        position: relative;
        z-index: 9;
    }

.grand-totall h5 {
    font-size: 14px;
    margin: 36px 0 27px;
}

    .grand-totall h5 span {
        float: right;
        font-size: 18px;
        font-weight: 500;
    }

.grand-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0;
}

    .grand-totall .total-shipping h5 {
        font-size: 14px;
        margin: 0;
    }

    .grand-totall .total-shipping ul {
        padding: 19px 0 0 0px;
    }

        .grand-totall .total-shipping ul li {
            color: #242424;
            list-style: outside none none;
            margin: 0 0 6px;
        }

            .grand-totall .total-shipping ul li:last-child {
                margin: 0 0 0px;
            }

            .grand-totall .total-shipping ul li input {
                background: #e9e9e9 none repeat scroll 0 0;
                border: 1px solid #d7d7d7;
                border-radius: 5px !important;
                color: #626262;
                cursor: pointer;
                height: 13px;
                margin-right: 10px;
                padding: 0;
                position: relative;
                top: 2px;
                width: 13px;
            }

            .grand-totall .total-shipping ul li span {
                float: right;
            }

.grand-totall h4.grand-totall-title {
    color: red;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
}

    .grand-totall h4.grand-totall-title span {
        float: right;
    }

.grand-totall a {
    background-color: red;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
}

    .grand-totall a:hover {
        background-color: #333;
    }

@media only screen and (max-width: 767px) {
    .discount-code-wrapper {
        margin: 30px 0;
    }
}

/*------- 21. Checkout page  -----------*/
.billing-info-wrap h3 {
    font-size: 20px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 500;
}

.billing-info-wrap .billing-info label,
.billing-info-wrap .billing-select label {
    color: #000;
    margin: 0 0 7px;
}

.billing-info-wrap .billing-info input,
.billing-info-wrap .billing-select input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
}

    .billing-info-wrap .billing-info input.billing-address,
    .billing-info-wrap .billing-select input.billing-address {
        margin-bottom: 10px;
    }

.billing-info-wrap .billing-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    height: 45px;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0) url("../../assets/img/icon-img/select.png") no-repeat scroll right 18px center;
    cursor: pointer;
}

.billing-info-wrap .checkout-account {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .billing-info-wrap .checkout-account input {
        border: 1px solid #9fa0a2;
        display: inline-block;
        float: left;
        height: 10px;
        width: 10px;
    }

    .billing-info-wrap .checkout-account span {
        color: #333;
        font-weight: 400;
        margin: 0 0 0 12px;
    }

.billing-info-wrap .checkout-account-toggle input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    margin: 0 0 20px;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn {
    background-color: red;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}

    .billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
        background-color: #333;
    }

.billing-info-wrap .additional-info-wrap h4 {
    font-size: 16px;
    font-weight: 500;
}

.billing-info-wrap .additional-info-wrap .additional-info label {
    color: #333;
    font-size: 14px;
    margin: 0 0 7px;
}

.billing-info-wrap .additional-info-wrap .additional-info textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    height: 138px;
    padding: 17px 20px;
}

.billing-info-wrap .different-address {
    display: none;
}

@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 {
        margin-top: 30px;
    }
}

.your-order-area h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}

.your-order-area .your-order-wrap {
    padding: 38px 45px 44px;
    background: #f6f6f6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px 36px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap {
        padding: 30px 20px 36px;
    }
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
        font-size: 16px;
        font-weight: 500;
        list-style: outside none none;
    }

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 29px 0;
    padding: 19px 0 18px;
}

    .your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 10px;
    }

.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li {
        font-size: 14px;
        font-weight: 400;
        list-style: none;
    }

        .your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
            font-size: 16px;
            color: #212121;
            font-weight: 400;
        }

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
    border-bottom: 1px solid #dee0e4;
    border-top: 1px solid #dee0e4;
    margin: 18px 0 33px;
    padding: 17px 0 19px;
}

    .your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
            font-weight: 500;
            color: #212121;
            font-size: 18px;
        }

        .your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
            font-weight: 500;
            color: red;
            font-size: 16px;
            list-style: outside none none;
        }

.your-order-area .payment-accordion {
    margin: 0 0 16px;
}

    .your-order-area .payment-accordion:last-child {
        margin: 0 0 0px;
    }

    .your-order-area .payment-accordion h4 {
        color: #212121;
        font-size: 16px;
        margin: 0;
    }

        .your-order-area .payment-accordion h4 a {
            color: #212121;
            position: relative;
            display: block;
        }

            .your-order-area .payment-accordion h4 a:hover {
                color: red;
            }

    .your-order-area .payment-accordion .panel-body {
        padding: 5px 0 0 0px;
    }

        .your-order-area .payment-accordion .panel-body p {
            padding: 0 0 0 10px;
            font-size: 14px;
            color: #333;
        }

.your-order-area .Place-order > a {
    background-color: red;
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}

    .your-order-area .Place-order > a:hover {
        background-color: #333;
    }

@media only screen and (max-width: 767px) {
    .checkout-area.pb-100 {
        padding-bottom: 60px;
    }
}

/*------ 22. contact Page  ------*/
.contact-map #map {
    height: 560px;
}

@media only screen and (max-width: 767px) {
    .contact-map #map {
        height: 400px;
    }
}

.contact-info-wrap {
    background-color: #f3f3f3;
    padding: 120px 70px 116px 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-info-wrap {
        padding: 120px 20px 116px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info-wrap {
        padding: 120px 20px 116px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap {
        padding: 50px 20px 45px 30px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

.contact-info-wrap .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

    .contact-info-wrap .single-contact-info .contact-icon {
        margin-right: 20px;
    }

        .contact-info-wrap .single-contact-info .contact-icon i {
            font-size: 20px;
            color: #252525;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #252525;
            text-align: center;
            border-radius: 100%;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .contact-info-wrap .single-contact-info .contact-info-dec p {
        line-height: 1;
        color: #404040;
        margin: 0 0 9px;
    }

        .contact-info-wrap .single-contact-info .contact-info-dec p a {
            color: #404040;
        }

            .contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
                color: red;
            }

        .contact-info-wrap .single-contact-info .contact-info-dec p:last-child {
            margin: 0;
        }

    .contact-info-wrap .single-contact-info:hover .contact-icon i {
        background-color: #252525;
        color: #fff;
    }

.contact-social {
    margin-top: 58px;
}

    .contact-social h3 {
        font-weight: 500;
        color: #4d4d4d;
        font-size: 24px;
        margin: 0 0 17px;
        line-height: 1;
    }

    .contact-social ul li {
        margin: 0 10px;
        display: inline-block;
    }

        .contact-social ul li a {
            font-size: 16px;
            color: #4d4d4d;
        }

            .contact-social ul li a:hover {
                color: red;
            }

.contact-form {
    background-color: #f3f3f3;
    /*padding: 50px 110px 50px 110px;*/ /*fdamra*/
    padding: 10px 15px 10px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form {
        padding: 50px 50px 50px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        padding: 50px 30px 50px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        padding: 50px 30px 50px 30px;
    }
}

.contact-form .contact-title h2 {
    font-size: 24px;
    font-weight: 500;
    color: #464646;
    line-height: 1;
    margin-bottom: 36px;
}

.contact-form .contact-form-style input, .contact-form .contact-form-style textarea {
    background: transparent;
    border: 1px solid #c1c1c1;
    height: 40px;
    padding: 2px 14px;
    margin-bottom: 30px;
    color: #000;
}

.contact-form .contact-form-style textarea {
    padding: 20px 14px;
    margin-bottom: 0px;
    height: 175px;
}

.contact-form .contact-form-style button {
    border: none;
    background-color: #404040;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 52px;
    margin-top: 38px;
}

    .contact-form .contact-form-style button:hover {
        background-color: red;
    }

.contact-form p {
    color: #333;
}

    .contact-form p.success {
        margin-top: 10px;
    }

.contact-form-style .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {
    .contact-area.pb-100 {
        padding-bottom: 60px;
    }
}

/*------ 23. Blog Details Page  -------*/
.blog-details-top .blog-details-img {
    position: relative;
}

    .blog-details-top .blog-details-img img {
        width: 100%;
    }

    .blog-details-top .blog-details-img .video-icon {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .blog-details-top .blog-details-img .video-icon a {
            background-color: #ff0000;
            border-radius: 50px;
            color: #fff;
            display: inline-block;
            font-size: 25px;
            height: 60px;
            line-height: 61px;
            width: 60px;
        }

            .blog-details-top .blog-details-img .video-icon a:hover {
                background-color: red;
            }

.blog-details-top .blog-details-content {
    margin-top: 30px;
}

    .blog-details-top .blog-details-content .blog-meta-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .blog-details-top .blog-details-content .blog-meta-2 ul li {
            color: #333;
            display: inline-block;
            font-size: 14px;
            letter-spacing: 1px;
            list-style: outside none none;
            margin: 0 17px 0 0;
            position: relative;
            text-transform: uppercase;
            display: inline-block;
            line-height: 1;
        }

            .blog-details-top .blog-details-content .blog-meta-2 ul li::before {
                background-color: #555;
                content: "";
                height: 2px;
                position: absolute;
                right: -13px;
                top: 6px;
                -webkit-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
                width: 5px;
            }

            .blog-details-top .blog-details-content .blog-meta-2 ul li:last-child::before {
                display: none;
            }

            .blog-details-top .blog-details-content .blog-meta-2 ul li a {
                color: #333;
            }

                .blog-details-top .blog-details-content .blog-meta-2 ul li a:hover {
                    color: red;
                }

    .blog-details-top .blog-details-content h3 {
        font-size: 24px;
        font-weight: 500;
        margin: 8px 0 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-top .blog-details-content h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-top .blog-details-content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content h3 {
        font-size: 18px;
    }
}

.blog-details-top .blog-details-content p {
    margin: 0;
    line-height: 26px;
}

.blog-details-top .blog-details-content blockquote {
    color: #333;
    font-size: 18px;
    margin: 25px 0 26px;
    line-height: 34px;
    font-weight: 500;
    font-style: italic;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-top .blog-details-content blockquote {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-top .blog-details-content blockquote {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content blockquote {
        font-size: 16px;
        line-height: 30px;
    }
}

.dec-img-wrapper {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .dec-img-wrapper {
        margin-top: 30px;
    }
}

.dec-img-wrapper .dec-img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .dec-img-wrapper .dec-img.mb-50 {
        margin-bottom: 30px;
    }
}

.tag-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 30px;
}

@media only screen and (max-width: 767px) {
    .tag-share {
        display: block;
        margin: 20px 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .tag-share .dec-tag {
        margin-bottom: 10px;
    }
}

.tag-share .dec-tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .tag-share .dec-tag ul li {
        margin-right: 10px;
        position: relative;
    }

        .tag-share .dec-tag ul li a {
            text-transform: capitalize;
            font-size: 15px;
        }

.tag-share .blog-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .tag-share .blog-share span {
        font-size: 15px;
        text-transform: capitalize;
    }

    .tag-share .blog-share ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .tag-share .blog-share ul li {
            margin-left: 10px;
        }

            .tag-share .blog-share ul li a {
                font-size: 16px;
            }

.next-previous-post {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 18px 0 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .next-previous-post a {
        font-size: 15px;
        text-transform: capitalize;
    }

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper.mt-55 {
        margin-top: 25px;
    }
}

.blog-comment-wrapper .blog-dec-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .blog-dec-title {
        font-size: 18px;
    }
}

.blog-comment-wrapper .single-comment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper {
        display: block;
    }

        .blog-comment-wrapper .single-comment-wrapper.mt-35 {
            margin-top: 20px;
        }

        .blog-comment-wrapper .single-comment-wrapper.mt-50 {
            margin-top: 30px;
        }
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 28px;
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
        margin-right: 28px;
        margin-bottom: 20px;
    }
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper .blog-comment-img img {
        width: auto;
    }
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content span {
    display: block;
    font-size: 15px;
    margin: 6px 0 8px;
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content .blog-details-btn a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper.ml-120 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper.mt-50 {
        margin-top: 30px;
    }
}

.blog-reply-wrapper .blog-dec-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper .blog-dec-title {
        font-size: 18px;
    }
}

.blog-reply-wrapper .blog-form {
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper .blog-form {
        margin-top: 20px;
    }
}

.blog-reply-wrapper .blog-form .leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    height: 45px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog-reply-wrapper .blog-form .text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    height: 250px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.blog-reply-wrapper .blog-form .text-leave input {
    background-color: red;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    height: inherit;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 14px 30px 13px;
    width: inherit;
}

    .blog-reply-wrapper .blog-form .text-leave input:hover {
        background-color: #333;
    }

.nav-style-4.owl-carousel:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

/*------ 24. login register Page  --------*/
.login-register-wrapper .login-register-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .login-register-wrapper .login-register-tab-list a {
        position: relative;
    }

        .login-register-wrapper .login-register-tab-list a::before {
            background-color: #454545;
            bottom: 5px;
            content: "";
            height: 18px;
            margin: 0 auto;
            position: absolute;
            right: -2px;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            width: 1px;
        }

        .login-register-wrapper .login-register-tab-list a h4 {
            font-size: 25px;
            font-weight: 700;
            margin: 0 20px;
            text-transform: capitalize;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .login-register-wrapper .login-register-tab-list a:last-child::before {
            display: none;
        }

        .login-register-wrapper .login-register-tab-list a.active h4 {
            color: red;
        }

.login-register-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 80px;
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-wrapper .login-form-container {
        padding: 80px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container {
        padding: 40px 15px;
    }
}

.login-register-wrapper .login-form-container .login-register-form form input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
    height: 45px;
    margin-bottom: 30px;
    padding: 0 15px;
}

    .login-register-wrapper .login-form-container .login-register-form form input[type=checkbox] {
        height: 15px;
        margin: 0;
        position: relative;
        top: 1px;
        width: 17px;
    }

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
    padding: 10px 0 19px;
}

    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
        color: #242424;
        font-size: 15px;
        font-weight: 400;
    }

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
        font-size: 14px;
    }
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
    color: #242424;
    float: right;
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
        font-size: 14px;
    }
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
    color: red;
}

.login-register-wrapper .login-form-container .login-register-form form .button-box button {
    background-color: #f2f2f2;
    border: medium none;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 11px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {
        background-color: red;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .login-register-area.pb-100 {
        padding-bottom: 60px;
    }
}

/*------ 25. My account Page  ------*/
.single-my-account {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

    .single-my-account h3.panel-title {
        background-color: #f9f9f9;
        border-bottom: 1px solid #ebebeb;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        position: relative;
        text-transform: uppercase;
    }

@media only screen and (max-width: 767px) {
    .single-my-account h3.panel-title {
        line-height: 22px;
        font-size: 14px;
    }
}

.single-my-account h3.panel-title span {
    color: #242424;
    font-size: 15px;
    left: 20px;
    position: absolute;
    top: 16px;
}

.single-my-account h3.panel-title a {
    color: #242424;
    display: block;
    padding: 16px 55px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .single-my-account h3.panel-title a {
        padding: 16px 30px 16px 40px;
    }
}

.single-my-account h3.panel-title a:hover {
    color: red;
}

.single-my-account h3.panel-title a::before {
    color: #000;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 19px;
}

.single-my-account h3.panel-title a:hover::before {
    color: red;
}

.single-my-account .myaccount-info-wrapper {
    padding: 30px 20px;
    background-color: #fff;
}

    .single-my-account .myaccount-info-wrapper .account-info-wrapper {
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 28px;
        padding-bottom: 30px;
    }

        .single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
            font-size: 15px;
            margin: 0;
            text-transform: uppercase;
        }

        .single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
            font-size: 16px;
            letter-spacing: 0.2px;
            margin-top: 7px;
        }

    .single-my-account .myaccount-info-wrapper .billing-info {
        margin-bottom: 20px;
    }

        .single-my-account .myaccount-info-wrapper .billing-info label {
            color: #000;
            font-size: 14px;
            text-transform: capitalize;
        }

        .single-my-account .myaccount-info-wrapper .billing-info input {
            background: transparent none repeat scroll 0 0;
            border: 1px solid #ebebeb;
            color: #000;
            height: 40px;
            padding: 0 15px;
        }

    .single-my-account .myaccount-info-wrapper .billing-back-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 26px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
            color: #000;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
        }

            .single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
                color: red;
            }

            .single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
                font-size: 16px;
                color: red;
            }

        .single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {
            background-color: #f2f2f2;
            border: medium none;
            color: #000;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            padding: 16px 35px 17px;
            text-transform: uppercase;
            cursor: pointer;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover {
                background: red;
                color: #fff;
            }

    .single-my-account .myaccount-info-wrapper .entries-wrapper {
        border: 1px solid #eaeaea;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .single-my-account .myaccount-info-wrapper .entries-wrapper {
        padding: 30px 10px;
    }

        .single-my-account .myaccount-info-wrapper .entries-wrapper::before {
            display: none;
        }
}

.single-my-account .myaccount-info-wrapper .entries-wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    background-color: #eaeaea;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
        padding: 0 10px 30px;
    }
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
    color: #000;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 2px;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 500;
}

    .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
        background-color: red;
    }

    .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
        background-color: #df5c39;
    }

        .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
            background-color: red;
        }

.error h1 {
    font-size: 17rem;
    font-weight: bold;
    letter-spacing: 1rem;
    line-height: 1.1;
    margin-bottom: 30px;
    color: red;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error h1 {
        font-size: 15rem;
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error h1 {
        font-size: 12rem;
    }
}

@media only screen and (max-width: 767px) {
    .error h1 {
        font-size: 7rem;
        line-height: 88px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .error h1 {
        font-size: 9rem;
        line-height: 100px;
    }
}

.error h2 {
    font-size: 25px;
    font-weight: 600;
}

.error-btn {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 16px;
    min-width: 184px;
    min-height: 55px;
    line-height: 55px;
    margin-bottom: 6px;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    background-color: red;
    display: inline-block;
}

    .error-btn:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -6px;
        height: 3px;
        width: 100%;
        background-color: red;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .error-btn:hover {
        background-color: #111111;
        color: #fff;
    }

        .error-btn:hover:after {
            background-color: #111111;
        }

.searchform {
    position: relative;
}

    .searchform input {
        border: 1px solid #eeeeee;
        height: 45px;
        width: 100%;
        padding-left: 15px;
        padding-right: 80px;
        background-color: transparent;
    }

    .searchform button {
        border: none;
        background-color: red;
        width: 70px;
        color: #fff;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

        .searchform button:hover {
            background-color: #000;
        }

@media only screen and (max-width: 767px) {
    .searchform.mb-50 {
        margin-bottom: 20px;
    }
}






/*Fdamra Styles*/

.FDwrapper {
    width: 100%;
}

.FDmega_menu {
    width: 100%;
    height: 60px;
}

    .FDmega_menu ul {
        width: 100%;
        height: 100%;
        background: #000000;
        line-height: 59px;
        text-align: center;
        position: relative;
    }

        .FDmega_menu ul li {
            display: inline-block;
            margin: 0 15px;
            padding: 0 15px;
        }

            .FDmega_menu ul li a {
                text-decoration: none;
                color: #fff;
                text-transform: uppercase;
                /*font-weight: bold;*/
                letter-spacing: 5px;
                font-size: 12px;
                display: block;
            }

            .FDmega_menu ul li .sub_menu {
                position: absolute;
                background: #2c2c2c;
                width: 100%;
                left: 0;
                top: 60px;
                padding: 25px 15px;
                display: flex;
                justify-content: space-around;
                line-height: 24px;
                visibility: hidden;
            }

            .FDmega_menu ul li:hover {
                background: #2c2c2c;
            }

                .FDmega_menu ul li:hover a {
                    color: #ca914c;
                }

                .FDmega_menu ul li:hover .sub_menu {
                    visibility: visible;
                }

                    .FDmega_menu ul li:hover .sub_menu p {
                        color: #fff;
                        margin-top: 15px;
                        font-size: 14px;
                    }

            .FDmega_menu ul li .sub_menu .col img {
                width: 250px;
                height: 180px;
                display: block;
            }


.fdnowrapoverflow {
    transition: color .3s;
    color: #232323;
    text-decoration: none;
    overflow: hidden;
    display: block;
    max-width: 25ch;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fdnowrapoverflowCart {
    transition: color .3s;
    color: #232323;
    text-decoration: none;
    overflow: hidden;
    display: block;
    max-width: 24ch;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.fdimg331443 {
    /*width: 271px !important;*/
    width: 252px !important;
    height: 337px;
    object-fit: scale-down;
}

.FDnowrapTextlimit {
    white-space: nowrap;
    max-width: 15ch;
    text-overflow: ellipsis;
}

/* home 3 */
.FDslider-height-2 {
    height: 500px;
}

@media only screen and (max-width: 767px) {
    .FDslider-height-2 {
        height: auto;
    }
}



.fdimg360250 {
    /*width: 271px !important;*/
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}


.fdimgCelebrities {
    max-height: 100%;
    /*height: 200px;*/
    max-width: 100%;
    object-fit: cover;
}

.fdimg150150 {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
}

/*

.Active{
    display: inline-block;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    border-radius: 100%;
     color: red; 
    background-color: #8349ff;
    color: #fff;
    -webkit-box-shadow: 0 0px 12px 0.8px rgb(0 0 0 / 10%);
    box-shadow: 0 0px 12px 0.8px rgb(0 0 0 / 10%);
}
*/



.fdimg {
    max-width: 100%;
    height: 150px;
    vertical-align: middle;
}

.fdimg5050px {
    max-width: 50px;
    height: 50px;
    vertical-align: middle;
}


.fdbuttonPlaceOrder {
    background-color: red;
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    /* padding: 18px 20px; */
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}


.fdbuttonPlaceOrder02 {
    background-color: red;
    color: #fff;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    /* padding: 18px 20px; */
    text-align: center;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    border-radius: 50px;
    z-index: 9;
}


.fdliCategoryMenu {
    margin-left: 24px;
    font-weight: 100;
    font-size: 14px;
}

/*added by fdamra real cosmo site*/
.product-filters {
    display: block;
    float: left;
    /*width: 100%;*/
    position: relative;
}

@media (min-width: 992px) {
    .col-sidebar-products {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        /*max-width: 20%;*/
        /*max-width: 100%;*/
        width: auto;
    }
}

.product-filters .filter-item {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

    .product-filters .filter-item .title {
        margin-bottom: 15px;
        font-size: .875rem;
        font-weight: 600;
        float: left;
        width: 100%;
    }

    .product-filters .filter-item .filter-list-categories-parent {
        display: block;
        float: left;
        width: 100%;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 5px;
    }

        .product-filters .filter-item .filter-list-categories-parent svg {
            font-size: 18px;
            width: 18px;
            height: 18px;
            position: relative;
            top: -1px;
        }

svg {
    overflow: hidden;
    vertical-align: middle;
}

.product-filters .filter-item .filter-list-container {
    position: relative;
    float: left;
    width: 100%;
}

.product-filters .filter-item .filter-custom-scrollbar {
    max-height: 280px;
    overflow: hidden;
}

.product-filters .filter-item .filter-list-subcategories {
    padding-left: 21px;
}

.product-filters .filter-item .filter-list {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    max-height: 200px;
    padding-bottom: 10px;
}


.os-host, .os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}


.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
}


.os-resize-observer, .os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}


.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 1;
}

.os-host-overflow > .os-padding {
    overflow: hidden;
}

.product-filters .filter-item .filter-search-input {
    display: block;
    width: 100%;
    height: 32px;
    float: left;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}



.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: 0 !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

#os-dummy-scrollbar-size, .os-viewport {
    -ms-overflow-style: scrollbar !important;
}




.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible;
}


.product-filters .filter-item .filter-list-categories li, .product-filters .filter-item .filter-list-subcategories li {
    margin-bottom: 5px;
}


.product-filters .filter-item .filter-list li {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
}

.product-filters .filter-item .filter-list-subcategories li.li-sub {
    padding-left: 10px;
}

.product-filters .filter-item .filter-list-categories li a, .product-filters .filter-item .filter-list-subcategories li a {
    font-size: 13px;
    line-height: 18px;
}

.product-filters .filter-item .filter-list li a {
    display: block;
    float: left;
    width: 100%;
}


.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
}



.os-resize-observer {
    -webkit-animation-duration: .001s;
    animation-duration: .001s;
    -webkit-animation-name: hs-resize-observer-dummy-animation;
    animation-name: hs-resize-observer-dummy-animation;
}


.custom-checkbox {
    padding-left: 1.6rem;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}


.product-filters .filter-item .filter-list li a .custom-checkbox label {
    position: absolute;
    top: 0;
    font-size: 13px;
}


.product-filters .filter-item .filter-list li a label {
    cursor: pointer;
    margin: 0 !important;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control .custom-control-label {
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
}




.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: red;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: red;
    background-color: red;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-label::before {
    border-color: #d7dbdf;
    border: .09375rem solid #d6d6d6;
    border-radius: .125rem !important;
    left: -1.6rem;
}

.custom-control-label::before, .custom-control-label::after {
    width: 1.125rem;
    height: 1.125rem;
    top: .1rem;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-label::after {
    left: -1.6rem;
    background-size: 10px 10px;
}


.row-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
}

.custom-checkbox {
    padding-left: 1.6rem;
}
    /* Show the checkmark when checked */
    .custom-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

/*fdamra 24012022*/
@media only screen and (max-width: 767px) {
    .fdRCLogo {
        /*margin-top: -41px !important;*/
        /*        
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        */
    }
}

.fdRCLogo {
    /*display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    margin-bottom: auto;
    width: 100px;
    padding-top: -48px;
    height: 40px;*/
    /*margin-top: 5px;
    height: 40px;
    width: 100px;*/
    /*    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;*/
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.col-product {
    padding-right: 3px;
    padding-left: 3px;
    outline: none !important;
}
/*
@media (min-width: 992px) {
    .col-mds-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}*/


.tab-checkout-closed-bordered {
    padding: 35px 20px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.tab-checkout {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.border-top-0 {
    border-top: 0 !important;
}

.tab-checkout-open {
    margin-top: 30px;
    margin-bottom: 45px;
    padding: 0 15px;
}

.tab-checkout .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
    font-weight: bold;
}

.form-input {
    border: 1px solid #dfe0e6;
    outline: none !important;
    color: #494949;
    height: 42px;
    font-size: .875rem;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 0.1875rem;
}

.shopping-cart {
    margin-top: 45px;
    min-height: 600px;
}

.btn-custom {
    background-color: red;
    border-color: red;
}

.btn-custom {
    color: #fff !important;
    font-weight: 400;
    outline: 0 !important;
}

.btn-lg {
    padding: 0.54rem 1.6rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.btn {
    font-size: .875rem;
    color: #222;
}

.custom-control .custom-control-label {
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .fdcartMenu {
        /* width: 295px; */
        /*right: -52px;
        padding: 31px 15px 10px;
        overflow-y: auto;
        height: 500px;
        top: 100%;
        margin-top: 14px;*/
    }
}

/*
exo menu fdamra
https://codepen.io/arjunamgain/pen/YXBeLJ

*/


.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    background: #23364B;
}

    .exo-menu > li {
        display: inline-block;
        float: left;
    }

        .exo-menu > li > a {
            color: #ccc;
            text-decoration: none;
            text-transform: uppercase;
            border-right: 1px #365670 dotted;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
        }

            .exo-menu > li > a.active,
            .exo-menu > li > a:hover,
            li.drop-down ul > li > a:hover {
                background: #009FE1;
                color: #fff;
            }

    .exo-menu i {
        float: left;
        font-size: 18px;
        margin-right: 6px;
        line-height: 20px !important;
    }

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}

    li.drop-down:before {
        content: "\f103";
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
        display: inline;
        position: absolute;
        right: 6px;
        top: 20px;
        font-size: 14px;
    }

    li.drop-down > ul {
        left: 0px;
        min-width: 230px;
    }

.drop-down-ul {
    display: none;
}

.flyout-right > ul,
.flyout-left > ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul > li > a,
.flyout-left ul > li > a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

    .flyout-mega ul > li > a:hover,
    .flyout-mega ul > li > a:active,
    .flyout-mega ul > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #ccc !important
    }
/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

    ul.description li span {
        color: #ccc;
        font-size: 85%;
    }

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

    a.view-more:hover {
        color: #fff;
        background: #0DADEF;
    }

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

    .Blog .blog-title {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

    .Blog .blog-des {
        color: #ccc;
        font-size: 90%;
        margin-top: 15px;
    }

    .Blog a.view-more {
        margin-top: 0px;
    }
/*Images*/
.Images {
    left: 0;
    width: 100%;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

    .Images h4 {
        font-size: 15px;
        margin-top: 0px;
        text-transform: uppercase;
    }
/*common*/
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #547787;
}

    /*hover*/
    .Blog:hover,
    .Images:hover,
    .mega-menu:hover,
    .drop-down-ul:hover,
    li.flyout-left > ul:hover,
    li.flyout-right > ul:hover,
    .flyout-mega-wrap:hover,
    li.flyout-left a:hover + ul,
    li.flyout-right a:hover + ul,
    .blog-drop-down > a:hover + .Blog,
    li.drop-down > a:hover + .drop-down-ul,
    .images-drop-down > a:hover + .Images,
    .mega-drop-down a:hover + .mega-menu,
    li.flyout-mega > a:hover + .flyout-mega-wrap {
        display: block;
    }
/*responsive*/
@media (min-width:767px) {
    .exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right > ul {
        left: 100%;
    }

    .flyout-left > ul {
        right: 100%;
    }
}

@media (max-width:767px) {

    .exo-menu {
        min-height: 58px;
        background-color: #23364B;
        width: 100%;
    }

        .exo-menu > li > a {
            width: 100%;
            display: none;
        }

        .exo-menu > li {
            width: 100%;
        }

    .display.exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: relative;
    }
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}



/*
    w3school mega menu
    added by fdamra

    https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_mega_menu
*/


.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font: inherit;
        margin: 0;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        background-color: red;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content .header {
        background: red;
        padding: 16px;
        color: white;
    }

.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 250px;
}

    .column a {
        float: none;
        color: black;
        padding: 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .column a:hover {
            background-color: #ddd;
        }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}






/*fdamra menu */

.mega-menuFD {
    display: block;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 4px #dadada;
}

    .mega-menuFD .mobile-nav-icon {
        display: none;
    }

    .mega-menuFD.sticky-header {
        position: fixed;
        top: 0;
    }

    .mega-menuFD a {
        text-decoration: none;
        color: #000000;
        border-bottom: 4px solid white;
    }

    .mega-menuFD .main-links {
        background-color: #ffffff;
        border-bottom: 1px solid #dedede;
        z-index: 9;
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }

        .mega-menuFD .main-links.disable-highlighter ul li a:hover {
            border-color: transparent;
        }

        .mega-menuFD .main-links.text-highlighter ul li a:hover {
            color: red;
        }

        .mega-menuFD .main-links ul {
            display: flex;
            margin: 0;
            float: left;
            position: relative;
        }

            .mega-menuFD .main-links ul.follow-highlighter-enabled a:hover {
                border-color: transparent;
            }

            .mega-menuFD .main-links ul.follow-highlighter-enabled .follow-highlighter {
                position: absolute;
                width: 0%;
                height: 4px;
                background-color: red;
                bottom: 0px;
                transition: all ease 0.3s;
            }

                .mega-menuFD .main-links ul.follow-highlighter-enabled .follow-highlighter.right {
                    animation-duration: 0.3s;
                    animation-fill-mode: both;
                    animation-timing-function: ease-in;
                    animation-direction: alternate;
                }

            .mega-menuFD .main-links ul li {
                width: auto;
                float: left;
                margin-right: 40px;
            }

                .mega-menuFD .main-links ul li a {
                    position: relative;
                    padding: 25px 0px;
                    float: left;
                }

                    .mega-menuFD .main-links ul li a:hover {
                        border-bottom: 4px solid red;
                    }

                    .mega-menuFD .main-links ul li a.highlight {
                        border-bottom: 4px solid red;
                    }

                    .mega-menuFD .main-links ul li a .caret.caret-down {
                        border: solid black;
                        border-width: 0 2px 2px 0;
                        display: inline-block;
                        padding: 2px;
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                        margin-left: 8px;
                        margin-bottom: 2px;
                    }

                    .mega-menuFD .main-links ul li a .caret.caret-up {
                        border: solid black;
                        border-width: 0 2px 2px 0;
                        display: inline-block;
                        padding: 2px;
                        transform: rotate(-135deg);
                        -webkit-transform: rotate(-135deg);
                        margin-left: 8px;
                        margin-top: 2px;
                    }

                    .mega-menuFD .main-links ul li a .caret.caret-img {
                        display: inline-block;
                        background-size: cover;
                        position: absolute;
                        width: 15px;
                        height: 15px;
                        margin-top: 3px;
                        right: -20px;
                    }

    .mega-menuFD .menu-dropdown {
        display: block;
        float: left;
        width: 100%;
    }

        .mega-menuFD .menu-dropdown .menu-item-wrapper {
            display: none;
            padding: 45px;
            margin: 0;
            float: left;
            width: 100%;
            flex-wrap: wrap;
            flex-direction: row;
        }

            .mega-menuFD .menu-dropdown .menu-item-wrapper.active {
                display: flex;
            }

            .mega-menuFD .menu-dropdown .menu-item-wrapper li {
                margin-right: 30px;
            }

            .mega-menuFD .menu-dropdown .menu-item-wrapper .category-wrapper {
                float: left;
                display: inline-block;
                margin-left: 0;
            }

                .mega-menuFD .menu-dropdown .menu-item-wrapper .category-wrapper:last-child {
                    margin-right: 0;
                }

                .mega-menuFD .menu-dropdown .menu-item-wrapper .category-wrapper .item-category {
                    font-weight: 400;
                    color: black;
                    position: relative;
                    margin-bottom: 15px;
                    display: block;
                    padding: 0px 15px;
                }

                    .mega-menuFD .menu-dropdown .menu-item-wrapper .category-wrapper .item-category:before {
                        content: "";
                        position: absolute;
                        width: 3px;
                        height: 80%;
                        background-color: red;
                        left: 0px;
                        /* line-height: 100%; */
                        top: 50%;
                        transform: translateY(-50%);
                    }

                .mega-menuFD .menu-dropdown .menu-item-wrapper .category-wrapper ul {
                    display: inline-block;
                    float: left;
                }

            .mega-menuFD .menu-dropdown .menu-item-wrapper li {
                color: #777777;
                display: block;
                height: auto;
            }

                .mega-menuFD .menu-dropdown .menu-item-wrapper li:last-child {
                    margin-bottom: 0px;
                }

                .mega-menuFD .menu-dropdown .menu-item-wrapper li a {
                    color: #7b7b7b;
                    padding: 15px 0px;
                    display: block;
                    height: auto;
                    border-bottom: none;
                }

                    .mega-menuFD .menu-dropdown .menu-item-wrapper li a:last-child {
                        padding-bottom: 0;
                    }

                    .mega-menuFD .menu-dropdown .menu-item-wrapper li a:hover {
                        color: black;
                    }

                .mega-menuFD .menu-dropdown .menu-item-wrapper li ul {
                    padding: 0;
                }

            .mega-menuFD .menu-dropdown .menu-item-wrapper.dropdown {
                background-color: white;
                float: left;
                width: auto;
                padding: 25px;
                position: absolute;
                box-shadow: 0px 1px 4px #dadada;
            }

                .mega-menuFD .menu-dropdown .menu-item-wrapper.dropdown.active {
                    display: block;
                }

                .mega-menuFD .menu-dropdown .menu-item-wrapper.dropdown li {
                    margin-right: 0;
                }

                    .mega-menuFD .menu-dropdown .menu-item-wrapper.dropdown li:last-child {
                        margin-bottom: 0;
                    }

        .mega-menuFD .menu-dropdown .back-link {
            display: none;
            margin-bottom: 30px;
            color: blue;
        }

@media only screen and (max-width: 767px) {
    .follow-highlighter {
        display: none;
    }

    .mega-menuFD.sticky-header {
        position: relative;
    }

        .mega-menuFD.sticky-header.responsive-menu .main-links {
            margin-top: 71px;
        }

        .mega-menuFD.sticky-header.responsive-menu .menu-dropdown {
            position: fixed;
            top: 71px;
            z-index: 99;
            background: white;
        }

            .mega-menuFD.sticky-header.responsive-menu .menu-dropdown .menu-item-wrapper .back-link {
                display: block;
            }

        .mega-menuFD.sticky-header .mobile-nav-icon {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 99;
        }

    .mega-menuFD .mobile-nav-icon {
        position: relative;
        z-index: 91;
        background-color: #fff;
        display: block;
        border: none;
        padding: 25px 40px;
        border-bottom: 1px solid #dadada;
    }

        .mega-menuFD .mobile-nav-icon a {
            border: none;
        }

    .mega-menuFD .main-links {
        display: none;
        padding: 25px 40px;
    }

        .mega-menuFD .main-links.active {
            display: block;
        }

        .mega-menuFD .main-links ul {
            flex-wrap: wrap;
            padding: 0;
            width: 100%;
        }

            .mega-menuFD .main-links ul li {
                width: 100%;
                margin-right: 0;
            }

                .mega-menuFD .main-links ul li a {
                    padding: 10px 0px;
                }

                    .mega-menuFD .main-links ul li a.highlight {
                        border: none;
                    }

    .mega-menuFD .menu-dropdown .menu-item-wrapper {
        max-height: 100vh;
        overflow: scroll;
    }

        .mega-menuFD .menu-dropdown .menu-item-wrapper.active {
            display: block;
        }
}

@keyframes fromLeft {
    0% {
        width: 0;
        left: 0;
    }

    100% {
        width: 100%;
        left: 0;
    }
}

@keyframes fromRight {
    0% {
        width: 0;
        right: 0;
    }

    100% {
        width: 100%;
        right: 0;
    }
}




.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}


    .floating-wpp .floating-wpp-button {
        position: relative;
        border-radius: 50%;
        /* box-shadow: 1px 1px 4px rgb(60 60 60 / 40%); */
        transition: box-shadow 0.2s;
        cursor: pointer;
        overflow: hidden;
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.fdNowrapTextOverflow {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    vertical-align: middle !important;
    font-size: 10px !important;
    max-width: 50ch;
    white-space: nowrap;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .fdNowrapTextOverflow {
        font-size: 8px !important;
        max-width: 15ch;
        white-space: nowrap;
        margin: auto;
    }
}

.fdNowrapTextOverflowLeft {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    vertical-align: middle !important;
    font-size: 10px !important;
    max-width: 50ch;
    white-space: nowrap;
}




.fdNowrapTextOverflow02 {
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle !important;
    font-size: 10px !important;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .fdNowrapTextOverflow02 {
        font-size: 8px !important;
        margin: auto;
        /*max-width: 50ch;*/
    }
}



.fdimgSearch {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .fdimgSearch {
        width: 80px;
        height: 80px;
    }
}

.fdAlign {
    left: 20%;
    right: 20%;
}



@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

.fdspan {
    font-size: 50px;
    color: red;
}

.fdH1FontSize {
    font-size: 18px;
}

.fdFreeDeliverySpan {
    background-color: #c9ed91 !important;
    /*    right: 25% !important;
    left: 25% !important;
*/
    right: 50% !important;
    left: 0% !important;
    text-align: center;
    /*top: 45% !important;*/
    /*font-size: 10px!important;*/
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fdFreeDeliverySpan {
        top: 5% !important;
        font-size: 10px !important;
    }
}


@media only screen and (max-width: 767px) {
    .fdFreeDeliverySpan {
        top: 6% !important;
        font-size: 8px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fdFreeDeliverySpan {
        top: 7% !important;
        font-size: 10px !important;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .fdFreeDeliverySpan {
        top: 5% !important;
        font-size: 10px !important;
    }
}

.fdFreeDeliverySpanHome {
    background-color: #c9ed91 !important;
    right: 50% !important;
    left: 0% !important;
    text-align: center;
    /*top: 45% !important;*/
    font-size: 11px !important;
}

@media only screen and (max-width: 767px) {
    .fdFreeDeliverySpanHome {
        top: 5% !important;
        font-size: 8px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fdFreeDeliverySpanHome {
        top: 7% !important;
        font-size: 8px !important;
    }
}


@media only screen and (max-width: 767px) {
    .fdFreeDeliverySpanHome {
        top: 7% !important;
        font-size: 8px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fdFreeDeliverySpanHome {
        top: 7% !important;
        font-size: 8px !important;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .fdFreeDeliverySpanHome {
        top: 7% !important;
        font-size: 8px !important;
    }
}








.fdFreeDeliverySpanProduct {
    background-color: #c9ed91 !important;
    right: 25% !important;
    left: 25% !important;
    text-align: center;
    /*top: 45% !important;*/
    /*font-size: 10px!important;*/
}

@media only screen and (max-width: 767px) {
    .fdFreeDeliverySpanProduct {
        right: 10% !important;
        left: 50% !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fdFreeDeliverySpanProduct {
        right: 10% !important;
        left: 50% !important;
    }
}


@media only screen and (max-width: 767px) {
    .fdFreeDeliverySpanProduct {
        right: 10% !important;
        left: 50% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fdFreeDeliverySpanProduct {
        right: 10% !important;
        left: 50% !important;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .fdFreeDeliverySpanProduct {
        right: 10% !important;
        left: 50% !important;
    }
}


.fdWhiteSpaceCeparation {
    white-space: pre-wrap;
}

.fdFontSize10 {
    font-size: 10px !important;
}

.fdFooterMasterCard {
    max-width: 115px;
}

@media only screen and (max-width: 767px) {
    .fdFooterMasterCard {
        max-width: 115px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fdFooterMasterCard {
        max-width: 115px;
    }
}


@media only screen and (max-width: 767px) {
    .fdFooterMasterCard {
        max-width: 115px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fdFooterMasterCard {
        max-width: 115px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .fdFooterMasterCard {
        max-width: 115px;
    }
}


.fdImg200 {
    max-width: 200px;
}


.Panel-Loading-BG {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8010;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCMEM4NDgzQjlDRTNFMTExODE4NUVDOTdFQ0I0RDgxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREU5OEVCQzAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREU5OEVCQjAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIwQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3YRAQAAABtJREFUeNpiFODh2cBABGBiIBKMKqSOQoAAAwBokQDs5F/8FAAAAABJRU5ErkJggg==')
}

#Panel-Loading {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC');
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

    #Panel-Loading div {
        width: 44px;
        height: 44px;
        background: url('data:image/gif;base64,R0lGODlhGAAYAKUAAAQCBISChERCRMTCxCQiJKSipGRiZBQSFJSSlFRSVOTi5DQyNLSytHRydAwKDIyKjExKTMzOzCwqLKyqrBwaHJyanFxaXPz+/Dw6PHx6fGxqbOzq7Ly6vAQGBISGhERGRMzKzCQmJKSmpGRmZBQWFJSWlFRWVDQ2NLS2tHR2dAwODIyOjExOTNTS1CwuLKyurBweHJyenFxeXDw+PHx+fOzu7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQA2ACwAAAAAGAAYAAAG/kCbcEg8DCIhonJJyXyEH4XCIAxVnsshLQJKRhUjW6d12XSyQkukVbF9qZrLZYAWAl5rwXekqskXSyEZAgA2MxERDF8yCHIxQh0kKkIrHCgIEgAILRESMS8kERc1FAAHBKiFJhysKCkEHiOFQgIMLCqoIQQwQy4lrBwyaB25MAdKABAiKDNoADAEJLM2Khgn1gK8dR0qDt0OACsi4+MZdTbQugQhMCXjE+MB59C5uxR6AhACFOfcKv8qptmgoMFDsywdoDlYosLEgxUrqGTBhYrCmSoeEEBsQECACzvUQhwgsU7XMRsJVjwIgAEAixQNDsxIQGLBjJYJUWkjMYLFUEIKKVJoUGHBwgkJM2YkoUZh0hIZQSU4sCADQ4cZAmYsrOMiRQYL1CyYwIAu68c6EBo04De1qg0AJ24KVHKABSAxMowKUSGBxLklGFjwqxMEACH5BAkJADQALAAAAAAYABgAhQQCBISChERCRMTGxCQiJKSipGRmZBQSFOzu7DQyNJSWlFRSVLSytHR2dNze3AwKDIyKjExKTCwqLGxubBwaHDw6PLy6vMzOzKyqrPz6/JyenFxaXHx+fAQGBISGhERGRCQmJKSmpGxqbBQWFDQ2NJyanLS2tHx6fOTi5AwODIyOjExOTCwuLHRydBweHDw+PLy+vNTS1Pz+/FxeXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJpwSDwwYCCicjmavISvS2wjJHiey2HLYiLQBJfLjNaxOC6ArHBlsUC+0vEMhcKohR1N+/WKiQ8XDg4sSwQiFWkkbRoffhscdG80CRoiQhwhIQEgABwwFiAKBSMmKBcjFAoZMjIUNCsFmQUGBCcbaUIVJR8iCKwyAx1CEh6ZIQtqLL8ILbhCAAKiJGoHKBkKB0MpLAks3K53KQQpD+QAJyrp6ZZ3LgQgBO8UHCoQ6i13NBTx/C4jFS8qCByRr0OKgweFDaGwoEUCNR0IuMim5MGHBhiRZREXj4JCGi4mnMA4w0WCJEM6jHgw4h08ihdbiEgAoMKGDSkkVDiwzwVOgA7uJAo5sECAsBE3VzzgA6JlUyEpKKTIEuGmi6UCJADg9zELgZsfyAh4keQAPHBqSNwk2GGsBBoA3LnIl6ICyg4vBNyVmm+JBBIU1QQBACH5BAkJADMALAAAAAAYABgAhQQCBISGhERCRMzKzCQiJGRiZKSmpBQSFPz+/DQyNHRydFRSVNza3JyenLy6vAwKDIyOjNTS1CwqLGxqbBwaHDw6PHx6fFxaXExKTKyurOTi5MTCxAQGBIyKjERGRMzOzCQmJGRmZKyqrBQWFDQ2NHR2dFRWVNze3KSipLy+vAwODJSSlNTW1CwuLGxubBweHDw+PHx+fFxeXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJlwSDw0RASicnkokIQVh2MhfMUqS2LIgHrNog7TjCP6pABZoQdlsHylYtMn0kgLARCDgQQ2qVIRAxJLLxcJaC0iKBAwUgslczFCEhAXQhMQEC4EAAp6BAEQIwYRGwcjAQwaJyMzApkrHSYvLgtoQiSMMhGrGhkcQgQKmRAeaRInqxEywEMAJDEdLWkHGwwBB0MPIBLcEq12BCEXJhcLIyEl6uqWdgMI8PAfEyUKFgolMnYzEfHwDAdaJBjYIpsdWi4STkgy5IAAE4OyAHhB4MGSByQuaISRRgWBjxSazRhRjhyGEQQoEOEw4gFKECAIGMxIDgQAEDAEcKDw4gFOBQIvAHCgCFSICgEtgB3ISeLBxxEvwamgoCJLgpwjboLI+pGAyCwUciaYAeDpjAMxVdrBCaMqBwJbyVL0YueBBLVvCYDbWXWfkhE99wUBACH5BAkJADMALAAAAAAYABgAhQQCBISChERCRMTCxCQiJKSipGRiZBQSFFRSVDQyNLSytOTi5JSWlHRydAwKDExKTMzOzCwqLKyqrBwaHFxaXDw6PLy6vIyKjGxqbPz+/JyenHx6fAQGBERGRMzKzCQmJKSmpBQWFFRWVDQ2NLS2tOTm5JyanHR2dAwODExOTNTS1CwuLKyurBweHFxeXDw+PLy+vIyOjGxubAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJlwSETFTBOicnlArIQJUOEhbMlGS6IodkmOQCAqx2SRALLCSiyGmUWns5TFEkMLAaf1Kip5oCQWJB9LEw8RQhFrG18FHRgWMA1CHwEiQiInJy4TAAZcLRsbIQwWLAcHGxCqBzMVmScNDyEuAmdCKwEjFDAQKhAFti0uGw0nFWgfvRADFLZ3KxgNg1kHJBAbKEMOLdwtBNl2LRQp5A8HKRTp6R12MwoL8PAKCBQiLuvtFvHwMA4f///AoSHg4p4LES2KrHiRJEuEEgsMOBPC4YOAFwIOZXGRoaOHF0MOVMD4IgGKAwJnOAgRokDHjheEEMBYgVMIAgQ43OQwgUBJCwAvPHQsccbBCgJnOOBsoZQASwIfWHWCQSGLtw8oAHxwCgBqznYocCZpGmLGAbHtbn5V+qEsAG8J7ehkNaNrW4oTUrYTsrNdEAAh+QQJCQA2ACwAAAAAGAAYAIUEAgSEgoREQkTMyswkIiRkYmSkpqTk5uQUEhRUUlQ0MjR0cnSUkpTc2ty0srT8+vwMCgxMSkwsKiwcGhxcWlw8Ojx8enyMjozU0tRsbmysrqzs7uycmpzk4uS8urwEBgSEhoRERkTMzswkJiRkZmSsqqwUFhRUVlQ0NjR0dnTc3ty0trT8/vwMDgxMTkwsLiwcHhxcXlw8Pjx8fnz08vScnpwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCbcEhsWQImonLZCo2EkstFJpwUXktiJLVIvqQCGwBk4ACyQsUidbJFL2GBwWBBCwGFVEryFkAYcwRLCBUwQgR6VwwXFTEGJQWHKS5CIRQUIUkJelYZCAFlLQgZHh4rCG4nMZcoCC4VRBILCi4apR4XH0ImERSqWFkEtxouukMABAknhlktBisZLUMfJtXV0nYTJyERISEIKAIyMgICwGgGGCLqGAYV5OMyCnY2JesD6xofE/z8EPQwfPk6MYHIPgLYlowYMODEGSIATBAgMCJJlhMdVHRwgGIIBIoUYUBAkNAGCg4hLmhUoaKODYkEYEiDSY3AhwEsDiBQ4CDjTIAz1Eyc+Rjzw0QTNViwYCAmgYEEWSaMGNECwAgCJibQYPHgiZ0WEwsaxWrDgtIV9GjaGJsEQgMWG4xloYbNaEUhFRxQoLdEotwsQQAAIfkECQkANgAsAAAAABgAGACFBAIEhIKEREJExMLEJCIkpKKkZGJk5OLkFBIUlJKUNDI0VFJUtLK0dHJ01NLUDAoMjIqMTEpMLCosrKqsbGpsHBocnJqcPDo8zMrM/P78XFpcvLq8fH583NrcBAYEhIaEREZEJCYkpKakZGZk5ObkFBYUlJaUNDY0VFZUdHZ01NbUDA4MjI6MTE5MLC4srK6sbG5sHB4cnJ6cPD48zM7MvL68AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Am3BIfIwoJaJy+TjFhKFUSiEsoSRL4kmjWdlCjdTJBkhBAoAslCv4SscXFouiFgJa3FhU/AiwIE9KKxJJNhUaKC0SYQoLECwaQjEjbTYuAjMKXjNcCAtdDSwBKysGBSIFXjEzmDMSKzMuRCEGEiAWIrloQisKmAKBSzGnIhYgaUQlFzMIaisJBQYPQwAPK9bXdTYlEawzMysxBOMhBBXaCRs1G+wm5OPm2jLs9DIepPge2hUt/f2FQh5UIOAlC4F1C5BRKwEPoJIWDmjQEEEloB4CIWI8QFBQnwsIMwLQiEgDRpVyBLeN8/CCRAQGHWj0EhFxQxoPFRDcHCcuQ0eGAh8OdOBApoWFCFnEhVhBwGeBEiqEhtDGNF4MnyJswDhwQIY2hgT0Nc2Q9UGNDg70qfFQopmNqz+FKJDRQpsSABMOVFITBAAh+QQJCQA1ACwAAAAAGAAYAIUEAgSEgoREQkTEwsQkIiSkpqRkYmTk4uQUEhSUkpRUUlQ0MjTU0tS8urx0dnQMCgyMioxMSkzMyswsKiysrqxsamwcGhycmpxcWlw8Ojz8/vwEBgSEhoRERkTExsQkJiSsqqxkZmTk5uQUFhSUlpRUVlQ0NjTc3ty8vrx8fnwMDgyMjoxMTkzMzswsLiy0srRsbmwcHhycnpxcXlw8PjwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCacEjcsBQqonK5+YyEFgzmI0R0CEviR0B71GLSSQ0wc1QAWShN4KpFS+KFw4FJCwGLNQI8m2xgcxZMI0k1CDQ0GWBTAnMRUCUZUAQEFhs1LlwPNB0PZRUPKgoQKxBJCAQflCMPEzFEBAoENAErtjBoNRsxqh8IaSOkKwE0uUMqMQReWSopEArLY6GhKpd2CAIZJtrIlKmVdjUcBeTkHJSqlIJ2EOXkEBsq8vLWaRYdEQL5v0MPFgSFlsQAUaCDsTsjvD3JEqGBwwRihDzglSqGhQQh7tSYkMKEgxcoHGasMSKdCgAFNGj4cEECjQItUCCYQMJhATQbLCBAQ0PlT4EPJw5ASMGghYMxHSAIWAJAgkoDFg6cSDBiAAMJr+zMUCkBQIygK2oYaMEgQTgZKmm4kWp2w4sWAw4qmUChAhSwQlyseBSOCAASHiTZCQIAIfkECQkANgAsAAAAABgAGACFBAIEhIKEREJExMLEJCIkpKKkZGZk5OLkFBIUNDI0lJKUVFJUtLK0dHZ01NLU9Pb0DAoMjIqMLCosrKqsbG5sHBocPDo8XFpcTEpMzMrM7OrsnJ6cvLq8fH58BAYEhIaEREZEJCYkpKakbGpsFBYUNDY0lJaUVFZUtLa0fHp83N7c/P78DA4MjI6MLC4srK6sdHJ0HB4cPD48XF5czM7M7O7sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Am3BI9JQsEKJy6SElbQiZoCJklajLIYlA8NhIAlnMBsBcFoBslUuNim2hywmkHsa4LEQ45llcZghMJCxCEAQhMVFTCRcXJUIkGC5CFWxelV0uCR5mJx4sIDANDUkIh1wkTYFaMhUJFA0pDRdpNh4xIYerSySiDSMJtUMsd09LEAYwIMYAECzOLF51CBaaLi4Qd1y5WGoULeAtCjDbXATdWQ3gES0RDZ8s8Xl1XwIW9xa7NiUDDxRqFUwokCGM0oYVCFGokSGiYYAQQwTUQLjCgYAOF4SkCQEjwYgCIiYUOCHEBEINIzwoUKGCQAQOFhRwEMFCQgCQJtJIQNEiUFMJFQcyEKBBIwAFDhwMkJGRwsISAAwOqDhRgYaDDyQYcEAxps4CoAwAVKXxwcYFpGXrtJCawEbVq7Y2cHhRUAkBEzMoEQ0gREIHOvSIAPjA4VGdIAAh+QQJCQA1ACwAAAAAGAAYAIUEAgSEgoREQkTMyswkIiRkYmSkoqTk5uQUEhQ0MjR0cnSUlpRUUlTc2ty0trQMCgyMiozU0tQsKixsamwcGhw8Ojx8enxcWlxMTkysqqycnpzk4uS8vrwEBgSEhoRERkTMzswkJiRkZmSkpqT8/vwUFhQ0NjR0dnScmpxUVlTc3ty8urwMDgyMjozU1tQsLixsbmwcHhw8Pjx8fnxcXlwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCacEgExAgdonLZKT2EjxCBBQ0hlsQSAVl7bKkAk6yCHbK2lBpLSqXIBK/y8Eh4eKedikxGVTb7XiExUVMhbxJCLBUhQhRoSY5IJTEACQIVHQ8mF5xJCARSBCVNV2YSCCEMFykXHwBCHTFSVmUsqzQMIa9ELEdPWB0MKSZJjazHpbUJEiHMDw0k0dEccjU0J9gKJzQH0tED1QXa2BYFBBMw6ROMcggmCfAvfUIvGS4FZSUzMya7QyUQVGxQoaGMiRYtICggMKRChIEbHFQ4wUDIKwIFXlyAgLAFBiEBBIKg0cFDBBAxZmRIEGDEAi8KOM54FULDDCoJBoBYEWPFTooTIkaMuFAjzIQESwCMiBABA4UVDiyw0JDBQBo5GE4aAFDC54kaDAyMUFAtAAgQcbr+rNGhxQgU/pbEaEG0htqvNQgoIFOtyIkRSOUEAQAh+QQJCQA2ACwAAAAAGAAYAIUEAgSEgoREQkTEwsQkIiRkYmSkoqTk4uQUEhRUUlQ0MjR0cnSUkpS0srTMzswMCgyMioxMSkwsKixsamz8+vwcGhxcWlw8Ojx8enzMysysqqycnpy8urwEBgSEhoRERkTExsQkJiRkZmSkpqTk5uQUFhRUVlQ0NjR0dnSUlpTU0tQMDgyMjoxMTkwsLixsbmz8/vwcHhxcXlw8Pjx8fny8vrwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCbcEgExAgdonLZKT2EjxBhJWw+l8MSAWl7bKm2IwE7XG0rtpWUijiTh+KHd2qUJpWnkQXQJYRiUVMlUiVQIWg2AzAwGRc2g0gVFR0VWwAdITMCM0koi4sbJSUIRA8lKxUXmjMKfDYCDp8BZA8zmhcVrlUiJBQJZAAnMyF3jxEtLREmEm99RzExHQMH1NQjzR8W2toRINXUGs0t2iYyFhExMuYyJiHNKxIh8iFXQhIbIBZkCBMiLkslaDhwoIIBGQkoEspAZOPEABUqHGg4MSGCED4x2kVIiGHBDCEYBtYwAQADhwYxXqRwsQBCAEoyFqCYgDHFAlISGtQYEWOETQERJliwaCHEhQV3SgCkqMHhAwINBiasgEC10JsPHDgwAFDCwIgJr4QWaLYgq7sSI77a6ICBRQBdS2LQIGoDQVqwYQooaJb0BQNmb4IAACH5BAkJADYALAAAAAAYABgAhQQCBISChERCRMzKzCQiJGRiZKSipPz6/BQSFFRSVDQyNLSytNza3HRydJSSlAwKDExKTNTS1CwqLGxqbKyqrBwaHFxaXDw6PLy6vIyOjOTi5Hx+fJyanAQGBISGhERGRMzOzCQmJGRmZKSmpPz+/BQWFFRWVDQ2NLS2tNze3HR2dJSWlAwODExOTNTW1CwuLGxubKyurBweHFxeXDw+PLy+vAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJtwSATICB2icilbmYSPEIEl7JQeSyKHdHjZHoSp8EjIDmEkUs3GklIR4Yq5ykgnwFOjNKl8ORIANhBpKQhuJVIlVSVUNhQpKQsKAAtpIRUVHRVhAAAlYQSBEykakBkSFBuBUFcsMiFSMkMXKKUaMGYdBFJiRSYDDB9mRgQlqzYIHxDKLSFzNpoIJdMdCyAgEdcczwo0At40ChjY5CPcNOACJzImFu0JsnMPMpgVV0QhGQstZggJLWWUIGiAoWAAMzIszLDwQZEQBTEKolihYIYAIYFKQJBxwYJHC15sTMCAIkaLDhNGGKgwY0OIGSomWPngsUUgGR5EUJFgYIRKgxIZHDBUoeKiDQIf4hXxMGIEDQQZMlh40EBFAwTPaDQNAACqVBsniCZ4JkKlM68WoImIeWxJhQbCkEVNa6NCAgnPlACwsCGgmSAAIfkECQkANgAsAAAAABgAGACFBAIEhIKEREJExMLEJCIkZGJkpKKk5OLkFBIUlJKUVFJUNDI01NLUdHJ0tLa0DAoMjIqMTEpMzMrMLCosbGpsHBocnJqcXFpcPDo8/P783NrcfH58vL68BAYEhIaEREZExMbEJCYkZGZkpKak7OrsFBYUlJaUVFZUNDY0dHZ0vLq8DA4MjI6MTE5MzM7MLC4sbG5sHB4cnJ6cXF5cPD483N7cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5Am3BILGlIE6JyWfFEhK1MpiHslB5LouegSSqkKWGMQMgOZ4fayPbNhFfkirnKORw+7RSATOgsX04ANjRpA20NCAQhJVUlK0IWDC4GLwAWaS8qIBVjMQAAJXyCBS4ukgEhJjCCVRUPcIoEMUMLI5IuFGYdZCExj0QACioSAmYAYyWsNgg0AjQ0H2VzACuvDw8AMirbHCoQczZjIbwxI9sO2wngY7yyFS0tCvCzcx0r9/fKNgQbMh9mDzBgYKQEgQgDI0ZQyVLimYAFv2xMsJBwBIQJLTAIEYQARYUJDmlIm5HQggAAF1hAKNGCQowPFxTYW/BMo40KKS5gIcCCxUcGBClSREBx4cICISUWEAQGoycKBA1StHhw4sKJiFlQsEjQgFrQJxOK0gB3QuWsFVGfdGgRU5+SEgVsrvgqhBk9cERa3s0SBAA7') center center no-repeat
    }


.commonBlueFD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveTag.png) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/commonBlueFD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.comonPurbileFD::after {
    CONTENT: "";
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/comonPurbileFD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.exclusive01FD::after {
    CONTENT: "";
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveTag.png) no-repeat;
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveFD.gif) no-repeat;*/
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.exclusiveFD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveTag.png) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveFD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.exclusive009FD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009.gif) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009FD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.arrow01FD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009.gif) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/arrow01FD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: -2px;
}

.circle01FD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009.gif) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/circle01FD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.circle02FD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009.gif) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/circle02FD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: -2px;
}

@media only screen and (max-width: 767px) {
    .exclusiveFD::after, .exclusive01FD::after, .commonBlueFD::after, .comonPurbileFD::after, .circle02FD::after, .circle01FD::after, .arrow01FD::after, .exclusive009FD::after {
        margin-left: 25px;
        top: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .exclusiveFD::after, .exclusive01FD::after, .commonBlueFD::after, .comonPurbileFD::after, .circle02FD::after, .circle01FD::after, .arrow01FD::after, .exclusive009FD::after {
        margin-left: 25px;
        top: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .exclusiveFD::after, .exclusive01FD::after, .commonBlueFD::after, .comonPurbileFD::after, .circle02FD::after, .circle01FD::after, .arrow01FD::after, .exclusive009FD::after {
        margin-left: 25px;
        top: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .exclusiveFD::after, .exclusive01FD::after, .commonBlueFD::after, .comonPurbileFD::after, .circle02FD::after, .circle01FD::after, .arrow01FD::after, .exclusive009FD::after {
        margin-left: 7px;
        top: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .exclusiveFD::after, .exclusive01FD::after, .commonBlueFD::after, .comonPurbileFD::after, .circle02FD::after, .circle01FD::after, .arrow01FD::after, .exclusive009FD::after {
        margin-left: 7px;
        top: 0px;
    }
}


.imgDisplay {
    display: inline;
    vertical-align: middle;
}

.imageText {
    display: inline;
    vertical-align: middle;
    padding-left: 5px;
}

/* FD product images similar */
.p-details-left {
    /*width: 60%;*/
    border: 1px solid #e2e5f1;
    float: left;
    padding: 10px 10px
}

.connection-not-available-image {
    opacity: 0.3;
    border-radius: 2px;
    border: 2px dashed #D43572;
    margin-top: 10px
}

.connection-available-image {
    border-radius: 2px;
    border: 1px solid #e5dcdc;
    margin-top: 10px
}

.p-details-left {
    /*width: 60%;*/
    border: 1px solid #e2e5f1;
    float: left;
    padding: 10px 10px
}

.p-details-right {
    width: 40%;
    float: right;
    padding-left: 10px
}

    .p-details-right .row {
        background: #F7FAFF;
        margin-bottom: 10px;
        padding: 10px 0 10px 10px !important
    }

    .p-details-right .urgency-message {
        margin-left: 30px
    }

    .p-details-right .title {
        text-transform: uppercase;
        font-weight: 700;
        display: block
    }

.product-info {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

    .product-info > div {
        width: 50%;
        float: left
    }

    .product-info .left .image {
        padding: 0;
        text-align: left;
        position: relative
    }

        .product-info .left .image > a {
            display: table;
            width: 100%
        }

            .product-info .left .image > a img {
                width: 100%;
                float: left
            }

    .product-info .left .image-additional {
        clear: both;
        max-height: 425px;
        position: relative;
        text-align: center;
        margin-bottom: -10px
    }

        .product-info .left .image-additional a {
            position: relative;
            display: inline-block;
            float: left;
            -webkit-transition: opacity .2s;
            transition: opacity .2s
        }

            .product-info .left .image-additional a img {
                width: 80%;
                float: left
            }

            .product-info .left .image-additional a:hover {
                opacity: .8
            }

        .product-info .left .image-additional.image-additional-grid a {
            width: 20%
        }

        .product-info .left .image-additional .swiper-container-horizontal a {
            padding: 0
        }

        .product-info .left .image-additional .swiper {
            margin-bottom: 10px
        }

        .product-info .left .image-additional .swiper-button-prev, .product-info .left .image-additional .swiper-button-next {
            width: 30px;
            height: 30px
        }

        .product-info .left .image-additional .swiper-button-prev {
            left: 0
        }

        .product-info .left .image-additional .swiper-button-next {
            right: 0
        }

    .product-info .left .product-tabs, .product-info .left .journal-custom-tab {
        clear: both
    }

    .product-info .gallery-text {
        text-align: center;
        padding: 5px 0 10px;
        color: #5F6874;
        cursor: pointer;
        clear: both
    }

        .product-info .gallery-text span {
            display: inline-block;
            position: relative
        }

        .product-info .gallery-text:before {
            margin-right: 5px
        }

    .product-info .product-sold-count.ps-right {
        display: none
    }

    .product-info .right {
        padding-left: 20px
    }

        .product-info .right .product-options {
            background-color: transparent
        }

        .product-info .right > div > div, .product-info .right > div > ul {
            position: relative
        }

            .product-info .right > div > div.social, .product-info .right > div > ul.social {
                overflow: visible
            }

        .product-info .right .description {
            line-height: 2
        }

            .product-info .right .description .product-views-count {
                float: right
            }

            .product-info .right .description span {
                padding-right: 3px
            }

            .product-info .right .description .product-sold-count.ps-left {
                padding-right: 1px
            }

.price-old {
    padding: 0px 0px;
    text-decoration: line-through
}

.product-info .right {
    padding: 0 6px 3px 6px
}

    .product-info .right hr {
        margin-left: -10px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .product-info .right .price-old {
        font-size: 18px;
        background: #EA2E49;
        color: white;
        top: -3px
    }

    .product-info .right .price-tax {
        font-size: 13px;
        font-weight: normal;
        padding: 4px 0 4px 0;
        display: block
    }

    .product-info .right .price .reward {
        display: block;
        font-size: 12px;
        margin: 5px 0;
        font-weight: normal
    }

        .product-info .right .price .reward small {
            font-size: inherit
        }

    .product-info .right .price .discount {
        font-weight: normal;
        font-size: 11px;
        line-height: 1.4;
        margin-top: 7px
    }

    .product-info .right .options h3 {
        height: 35px;
        line-height: 35px;
        background-color: #f4f4f4;
        color: #333745;
        padding-left: 10px;
        margin-bottom: 5px
    }

        .product-info .right .options h3 + br {
            display: none
        }

    .product-info .right .options.push-select .option b + br, .product-info .right .options.push-image .option b + br, .product-info .right .options.push-checkbox .option b + br, .product-info .right .options.push-radio .option b + br {
        display: none
    }

    .product-info .right .options.push-select .option-image li, .product-info .right .options.push-image .option-image li, .product-info .right .options.push-checkbox .option-image li, .product-info .right .options.push-radio .option-image li {
        padding: 0
    }

        .product-info .right .options.push-select .option-image li span, .product-info .right .options.push-image .option-image li span, .product-info .right .options.push-checkbox .option-image li span, .product-info .right .options.push-radio .option-image li span {
            display: block
        }

            .product-info .right .options.push-select .option-image li span img, .product-info .right .options.push-image .option-image li span img, .product-info .right .options.push-checkbox .option-image li span img, .product-info .right .options.push-radio .option-image li span img {
                margin-right: 0;
                float: left;
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
                border: 2px solid #A9B8C0
            }

                .product-info .right .options.push-select .option-image li span img:hover, .product-info .right .options.push-image .option-image li span img:hover, .product-info .right .options.push-checkbox .option-image li span img:hover, .product-info .right .options.push-radio .option-image li span img:hover {
                    border-color: #3F5765
                }

        .product-info .right .options.push-select .option-image li.selected span img, .product-info .right .options.push-image .option-image li.selected span img, .product-info .right .options.push-checkbox .option-image li.selected span img, .product-info .right .options.push-radio .option-image li.selected span img {
            border-color: #3F5765
        }

    .product-info .right .options .option {
        position: relative;
        display: inline-block;
        padding-bottom: 0;
        width: 100%
    }

        .product-info .right .options .option label {
            font-weight: normal;
            -webkit-transition: color .2s;
            transition: color .2s
        }

        .product-info .right .options .option .required {
            font-size: 20px;
            font-family: Arial !important;
            float: left;
            height: 0
        }

        .product-info .right .options .option b {
            font-size: 12px;
            display: block;
            padding: 2px 0 1px 0;
            font-weight: normal
        }

            .product-info .right .options .option b:after {
                content: "";
                display: table;
                clear: both
            }

            .product-info .right .options .option b + br {
                display: none
            }

        .product-info .right .options .option span {
            padding: 3px 3px 3px 0
        }

        .product-info .right .options .option input[type='text'], .product-info .right .options .option textarea {
            min-width: 100%
        }

        .product-info .right .options .option:last-of-type {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0
        }

    .product-info .right .options span.error {
        position: absolute;
        right: 5px;
        padding: 3px 4px 2px 4px
    }

    .product-info .right .option-image {
        margin-top: 3px;
        margin-bottom: 10px
    }

        .product-info .right .option-image tbody tr td:first-of-type + td {
            width: 50px
        }

        .product-info .right .option-image label {
            display: block;
            width: 100%;
            height: auto;
            padding-right: 0
        }

        .product-info .right .option-image img {
            margin-right: 5px;
            cursor: pointer
        }

    .product-info .right .cart {
        overflow: hidden
    }

        .product-info .right .cart div .qty {
            display: block;
            float: left;
            height: 37px;
            overflow: hidden
        }

        .product-info .right .cart div .text-qty {
            width: 50%;
            font-weight: bold;
            display: none;
            height: 100%;
            line-height: 40px;
            text-align: center;
            float: left
        }

        .product-info .right .cart div .journal-stepper {
            width: 30%;
            color: white;
            background-color: #A9B8C0;
            text-align: center;
            height: 100%;
            float: left;
            line-height: 37px;
            font-size: 25px;
            font-style: normal;
            font-weight: bold;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            display: inline-block
        }

        .product-info .right .cart div input[name=quantity], select[name=quantity] {
            width: 80px;
            float: left;
            line-height: 38px;
            height: 100%;
            text-align: center;
            margin: 0;
            margin-right: 10px;
            font-weight: bold
        }

        .product-info .right .cart div .button {
            position: relative;
            line-height: 40px;
            min-height: 40px;
            font-size: 15px;
            display: inline-block;
            width: 63%;
            float: right
        }

            .product-info .right .cart div .button.enquiry-button {
                width: 100% !important
            }

            .product-info .right .cart div .button .button-cart-text:before {
                margin-right: 8px;
                line-height: 100%
            }

            .product-info .right .cart div .button .button-cart-text:after {
                line-height: 100%;
                margin-left: 8px
            }

        .product-info .right .cart .minimum {
            padding-top: 10px;
            font-size: 12px;
            clear: both
        }

    .product-info .right .wishlist-compare {
        padding: 0
    }

        .product-info .right .wishlist-compare .links {
            width: 100%;
            clear: both;
            display: block;
            text-align: center;
            padding: 2px 0 4px 0
        }

            .product-info .right .wishlist-compare .links a {
                padding: 0 15px;
                border: none;
                color: #428bca;
                font-size: 12px;
                display: inline-block;
                text-align: center;
                line-height: 30px;
                -webkit-transition: all 0.2s;
                transition: all 0.2s
            }

                .product-info .right .wishlist-compare .links a:before {
                    position: relative;
                    right: 5px;
                    font-size: 15px;
                    float: left
                }

            .product-info .right .wishlist-compare .links span {
                line-height: 24px;
                display: none
            }

    .product-info .right .review img {
        top: 2px;
        position: relative;
        margin-right: 7px
    }

    .product-info .right .review a {
        position: relative
    }

    .product-info .right .review .share {
        display: none;
        overflow: auto;
        line-height: normal
    }

        .product-info .right .review .share a {
            text-decoration: none
        }

.product-info .option ul {
    list-style: none;
    padding: 0;
    margin: -5px 0 0 0
}

    .product-info .option ul li {
        background-color: white;
        color: #333745;
        font-weight: bold;
        font-size: 13px;
        display: inline-block;
        padding: 0 7px;
        margin: 4px 6px 0 0;
        line-height: 23px;
        cursor: pointer;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        .product-info .option ul li span {
            padding: 0 !important
        }

.product-info .tab-content {
    border-radius: 0
}

.product-info.split-70-30 .left {
    width: 70%
}

.product-info.split-70-30 .right {
    width: 30%
}

    .product-info.split-70-30 .right .cart div .qty {
        width: 100%;
        margin-bottom: 10px
    }

    .product-info.split-70-30 .right .cart div .button {
        width: 100%
    }

.product-info.split-60-40 .left {
    width: 60%
}

.product-info.split-60-40 .right {
    width: 40%
}

.product-info.split-40-60 .left {
    width: 40%
}

.product-info.split-40-60 .right {
    padding-left: 10px;
    width: 60%
}

.product-info.split-30-70 .left {
    width: 30%
}

.product-info.split-30-70 .right {
    width: 70%
}



@media only screen and (min-width: 470px) {
    .product-info .product-options .cart > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        -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
    }

    .quickview #more-details {
        margin-left: 8px
    }
}

.ie .product-info .right .cart div input[name=quantity] {
    line-height: 100%
}


@media only screen and (max-width: 469px) {
    .product-info .right > div > div, .product-info .right > div.about-product > ul {
        padding-left: 40px
    }

    .social-loaded {
        justify-content: unset !important
    }
}

.product-info .left .journal-custom-tab {
    margin-top: 15px;
    overflow: hidden
}


@media only screen and (min-width: 760px) {
    .product-info .right > div > div, .product-info .right > div.about-product > ul {
        padding-left: 40px
    }

    #content .g-capthca {
        margin-left: 25%
    }
}

@media only screen and (min-width: 470px) {
    .quickview .product-info .product-options .cart > div {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.product-info .product-options .cart > div > div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product-grid-item .image > span, .product-list-item .image > span, .product-info .image > span {
    position: absolute;
    z-index: 99;
    text-align: center;
    display: block;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.product-info .option > ul > li {
    margin-right: 10px
}


.product-info .right > div .countdown {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: table;
    padding: 5px 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

    .product-info .right > div .countdown span {
        display: table-cell;
        vertical-align: middle;
        padding: 0 5px;
        position: relative;
        font-size: 19px;
        font-weight: bold;
        border-right: 1px solid #f4f4f4;
        color: white;
        text-align: center
    }

        .product-info .right > div .countdown span:last-of-type {
            border-right: 0
        }

        .product-info .right > div .countdown span div {
            display: block;
            font-size: 11px;
            font-weight: normal;
            border: 0;
            text-align: center;
            width: 100%;
            overflow: hidden;
            padding: 0 3px
        }

@media only screen and (max-width: 1040px) {
    #column-left + #column-right + #content .product-info > div, #column-left + #column-right + .row #content .product-info > div {
        display: block;
        width: 100%;
        float: none
    }

    #column-left + #column-right + #content .product-info .right, #column-left + #column-right + .row #content .product-info .right {
        padding: 0;
        margin-top: 15px
    }

        #column-left + #column-right + #content .product-info .right .text-qty, #column-left + #column-right + .row #content .product-info .right .text-qty {
            display: none
        }
}

@media only screen and (max-width: 980px) {
    .product-info .right .cart div .links span {
        display: none
    }

    .product-info .right .cart div .links a {
        width: 100%;
        display: block
    }

        .product-info .right .cart div .links a:first-of-type {
            margin-bottom: 10px
        }

    .product-info.split-60-40 .right .cart div .qty {
        width: 100%;
        margin-bottom: 10px
    }

    .product-info.split-60-40 .right .cart div .button {
        width: 100%
    }

    #column-left + #content .product-info > div, #column-left + .row #content .product-info > div, #column-right + #content .product-info > div, #column-right + .row #content .product-info > div {
        display: block;
        width: 100%
    }

    #column-left + #content .product-info .right, #column-left + .row #content .product-info .right, #column-right + #content .product-info .right, #column-right + .row #content .product-info .right {
        padding: 0;
        margin-top: 15px
    }

        #column-left + #content .product-info .right .text-qty, #column-left + .row #content .product-info .right .text-qty, #column-right + #content .product-info .right .text-qty, #column-right + .row #content .product-info .right .text-qty {
            display: none
        }
}

@media only screen and (max-width: 980px) {
    .social {
        padding-top: 10px
    }

    #tabs li:nth-last-child(n + 5), #tabs li:nth-last-child(n+5) ~ li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

        #tabs li:nth-last-child(n + 5) a, #tabs li:nth-last-child(n + 5) ~ li a {
            padding: 0 20px
        }
}

@media only screen and (max-width: 760px) {
    body.is-sticky {
        padding-top: 0 !important
    }

    .header {
        top: 0 !important
    }

    .product-info > div {
        display: block !important;
        width: 100% !important
    }

    .product-info .right {
        padding: 0;
        margin-top: 15px
    }

        .product-info .right .text-qty {
            display: none
        }

    .social {
        padding-top: 10px
    }

    #tabs {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

        #tabs li {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto
        }

            #tabs li:last-of-type:nth-of-type(odd) {
                width: 100%
            }

        #tabs a {
            width: 100%;
            display: block
        }

    .tab-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .product-page #tabs li, .product-page #tabs a {
        float: none
    }
}

@media only screen and (max-width: 460px) {
    .product-info .right .cart div .qty {
        width: 68%;
        margin-bottom: 10px
    }

    .product-info .right .cart div .button {
        width: 100%
    }
}

@media only screen and (max-width: 980px) {
    .product-filter > div b {
        display: none
    }
}

@media only screen and (max-width: 760px) {
    #column-left, #column-right, .column-left-bg, .column-right-bg {
        display: none !important
    }

        #column-left + #content, #column-right + #content, #column-left + .row #content, #column-right + .row #content, #column-left + #column-right + #content, #column-left + #column-right + .row #content, #column-left + span + #content, #column-right + span + #content, #column-left + #column-right + span + #content {
            margin: 0
        }

    div#content {
        padding: 20px 10px 0 10px !important
    }
}

@media only screen and (max-width: 360px) {
    .block-button .button {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -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;
        margin: 0 auto
    }

    div.buttons {
        padding: 10px
    }

    .pull-right {
        line-height: 1
    }

        .pull-right .button + .button {
            width: 100%;
            margin-top: 5px
        }

    .product-compare {
        display: none
    }

    .product-list-item .image {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

        .product-list-item .image img {
            float: none
        }

    .product-list-item .name {
        margin-left: 0
    }

    .product-list-item .product-details {
        margin-left: 0
    }

    .product-filter .sort {
        position: absolute;
        max-width: 125px;
        right: 100px
    }

        .product-filter .sort select {
            margin: 0
        }
}


.product-info .left .image a img {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255)
}

.product-info .left .image-additional a img {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204)
}

.product-info .gallery-text {
    color: rgb(255, 255, 255)
}

.product-info .image .label-latest {
    display: block
}

.product-info .image .label-sale {
    display: block
}

.product-info .image .label-outofstock {
    display: block
}

.product-options > div, .product-options > ul {
    background-color: rgb(255, 255, 255)
}

.product-options > div, .product-options > ul, .skin-11 .right .heading-title {
    margin-bottom: 1px
}

.product-info .right .description .instock {
    font-weight: bold;
    color: rgb(51, 153, 101)
}

.product-info .right .description .outofstock {
    font-weight: bold;
    color: rgb(234, 35, 73)
}

.product-info .right .price .price-new, .product-info .right .price .product-price, .product-info .right .price li.price-new, .product-info .right .price li.product-price {
    font-size: 30px;
    color: rgb(177, 39, 4)
}

.product-info .right .price .price-old, .product-info .right .price li.price-old {
    font-weight: bold;
    font-size: 12px;
    color: rgb(126, 126, 126)
}

.product-info .right .price-old {
    background-color: rgb(255, 255, 255)
}

.product-info .option > ul > li:active, .product-info .option > ul > li.selected {
    box-shadow: none
}

#content .product-info .options h3, .ms-sellerprofile.description h3 {
    color: rgb(68, 68, 68);
    background-color: rgb(255, 255, 255)
}

.product-info .option > ul > li {
    color: rgb(153, 153, 153);
    background-color: rgb(244, 244, 244);
    border-radius: 4px
}

#button-cart, .product-info .right .cart div .button.enquiry-button {
    color: rgb(255, 255, 255)
}

#button-cart, .product-info .right .cart div .button.enquiry-button, .quickview #more-details {
    border-color: rgb(228, 228, 228);
    background-color: rgb(255, 66, 89)
}

.product-info .right .wishlist-compare .links a {
    font-size: 14px;
    color: rgb(255, 255, 255)
}

    .product-info .right .wishlist-compare .links a:hover {
        color: rgb(255, 255, 255)
    }

#tabs a, #tabs li a {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: none
}

.tab-content p, .tab-content p span, .tab-content p font, #tab-description, .product-info .tab-content, #review, #tab-review b, #tab-review span, .attribute td {
    font-size: 14px
}

.product-info .left .journal-custom-tab h3 {
    font-size: 15px
}

.product-info .left .journal-custom-tab {
    background-color: rgb(244, 244, 244);
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px
}

.product-info .right .journal-custom-tab h3 {
    font-size: 15px
}

.product-info .gallery-text:before {
    content: '\e015';
    font-size: 16px
}

#product-gallery .swiper-button-prev::before {
    content: '\e62d';
    font-size: 18px;
    color: rgb(255, 255, 255);
    top: -1px;
    left: -1px
}

#product-gallery .swiper-button-next::before {
    content: '\e62e';
    font-size: 18px;
    color: rgb(255, 255, 255);
    top: -1px;
    left: 1px
}

.product-options > div a:hover, .product-options > ul a:hover {
    color: rgb(42, 186, 255)
}

.product-info .right .options .option {
    border-color: rgb(189, 195, 199)
}

.product-info .option > ul > li.selected, .product-info .option > ul > li:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(47, 135, 234)
}

.product-info .right .cart div .journal-stepper {
    color: rgb(0, 0, 0);
    background-color: rgb(244, 244, 244)
}

    .product-info .right .cart div .journal-stepper:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(51, 55, 69)
    }

#button-cart:hover, .product-info .right .cart div .button.enquiry-button:hover, .quickview #more-details:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(229, 60, 79)
}

.product-info .right .wishlist-compare {
    background-color: rgb(229, 60, 79)
}

#tabs a:hover, #tabs a.selected, #tabs li a:hover, #tabs li.active a {
    color: rgb(255, 255, 255);
    background-color: rgb(42, 186, 255)
}

.product-info .tab-content, .tab-content, .quickview .tab-content {
    background-color: rgb(252, 252, 252)
}

#button-cart:hover, .product-info .right .cart div .button.enquiry-button:hover {
    border-color: rgb(255, 66, 89)
}

#product-gallery .swiper-button-prev, #product-gallery .swiper-button-next {
    margin-top: 0
}

#product-gallery .swiper-button-next {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    top: auto !important
}

#product-gallery .swiper-button-prev {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important
}

#product-gallery .swiper-button-prev, #product-gallery .swiper-button-next {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: rgb(255, 66, 89)
}

    #product-gallery .swiper-button-prev:hover::before, #product-gallery .swiper-button-next:hover::before {
        color: rgb(42, 186, 255)
    }

    #product-gallery .swiper-button-prev:hover, #product-gallery .swiper-button-next:hover {
        background-color: rgb(255, 66, 89)
    }
/* End FD product images similar */


.p-brand {
    color: #3866df;
    font-weight: 700;
    margin-right: 10px;
}


.fdCheckBox {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
    margin-right: 8px;
}

.fdCheckboxDisplayText {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}

.fdimgModal {
    display: block;
    max-width: 100%;
    max-width: 100%;
    height: 500px;
    /*height: auto;*/
}

@media only screen and (max-width: 375px) {
    .fdimgModal {
        height: 550px;
        /*height: 263px;*/
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .fdimgModal {
        /*height: 550px;*/
        height: 263px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fdimgModal {
        height: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fdimgModal {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .fdimgModal {
        height: 580px;
    }
}

.fdbtnTransparentModal {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    background: var(--bs-red);
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 60px;
}

.fdcenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%) !important;
}

.fdfill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

    .fdfill img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%
    }





.FDcarosalImg {
    width: 200.4px !important;
}

@media only screen and (max-width: 767px) {
    .FDcarosalImg {
        width: 100px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .FDcarosalImg {
        width: 200.4px !important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .FDcarosalImg {
        width: 200.4px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .FDcarosalImg {
        width: 200.4px !important;
    }
}




.FDMaxWidthImg {
    max-width: 30%;
}

@media only screen and (max-width: 767px) {
    .FDMaxWidthImg {
        max-width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .FDMaxWidthImg {
        max-width: 50%;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .FDMaxWidthImg {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .FDMaxWidthImg {
        max-width: 50%;
    }
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.fdimg20 {
    width: 20px;
    height: 20px;
}

.fdimg40 {
    width: 40px;
    height: 40px;
}

.fdimgClicableMenu {
    width: 30px;
    height: 30px;
    float: left;
}

.fdCarImgClicableMenu {
    width: 100px;
    height: 60px;
    margin-left: 10px;
}

/*****************************
*	vertical news ticker with image
******************************/
.ticker-wrapper-v-image {
    display: flex;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-ticker-v-image {
    list-style: none;
    margin: 0;
    padding: 0;
    animation: tic-v-image 20s cubic-bezier(1, 0, .5, 0) infinite;
}

    .news-ticker-v-image:hover {
        animation-play-state: paused;
    }

    .news-ticker-v-image li {
        margin-bottom: 20px;
    }

    .news-ticker-v-image .thumbnail {
        max-width: 100%;
        height: auto;
        float: left;
        margin-right: 10px;
        display: inline-block;
    }

.ticker-wrapper-v-image .clear {
    clear: both;
}

.ticker-wrapper-v-image .news_title a {
    color: #1c6547;
    font-size: 20px;
    font-weight: bold;
}

.ticker-wrapper-v-image .news_title {
    line-height: 20px;
}

.ticker-wrapper-v-image .news-content {
    color: #1d1d1d;
    font-size: 16px;
}

@keyframes tic-v-image {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -16%;
    }

    50% {
        margin-top: -32%;
    }

    75% {
        margin-top: -50%;
    }

    100% {
        margin-top: 0;
    }
}

#scroller-right {
    float: right;
    background: #CCC;
}

.floating-tickerRight {
    position: fixed;
    top: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}
/*****************************
*	End vertical news ticker with image
******************************/



.commonBlueClickableFD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveTag.png) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/commonBlueFD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.comonPurbileClickableFD::after {
    CONTENT: "";
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/comonPurbileFD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.exclusive01ClickableFD::after {
    CONTENT: "";
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveTag.png) no-repeat;
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveFD.gif) no-repeat;*/
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.exclusiveClickableFD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveTag.png) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusiveFD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.exclusive009ClickableFD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009.gif) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009FD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.arrow01ClickableFD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009.gif) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/arrow01FD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: -2px;
}

.circle01ClickableFD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009.gif) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/circle01FD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: 1px;
}

.circle02ClickableFD::after {
    CONTENT: "";
    /*background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/exclusive009.gif) no-repeat;*/
    background: url(https://d3slxmaa2mql88.cloudfront.net/BrandStyle/circle02FD.gif) no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: 6px;
    width: 50px;
    height: 25px;
    top: -2px;
}

@media only screen and (max-width: 767px) {
    .exclusiveClickableFD::after, .exclusive01ClickableFD::after, .commonBlueClickableFD::after, .comonPurbileClickableFD::after, .circle02ClickableFD::after, .circle01ClickableFD::after, .arrow01ClickableFD::after, .exclusive009ClickableFD::after {
        margin-left: 25px;
        top: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .exclusiveClickableFD::after, .exclusive01ClickableFD::after, .commonBlueClickableFD::after, .comonPurbileClickableFD::after, .circle02ClickableFD::after, .circle01ClickableFD::after, .arrow01ClickableFD::after, .exclusive009ClickableFD::after {
        margin-left: 25px;
        top: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .exclusiveClickableFD::after, .exclusive01ClickableFD::after, .commonBlueClickableFD::after, .comonPurbileClickableFD::after, .circle02ClickableFD::after, .circle01ClickableFD::after, .arrow01ClickableFD::after, .exclusive009ClickableFD::after {
        margin-left: 25px;
        top: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .exclusiveClickableFD::after, .exclusive01ClickableFD::after, .commonBlueClickableFD::after, .comonPurbileClickableFD::after, .circle02ClickableFD::after, .circle01ClickableFD::after, .arrow01ClickableFD::after, .exclusive009ClickableFD::after {
        margin-left: 7px;
        top: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .exclusiveClickableFD::after, .exclusive01ClickableFD::after, .commonBlueClickableFD::after, .comonPurbileClickableFD::after, .circle02ClickableFD::after, .circle01ClickableFD::after, .arrow01ClickableFD::after, .exclusive009ClickableFD::after {
        margin-left: 7px;
        top: 0px;
    }
}

.fdseachButtonClickable {
    height: 32px;
    display: inline-block;
    
    background: red;
    border-color: #ce9634;
    color: #ffffff;
    position: absolute;
    right: 0;
    font-family: 'Pe-icon-7-stroke';
    text-transform: uppercase;
    top: 1px;
    border: none;
    /* height: 100%; */
    padding: 5px 15px 2px;
    /* font-size: 20px; */
    /* line-height: 1; */
    /* -webkit-transition: all 0.4s ease 0s; */
    /* transition: all 0.4s ease 0s; */
}
    .fdseachButtonClickable:before {
        content: "\e618";
    }
ul.ui-autocomplete {
    z-index: 15000;
}

span img {
    float: left;
}

span small {
    display: block;
}

.fdClickableMenuItemText {
    font-size: 0.65em;
    overflow: hidden;
    white-space: nowrap;
    max-width: 35ch;
    display: inline-block;
    text-overflow: ellipsis;
    padding:0px;
}

.fdSearchMenuItemText {
    font-size: 0.65em;
    display: inline-block;
    padding: 0px;
}

.fdsearchAutocompleteSideMenuBreakLine {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(236, 236, 236);
}


/*fdamra address animation effects*/

/*
h1 {
    animation-duration: 8s;
    animation-name: slidein;
    animation-iteration-count: infinite;
}

@keyframes slidein {
    0% {
        margin-left: 0%;
    }

    50% {
        margin-left: 300px;
    }

    100% {
        margin-left: 0%;
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
*/

.fdcolorchange {
    animation: color-change 1s infinite;
}

@keyframes color-change {
    0% {
        color: red;
    }

    25% {
        color: blue;
    }
    50% {
        color: greenyellow;
    }
    75% {
        color: deeppink;
    }

    100% {
        color:black;
    }
}
/*End fdamra address animation effects*/
.fdcarouselImg {
    max-height:500px;
    width:100%;
}

@media only screen and (max-width: 767px) {
    .fdcarouselImg {
        /*height: 200px;*/
        height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fdcarouselImg {
        max-height: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fdcarouselImg {
        
        max-height: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .fdcarouselImg {
        max-height: 100%;
    }
}



/* Style for the "Who we are" text */

/* Minimal styles for debugging */
.fd-who-we-are {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    position: relative; /* Required for pseudo-element positioning */
    padding: 5px 10px;
    margin: 10px 0;
    z-index: 1; /* Ensure text is above the pseudo-element */
}

    .fd-who-we-are::before {
        content: "";
        position: absolute; /* Position relative to .fd-who-we-are */
        top: -5px;
        left: -10px;
        right: -10px;
        bottom: -5px;
        border: 2px solid red; /* Add a visible border for testing */
        z-index: 0; /* Keep the border behind the text */
    }

    /* Add animations */
    .fd-who-we-are::before {
        content: "";
        position: absolute;
        top: -5px;
        left: -10px;
        right: -10px;
        bottom: -5px;
        border: 2px solid red; /* Border will animate */
        border-radius: 8px; /* Optional rounded corners */
        animation: fd-move-border 2s linear infinite, fd-color-change 3s linear infinite;
        z-index: 0;
    }

/* Animations */
@keyframes fd-move-border {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(4px, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes fd-color-change {
    0% {
        border-color: red;
    }

    50% {
        border-color: blue;
    }

    100% {
        border-color: green;
    }
}


/* Apply infinite color change animation to the icon */
.fas.fa-users {
    animation: colorChange 5s infinite; /* 5s is the duration of one cycle */
}

/* Define the keyframes for color change */
@keyframes colorChange {
    0% {
        color: red;
    }

    25% {
        color: #C9E91E;
    }

    50% {
        color: #1EE9A4;
    }

    75% {
        color: #1EE9A4;
    }

    100% {
        color: red;
    }
    /* End the cycle, so it repeats */
}
.fdbanner-img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: auto;
}


/* Fade-in effect */
#splashModal .modal-content {
    opacity: 0;
    transition: opacity 1s ease-in;
}

#splashModal.show .modal-content {
    opacity: 1;
}



/*<!-- Splash Modal-->*/
/* Elegant button styling */
.splash-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(20px);
    opacity: 0;
    z-index: 10;
    padding: 0.70rem 1.25rem;
    font-size: 1.25rem;
    background-color: #ff0000e6;
    color: #fff !important;
    text-decoration: none;
    border-radius: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.6s ease-in-out;
}

    .splash-button.show {
        opacity: 1;
        transform: translate(-50%, -50%) translateY(0);
    }


/* Make modal vertically centered */
.modal-center {
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    margin: 0 auto;
}

.fdH1BeforeHeaderSection {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background: var(--cl-heading);
}
.fdH1AfterHeaderSection {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background: var(--cl-heading);
}


.custom-header {
   
}

    .custom-header::before,
    .custom-header::after {
        content: "";
        display: inline-block;
        width: 60px; /* length of the line */
        height: 2px; /* thickness */
        background: #000; /* line color */
        vertical-align: middle;
        margin: 0 10px;
    }