/******************************

|--- Fonts
|--- Helpers
|	|
|	|___ media-query
|	|___ variables
|	|___ mixins
|
|--- Reset Styles
|--- Common Styles
|	|
|	|___ color
|	|___ spacings
|	|___ sliders
|	|___ tabs
|	|___ typography
|	|___ buttons
|	|___ modal
|	|___ images
|	|___ lists
|	|___ forms
|
|--- Sections Styles
|	|
|	|___ header
|	|___ menu
|	|___ hero-area
|	|___ bredcrumb
|	|___ policy-section
|	|___ category
|	|___ comment
|	|___ product
|	|___ sidebars
|	|___ footer
|
|--- Pages Styles
|	|
|	|___ shop
|	|___ product-details
|	|___ cart
|	|___ checkout
|	|___ compare
|	|___ contact
|	|___ blog
|	|___ cart
|	|___ my-account
|	|___ login-register
|	|___ about
|	|___ faq
|	|___ 404
|	|___ portfolio
|	|___ service
|
|--- theme-color-2 Styles
|	|
|--- theme-color-3 Styles
|	|
|--- theme-color-4 Styles


******************************/
/*
====> Default Styles
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");

/*
====> Helpers
*/
/*=== MEDIA QUERY ===*/
/*=== MEDIA QUERY with max width===*/
/*Font Families*/
/*Bootstrap Variables*/
/* Media Queries */
.one-column-slider.two-row .slick-active > div, .one-column-slider.three-row .slick-active > div {
    position: relative;
}

.one-column-slider.two-row .slick-active > div:before, .one-column-slider.three-row .slick-active > div:before {
    content: "";
    position: absolute;
    background:  #ffffff;
    left: 25px;
    height: 1px;
    bottom: -1px;
    right: 25px;
}

.normal-slider .slick-slide {
    position: relative;
}

.normal-slider .slick-slide:before {
    content: "";
    width: 1px;
    position: absolute;
    background:  #ffffff;
    left: 0;
    top: 10px;
    bottom: 5px;
}

/*
====> Reset Styles
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    caret-color: transparent;
}
/* Set transparent caret color globally */


/* Restore default caret color for input fields and textareas */
input, textarea {
  caret-color: auto !important; /* Or specify a color like #000 */
}
/*=== MEDIA QUERY ===*/
/*=== MEDIA QUERY with max width===*/
body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
    line-height: 1.65;
    width: 100%;
    background-color:  #ffffff !important;
}
html {
    scroll-behavior: smooth;
    scrollbar-width: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
span {
    display: inline-block;
    font-size:0.8rem;
}

a {
    transition: 0.4s;
    color: inherit;
    text-decoration: none;
    
}

a:focus {
    outline: none !important;
    color:black !important;
}

a:hover {
    text-decoration: none;
   
}

a:visited,
a:active {
    outline: none;
    border: none;
    text-decoration: none;
    
}
.header-top a{
    color:black !important;
}
.header-top a:focus {
    outline: none !important;
    color:black !important;
}

.header-top a:hover {
    text-decoration: none;
   color:black !important;
}

.header-top a:visited,
.header-top a:active {
    outline: none;
    border: none;
    text-decoration: none;
    color:black !important;
}
ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

img {
    max-width: 100%;
}

p {
    line-height: 20px;
    text-align: justify;
    color: rgb(3, 3, 3);
    font-size: 0.8rem;
}
.site-footer p{
    color: #fff !important;
}
.container{
    max-width: 1600px !important;
}
.btn:focus,
.btn:active {
    box-shadow: none;
    border-color: transparent;
}

button {
    cursor: pointer;
    background: transparent;
    border: none;
}

button:focus {
    outline: none;
}

.icon {
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

.card {
    border: none;
    border-radius: 0;
}

/* Slick Slider Resets */
.slick-slide:focus {
    outline: none;
}

.slick-slide:focus a:focus {
    outline: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.site-wrapper {
    overflow: hidden;
    padding-top:3rem;  
}

/*
====> Common Styles
*/
/* Colors */
.text-primary {
    color:  #32373d

 !important;
}

.text-white {
    color: #fff;
}

.text-black {
    color:white;
}

.text-red {
    color: #c61132;
}

.text-orange {
    color: #ff7c00 !important;
}

.bg-red {
    background-color: #c61132;
}

.bg-ash {
    background-color: #f2f2f2;
}

.bg-gray {
    background-color: #f6f6f6;
}

.bg-blue {
    background-color:white;
}

.bg-blue-2 {
    background-color: #128ced;
}

.bg-orange {
    background-color: #ff7c00;
}

.border-bottom {
    border-bottom: 1px solid #cecece;
}

.text-gray {
    color: #999;
}

.bg-gray {
    background: #c7c3c3;
}

/* Spacings */
.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.space-db--15 {
    margin-bottom: -15px;
}

.space-db--20 {
    margin-bottom: -20px;
}

.space-db--25 {
    margin-bottom: -25px;
}

.space-db--30 {
    margin-bottom: -30px;
}

.space-db--35 {
    margin-bottom: -35px;
}

.space-db--40 {
    margin-bottom: -40px;
}

.space-db--45 {
    margin-bottom: -45px;
}

.space-db--50 {
    margin-bottom: -50px;
}

.space-db--55 {
    margin-bottom: -55px;
}

.space-db--60 {
    margin-bottom: -60px;
}

.space-db--65 {
    margin-bottom: -65px;
}

.space-db--70 {
    margin-bottom: -70px;
}

.space-db--75 {
    margin-bottom: -75px;
}

.space-db--80 {
    margin-bottom: -80px;
}

.space-db--85 {
    margin-bottom: -85px;
}

.space-db--90 {
    margin-bottom: -90px;
}

.space-db--95 {
    margin-bottom: -95px;
}

.space-db--100 {
    margin-bottom: -100px;
}

.space-db--105 {
    margin-bottom: -105px;
}

.space-db--110 {
    margin-bottom: -110px;
}

.space-db--115 {
    margin-bottom: -115px;
}

.space-db--120 {
    margin-bottom: -120px;
}

.space-db--125 {
    margin-bottom: -125px;
}

.space-db--130 {
    margin-bottom: -130px;
}

.space-db--135 {
    margin-bottom: -135px;
}

.space-db--140 {
    margin-bottom: -140px;
}

.space-db--145 {
    margin-bottom: -145px;
}

.space-db--150 {
    margin-bottom: -150px;
}

.space-dt--30 {
    margin-top: -30px;
}

.space-dt--35 {
    margin-top: -35px;
}

.space-dt--40 {
    margin-top: -40px;
}

.space-dt--45 {
    margin-top: -45px;
}

.space-dt--50 {
    margin-top: -50px;
}

.space-dt--55 {
    margin-top: -55px;
}

.space-dt--60 {
    margin-top: -60px;
}

.space-dt--65 {
    margin-top: -65px;
}

.space-dt--70 {
    margin-top: -70px;
}

.space-dt--75 {
    margin-top: -75px;
}

.space-dt--80 {
    margin-top: -80px;
}

.space-dt--85 {
    margin-top: -85px;
}

.space-dt--90 {
    margin-top: -90px;
}

.space-dt--95 {
    margin-top: -95px;
}

.space-dt--100 {
    margin-top: -100px;
}

.space-dt--105 {
    margin-top: -105px;
}

.space-dt--110 {
    margin-top: -110px;
}

.space-dt--115 {
    margin-top: -115px;
}

.space-dt--120 {
    margin-top: -120px;
}

.space-dt--125 {
    margin-top: -125px;
}

.space-dt--130 {
    margin-top: -130px;
}

.space-dt--135 {
    margin-top: -135px;
}

.space-dt--140 {
    margin-top: -140px;
}

.space-dt--145 {
    margin-top: -145px;
}

.space-dt--150 {
    margin-top: -150px;
}

.space-db--30 {
    margin-bottom: -30px;
}

.space-db--35 {
    margin-bottom: -35px;
}

.space-db--40 {
    margin-bottom: -40px;
}

.space-db--45 {
    margin-bottom: -45px;
}

.space-db--50 {
    margin-bottom: -50px;
}

.space-db--55 {
    margin-bottom: -55px;
}

.space-db--60 {
    margin-bottom: -60px;
}

.space-db--65 {
    margin-bottom: -65px;
}

.space-db--70 {
    margin-bottom: -70px;
}

.space-db--75 {
    margin-bottom: -75px;
}

.space-db--80 {
    margin-bottom: -80px;
}

.space-db--85 {
    margin-bottom: -85px;
}

.space-db--90 {
    margin-bottom: -90px;
}

.space-db--95 {
    margin-bottom: -95px;
}

.space-db--100 {
    margin-bottom: -100px;
}

.space-db--105 {
    margin-bottom: -105px;
}

.space-db--110 {
    margin-bottom: -110px;
}

.space-db--115 {
    margin-bottom: -115px;
}

.space-db--120 {
    margin-bottom: -120px;
}

.space-db--125 {
    margin-bottom: -125px;
}

.space-db--130 {
    margin-bottom: -130px;
}

.space-db--135 {
    margin-bottom: -135px;
}

.space-db--140 {
    margin-bottom: -140px;
}

.space-db--145 {
    margin-bottom: -145px;
}

.space-db--150 {
    margin-bottom: -150px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--25 {
    margin-bottom: 25px;
}

.mb--15 {
    margin-bottom: 15px;
}

/* container 450px*/
/*-- Padding Top --*/
.pt--5 {
    padding-top: 5px;
}

.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--65 {
    padding-top: 65px;
}

.pt--70 {
    padding-top: 70px;
}

.pt--75 {
    padding-top: 75px;
}

.pt--80 {
    padding-top: 80px;
}

.pt--85 {
    padding-top: 85px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--95 {
    padding-top: 95px;
}

.pt--100 {
    padding-top: 100px;
}

.pt--105 {
    padding-top: 105px;
}

.pt--110 {
    padding-top: 110px;
}

.pt--115 {
    padding-top: 115px;
}

.pt--120 {
    padding-top: 120px;
}

.pt--125 {
    padding-top: 125px;
}

.pt--130 {
    padding-top: 130px;
}

.pt--135 {
    padding-top: 135px;
}

.pt--140 {
    padding-top: 140px;
}

.pt--145 {
    padding-top: 145px;
}

.pt--150 {
    padding-top: 150px;
}

@media (min-width: 992px) {
    .pt-lg--5 {
        padding-top: 5px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--10 {
        padding-top: 10px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--15 {
        padding-top: 15px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--20 {
        padding-top: 20px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--25 {
        padding-top: 25px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--30 {
        padding-top: 30px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--35 {
        padding-top: 35px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--40 {
        padding-top: 40px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--45 {
        padding-top: 45px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--50 {
        padding-top: 50px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--55 {
        padding-top: 55px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--60 {
        padding-top: 60px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--65 {
        padding-top: 65px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--70 {
        padding-top: 70px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--75 {
        padding-top: 75px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--80 {
        padding-top: 80px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--85 {
        padding-top: 85px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--90 {
        padding-top: 90px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--95 {
        padding-top: 95px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--100 {
        padding-top: 100px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--105 {
        padding-top: 105px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--110 {
        padding-top: 110px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--115 {
        padding-top: 115px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--120 {
        padding-top: 120px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--125 {
        padding-top: 125px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--130 {
        padding-top: 130px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--135 {
        padding-top: 135px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--140 {
        padding-top: 140px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--145 {
        padding-top: 145px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--150 {
        padding-top: 150px !important;
    }
}

@media only screen and (max-width: 575px) {
    .pt_sm--5 {
        padding-top: 5px;
    }

    .pt_sm--10 {
        padding-top: 10px;
    }

    .pt_sm--15 {
        padding-top: 15px;
    }

    .pt_sm--20 {
        padding-top: 20px;
    }

    .pt_sm--25 {
        padding-top: 25px;
    }

    .pt_sm--30 {
        padding-top: 30px;
    }

    .pt_sm--35 {
        padding-top: 35px;
    }

    .pt_sm--40 {
        padding-top: 40px;
    }

    .pt_sm--45 {
        padding-top: 45px;
    }

    .pt_sm--50 {
        padding-top: 50px;
    }
}

/*-- Padding Bottom --*/
.pb--5 {
    padding-bottom: 5px;
}

.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--45 {
    padding-bottom: 45px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pb--55 {
    padding-bottom: 55px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pb--65 {
    padding-bottom: 65px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--75 {
    padding-bottom: 75px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--85 {
    padding-bottom: 85px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--95 {
    padding-bottom: 95px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pb--105 {
    padding-bottom: 105px;
}

.pb--110 {
    padding-bottom: 110px;
}

.pb--115 {
    padding-bottom: 115px;
}

.pb--120 {
    padding-bottom: 120px;
}

.pb--125 {
    padding-bottom: 125px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pb--135 {
    padding-bottom: 135px;
}

.pb--140 {
    padding-bottom: 140px;
}

.pb--145 {
    padding-bottom: 145px;
}

.pb--150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 575px) {
    .pb_sm--5 {
        padding-bottom: 5px;
    }

    .pb_sm--10 {
        padding-bottom: 10px;
    }

    .pb_sm--15 {
        padding-bottom: 15px;
    }

    .pb_sm--20 {
        padding-bottom: 20px;
    }

    .pb_sm--25 {
        padding-bottom: 25px;
    }

    .pb_sm--30 {
        padding-bottom: 30px;
    }

    .pb_sm--35 {
        padding-bottom: 35px;
    }

    .pb_sm--40 {
        padding-bottom: 40px;
    }

    .pb_sm--45 {
        padding-bottom: 45px;
    }

    .pb_sm--50 {
        padding-bottom: 50px;
    }
}

/*-- Padding Left --*/
.pl--5 {
    padding-left: 5px;
}

.pl--10 {
    padding-left: 10px;
}

.pl--15 {
    padding-left: 15px;
}

.pl--20 {
    padding-left: 20px;
}

.pl--25 {
    padding-left: 25px;
}

.pl--30 {
    padding-left: 30px;
}

.pl--35 {
    padding-left: 35px;
}

.pl--40 {
    padding-left: 40px;
}

.pl--45 {
    padding-left: 45px;
}

.pl--50 {
    padding-left: 50px;
}

.pl--55 {
    padding-left: 55px;
}

.pl--60 {
    padding-left: 60px;
}

.pl--65 {
    padding-left: 65px;
}

.pl--70 {
    padding-left: 70px;
}

.pl--75 {
    padding-left: 75px;
}

.pl--80 {
    padding-left: 80px;
}

.pl--85 {
    padding-left: 85px;
}

.pl--90 {
    padding-left: 90px;
}

.pl--95 {
    padding-left: 95px;
}

.pl--100 {
    padding-left: 100px;
}

.pl--105 {
    padding-left: 105px;
}

.pl--110 {
    padding-left: 110px;
}

.pl--115 {
    padding-left: 115px;
}

.pl--120 {
    padding-left: 120px;
}

.pl--125 {
    padding-left: 125px;
}

.pl--130 {
    padding-left: 130px;
}

.pl--135 {
    padding-left: 135px;
}

.pl--140 {
    padding-left: 140px;
}

.pl--145 {
    padding-left: 145px;
}

.pl--150 {
    padding-left: 150px;
}

@media (min-width: 992px) {
    .pl-lg--5 {
        padding-left: 5px;
    }
}

@media (min-width: 992px) {
    .pl-lg--10 {
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .pl-lg--15 {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .pl-lg--20 {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .pl-lg--25 {
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
    .pl-lg--30 {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .pl-lg--35 {
        padding-left: 35px;
    }
}

@media (min-width: 992px) {
    .pl-lg--40 {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .pl-lg--45 {
        padding-left: 45px;
    }
}

@media (min-width: 992px) {
    .pl-lg--50 {
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .pl-lg--55 {
        padding-left: 55px;
    }
}

@media (min-width: 992px) {
    .pl-lg--60 {
        padding-left: 60px;
    }
}

@media (min-width: 992px) {
    .pl-lg--65 {
        padding-left: 65px;
    }
}

@media (min-width: 992px) {
    .pl-lg--70 {
        padding-left: 70px;
    }
}

@media (min-width: 992px) {
    .pl-lg--75 {
        padding-left: 75px;
    }
}

@media (min-width: 992px) {
    .pl-lg--80 {
        padding-left: 80px;
    }
}

@media (min-width: 992px) {
    .pl-lg--85 {
        padding-left: 85px;
    }
}

@media (min-width: 992px) {
    .pl-lg--90 {
        padding-left: 90px;
    }
}

@media (min-width: 992px) {
    .pl-lg--95 {
        padding-left: 95px;
    }
}

@media (min-width: 992px) {
    .pl-lg--100 {
        padding-left: 100px;
    }
}

@media (min-width: 992px) {
    .pl-lg--105 {
        padding-left: 105px;
    }
}

@media (min-width: 992px) {
    .pl-lg--110 {
        padding-left: 110px;
    }
}

@media (min-width: 992px) {
    .pl-lg--115 {
        padding-left: 115px;
    }
}

@media (min-width: 992px) {
    .pl-lg--120 {
        padding-left: 120px;
    }
}

@media (min-width: 992px) {
    .pl-lg--125 {
        padding-left: 125px;
    }
}

@media (min-width: 992px) {
    .pl-lg--130 {
        padding-left: 130px;
    }
}

@media (min-width: 992px) {
    .pl-lg--135 {
        padding-left: 135px;
    }
}

@media (min-width: 992px) {
    .pl-lg--140 {
        padding-left: 140px;
    }
}

@media (min-width: 992px) {
    .pl-lg--145 {
        padding-left: 145px;
    }
}

@media (min-width: 992px) {
    .pl-lg--150 {
        padding-left: 150px;
    }
}

@media (min-width: 992px) {
    .pr-lg--5 {
        padding-right: 5px;
    }
}

@media (min-width: 992px) {
    .pr-lg--10 {
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .pr-lg--15 {
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .pr-lg--20 {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .pr-lg--25 {
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    .pr-lg--30 {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .pr-lg--35 {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .pr-lg--40 {
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .pr-lg--45 {
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .pr-lg--50 {
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .pr-lg--55 {
        padding-right: 55px;
    }
}

@media (min-width: 992px) {
    .pr-lg--60 {
        padding-right: 60px;
    }
}

@media (min-width: 992px) {
    .pr-lg--65 {
        padding-right: 65px;
    }
}

@media (min-width: 992px) {
    .pr-lg--70 {
        padding-right: 70px;
    }
}

@media (min-width: 992px) {
    .pr-lg--75 {
        padding-right: 75px;
    }
}

@media (min-width: 992px) {
    .pr-lg--80 {
        padding-right: 80px;
    }
}

@media (min-width: 992px) {
    .pr-lg--85 {
        padding-right: 85px;
    }
}

@media (min-width: 992px) {
    .pr-lg--90 {
        padding-right: 90px;
    }
}

@media (min-width: 992px) {
    .pr-lg--95 {
        padding-right: 95px;
    }
}

@media (min-width: 992px) {
    .pr-lg--100 {
        padding-right: 100px;
    }
}

@media (min-width: 992px) {
    .pr-lg--105 {
        padding-right: 105px;
    }
}

@media (min-width: 992px) {
    .pr-lg--110 {
        padding-right: 110px;
    }
}

@media (min-width: 992px) {
    .pr-lg--115 {
        padding-right: 115px;
    }
}

@media (min-width: 992px) {
    .pr-lg--120 {
        padding-right: 120px;
    }
}

@media (min-width: 992px) {
    .pr-lg--125 {
        padding-right: 125px;
    }
}

@media (min-width: 992px) {
    .pr-lg--130 {
        padding-right: 130px;
    }
}

@media (min-width: 992px) {
    .pr-lg--135 {
        padding-right: 135px;
    }
}

@media (min-width: 992px) {
    .pr-lg--140 {
        padding-right: 140px;
    }
}

@media (min-width: 992px) {
    .pr-lg--145 {
        padding-right: 145px;
    }
}

@media (min-width: 992px) {
    .pr-lg--150 {
        padding-right: 150px;
    }
}

@media (min-width: 992px) {
    .mt-lg--5 {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .mt-lg--10 {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .mt-lg--15 {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .mt-lg--20 {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .mt-lg--25 {
        margin-top: 25px;
    }
}

@media (min-width: 992px) {
    .mt-lg--30 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .mt-lg--35 {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .mt-lg--40 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-lg--45 {
        margin-top: 45px;
    }
}

@media (min-width: 992px) {
    .mt-lg--50 {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .mt-lg--55 {
        margin-top: 55px;
    }
}

@media (min-width: 992px) {
    .mt-lg--60 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .mt-lg--65 {
        margin-top: 65px;
    }
}

@media (min-width: 992px) {
    .mt-lg--70 {
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    .mt-lg--75 {
        margin-top: 75px;
    }
}

@media (min-width: 992px) {
    .mt-lg--80 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-lg--85 {
        margin-top: 85px;
    }
}

@media (min-width: 992px) {
    .mt-lg--90 {
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    .mt-lg--95 {
        margin-top: 95px;
    }
}

@media (min-width: 992px) {
    .mt-lg--100 {
        margin-top: 100px;
    }
}

@media (min-width: 992px) {
    .mt-lg--105 {
        margin-top: 105px;
    }
}

@media (min-width: 992px) {
    .mt-lg--110 {
        margin-top: 110px;
    }
}

@media (min-width: 992px) {
    .mt-lg--115 {
        margin-top: 115px;
    }
}

@media (min-width: 992px) {
    .mt-lg--120 {
        margin-top: 120px;
    }
}

@media (min-width: 992px) {
    .mt-lg--125 {
        margin-top: 125px;
    }
}

@media (min-width: 992px) {
    .mt-lg--130 {
        margin-top: 130px;
    }
}

@media (min-width: 992px) {
    .mt-lg--135 {
        margin-top: 135px;
    }
}

@media (min-width: 992px) {
    .mt-lg--140 {
        margin-top: 140px;
    }
}

@media (min-width: 992px) {
    .mt-lg--145 {
        margin-top: 145px;
    }
}

@media (min-width: 992px) {
    .mt-lg--150 {
        margin-top: 150px;
    }
}

.pl--5 {
    padding-left: 5px !important;
}

/*-- Padding Right --*/
.pr--5 {
    padding-right: 5px;
}

.pr--10 {
    padding-right: 10px;
}

.pr--15 {
    padding-right: 15px;
}

.pr--20 {
    padding-right: 20px;
}

.pr--25 {
    padding-right: 25px;
}

.pr--30 {
    padding-right: 30px;
}

.pr--35 {
    padding-right: 35px;
}

.pr--40 {
    padding-right: 40px;
}

.pr--45 {
    padding-right: 45px;
}

.pr--50 {
    padding-right: 50px;
}

.pr--55 {
    padding-right: 55px;
}

.pr--60 {
    padding-right: 60px;
}

.pr--65 {
    padding-right: 65px;
}

.pr--70 {
    padding-right: 70px;
}

.pr--75 {
    padding-right: 75px;
}

.pr--80 {
    padding-right: 80px;
}

.pr--85 {
    padding-right: 85px;
}

.pr--90 {
    padding-right: 90px;
}

.pr--95 {
    padding-right: 95px;
}

.pr--100 {
    padding-right: 100px;
}

.pr--105 {
    padding-right: 105px;
}

.pr--110 {
    padding-right: 110px;
}

.pr--115 {
    padding-right: 115px;
}

.pr--120 {
    padding-right: 120px;
}

.pr--125 {
    padding-right: 125px;
}

.pr--130 {
    padding-right: 130px;
}

.pr--135 {
    padding-right: 135px;
}

.pr--140 {
    padding-right: 140px;
}

.pr--145 {
    padding-right: 145px;
}

.pr--150 {
    padding-right: 150px;
}

/*-- Margin Top --*/
.mt--5 {
    margin-top: 5px;
}

.mt--10 {
    margin-top: 10px;
}

.mt--15 {
    margin-top: 15px;
}

.mt--20 {
    margin-top: 20px;
}

.mt--25 {
    margin-top: 25px;
}

.mt--30 {
    margin-top: 30px;
}

.mt--35 {
    margin-top: 35px;
}

.mt--40 {
    margin-top: 40px;
}

.mt--45 {
    margin-top: 45px;
}

.mt--50 {
    margin-top: 50px;
}

.mt--55 {
    margin-top: 55px;
}

.mt--60 {
    margin-top: 60px;
}

.mt--65 {
    margin-top: 65px;
}

.mt--70 {
    margin-top: 70px;
}

.mt--75 {
    margin-top: 75px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--85 {
    margin-top: 85px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--95 {
    margin-top: 95px;
}

.mt--100 {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .md-mt--30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sm-mt--30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .lr-mt--30 {
        margin-top: 30px;
    }
}

/*-- Margin Bottom --*/
.mb--5 {
    margin-bottom: 5px;
}

.mb--10 {
    margin-bottom: 10px;
}

.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;
}

.mb--85 {
    margin-bottom: 85px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--95 {
    margin-bottom: 95px;
}

.mb--100 {
    margin-bottom: 100px;
}

/*-- Margin Bottom --*/
.ptb--5 {
    padding: 5px 0;
}

.ptb--10 {
    padding: 10px 0;
}

.ptb--15 {
    padding: 15px 0;
}

.ptb--20 {
    padding: 20px 0;
}

.ptb--25 {
    padding: 25px 0;
}

.ptb--30 {
    padding: 30px 0;
}

.ptb--35 {
    padding: 35px 0;
}

.ptb--40 {
    padding: 40px 0;
}

.ptb--45 {
    padding: 45px 0;
}

.ptb--50 {
    padding: 50px 0;
}

.ptb--55 {
    padding: 55px 0;
}

.ptb--60 {
    padding: 60px 0;
}

.ptb--65 {
    padding: 65px 0;
}

.ptb--70 {
    padding: 70px 0;
}

.ptb--75 {
    padding: 75px 0;
}

.ptb--80 {
    padding: 80px 0;
}

.ptb--85 {
    padding: 85px 0;
}

.ptb--90 {
    padding: 90px 0;
}

.ptb--95 {
    padding: 95px 0;
}

.ptb--100 {
    padding: 100px 0;
}

/*-- Margin Bottom --*/
@media (min-width: 768px) {
    .pct-md-5 {
        padding: 5px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-10 {
        padding: 10px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-15 {
        padding: 15px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-20 {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-25 {
        padding: 25px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-30 {
        padding: 30px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-35 {
        padding: 35px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-40 {
        padding: 40px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-45 {
        padding: 45px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-50 {
        padding: 50px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-55 {
        padding: 55px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-60 {
        padding: 60px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-65 {
        padding: 65px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-70 {
        padding: 70px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-75 {
        padding: 75px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-80 {
        padding: 80px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-85 {
        padding: 85px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-90 {
        padding: 90px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-95 {
        padding: 95px 0;
    }
}

@media (min-width: 768px) {
    .pct-md-100 {
        padding: 100px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-5 {
        padding: 5px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-10 {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-15 {
        padding: 15px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-20 {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-25 {
        padding: 25px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-30 {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-35 {
        padding: 35px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-40 {
        padding: 40px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-45 {
        padding: 45px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-50 {
        padding: 50px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-55 {
        padding: 55px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-60 {
        padding: 60px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-65 {
        padding: 65px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-70 {
        padding: 70px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-75 {
        padding: 75px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-80 {
        padding: 80px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-85 {
        padding: 85px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-90 {
        padding: 90px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-95 {
        padding: 95px 0;
    }
}

@media (min-width: 992px) {
    .pct-lg-100 {
        padding: 100px 0;
    }
}

/* Paddings */
.mb-30 {
    margin-bottom: 30px;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

/* No gutters */
@media (min-width: 992px) {
    .no-gutters-lg > .col,
    .no-gutters-lg > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .no-gutters-lg > .col,
    .no-gutters-lg > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1500px) {
    .no-gutters-lg > .col,
    .no-gutters-lg > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

/*Padding Top and Bottom*/
.ptb--0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ptb--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ptb--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.ptb--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.ptb--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ptb--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.ptb--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.ptb--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.ptb--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.ptb--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.ptb--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.ptb--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.ptb--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.ptb--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ptb--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.ptb--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.ptb--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.ptb--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.ptb--105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
}

.ptb--110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.ptb--115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
}

.ptb--120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.ptb--125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
}

.ptb--130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.ptb--135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
}

.ptb--140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.ptb--145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
}

.ptb--150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.ptb--155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
}

.ptb--160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.ptb--165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
}

.ptb--170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

.ptb--175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
}

.ptb--180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.ptb--185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
}

.ptb--190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
}

.ptb--195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
}

.ptb--200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.ptb--205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
}

.ptb--210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
}

.ptb--215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
}

.ptb--220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
}

.ptb--225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
}

.ptb--230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
}

.ptb--235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important;
}

.ptb--240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

.ptb--245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important;
}

.ptb--250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
}

.ptb--255 {
    padding-top: 255px !important;
    padding-bottom: 255px !important;
}

.ptb--260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
}

.ptb--265 {
    padding-top: 265px !important;
    padding-bottom: 265px !important;
}

.ptb--270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
}

.ptb--275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
}

.ptb--280 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
}

.ptb--285 {
    padding-top: 285px !important;
    padding-bottom: 285px !important;
}

.ptb--290 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
}

.ptb--295 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
}

.ptb--300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}

.pb--0 {
    padding-bottom: 0px !important;
}

.pb--5 {
    padding-bottom: 5px !important;
}

.pb--10 {
    padding-bottom: 10px !important;
}

.pb--15 {
    padding-bottom: 15px !important;
}

.pb--20 {
    padding-bottom: 20px !important;
}

.pb--25 {
    padding-bottom: 25px !important;
}

.pb--30 {
    padding-bottom: 30px !important;
}

.pb--35 {
    padding-bottom: 35px !important;
}

.pb--40 {
    padding-bottom: 40px !important;
}

.pb--45 {
    padding-bottom: 45px !important;
}

.pb--50 {
    padding-bottom: 50px !important;
}

.pb--55 {
    padding-bottom: 55px !important;
}

.pb--60 {
    padding-bottom: 60px !important;
}

.pb--65 {
    padding-bottom: 65px !important;
}

.pb--70 {
    padding-bottom: 70px !important;
}

.pb--75 {
    padding-bottom: 75px !important;
}

.pb--80 {
    padding-bottom: 80px !important;
}

.pb--85 {
    padding-bottom: 85px !important;
}

.pb--90 {
    padding-bottom: 90px !important;
}

.pb--95 {
    padding-bottom: 95px !important;
}

.pb--100 {
    padding-bottom: 100px !important;
}

.pb--105 {
    padding-bottom: 105px !important;
}

.pb--110 {
    padding-bottom: 110px !important;
}

.pb--115 {
    padding-bottom: 115px !important;
}

.pb--120 {
    padding-bottom: 120px !important;
}

.pb--125 {
    padding-bottom: 125px !important;
}

.pb--130 {
    padding-bottom: 130px !important;
}

.pb--135 {
    padding-bottom: 135px !important;
}

.pb--140 {
    padding-bottom: 140px !important;
}

.pb--145 {
    padding-bottom: 145px !important;
}

.pb--150 {
    padding-bottom: 150px !important;
}

.pb--155 {
    padding-bottom: 155px !important;
}

.pb--160 {
    padding-bottom: 160px !important;
}

.pb--165 {
    padding-bottom: 165px !important;
}

.pb--170 {
    padding-bottom: 170px !important;
}

.pb--175 {
    padding-bottom: 175px !important;
}

.pb--180 {
    padding-bottom: 180px !important;
}

.pb--185 {
    padding-bottom: 185px !important;
}

.pb--190 {
    padding-bottom: 190px !important;
}

.pb--195 {
    padding-bottom: 195px !important;
}

.pb--200 {
    padding-bottom: 200px !important;
}

.pb--205 {
    padding-bottom: 205px !important;
}

.pb--210 {
    padding-bottom: 210px !important;
}

.pb--215 {
    padding-bottom: 215px !important;
}

.pb--220 {
    padding-bottom: 220px !important;
}

.pb--225 {
    padding-bottom: 225px !important;
}

.pb--230 {
    padding-bottom: 230px !important;
}

.pb--235 {
    padding-bottom: 235px !important;
}

.pb--240 {
    padding-bottom: 240px !important;
}

.pb--245 {
    padding-bottom: 245px !important;
}

.pb--250 {
    padding-bottom: 250px !important;
}

.pb--255 {
    padding-bottom: 255px !important;
}

.pb--260 {
    padding-bottom: 260px !important;
}

.pb--265 {
    padding-bottom: 265px !important;
}

.pb--270 {
    padding-bottom: 270px !important;
}

.pb--275 {
    padding-bottom: 275px !important;
}

.pb--280 {
    padding-bottom: 280px !important;
}

.pb--285 {
    padding-bottom: 285px !important;
}

.pb--290 {
    padding-bottom: 290px !important;
}

.pb--295 {
    padding-bottom: 295px !important;
}

.pb--300 {
    padding-bottom: 300px !important;
}

.pt--0 {
    padding-top: 0px !important;
}

.pt--5 {
    padding-top: 5px !important;
}

.pt--10 {
    padding-top: 10px !important;
}

.pt--15 {
    padding-top: 15px !important;
}

.pt--20 {
    padding-top: 20px !important;
}

.pt--25 {
    padding-top: 25px !important;
}

.pt--30 {
    padding-top: 30px !important;
}

.pt--35 {
    padding-top: 35px !important;
}

.pt--40 {
    padding-top: 40px !important;
}

.pt--45 {
    padding-top: 45px !important;
}

.pt--50 {
    padding-top: 50px !important;
}

.pt--55 {
    padding-top: 55px !important;
}

.pt--60 {
    padding-top: 60px !important;
}

.pt--65 {
    padding-top: 65px !important;
}

.pt--70 {
    padding-top: 70px !important;
}

.pt--75 {
    padding-top: 75px !important;
}

.pt--80 {
    padding-top: 80px !important;
}

.pt--85 {
    padding-top: 85px !important;
}

.pt--90 {
    padding-top: 90px !important;
}

.pt--95 {
    padding-top: 95px !important;
}

.pt--100 {
    padding-top: 100px !important;
}

.pt--105 {
    padding-top: 105px !important;
}

.pt--110 {
    padding-top: 110px !important;
}

.pt--115 {
    padding-top: 115px !important;
}

.pt--120 {
    padding-top: 120px !important;
}

.pt--125 {
    padding-top: 125px !important;
}

.pt--130 {
    padding-top: 130px !important;
}

.pt--135 {
    padding-top: 135px !important;
}

.pt--140 {
    padding-top: 140px !important;
}

.pt--145 {
    padding-top: 145px !important;
}

.pt--150 {
    padding-top: 150px !important;
}

.pt--155 {
    padding-top: 155px !important;
}

.pt--160 {
    padding-top: 160px !important;
}

.pt--165 {
    padding-top: 165px !important;
}

.pt--170 {
    padding-top: 170px !important;
}

.pt--175 {
    padding-top: 175px !important;
}

.pt--180 {
    padding-top: 180px !important;
}

.pt--185 {
    padding-top: 185px !important;
}

.pt--190 {
    padding-top: 190px !important;
}

.pt--195 {
    padding-top: 195px !important;
}

.pt--200 {
    padding-top: 200px !important;
}

.pt--205 {
    padding-top: 205px !important;
}

.pt--210 {
    padding-top: 210px !important;
}

.pt--215 {
    padding-top: 215px !important;
}

.pt--220 {
    padding-top: 220px !important;
}

.pt--225 {
    padding-top: 225px !important;
}

.pt--230 {
    padding-top: 230px !important;
}

.pt--235 {
    padding-top: 235px !important;
}

.pt--240 {
    padding-top: 240px !important;
}

.pt--245 {
    padding-top: 245px !important;
}

.pt--250 {
    padding-top: 250px !important;
}

.pt--255 {
    padding-top: 255px !important;
}

.pt--260 {
    padding-top: 260px !important;
}

.pt--265 {
    padding-top: 265px !important;
}

.pt--270 {
    padding-top: 270px !important;
}

.pt--275 {
    padding-top: 275px !important;
}

.pt--280 {
    padding-top: 280px !important;
}

.pt--285 {
    padding-top: 285px !important;
}

.pt--290 {
    padding-top: 290px !important;
}

.pt--295 {
    padding-top: 295px !important;
}

.pt--300 {
    padding-top: 300px !important;
}

.pr--0 {
    padding-right: 0px !important;
}

.pr--5 {
    padding-right: 5px !important;
}

.pr--10 {
    padding-right: 10px !important;
}

.pr--15 {
    padding-right: 15px !important;
}

.pr--20 {
    padding-right: 20px !important;
}

.pr--25 {
    padding-right: 25px !important;
}

.pr--30 {
    padding-right: 30px !important;
}

.pr--35 {
    padding-right: 35px !important;
}

.pr--40 {
    padding-right: 40px !important;
}

.pr--45 {
    padding-right: 45px !important;
}

.pr--50 {
    padding-right: 50px !important;
}

.pr--55 {
    padding-right: 55px !important;
}

.pr--60 {
    padding-right: 60px !important;
}

.pr--65 {
    padding-right: 65px !important;
}

.pr--70 {
    padding-right: 70px !important;
}

.pr--75 {
    padding-right: 75px !important;
}

.pr--80 {
    padding-right: 80px !important;
}

.pr--85 {
    padding-right: 85px !important;
}

.pr--90 {
    padding-right: 90px !important;
}

.pr--95 {
    padding-right: 95px !important;
}

.pr--100 {
    padding-right: 100px !important;
}

.pr--105 {
    padding-right: 105px !important;
}

.pr--110 {
    padding-right: 110px !important;
}

.pr--115 {
    padding-right: 115px !important;
}

.pr--120 {
    padding-right: 120px !important;
}

.pr--125 {
    padding-right: 125px !important;
}

.pr--130 {
    padding-right: 130px !important;
}

.pr--135 {
    padding-right: 135px !important;
}

.pr--140 {
    padding-right: 140px !important;
}

.pr--145 {
    padding-right: 145px !important;
}

.pr--150 {
    padding-right: 150px !important;
}

.pr--155 {
    padding-right: 155px !important;
}

.pr--160 {
    padding-right: 160px !important;
}

.pr--165 {
    padding-right: 165px !important;
}

.pr--170 {
    padding-right: 170px !important;
}

.pr--175 {
    padding-right: 175px !important;
}

.pr--180 {
    padding-right: 180px !important;
}

.pr--185 {
    padding-right: 185px !important;
}

.pr--190 {
    padding-right: 190px !important;
}

.pr--195 {
    padding-right: 195px !important;
}

.pr--200 {
    padding-right: 200px !important;
}

.pl--0 {
    padding-left: 0px !important;
}

.pl--5 {
    padding-left: 5px !important;
}

.pl--10 {
    padding-left: 10px !important;
}

.pl--15 {
    padding-left: 15px !important;
}

.pl--20 {
    padding-left: 20px !important;
}

.pl--25 {
    padding-left: 25px !important;
}

.pl--30 {
    padding-left: 30px !important;
}

.pl--35 {
    padding-left: 35px !important;
}

.pl--40 {
    padding-left: 40px !important;
}

.pl--45 {
    padding-left: 45px !important;
}

.pl--50 {
    padding-left: 50px !important;
}

.pl--55 {
    padding-left: 55px !important;
}

.pl--60 {
    padding-left: 60px !important;
}

.pl--65 {
    padding-left: 65px !important;
}

.pl--70 {
    padding-left: 70px !important;
}

.pl--75 {
    padding-left: 75px !important;
}

.pl--80 {
    padding-left: 80px !important;
}

.pl--85 {
    padding-left: 85px !important;
}

.pl--90 {
    padding-left: 90px !important;
}

.pl--95 {
    padding-left: 95px !important;
}

.pl--100 {
    padding-left: 100px !important;
}

.pl--105 {
    padding-left: 105px !important;
}

.pl--110 {
    padding-left: 110px !important;
}

.pl--115 {
    padding-left: 115px !important;
}

.pl--120 {
    padding-left: 120px !important;
}

.pl--125 {
    padding-left: 125px !important;
}

.pl--130 {
    padding-left: 130px !important;
}

.pl--135 {
    padding-left: 135px !important;
}

.pl--140 {
    padding-left: 140px !important;
}

.pl--145 {
    padding-left: 145px !important;
}

.pl--150 {
    padding-left: 150px !important;
}

.pl--155 {
    padding-left: 155px !important;
}

.pl--160 {
    padding-left: 160px !important;
}

.pl--165 {
    padding-left: 165px !important;
}

.pl--170 {
    padding-left: 170px !important;
}

.pl--175 {
    padding-left: 175px !important;
}

.pl--180 {
    padding-left: 180px !important;
}

.pl--185 {
    padding-left: 185px !important;
}

.pl--190 {
    padding-left: 190px !important;
}

.pl--195 {
    padding-left: 195px !important;
}

.pl--200 {
    padding-left: 200px !important;
}

.plr--0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.plr--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.plr--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.plr--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.plr--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.plr--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.plr--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.plr--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.plr--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.plr--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.plr--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.plr--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.plr--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.plr--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.plr--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.plr--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.plr--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.plr--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.plr--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.plr--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.plr--105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
}

.plr--110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
}

.plr--115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
}

.plr--120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.plr--125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
}

.plr--130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
}

.plr--135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
}

.plr--140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
}

.plr--145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
}

.plr--150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.plr--155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
}

.plr--160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
}

.plr--165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
}

.plr--170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
}

.plr--175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
}

.plr--180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.plr--185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
}

.plr--190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
}

.plr--195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
}

.plr--200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

.mtb--0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mtb--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mtb--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mtb--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mtb--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mtb--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mtb--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mtb--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mtb--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mtb--45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mtb--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mtb--55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.mtb--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mtb--65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}

.mtb--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.mtb--75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.mtb--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.mtb--85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}

.mtb--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.mtb--95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}

.mtb--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.mtb--105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
}

.mtb--110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
}

.mtb--115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
}

.mtb--120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.mtb--125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
}

.mtb--130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
}

.mtb--135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
}

.mtb--140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
}

.mtb--145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
}

.mtb--150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.mtb--155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
}

.mtb--160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
}

.mtb--165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
}

.mtb--170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
}

.mtb--175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
}

.mtb--180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
}

.mtb--185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
}

.mtb--190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
}

.mtb--195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
}

.mtb--200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

.mb--0 {
    margin-bottom: 0px !important;
}

.mb--5 {
    margin-bottom: 5px !important;
}

.mb--10 {
    margin-bottom: 10px !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mb--25 {
    margin-bottom: 25px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mb--35 {
    margin-bottom: 35px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mb--45 {
    margin-bottom: 45px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mb--55 {
    margin-bottom: 55px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.mb--65 {
    margin-bottom: 65px !important;
}

.mb--70 {
    margin-bottom: 70px !important;
}

.mb--75 {
    margin-bottom: 75px !important;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mb--85 {
    margin-bottom: 85px !important;
}

.mb--90 {
    margin-bottom: 90px !important;
}

.mb--95 {
    margin-bottom: 95px !important;
}

.mb--100 {
    margin-bottom: 100px !important;
}

.mb--105 {
    margin-bottom: 105px !important;
}

.mb--110 {
    margin-bottom: 110px !important;
}

.mb--115 {
    margin-bottom: 115px !important;
}

.mb--120 {
    margin-bottom: 120px !important;
}

.mb--125 {
    margin-bottom: 125px !important;
}

.mb--130 {
    margin-bottom: 130px !important;
}

.mb--135 {
    margin-bottom: 135px !important;
}

.mb--140 {
    margin-bottom: 140px !important;
}

.mb--145 {
    margin-bottom: 145px !important;
}

.mb--150 {
    margin-bottom: 150px !important;
}

.mb--155 {
    margin-bottom: 155px !important;
}

.mb--160 {
    margin-bottom: 160px !important;
}

.mb--165 {
    margin-bottom: 165px !important;
}

.mb--170 {
    margin-bottom: 170px !important;
}

.mb--175 {
    margin-bottom: 175px !important;
}

.mb--180 {
    margin-bottom: 180px !important;
}

.mb--185 {
    margin-bottom: 185px !important;
}

.mb--190 {
    margin-bottom: 190px !important;
}

.mb--195 {
    margin-bottom: 195px !important;
}

.mb--200 {
    margin-bottom: 200px !important;
}

.mt--0 {
    margin-top: 0px !important;
}

.mt--5 {
    margin-top: 5px !important;
}

.mt--10 {
    margin-top: 10px !important;
}

.mt--15 {
    margin-top: 15px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mt--25 {
    margin-top: 25px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mt--35 {
    margin-top: 35px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mt--45 {
    margin-top: 45px !important;
}

.mt--50 {
    margin-top: 50px !important;
}

.mt--55 {
    margin-top: 55px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mt--65 {
    margin-top: 65px !important;
}

.mt--70 {
    margin-top: 70px !important;
}

.mt--75 {
    margin-top: 75px !important;
}

.mt--80 {
    margin-top: 80px !important;
}

.mt--85 {
    margin-top: 85px !important;
}

.mt--90 {
    margin-top: 90px !important;
}

.mt--95 {
    margin-top: 95px !important;
}

.mt--100 {
    margin-top: 100px !important;
}

.mt--105 {
    margin-top: 105px !important;
}

.mt--110 {
    margin-top: 110px !important;
}

.mt--115 {
    margin-top: 115px !important;
}

.mt--120 {
    margin-top: 120px !important;
}

.mt--125 {
    margin-top: 125px !important;
}

.mt--130 {
    margin-top: 130px !important;
}

.mt--135 {
    margin-top: 135px !important;
}

.mt--140 {
    margin-top: 140px !important;
}

.mt--145 {
    margin-top: 145px !important;
}

.mt--150 {
    margin-top: 150px !important;
}

.mt--155 {
    margin-top: 155px !important;
}

.mt--160 {
    margin-top: 160px !important;
}

.mt--165 {
    margin-top: 165px !important;
}

.mt--170 {
    margin-top: 170px !important;
}

.mt--175 {
    margin-top: 175px !important;
}

.mt--180 {
    margin-top: 180px !important;
}

.mt--185 {
    margin-top: 185px !important;
}

.mt--190 {
    margin-top: 190px !important;
}

.mt--195 {
    margin-top: 195px !important;
}

.mt--200 {
    margin-top: 200px !important;
}

@media (min-width: 992px) {
    .mt-lg--0 {
        margin-top: 0px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--5 {
        margin-top: 5px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--10 {
        margin-top: 10px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--15 {
        margin-top: 15px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--20 {
        margin-top: 20px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--25 {
        margin-top: 25px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--30 {
        margin-top: 30px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--35 {
        margin-top: 35px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--40 {
        margin-top: 40px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--45 {
        margin-top: 45px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--50 {
        margin-top: 50px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--55 {
        margin-top: 55px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--60 {
        margin-top: 60px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--65 {
        margin-top: 65px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--70 {
        margin-top: 70px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--75 {
        margin-top: 75px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--80 {
        margin-top: 80px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--85 {
        margin-top: 85px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--90 {
        margin-top: 90px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--95 {
        margin-top: 95px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--100 {
        margin-top: 100px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--105 {
        margin-top: 105px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--110 {
        margin-top: 110px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--115 {
        margin-top: 115px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--120 {
        margin-top: 120px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--125 {
        margin-top: 125px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--130 {
        margin-top: 130px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--135 {
        margin-top: 135px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--140 {
        margin-top: 140px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--145 {
        margin-top: 145px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--150 {
        margin-top: 150px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--155 {
        margin-top: 155px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--160 {
        margin-top: 160px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--165 {
        margin-top: 165px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--170 {
        margin-top: 170px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--175 {
        margin-top: 175px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--180 {
        margin-top: 180px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--185 {
        margin-top: 185px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--190 {
        margin-top: 190px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--195 {
        margin-top: 195px !important;
    }
}

@media (min-width: 992px) {
    .mt-lg--200 {
        margin-top: 200px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--0 {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--5 {
        margin-top: 5px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--10 {
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--15 {
        margin-top: 15px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--20 {
        margin-top: 20px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--25 {
        margin-top: 25px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--30 {
        margin-top: 30px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--35 {
        margin-top: 35px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--40 {
        margin-top: 40px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--45 {
        margin-top: 45px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--50 {
        margin-top: 50px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--55 {
        margin-top: 55px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--60 {
        margin-top: 60px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--65 {
        margin-top: 65px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--70 {
        margin-top: 70px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--75 {
        margin-top: 75px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--80 {
        margin-top: 80px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--85 {
        margin-top: 85px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--90 {
        margin-top: 90px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--95 {
        margin-top: 95px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--100 {
        margin-top: 100px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--105 {
        margin-top: 105px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--110 {
        margin-top: 110px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--115 {
        margin-top: 115px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--120 {
        margin-top: 120px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--125 {
        margin-top: 125px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--130 {
        margin-top: 130px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--135 {
        margin-top: 135px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--140 {
        margin-top: 140px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--145 {
        margin-top: 145px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--150 {
        margin-top: 150px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--155 {
        margin-top: 155px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--160 {
        margin-top: 160px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--165 {
        margin-top: 165px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--170 {
        margin-top: 170px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--175 {
        margin-top: 175px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--180 {
        margin-top: 180px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--185 {
        margin-top: 185px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--190 {
        margin-top: 190px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--195 {
        margin-top: 195px !important;
    }
}

@media (min-width: 768px) {
    .mt-md--200 {
        margin-top: 200px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--0 {
        margin-top: 0px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--5 {
        margin-top: 5px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--10 {
        margin-top: 10px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--15 {
        margin-top: 15px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--20 {
        margin-top: 20px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--25 {
        margin-top: 25px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--30 {
        margin-top: 30px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--35 {
        margin-top: 35px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--40 {
        margin-top: 40px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--45 {
        margin-top: 45px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--50 {
        margin-top: 50px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--55 {
        margin-top: 55px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--60 {
        margin-top: 60px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--65 {
        margin-top: 65px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--70 {
        margin-top: 70px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--75 {
        margin-top: 75px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--80 {
        margin-top: 80px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--85 {
        margin-top: 85px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--90 {
        margin-top: 90px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--95 {
        margin-top: 95px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--100 {
        margin-top: 100px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--105 {
        margin-top: 105px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--110 {
        margin-top: 110px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--115 {
        margin-top: 115px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--120 {
        margin-top: 120px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--125 {
        margin-top: 125px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--130 {
        margin-top: 130px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--135 {
        margin-top: 135px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--140 {
        margin-top: 140px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--145 {
        margin-top: 145px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--150 {
        margin-top: 150px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--155 {
        margin-top: 155px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--160 {
        margin-top: 160px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--165 {
        margin-top: 165px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--170 {
        margin-top: 170px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--175 {
        margin-top: 175px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--180 {
        margin-top: 180px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--185 {
        margin-top: 185px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--190 {
        margin-top: 190px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--195 {
        margin-top: 195px !important;
    }
}

@media (min-width: 480px) {
    .mt-sm--200 {
        margin-top: 200px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--0 {
        margin-top: 0px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--5 {
        margin-top: 5px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--10 {
        margin-top: 10px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--15 {
        margin-top: 15px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--20 {
        margin-top: 20px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--25 {
        margin-top: 25px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--30 {
        margin-top: 30px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--35 {
        margin-top: 35px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--40 {
        margin-top: 40px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--45 {
        margin-top: 45px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--50 {
        margin-top: 50px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--55 {
        margin-top: 55px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--60 {
        margin-top: 60px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--65 {
        margin-top: 65px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--70 {
        margin-top: 70px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--75 {
        margin-top: 75px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--80 {
        margin-top: 80px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--85 {
        margin-top: 85px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--90 {
        margin-top: 90px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--95 {
        margin-top: 95px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--100 {
        margin-top: 100px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--105 {
        margin-top: 105px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--110 {
        margin-top: 110px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--115 {
        margin-top: 115px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--120 {
        margin-top: 120px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--125 {
        margin-top: 125px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--130 {
        margin-top: 130px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--135 {
        margin-top: 135px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--140 {
        margin-top: 140px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--145 {
        margin-top: 145px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--150 {
        margin-top: 150px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--155 {
        margin-top: 155px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--160 {
        margin-top: 160px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--165 {
        margin-top: 165px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--170 {
        margin-top: 170px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--175 {
        margin-top: 175px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--180 {
        margin-top: 180px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--185 {
        margin-top: 185px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--190 {
        margin-top: 190px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--195 {
        margin-top: 195px !important;
    }
}

@media (min-width: 320px) {
    .mt-xs--200 {
        margin-top: 200px !important;
    }
}

.ml--0 {
    margin-left: 0px !important;
}

.ml--5 {
    margin-left: 5px !important;
}

.ml--10 {
    margin-left: 10px !important;
}

.ml--15 {
    margin-left: 15px !important;
}

.ml--20 {
    margin-left: 20px !important;
}

.ml--25 {
    margin-left: 25px !important;
}

.ml--30 {
    margin-left: 30px !important;
}

.ml--35 {
    margin-left: 35px !important;
}

.ml--40 {
    margin-left: 40px !important;
}

.ml--45 {
    margin-left: 45px !important;
}

.ml--50 {
    margin-left: 50px !important;
}

.ml--55 {
    margin-left: 55px !important;
}

.ml--60 {
    margin-left: 60px !important;
}

.ml--65 {
    margin-left: 65px !important;
}

.ml--70 {
    margin-left: 70px !important;
}

.ml--75 {
    margin-left: 75px !important;
}

.ml--80 {
    margin-left: 80px !important;
}

.ml--85 {
    margin-left: 85px !important;
}

.ml--90 {
    margin-left: 90px !important;
}

.ml--95 {
    margin-left: 95px !important;
}

.ml--100 {
    margin-left: 100px !important;
}

.mr--0 {
    margin-right: 0px !important;
}

.mr--10 {
    margin-right: 10px !important;
}

.mr--20 {
    margin-right: 20px !important;
}

.mr--30 {
    margin-right: 30px !important;
}

.mr--40 {
    margin-right: 40px !important;
}

.mr--50 {
    margin-right: 50px !important;
}

.mr--60 {
    margin-right: 60px !important;
}

.mr--70 {
    margin-right: 70px !important;
}

.mr--80 {
    margin-right: 80px !important;
}

.mr--90 {
    margin-right: 90px !important;
}

.mr--100 {
    margin-right: 100px !important;
}

@media (min-width: 992px) {
    .mr-lg--0 {
        margin-right: 0px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--5 {
        margin-right: 5px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--10 {
        margin-right: 10px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--15 {
        margin-right: 15px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--20 {
        margin-right: 20px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--25 {
        margin-right: 25px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--30 {
        margin-right: 30px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--35 {
        margin-right: 35px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--40 {
        margin-right: 40px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--45 {
        margin-right: 45px !important;
    }
}

@media (min-width: 992px) {
    .mr-lg--50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--0 {
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--5 {
        margin-right: 5px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--10 {
        margin-right: 10px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--15 {
        margin-right: 15px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--20 {
        margin-right: 20px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--25 {
        margin-right: 25px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--30 {
        margin-right: 30px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--35 {
        margin-right: 35px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--40 {
        margin-right: 40px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--45 {
        margin-right: 45px !important;
    }
}

@media (min-width: 768px) {
    .mr-md--50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--0 {
        margin-right: 0px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--5 {
        margin-right: 5px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--10 {
        margin-right: 10px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--15 {
        margin-right: 15px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--20 {
        margin-right: 20px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--25 {
        margin-right: 25px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--30 {
        margin-right: 30px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--35 {
        margin-right: 35px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--40 {
        margin-right: 40px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--45 {
        margin-right: 45px !important;
    }
}

@media (min-width: 480px) {
    .mr-sm--50 {
        margin-right: 50px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--0 {
        margin-right: 0px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--5 {
        margin-right: 5px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--10 {
        margin-right: 10px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--15 {
        margin-right: 15px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--20 {
        margin-right: 20px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--25 {
        margin-right: 25px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--30 {
        margin-right: 30px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--35 {
        margin-right: 35px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--40 {
        margin-right: 40px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--45 {
        margin-right: 45px !important;
    }
}

@media (min-width: 320px) {
    .mr-xs--50 {
        margin-right: 50px !important;
    }
}

.sp-inner-page {
    padding: 60px 0;
}

@media (min-width: 992px) {
    .sp-inner-page {
        padding: 90px 0;
    }
}

.sp-inner-page--top {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .sp-inner-page--top {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .sp-inner-page--top {
        padding-top: 90px;
    }
}

.sp-inner-page--bottom {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .sp-inner-page--bottom {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .sp-inner-page--bottom {
        padding-bottom: 90px;
    }
}

.left-slide-margin {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .left-slide-margin {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .pt-lg-0 {
        padding-top: 0 !important;
    }
}

@media (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0 !important;
    }
}

/*Sliders*/
.petmark-slick-slider.grid-column-slider .slick-slide.slick-active div + div .single-slide:after {
    height: 0;
}

.petmark-slick-slider.grid-column-slider .slick-slide.slick-current .single-slide:before {
    width: 0;
    opacity: 0;
}

.petmark-slick-slider.grid-column-slider .slick-slide .single-slide {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.petmark-slick-slider.grid-column-slider .slick-slide .single-slide:before {
    content: "";
    width: 1px;
    position: absolute;
    background:  #ffffff;
    left: 0;
    top: 20px;
    bottom: 5px;
}

.petmark-slick-slider.grid-column-slider .slick-slide .single-slide:after {
    content: "";
    height: 1px;
    position: absolute;
    background:  #ffffff;
    left: 10px;
    right: 10px;
    bottom: 0px;
}

.petmark-slick-slider .pm-product {
    padding: 0;
}

/* Petmark Products Slider*/
.one-column-slider.two-row .slick-slide > div {
    padding: 13px 0;
}

@media (min-width: 1200px) {
    .one-column-slider.two-row .slick-slide > div {
        padding: 11.5px 0 24.5px;
    }
}

@media (min-width: 480px) {
    .one-column-slider.two-row .product-type-list {
        display: flex;
    }
}

@media (min-width: 480px) {
    .one-column-slider.two-row .product-type-list .image {
        width: 225px;
    }
}

@media (min-width: 992px) {
    .one-column-slider.two-row .product-type-list .image {
        width: 194.5px;
    }
}

@media (min-width: 1200px) {
    .one-column-slider.two-row .product-type-list .image {
        width: 225px;
    }
}

.one-column-slider.two-row .product-type-list .image img {
    width: 100%;
}

.one-column-slider.two-row .product-type-list .content {
    overflow: unset;
    padding-top: 20px;
}

@media (max-width: 479px) {
    .one-column-slider.two-row .product-type-list .content {
        padding-left: 20px;
    }
}

.one-column-slider.two-row .product-type-list .content .btn-block {
    margin-top: 20px;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

.one-column-slider.two-row .product-type-list .content:before {
    z-index: -1 !important;
}

.one-column-slider.three-row .slick-slide > div {
    padding: 13px 0;
}

@media (min-width: 1200px) {
    .one-column-slider.three-row .slick-slide > div {
        padding: 11.5px 0 24.5px;
    }
}

@media (min-width: 480px) {
    .one-column-slider.three-row .product-type-list {
        display: flex;
    }
}

@media (min-width: 480px) {
    .one-column-slider.three-row .product-type-list .image {
        width: 225px;
    }
}

@media (min-width: 992px) {
    .one-column-slider.three-row .product-type-list .image {
        width: 194.5px;
    }
}

@media (min-width: 1200px) {
    .one-column-slider.three-row .product-type-list .image {
        width: 40%;
        padding: 0 10px;
    }
}

.one-column-slider.three-row .product-type-list .image img {
    width: 100%;
}

.one-column-slider.three-row .product-type-list .content {
    overflow: unset;
    /* padding-top: 20px; */
}

@media (max-width: 479px) {
    .one-column-slider.three-row .product-type-list .content {
        padding-left: 20px;
    }
}

.one-column-slider.three-row .product-type-list .content:before {
    z-index: -1 !important;
}

.normal-slider .slick-slide {
    padding: 11.5px;
}

@media (min-width: 480px) {
    .normal-slider .product-type-list {
        display: flex;
    }
}

@media (min-width: 480px) {
    .normal-slider .product-type-list .image {
        width: 225px;
    }
}

@media (min-width: 992px) {
    .normal-slider .product-type-list .image {
        width: 145px;
    }
}

@media (min-width: 1200px) {
    .normal-slider .product-type-list .image {
        width: 145px;
    }
}

.normal-slider .product-type-list .image img {
    width: 100%;
}

.normal-slider .product-type-list .content {
    overflow: unset;
    padding-top: 20px;
}

@media (max-width: 479px) {
    .normal-slider .product-type-list .content {
        padding-left: 20px;
    }
}

.normal-slider .product-type-list .content .btn-block {
    margin-top: 20px;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

.normal-slider .product-type-list .content:before {
    z-index: -1 !important;
}

.normal-slider.grid-border-none .slick-slide:before {
    opacity: 0;
}

@media (min-width: 480px) {
    .normal-two-column-slider .product-type-list {
        display: flex;
    }
}

@media (min-width: 480px) {
    .normal-two-column-slider .product-type-list .image {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .normal-two-column-slider .product-type-list .image {
        width: 225px;
    }
}

.normal-two-column-slider .product-type-list .image img {
    width: 100%;
    height:350px;
}

.normal-two-column-slider .product-type-list .content {
    overflow: unset;
    padding-bottom: 25px;
}

@media (max-width: 479px) {
    .normal-two-column-slider .product-type-list .content {
        padding-left: 20px;
    }
}

@media (min-width: 480px) {
    .normal-two-column-slider .product-type-list .content {
        padding-top: 25px;
        width: 50%;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .normal-two-column-slider .product-type-list .content {
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    .normal-two-column-slider .product-type-list .content {
        width: 50%;
    }
}

.normal-two-column-slider .product-type-list .content .btn-block {
    text-align: left;
    margin-top: 20px;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

.normal-two-column-slider .product-type-list .content .btn-block a {
    margin-right: auto;
}

.normal-two-column-slider .product-type-list .content:before {
    z-index: -1 !important;
}

.petmark-slick-slider button.slick-arrow {
    position: absolute;
    top: -38px;
    font-size: 0;
    right: 5px;
    height: 30px;
    line-height: 2px;
    width: 30px;
}

.petmark-slick-slider button.slick-arrow:before {
    position: absolute;
    content: '\f3cf';
    font-family: 'Ionicons';
    font-size: 18px;
    color: #696969;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.petmark-slick-slider button.slick-arrow.slick-next {
    right: -15px;
}

.petmark-slick-slider button.slick-arrow.slick-next::before {
    content: "\f3d1";
}

.petmark-slick-slider button.slick-arrow:hover:before {
    color:black;
}

.petmark-slick-slider.arrow-type-two button.slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    z-index: 99;
    margin-right: -20px;
    right: 100%;
}

@media (min-width: 992px) {
    .petmark-slick-slider.arrow-type-two button.slick-arrow {
        margin-right: 0;
    }
}

.petmark-slick-slider.arrow-type-two button.slick-arrow:before {
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.petmark-slick-slider.arrow-type-two button.slick-arrow.slick-next {
    right: 10px;
}

@media (min-width: 992px) {
    .petmark-slick-slider.arrow-type-two button.slick-arrow.slick-next {
        margin-right: -30px;
        margin-right: -42px;
    }
}

.petmark-slick-slider--wrapper-2 button.slick-arrow {
    position: absolute;
    top: -61px;
}

.brand-slider {
    padding: 10px 0px;
}

@media (min-width: 768px) {
    .brand-slider {
        padding: 10px 30px;
    }
}

@media (min-width: 992px) {
    .brand-slider {
        padding: 20px 50px;
    }
}

.brand-slider .brand-image img {
    margin: 0 auto;
}

.brand-slider button.slick-arrow {
    position: absolute;
    top: 0;
    font-size: 0;
    left: 0;
    height: 100%;
    width: 14px;
    background: #fff;
    z-index: 2;
}

@media (min-width: 768px) {
    .brand-slider button.slick-arrow {
        width: 35px;
    }
}

.brand-slider button.slick-arrow::before {
    font-size: 23px;
}

@media (min-width: 576px) {
    .brand-slider button.slick-arrow::before {
        font-size: 28px;
    }
}

.brand-slider button.slick-arrow.slick-next {
    left: auto;
    right: 1px;
    margin-right: 0px;
}

.slider-side-block .single-slide-block {
    margin-bottom: 50px;
}

.slider-side-block .single-slide-block:last-child {
    margin-bottom: 0;
}

.slider-main-block .single-main-block {
    margin-bottom: 50px;
}

.slider-main-block .single-main-block:last-child {
    margin-bottom: 0;
}

.home-slider ul.slick-dots {
    font-size: 0;
    display: flex;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
    left: 0;
    margin-left: 60px;
}

.home-slider ul.slick-dots button {
    height: 8px;
    width: 8px;
    background: #ffff;
    border-radius: 500px;
    margin-right: 10px;
    /* left: 0; */
    transition: .4s;
}

.home-slider ul.slick-dots li.slick-active button,
.home-slider ul.slick-dots li:hover button {
    width: 28px;
    background:  #32373d

;
}

.home-slider.dot-position-1 ul.slick-dots {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    margin-left: 0;
}

.sidebar-one-column.petmark-slick-slider .pm-product.product-type-list {
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .sidebar-one-column.petmark-slick-slider .pm-product.product-type-list .content {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .sidebar-one-column.petmark-slick-slider .pm-product.product-type-list .content {
        width: 100%;
        margin-left: 20px;
        padding-top: 5px;
    }
}

@media (min-width: 1200px) {
    .sidebar-one-column.petmark-slick-slider .pm-product.product-type-list .content {
        width: 60%;
        margin-left: 0px;
        padding-top: 20px;
    }
}

/* Tabs */
.pm-tab-nav.nav-tabs {
    border: 0;
    margin-bottom: 5px;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .pm-tab-nav.nav-tabs {
        margin-left: auto;
    }
}

.pm-tab-nav.nav-tabs .nav-link {
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 500px;
    color: #9A9A9A;
}

@media (min-width: 992px) {
    .pm-tab-nav.nav-tabs .nav-link {
        padding: 5px 20px;
    }
}

.pm-tab-nav.nav-tabs .nav-link.active {
    border-color:white;
}

.pm-tab-nav.nav-tabs .nav-link:hover {
    color:white;
}

.pm-tab-nav.tab-nav-style-2.nav-tabs .nav-link {
    border-radius: 0;
    position: relative;
    padding: 10px 20px;
}

.pm-tab-nav.tab-nav-style-2.nav-tabs .nav-link::after {
    content: "";
    background: transparent;
    bottom: 0;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 34px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -6px;
}

.pm-tab-nav.tab-nav-style-2.nav-tabs .nav-link.active {
    border-color: transparent;
}

.pm-tab-nav.tab-nav-style-2.nav-tabs .nav-link.active::after {
    background:  #32373d

;
}

.pm-tab-nav.tab-nav-style-3 {
    margin-bottom: 0;
}

.pm-tab-nav.tab-nav-style-3.nav-tabs {
    align-items: center;
}

.pm-tab-nav.tab-nav-style-3.nav-tabs .nav-link {
    border-radius: 0;
    position: relative;
    padding: 10px 20px;
    border: 0;
}

.pm-tab-nav.tab-nav-style-3.nav-tabs .nav-link.active {
    color:white;
}

.pm-tab-nav-4 {
    padding-bottom: 5px !important;
}

@media (min-width: 576px) {
    .pm-tab-nav-4 {
        padding-bottom: 15px !important;
    }
}

.pm-tab-nav-4 .nav-item {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .pm-tab-nav-4 .nav-item {
        margin-bottom: -1px;
    }
}

.tab-content.pm-slider-tab-content .tab-pane {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity .4s;
}

.tab-content.pm-slider-tab-content .tab-pane.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: unset;
}

.slider-header-block.tab-header {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .slider-header-block.tab-header {
        flex-direction: row;
    }
}

.slider-header-block.tab-header .pm-tab-nav.nav-tabs {
    margin-bottom: 0;
    position: relative;
    justify-content: flex-start;
    margin-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .slider-header-block.tab-header .pm-tab-nav.nav-tabs {
        top: -8px;
        justify-content: flex-end;
        margin-top: 0px;
        padding-bottom: 0px;
    }
}

/* Typography */
.title-font, .calculate-shipping h4, .discount-coupon h4 {
    font-family: 'Prata', serif;
}

.block-title {
    position: relative;
}

.block-title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 46%;
    background:  #32373d

;
}

.block-title h2 {
    display: block;
    font-size: 16px;
    padding-bottom: 11px;
    position: relative;
    text-transform: uppercase;
    margin-top: -5px;
}

@media (min-width: 768px) {
    .block-title h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }
}

.block-title-2 {
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}

.block-title-2 h2 {
    background:  #32373d

;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
}

@media (min-width: 480px) {
    .block-title-2 h2 {
        padding: 0 28px;
        font-size: 16px;
    }
}

.block-title-3 {
    border-bottom: 2px solid  #32373d

;
}

.block-title-3 h2 {
    background:  #32373d

;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.text-italic {
    font-style: italic;
}

.font-weight-mid {
    font-weight: 500;
    margin: 0 5px;
    font-size:0.8rem;
}

.page-section-title h1 {
    text-transform: uppercase;
    line-height: 1.35;
    margin: 0 0 5px;
    color:white;
}

/* Buttons */
.btn {
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 14px;
    width: 150px;
    border-radius: 3px;
    margin: 0 auto;
}

.btn-outlined {
    background: transparent;
    border: 1px solid  #ffffff !important;
}

.btn-outlined:hover {
    background:  #32373d

;
    border-color:  #32373d

 !important;
    color: #ffff;
}

.btn-outlined--primary {
    /* background: transparent; */
    /* border: 2px solid  #32373d

 !important; */
    background:  #32373d

;
color: whitesmoke;
}

.btn-outlined--primary:hover {
    background:  #32373d

;
    border-color:  #32373d

 !important;
    color: #ffff;
}

.btn-outlined--white {
    background: transparent;
    border: 2px solid #ffff;
    color: #ffff;
}

.btn-outlined--white:hover {
    background:  #32373d

;
    border-color:white;
    color: #ffff;
}

.btn-outlined--black {
    background: transparent;
    border: 1px solid #1a1f2b;
    color:white;
}

.btn-outlined--black:hover {
    background:  #32373d

;
    border-color:white;
    color: #ffff;
}

.btn-outlined--orange {
    background: transparent;
    border: 2px solid #ff7c00;
    color: #ff7c00;
}

.btn-outlined--orange:hover {
    background: #ff7c00;
    border-color: #ff7c00;
    color: #ffff;
}

.btn-rounded {
    border-radius: 500px;
}

.btn-mid {
    height: 40px;
    width: 195px;
}

.btn--primary {
    background:  #32373d

;
    color: #fff;
}

.btn--primary:hover {
    background: #1a1f2b;
    color: #fff;
}

.btn-black {
    height: 50px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    background:  #32373d

;
    font-size: 13px;
    font-weight: 500;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    box-shadow: none;
    border-radius: 3px;
    border: none;
    outline: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .3s ease;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.btn-black:hover {
    background:  #32373d

;
    color: #ffff;
}

/* Modal */
.modal.modal-quick-view {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
}

.modal.modal-quick-view .modal-dialog {
    max-width: 100%;
    margin: 20% auto;
}

@media (min-width: 768px) {
    .modal.modal-quick-view .modal-dialog {
        max-width: 700px;
        overflow-x: scroll;
    }
}

@media (min-width: 992px) {
    .modal.modal-quick-view .modal-dialog {
        max-width: 900px;
        overflow: unset;
        margin: 10% auto;
    }
}

@media (min-width: 1200px) {
    .modal.modal-quick-view .modal-dialog {
        max-width: 1100px;
        overflow: unset;
    }
}

.modal.modal-quick-view.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.modal.modal-quick-view .pm-product-details {
    padding: 10px;
}

.modal.modal-quick-view .pm-product-details .btn-close {
    display: flex;
    outline: none;
    box-shadow: none;
}

@media (min-width: 480px) {
    .modal.modal-quick-view .pm-product-details {
        padding: 20px;
    }
}

.modal.modal-quick-view .pm-product-details .description-block .share-block-2 {
    display: block;
}

.modal.modal-quick-view .add-to-cart .btn-block .btn {
    width: 135px;
}

@media (min-width: 768px) {
    .modal.modal-quick-view .add-to-cart .btn-block .btn {
        width: 190px !important;
    }
}

.modal.modal-quick-view #product-view-gallery {
    margin-top: 35px;
}
.home-content{
    height:450px !important;
    margin-top:6rem;
}
/* images */
.bg-image {
 
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    background-position: center;
    background-size: cover !important;
    
}
@media (max-width:900px){
    .home-content {
        height:600px!important;
       
    }
}
@media (max-width:700px){
    .home-content {
        height:400px!important;
        margin-top:3rem;
    }
}
@media (max-width:500px){
    .home-content {
        height:500px!important;
        
    }
}

.testimonial-bg {
    background-image: url(../image/banner-images/bg-testimonial.jpg);
}

.testimonial-bg-2 {
    background-image: url(../image/banner-images/home-2__bg-testimonial.jpg);
}

.testimonial-bg-3 {
    background-image: url(../image/banner-images/testimonial-bg-3.png);
}

.testimonial-bg-4 {
    background-image: url(../image/banner-images/testimonial-bg-4.png);
}

.banner4-bg-img-1 {
    background-image: url(../image/banner-images/banner4-bg-img-2.png);
}

/* Badge Images */
.badge--sell-green {
    background-image: url(../image/icons/badge-sell-3.png);
}

.badge--sell-red {
    background-image: url(../image/icons/badge-sell-2.png);
}

.badge--sell-chocolate {
    background-image: url(../image/icons/badge-sell.png);
}

.badge--new {
    background-image: url(../image/icons/badge-new.png);
}

.service-bg-image {
    position: relative;
}

@media (min-width: 992px) {
    .service-bg-image {
        padding-bottom: 215px !important;
    }
}

.service-bg-image:before {
    content: '';
    background-size: 100%;
    width: 100%;
    height: 209px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../image/bg-images/home-3/service-bg.png) no-repeat bottom;
}

/* Forms Styles */
.site-form .form-group {
    margin-bottom: 20px;
}

.site-form .form-control {
    border-radius: 0;
    border: 1px solid  #ffffff;
    background: #c7c3c3;
}

.site-form .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #f4f4f4;
}

.site-form .form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

.site-form .form-control:-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
}

.site-form .form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
}

.site-form .form-control:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

.site-form textarea.form-control {
    height: 130px;
    width: 100%;
}

.site-form textarea.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #f4f4f4;
}

.site-form input.form-control {
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    padding: 0 10px;
}

.site-form label {
    color: #999;
    display: block;
    margin: 0 0 5px;
}

.site-form .submit-btn {
    margin-top: 15px;
}

.site-form.contact-form-2 .form-control {
    background: #e7e7e7;
}

.border {
    border: none !important;
}

.border-bottom-green {
    border-bottom: 2px solid  #32373d

;
}

.rating-widget .single-rating {
    font-size: 14px;
    color: #F5C60D;
}

#scrollUp {
    background: #1a1f2b;
    border: 2px solid #ddd;
    border-radius: 100%;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 0;
    margin-bottom: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    color: #fff;
}

#scrollUp.show {
    bottom: 5%;
    visibility: visible;
}

#scrollUp:hover {
    background-color:white;
    border-color:white;
}

/*
====> Sections Styles
*/
/* Header Section */
.site-brand {
    padding-top: 20px;
}

@media (min-width: 576px) {
    .site-brand {
        padding-top: 0px;
    }
}

/*@media (min-width: 768px) {*/
/*    .site-brand {*/
/*        padding-bottom: 0;*/
/*        padding-top: 25px;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .site-brand {*/
/*        padding-top: 30px;*/
/*        padding-bottom: 30px;*/
/*    }*/
/*}*/

/* Header */
.header-top-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .header-top-nav.right-nav {
        justify-content: flex-end;
    }
}

.header-top-nav.white-color {
    color: #fff;
}

.header-top-nav.white-color .nav-item {
    color: #fff;
}

.header-top-nav.white-color .nav-item::after {
    background: #fff;
}

.header-top-nav.white-color .nav-item:hover > a {
    color: #ffff;
}

.header-top-nav .slide-down--btn i {
    font-size: 10px;
    margin-left: 5px;
}

.header-top-nav .nav-item {
    /*padding-top: 10px;*/
    /* padding-bottom: 10px; */
    padding-right: 12px;
    margin-right: 12px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-top-nav .nav-item {
        padding-right: 6px;
        margin-right: 6px;
    }
}

.header-top-nav .nav-item::after {
    position: absolute;
    right: 0;
    top: 13px;
    bottom: 13px;
    content: "";
    background: rgba(26, 31, 43, 0.4);
    width: 1px;
}

.header-top-nav .nav-item:hover > a {
    color:white;
}

.header-top-nav .nav-item:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.header-top-nav .nav-item:last-child:after {
    width: 0;
}

.header-top-nav .dropdown-list {
    z-index: 999;
    background: #fff;
    width: 65px;
    border: 1px solid  #ffffff;
}

.header-top-nav .dropdown-list li {
    text-align: center;
    position: relative;
}

.header-top-nav .dropdown-list li:before {
    content: "";
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    position: absolute;
    background:  #ffffff;
}

.header-top-nav .dropdown-list li a {
    padding: 2px;
    text-align: center;
}

.header-top-nav .dropdown-list li a:hover {
    color:white;
}

.header-top-nav .dropdown-list li:last-child:before {
    height: 0;
}

.header-top-nav.white-color .dropdown-list {
    color:white;
}

.header-top p {
    padding-top: 0px;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .header-top p {
        padding-top: 0;
        margin-bottom:0;
        font-size:0.8rem;
    }
}

/* ------ header-middle ------ */
.header-middle {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .header-middle {
        padding: 0;
    }
}

/* ---- Slide Down Styles ---- */
.slide-down-wrapper {
    position: relative;
}

.slide-down-wrapper .slide-down--btn {
    position: relative;
}

.slide-down-wrapper .slide-down--btn::after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slide-down-wrapper .slide-down--item {
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 99;
}

.header-widget-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .header-widget-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* ------ Catagory Widgets ------ */
.category-widget {
    position: relative;
    display: flex;
    z-index: 303;
}

.category-widget input {
    background: #ffffff;
    border: 2px solid  #a9a6a6;
    border-right: none;
    display: block;
    float: left;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    height: 40px;
    letter-spacing: -0.02em;
    line-height: 46px;
    outline: none;
    text-align: left;
    padding: 0 60px 0 20px;
    white-space: nowrap;
    width: 100%;
    border-radius: 4px 4px;
    font-size:0.8rem;
}

@media (min-width: 480px) {
    .category-widget input {
        padding: 0 160px 0 20px;
    }
}

.category-widget .search-form__group {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 2px;
    margin-right: 50px;
}

.category-widget .search-form__group:before {
    position: absolute;
    content: "";
    background: #2c2e3d;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 0;
    z-index: 111;
}

@media (min-width: 480px) {
    .category-widget .search-form__group:before {
        width: 1px;
    }
}

.category-widget .search-form__group:after {
    position: absolute;
    font-family: "font Awesome 5 Free";
    font-weight: 900;
    right: 38px;
    top: 13px;
    bottom: 15px;
    font-size: 13px;
    z-index: 111;
    transition: .4s;
}

.category-widget .search-form__select {
    -ms-flex-preferred-size: 15rem;
    width: auto;
    height: 100%;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 25px;
    line-height: 1.2;
    color: #2c2e3d;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    background-color: #fff;
    font-size: 14px;
    border: 0;
    transition: .4s;
}

.category-widget .search-form__select:focus {
    box-shadow: none;
    border: 0;
    outline: none;
}

.category-widget .search-form__select.nice-select {
    display: none;
    /* background-color: #dbd3d3; */
}

@media (min-width: 480px) {
    .category-widget .search-form__select.nice-select {
        display: flex;
        align-items: center;
    }
}

.category-widget .search-submit {
    width: 50px;
    background:  #32373d;
    color: #ffff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    font-size:0.8rem;
    border:1px solid  #ffffff;
}

.category-widget .search-submit:hover {
    background:  #32373d

;
}

.category-widget .nice-select .list {
    height: 365px;
    overflow: auto;
}

@media (min-width: 576px) {
    .header-widget-2 {
        padding-left: 60px;
    }
}

@media (min-width: 768px) {
    .header-widget-2 {
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .header-widget-2 {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .header-widget-2 {
        padding-left: 80px;
    }
}

.header-widget-2 .header-links {
    border-top: 1px solid  #ffffff;
    justify-content: center;
}

@media (min-width: 576px) {
    .header-widget-2 .header-links {
        justify-content: flex-end;
    }
}

.header-widget-2 .call-widget {
    padding-bottom: 10px;
}

.call-widget {
    color:white;
}

.call-widget i {
    background: #c61132;
    color: #fff;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    width: 22px;
    display: inline-block;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.call-widget p {
    margin-bottom: 0;
    font-size: 0.8rem;
    /* color:  #32373d

 !important; */
    text-align: end;
}
@media screen and (max-width: 600px) {
    .call-widget p {
        margin-bottom: 0;
        font-size: 0.7rem;
        /* color:  #32373d

 !important; */
        text-align: center;
    }
}

.call-widget p a{
    color:black;
}
.header-links {
    display: flex;
    flex-wrap: wrap;
    color:white;
    margin-bottom: 0;
}

.header-links li {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

@media (min-width: 992px) {
    .header-links li {
        font-size: 14px;
    }
}

.header-links li i {
    margin-left: 3px;
}

.header-links li:after {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    top: 5px;
    bottom: 5px;
    background: #1a1f2b;
}

.header-links li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-links li:last-child:after {
    width: 0px;
}

.header-links li:hover a {
    color:white;
}

.header-links.white-color {
    color: #ffff;
}

.header-links.white-color:hover a {
    color: #ffff;
}

.header-links.no-border li {
    font-weight: 300;
}

.header-links.no-border li:after {
    display: none;
}

@media (min-width: 992px) {
    .header-nav-wrapper .header-bottom-inner {
        border-top: 1px solid  #ffffff;
    }
}

.header-nav-wrapper > .container {
    position: relative;
}

@media (min-width: 992px) {
    .header-nav-wrapper > .container {
        position: static;
    }
}

.search-form__select.open {
    z-index: 102;
}

/***********************
Category Navigation
************************/
.category-nav {
    position: relative;
    z-index: 301;
}

@media (min-width: 992px) {
    .category-nav {
        height: 100%;
        /*padding-top: 6px;*/
        /*padding-bottom: 6px;*/
    }
}

.category-nav__title {
    color: #fff;
    cursor: pointer;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.category-nav__title i {
    margin-right: 15px;
    background: transparent;
}

.category-nav__menu {
    width: 100%;
    position: absolute;
    right: 0;
    background: #fff;
    top: 100%;
    max-height:250px;
    overflow-x:auto;
    z-index: 9;
    border-top: none;
    text-align: left;
    box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
    display: none;
}

.category-nav__menu__item {
    position: relative;
}

.category-nav__menu__item.has-children:hover:after {
    color:white;
}

.category-nav__menu__item:last-child a {
    border-bottom: none;
}

.category-nav__menu__item a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    color: #333333;
    position: relative;
}

.category-nav__menu__item a:hover {
    color:white;
}

.category-nav__menu__item a i {
    padding-right: 1rem;
    font-size: 1.5rem;
    color: #333333;
}

@media (max-width: 74.9375em) {
    .category-nav__menu__item a {
        padding: 10px 20px;
    }
}

@media (max-width: 991.04px) {
    .category-nav__menu__item a {
        margin: 0;
    }
}

.category-nav__menu__item a.js-expand-hidden-menu {
    padding-left: 50px;
}

.category-nav__menu__item a.js-expand-hidden-menu:before {
    position: absolute;
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 0;
    width: 2rem;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 20px;
}

.category-nav__menu__item a.js-expand-hidden-menu.menu-close:before {
    content: '\f068';
}

.category-nav__menu__item > a {
    border-bottom: 1px solid #e5e5e5;
}

.category-nav__menu__item.has-children:after {
    position: absolute;
    content: "\f107";
    right: 2rem;
    top: 50%;
    color: #2c2e3d;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
}

@media (min-width: 992px) {
    .category-nav__menu__item.has-children:after {
        content: "\f105";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 991.04px) {
    .category-nav__menu__item.has-children:after {
        top: 8px;
    }
}

@media (min-width: 992px) {
    .category-nav__menu__item.has-children:hover .category-nav__submenu {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
}

.category-nav__submenu {
    background: #fff;
    z-index: 99;
    white-space: -moz-nowrap;
    white-space: nowrap;
    height: 0;
    min-width: 200px;
    display: none;
}

@media (min-width: 992px) {
    .category-nav__submenu {
        display: block;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
        position: absolute;
        left: 100%;
        top: 0;
    }
}

.category-nav__submenu.mega-menu {
    padding: 20px 30px;
    min-width: 40rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

@media (min-width: 992px) {
    .category-nav__submenu.mega-menu {
        padding: 10px 15px 15px 25px;
        flex-direction: row;
        display: flex;
    }
}

.category-nav__submenu.mega-menu.three-column {
    min-width: 670px;
    border-bottom: 1px solid  #ffffff;
}

@media (min-width: 992px) {
    .category-nav__submenu.mega-menu.three-column {
        transition: all 0.4s;
        border: 1px solid  #ffffff;
    }
}

.category-nav__submenu.mega-menu .category-nav__submenu--inner ul li {
    border-bottom: none;
    padding: 0;
}

@media (max-width: 991.04px) {
    .category-nav__submenu {
        visibility: visible;
        opacity: 1;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        min-width: 100% !important;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
        border-bottom: 1px solid  #ffffff;
    }
}

@media (max-width: 575.04px) {
    .category-nav__submenu {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.category-nav__submenu--inner {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .category-nav__submenu--inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 991.04px) {
    .category-nav__submenu--inner {
        padding: 0;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 991.04px) {
    .category-nav__submenu--inner:last-child {
        margin-bottom: 0;
    }
}

.category-nav__submenu__title {
    color: #333333;
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .category-nav__submenu__title {
        margin-bottom: 15px;
    }
}

.category-nav__submenu__title:after {
    left: 0;
    bottom: 0;
    width: 8rem;
    height: 1px;
    background-color: #333333;
}

.category-nav__submenu ul li {
    padding: 13px 20px;
}

.category-nav__submenu ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.category-nav__submenu ul li a {
    border-bottom: none;
    margin: 0;
    padding: 0;
    line-height: 2;
}

.category-nav--2 .category-nav__title {
    display: none;
}

.category-nav--2 .category-nav__menu__item > a {
    padding-top: 1.57rem;
    padding-bottom: 1.57rem;
}

@media (max-width: 74.9375em) {
    .category-nav--2 .category-nav__menu__item > a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.category-nav--3 .category-nav__title {
    border-radius: 0;
}

.hidden-menu-item {
    display: none;
}

@media (max-width: 74.9375em) {
    .hidden-lg-menu-item {
        display: none;
    }
}

@media (min-width: 992px) {
    .category-nav__submenu {
        visibility: hidden;
        opacity: 0;
    }
}

/* ---- Cart Widget ----*/
/*Cart Widget Block*/
.cart-widget {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 100;
    position: relative;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    z-index: 99;
}

@media (min-width: 768px) {
    .cart-widget {
        justify-content: center;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .cart-widget {
        padding: 0px 15px;
        border-left: 1px solid  #ffffff;
        border-right: 1px solid  #ffffff;
    }
}

.cart-widget .cart-icon {
    position: relative;
    font-size: 20px;
    padding-right: 20px;
    margin-right: 10px;
    transition: .4s;
    color:black !important;
   
}

.cart-widget .cart-icon .cart-count-badge {
    font-size: 8px;
    background:  #32373d

;
    color: #fff;
    height: 16px;
    width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-widget .cart-text span {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 2px;
    transition: .4s;
    cursor: pointer;
}

.cart-widget .cart-text .amount {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color:white;
}

.cart-widget:hover {
    color:white;
}

.cart-widget.white-color {
    color: #fff;
}

.cart-widget.white-color .cart-count-badge {
    background: #fff;
    color:white;
}

.cart-widget.white-color .amount {
    color: #ffff;
}

/* Slide Down Cart Block*/
.cart-widget-wrapper {
    z-index: 302;
    /**/
    /*Cart Single Item*/
    /*Subtotal*/
    /* Cart Buttons */
}

.cart-widget-wrapper .cart-widget-box {
    background: #ffffff;
    border: 1px solid  #ffffff;
    color: #595e6f;
    font-size: 1em;
    line-height: 1.5;
    max-height: 500px;
    overflow: auto;
    padding: 30px 25px 30px 25px;
    width: 280px;
}

@media (min-width: 480px) {
    .cart-widget-wrapper .cart-widget-box {
        width: 360px;
    }
}

.cart-widget-wrapper .cart-product {
    display: flex;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid  #ffffff;
}

.cart-widget-wrapper .cart-product:last-child {
    padding-bottom: 00px;
    margin-bottom: 0px;
    border-bottom: 0px solid  #ffffff;
}

.cart-widget-wrapper .cart-product:hover {
    color: inherit;
    border-color: inherit;
}

.cart-widget-wrapper .cart-product-img {
    border: 1px solid  #ffffff;
    margin-right: 15px;
    position: relative;
    width: 75px;
    transition: .4s;
}

.cart-widget-wrapper .cart-product-img:hover {
    border-color:white;
}

.cart-widget-wrapper .cart-product .product-details--title {
    color:white;
    font-size: 1em;
    font-weight: 500;
    line-height: 20px;
    margin: 0 30px 5px 0;
    text-align: left;
    text-transform: none;
    transition: .4s;
}

.cart-widget-wrapper .cart-product .product-details--title:hover {
    color:white;
}

.cart-widget-wrapper .cart-product .cart-cross {
    background: none;
    color:white;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
    transition: .4s;
}

.cart-widget-wrapper .cart-product .cart-cross:hover {
    color:white;
}

.cart-widget-wrapper .cart-items .single-cart {
    border-bottom: 1px solid  #ffffff;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.cart-widget-wrapper .cart-items .single-cart:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.cart-widget-wrapper .cart-product__subtotal {
    display: flex;
    color:white;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.cart-widget-wrapper .cart-product__subtotal span {
    width: 50%;
}

.cart-widget-wrapper .cart-product__subtotal span + span {
    text-align: right;
}

.cart-widget-wrapper .cart-buttons {
    display: flex;
}

.cart-widget-wrapper .cart-buttons .btn {
    width: auto;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    color:white;
}

@media (min-width: 480px) {
    .cart-widget-wrapper .cart-buttons .btn {
        padding: 25px;
        font-size: 16px;
    }
}

.cart-widget-wrapper .cart-buttons .btn:last-child {
    margin-left: auto;
}

.cart-widget-wrapper .cart-buttons .btn:hover {
    color: #ffff;
}

/* Header 1 */
.petmark-header-1 .header-widget-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.petmark-header-1 .header-top-nav {
    margin-top: -5px;
}

.petmark-header-1 .category-nav {
    position: relative;
    z-index: 303;
}

/* Header 2 */
.petmark-header-2 .header-top {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.petmark-header-2 .header-middle {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .petmark-header-2 .header-middle .cart-widget {
        padding: 9.5px 0px;
    }
}

.petmark-header-2 .site-brand {
    padding-top: 0;
}

@media (min-width: 768px) {
    .petmark-header-2 .site-brand {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.petmark-header-2 .header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 480px) {
    .petmark-header-2 .header-bottom {
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .petmark-header-2 .header-bottom {
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .petmark-header-2 .header-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.petmark-header-2 .cart-widget-wrapper {
    z-index: 304 !important;
}

@media (min-width: 992px) {
    .petmark-header-2 .cart-widget {
        justify-content: flex-end;
    }
}

.petmark-header-2 .header-top-nav.right-nav {
    justify-content: center;
}

@media (min-width: 768px) {
    .petmark-header-2 .header-top-nav.right-nav {
        justify-content: flex-end;
    }
}

.petmark-header-2 .category-widget {
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 301;
}

@media (min-width: 576px) {
    .petmark-header-2 .category-widget {
        z-index: 300;
    }
}

@media (min-width: 768px) {
    .petmark-header-2 .category-widget {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.petmark-header-2 .category-nav {
    border-radius: 2px;
    padding: 0 0;
}

@media (min-width: 576px) {
    .petmark-header-2 .category-nav {
        z-index: 301;
    }
}

.petmark-header-2 .category-nav .category-nav__title {
    height: 50px;
    line-height: 50px;
}

@media (min-width: 576px) {
    .petmark-header-2 .category-nav {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .petmark-header-2 .category-nav {
        margin-top: 0;
    }
}

.petmark-header-2 .call-widget {
    text-align: right;
    margin-top: 10px;
}

@media (min-width: 576px) {
    .petmark-header-2 .call-widget {
        margin-top: 0px;
    }
}

@media (min-width: 768px) {
    .petmark-header-2 .call-widget {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .petmark-header-2 .call-widget {
        margin-top: 0;
    }
}

/* Header 3 */
.petmark-header-3 .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.petmark-header-3 .header-middle {
    padding-bottom: 0px;
}

@media (min-width: 576px) {
    .petmark-header-3 .header-middle {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .petmark-header-3 .header-middle {
        padding-bottom: 0px;
    }
}

.petmark-header-3 .header-bottom {
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.07);
    /* margin-bottom: 30px; */
}

.petmark-header-3 .site-brand {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .petmark-header-3 .site-brand {
        padding-bottom: 20px;
    }
}

.petmark-header-3 .cart-widget-wrapper {
    text-align: center;
}

@media (min-width: 576px) {
    .petmark-header-3 .cart-widget-wrapper {
        text-align: initial;
    }
}

.petmark-header-3 .cart-widget-wrapper .cart-widget {
    display: inline-flex;
}

@media (min-width: 576px) {
    .petmark-header-3 .cart-widget-wrapper .cart-widget {
        /* display: flex; */
    }
}

@media (min-width: 768px) {
    .petmark-header-3 .cart-widget-wrapper .cart-widget {
        justify-content: flex-end;
    }
}

.petmark-header-3 .header-bottom > .container {
    position: relative;
}

@media (min-width: 992px) {
    .petmark-header-3 .header-bottom > .container {
        position: static;
    }
}

.petmark-header-3 .header-bottom .call-widget {
    padding: 20px 0;
}

@media (min-width: 992px) {
    .petmark-header-3 .header-bottom .call-widget {
        padding: 0;
    }
}

.petmark-header-3 .cart-widget-wrapper {
    position: relative;
    z-index: 302;
}

@media (min-width: 576px) {
    .petmark-header-3 .cart-widget-wrapper {
        z-index: 303;
    }
}

.petmark-header-3 .category-widget {
    z-index: 303;
}

@media (min-width: 576px) {
    .petmark-header-3 .category-widget {
        z-index: 302;
    }
}

/* Header 4 */
@media (min-width: 992px) {
    .petmark-header-4 .header-nav-wrapper {
        padding-top: 25px;
    }
}

@media (min-width: 992px) {
    .petmark-header-4 .header-nav-wrapper .header-bottom-inner {
        border: 0;
        position: absolute;
        z-index: 999;
        width: 100%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.petmark-header-4 .header-nav-wrapper > .container {
    position: relative;
}

.petmark-header-4 .cart-widget {
    padding: 4.5px 15px;
    border: 0;
}

/* Menu Styles*/
.main-navigation {
    display: block;
}

.main-navigation.white-color .mainmenu > li > a {
    color: #131212;
}

.main-navigation.white-color .mainmenu > li.menu-item-has-children:after {
    color: #131212;
}

.main-navigation.white-color .mainmenu > li.menu-item-has-children:hover:after {
    color: #131212 !important;
}

.sticky-navigation.white-color .mainmenu > li > a {
    color: #131212;
}

.sticky-navigation.white-color .mainmenu > li > a:hover {
    color: #131212;
}

.sticky-navigation.white-color .mainmenu li.menu-item-has-children:after {
    color: #131212;
}

.sticky-navigation.white-color .mainmenu li.menu-item-has-children:after:hover {
    color: #131212;
}

@media (max-width: 991.04) {
    .main-navigation {
        display: none;
    }
}

.main-navigation-2 {
    padding-left: 2rem;
}

.mainmenu.left-align {
    text-align: left;
}

.mainmenu.right-align {
    text-align: right;
}

.mainmenu.center-align {
    text-align: right;
}

@media (max-width: 1199px) {
    .mainmenu {
        text-align: left;
        margin-bottom:0px;
    }
}

@media (min-width: 992px) {
    .mainmenu__item {
        display: inline-block;
        position: relative;
        margin-bottom:0px;
    }

    .mainmenu__item.menu-item-has-children:after {
        content: '\f078';
        right: 0;
    }
}

.mainmenu li {
    position: relative;
}

.mainmenu li.menu-item-has-children li a {
    font-weight: 400;
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children > ul {
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-transform-origin: center top 0;
        transform-origin: center top 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        transition: all 0.5s ease 0s;
        visibility: hidden;
        opacity: 0;
        text-align: left;
        -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        z-index: -1;
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children > ul.megamenu {
        display: -moz-flex;
        display: flex;
        flex-wrap: nowrap;
        width: 40rem;
        left: 0;
        padding: 14px 25px;
    }
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children > ul.megamenu > li {
        -moz-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children > ul.megamenu li {
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .mainmenu li.menu-item-has-children > ul.megamenu li {
        padding-right: 1rem;
    }
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children > ul.megamenu li ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        top: auto !important;
        left: auto;
        background: transparent;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        display: block;
        padding: 0 !important;
    }
}

.mainmenu li.menu-item-has-children > ul.megamenu li a {
    color: #666666;
    font-size: 14px;
    padding: 10px 10px;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children > ul.megamenu li a:hover {
        color:white;
    }
}

.mainmenu li.menu-item-has-children > ul.megamenu > li > a {
    font-weight: 600;
    font-size: 15px;
    color: #666666;
    text-transform: uppercase;
}

.mainmenu li.menu-item-has-children > ul.megamenu > li > a:hover {
    color: #666666;
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children > ul.megamenu.three-column {
        min-width: 500px;
        left: 50%;
        margin-left: -35rem;
        border: 1px solid  #ffffff;
    }

    .mainmenu li.menu-item-has-children > ul.megamenu.three-column > li {
        -moz-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children > ul ul {
        left: 100%;
        top: 15rem !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children:after {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        top: 50%;
        margin-top: -12px;
        color:white;
    }
}

@media (max-width: 991.04) {
    .mainmenu li.menu-item-has-children:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .mainmenu > li:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
        z-index: 9999;
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        pointer-events: visible;
    }
}

.mainmenu li a {
    display: block;
    padding: 13px 10px;
    font-size: 0.7rem;
    font-weight: 500;
    color:white;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .mainmenu .sub-menu {
        pointer-events: none;
        width: 195px;
        padding: 10px 0;
        white-space: -moz-nowrap;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .mainmenu .sub-menu {
        width: 220px;
    }
}

@media (min-width: 992px) {
    .mainmenu .sub-menu.left-align {
        left: -100% !important;
    }
}

@media (min-width: 992px) {
    .mainmenu .sub-menu a {
        color: #666666;
        font-size: 14px;
        padding: 8px 30px;
        display: block;
        text-transform: capitalize;
    }
}

@media (min-width: 992px) {
    .mainmenu .sub-menu li.menu-item-has-children:after {
        content: '\f105';
        right: 2rem;
        color: #666666;
    }
}

@media (min-width: 992px) {
    .mainmenu .sub-menu li ul {
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
    }
}

@media (min-width: 992px) {
    .mainmenu .sub-menu li:hover ul {
        visibility: visible;
        opacity: 1;
        pointer-events: visible;
        top: 0 !important;
    }
}

.mainmenu--2 {
    text-align: left;
}

.mainmenu--2 .mainmenu__item.active a {
    color: #40576c;
}

.mainmenu--2 .mainmenu__item.menu-item-has-children.active:after {
    color: #40576c;
}

.mainmenu--2 .mainmenu__item:hover > ul {
    top: 6.9rem;
}

.mainmenu--2 > li > a {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.mainmenu--3 {
    text-align: left;
}

.mainmenu--3 li.menu-item-has-children:after {
    color: #333333;
}

.mainmenu--3 li.menu-item-has-children > ul.megamenu.three-column {
    left: auto;
    right: 0;
    margin-left: 0;
}

.mainmenu--3 li a {
    color: #333333;
}

/***********************
  Mobile Menu
  ************************/
.mobile-menu {
    flex: 1 0 100%;
    padding: 8px 0;
}

.mobile-absolute-menu {
    position: absolute;
    right: 0;
    margin-top: 60px;
    z-index: 300;
}

@media (min-width: 768px) {
    .mobile-absolute-menu {
        margin-top: 0px;
    }
}

.mobile-menu .mean-bar {
    position: relative;
    background-color: transparent;
    z-index: 98 !important;
}

.mobile-menu .mean-bar:before {
    position: absolute;
    left: 2rem;
    top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.mobile-menu .mean-bar .meanmenu-reveal {
    position: absolute;
    padding: 10px 13px 7px 9px;
    border: 1px solid #afadad;
    left: 15px !important;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .mobile-menu .mean-bar .meanmenu-reveal {
        right: 15px !important;
        margin-top: 0px;
        left: auto !important;
    }
}

.mobile-menu .mean-bar .meanmenu-reveal span {
    position: relative;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    height: 2px;
    width: 26px;
    background-color: #afadad;
    display: block;
    margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span:before,
.mobile-menu .mean-bar .meanmenu-reveal span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #afadad;
}

.mobile-menu .mean-bar .meanmenu-reveal span:before {
    top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span:after {
    bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
    height: 2px;
    width: 26px;
    background-color: transparent;
    display: block;
    margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
    background-color: #ffffff;
    margin-top: 48px;
    margin-top: 65px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-menu .mean-bar .mean-nav {
        margin-top: 48px;
    }
}

.mobile-menu .mean-bar .mean-nav > ul {
    overflow-x: hidden;
    max-height: 400px;
    position: absolute;
    background: #fff;
    right: 0;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 47.94em) {
    .mobile-menu .mean-bar .mean-nav > ul {
        max-height: 180px;
        overflow-y: auto;
    }
}

.mobile-menu .mean-bar .mean-nav > ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mobile-menu .mean-bar .mean-nav > ul li a {
    font-size: 13px;
    display: block;
    color: #444444;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
    border-top: 1px solid #eeeeee;
    padding: 0 40px 0 20px;
    width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li ul {
    position: static;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 0;
    padding: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    display: none;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: none;
}

.mobile-menu .mean-bar .mean-nav > ul li ul.megamenu {
    width: 100%;
    left: 0;
    margin-left: 0;
}

.mobile-menu .mean-bar .mean-nav > ul li ul.megamenu li {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0;
}

.mobile-menu .mean-bar .mean-nav > ul li ul.megamenu li a {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 40px 0 20px;
    opacity: 1;
}

.mobile-menu .mean-bar .mean-nav ul li a.mean-expand {
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 20px !important;
    color: #444444;
    line-height: 44px;
    height: 45px;
    width: 40px;
    text-align: center;
    padding: 0 !important;
}

.mobile-menu .mean-bar .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0);
}

.mobile-menu--3 .mean-bar {
    margin-top: 0;
    margin-bottom: 3rem;
}

.menu-item-has-children:hover:after {
    color:  #32373d

 !important;
}

@media (min-width: 992px) {
    .mainmenu li > a:hover {
        color:white;
    }
}

.sticky-init {
    display: none;
    background: rgba(255, 255, 255, 0.95);
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    margin: 0;
    -webkit-animation: fadeInDown 0.8s ease-in-out;
    animation: fadeInDown 0.8s ease-in-out;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}

@media (max-width: 991.04) {
    .sticky-header {
        padding: 1rem 0;
    }
}

.sticky-header.fixed-header {
    display: block;
}

.sticky-header .sticky-logo {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

.sticky-header .mainmenu {
    text-align: center;
    margin-bottom:0px;
}

.sticky-header .mainmenu > .mainmenu__item > a {
    padding: 20px 15px;
}

@media (min-width: 62em) {
    .sticky-header .mainmenu li.menu-item-has-children > ul.megamenu {
        left: auto !important;
        margin-left: 0 !important;
        right: 0;
    }
}

@media (min-width: 62em) {
    .sticky-header .mainmenu li:hover ul {
        top: 100%;
    }
}

@media (max-width: 991.04) {
    .sticky-header .sticky-navigation {
        -moz-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }
}

@media (max-width: 991.04) {
    .sticky-header .sticky-navigation .sticky-menu.mainmenu {
        max-height: 40rem;
        text-align: left;
        overflow-y: auto;
        padding-top: 2rem;
        display: none;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item {
        display: block;
        position: relative;
        background: #fff;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item a {
        padding: 1.2rem 1.8rem;
        display: block;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item:first-child > a {
        padding-left: 1.8rem;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        left: 0;
        top: 0 !important;
        width: 100%;
        background: #f2f2f2;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.hidden-sub {
        display: none;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.megamenu {
        padding: 0;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.megamenu li {
        max-width: 100%;
        -moz-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.megamenu li .megamenu__heading {
        padding: 1.2rem 1.8rem;
        margin-bottom: 0;
        position: relative;
        font-size: 1.4rem;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.megamenu li .megamenu__heading:after {
        position: absolute;
        content: "\f107";
        font-family: fontAwesome;
        right: 20px;
        top: 13px;
        color: #40576c;
        display: block;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul li:first-child {
        border-top: 1px solid #e5e5e5;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul li:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul li a {
        padding-left: 2.5rem;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul li ul li a {
        padding-left: 3rem;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item a {
        color: #40576c;
    }

    .sticky-header .sticky-navigation .sticky-menu.mainmenu .menu-item-has-children > a:after {
        position: absolute;
        content: "\f107";
        font-family: fontAwesome;
        right: 20px;
        top: 12px;
        color: #40576c;
        display: block;
    }
}

.sticky-header .sticky-navigation .sticky-mobile-menu {
    width: 30px;
    height: 30px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    top: -4rem;
    cursor: pointer;
}

.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn {
    height: 2px;
    width: 100%;
    background: #fff;
}

.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:before,
.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:after {
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:before {
    top: -8px;
}

.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:after {
    top: 8px;
}

.sticky-header .sticky-navigation .sticky-mobile-menu.sticky-close .sticky-menu-btn {
    background-color: transparent;
}

.sticky-header .sticky-navigation .sticky-mobile-menu.sticky-close .sticky-menu-btn:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sticky-header .sticky-navigation .sticky-mobile-menu.sticky-close .sticky-menu-btn:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sticky-header .sticky-navigation .sticky-mobile-menu {
    content: "";
}

.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:before,
.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:after {
    position: absolute;
    content: "";
}

.sticky-header .sticky-navigation,
.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn {
    position: relative;
}

.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn,
.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:before,
.sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:after {
    transition: all 0.3s ease-in;
}

.mainmenu li.menu-item-has-children:after {
    opacity: 0;
}

@media (min-width: 992px) {
    .mainmenu li.menu-item-has-children:after {
        opacity: 1;
        transition: .4s;
        font-size: 0.6rem;
        padding: 5px 0 0 0;
    }
}

@media (min-width: 992px) {
    .mainmenu li:hover:after {
        color:white;
    }
}

@media (min-width: 992px) {
    .mainmenu li:hover > a {
        color:white;
    }
}

/*Header 2*/
.petmark-header-2 .sticky-header {
    background: rgba(0, 177, 191, 0.95);
}

.petmark-header-2 .mobile-absolute-menu {
    position: relative;
    top: 0;
    margin-top: 0;
    z-index: 302;
}

@media (min-width: 576px) {
    .petmark-header-2 .mobile-absolute-menu {
        position: absolute;
        margin-top: 7px;
    }
}

@media (min-width: 768px) {
    .petmark-header-2 .mobile-absolute-menu {
        margin-top: 17px;
    }
}

.petmark-header-2 .mobile-menu {
    padding: 0;
}

@media (min-width: 768px) {
    .petmark-header-2 .mobile-menu {
        padding: 8px 0;
    }
}

.petmark-header-2 .mobile-menu .mean-bar .meanmenu-reveal {
    border-color: #fff;
    left: auto !important;
    right: 0 !important;
}

.petmark-header-2 .mobile-menu .mean-bar .meanmenu-reveal span {
    color: #fff;
}

.petmark-header-2 .mobile-menu .mean-bar .meanmenu-reveal span:after, .petmark-header-2 .mobile-menu .mean-bar .meanmenu-reveal span:before {
    background: #fff;
}

.petmark-header-2 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    background-color: #fff;
}

.petmark-header-2 .mobile-menu .mean-bar .mean-nav {
    margin-top: 64px;
}

.petmark-header-2 .mobile-menu .mean-bar .mean-nav > ul {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.petmark-header-2 .slide-down-wrapper {
    z-index: 201;
}

@media (min-width: 992px) {
    .petmark-header-2 .slide-down-wrapper {
        z-index: unset;
    }
}

/*Header 3*/
.petmark-header-3 .mainmenu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.petmark-header-3 .mobile-absolute-menu {
    margin-top: 0;
}

.petmark-header-3 .mobile-menu .mean-bar .mean-nav {
    margin-top: 85px;
}

@media (min-width: 576px) {
    .petmark-header-3 .mobile-menu .mean-bar .mean-nav {
        margin-top: 65px;
    }
}

.petmark-header-3 .mobile-menu .mean-bar .meanmenu-reveal {
    left: auto !important;
    right: 0px !important;
    margin-top: 25px;
}

@media (min-width: 576px) {
    .petmark-header-3 .mobile-menu .mean-bar .meanmenu-reveal {
        margin-top: 15px;
    }
}

@media (min-width: 480px) {
    .petmark-header-3 .mobile-menu .mean-bar .mean-nav > ul {
        margin: 0;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .petmark-header-3 .mainmenu li.menu-item-has-children > ul.megamenu.three-column {
        margin-left: -28.7rem;
    }
}

/* Header 4 */
.petmark-header-4 .mobile-menu .mean-bar .mean-nav {
    margin-top: 58px;
}

@media (min-width: 768px) {
    .petmark-header-4 .mobile-menu .mean-bar .mean-nav {
        margin-top: 49px;
    }
}

@media (min-width: 992px) {
    .petmark-header-4 .mainmenu li.menu-item-has-children > ul.megamenu.three-column {
        margin-left: -25rem;
    }
}

.petmark-header-4 .mainmenu li.menu-item-has-children > ul.megamenu.three-column ul > li a {
    font-weight: 500;
}

@media (min-width: 992px) {
    .petmark-header-4 .mainmenu li.menu-item-has-children > ul.megamenu.three-column ul > li a {
        font-weight: 400;
    }
}

.petmark-header-4 .mainmenu > li > a {
    display: block;
    padding: 19px 25px;
}

.petmark-header-4 .mobile-absolute-menu {
    margin-top: -9.5px;
}

@media (min-width: 768px) {
    .petmark-header-4 .mobile-absolute-menu {
        margin-top: 0;
    }
}

.petmark-header-4 .mobile-menu .mean-bar .meanmenu-reveal {
    border: 1px solid #fff;
    left: 30px !important;
}

@media (min-width: 768px) {
    .petmark-header-4 .mobile-menu .mean-bar .meanmenu-reveal {
        right: 30px !important;
    }
}

.petmark-header-4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    background: #fff;
}

.petmark-header-4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after, .petmark-header-4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
    background: #fff;
}

.petmark-header-4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after, .petmark-header-4 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
    background: #fff;
}

/* Hero Area*/
.home-content {
    height: 400px;
    display: flex !important;
    align-items: center;
    color: #000;
    position: relative;
    /*max-height:550px;*/
}

.home-content h1 {
    text-transform: uppercase;
    font-size: 44px;
}

@media (min-width: 768px) {
    .home-content h1 {
        font-size: 56px;
    }
}

.home-content h2 {
    text-transform: uppercase;
    font-size: 29px;
    line-height: 40px;
}

@media (min-width: 768px) {
    .home-content h2 {
        font-size: 40px;
    }
}

.home-content h4 {
    font-size: 20px;
    font-weight: 400;
}

.home-content h3 {
    font-size: 28px;
    font-weight: 500;
}

.home-content .slider-btn {
    color:white;
}

.home-content .slider-btn .btn {
    height: 40px;
    display: inline-flex;
    width: 130px;
    font-size: 14px;
    text-transform: uppercase;
}

.home-content .slider-btn .btn:hover {
    color: #fff;
}

.herobanner-progress {
    -webkit-animation: initial;
    animation: initial;
    background: rgba(51, 51, 51, 0.9);
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 5;
    opacity: 0.2;
}

.slick-current .herobanner-progress {
    -webkit-animation: 8000ms ease-in-out 0s normal backwards 1 running hoFill;
    animation: 8000ms ease-in-out 0s normal backwards 1 running hoFill;
}

@-webkit-keyframes hoFill {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes hoFill {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.hero-area-two .home-content {
    color: #ffff;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .hero-area-two .home-content {
        padding-left: 60px;
    }
}

@media (min-width: 992px) {
    .hero-area-two .home-content {
        padding-left: 45px;
        height: 516px;
    }
}

@media (min-width: 1200px) {
    .hero-area-two .home-content {
        height: 481px;
    }
}

.hero-area-two .home-content h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-area-two .home-content h2 {
    font-size: 32px;
    line-height: 32px;
}

@media (min-width: 768px) {
    .hero-area-two .home-content h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

.hero-area-two .slider-btn {
    color: #fff;
}

.hero-area-two .slider-btn .btn {
    color: inherit;
}

.home-slider-3 .home-content {
    padding-left: 10px;
    color: #ffff;
}

@media (min-width: 768px) {
    .home-slider-3 .home-content {
        padding-left: 70px;
    }
}

.home-slider-3 .home-slider ul.slick-dots {
    margin:0 0  65px 180px  !important;
}

.home-4 .home-content {
    height: 520px;
}

@media (min-width: 992px) {
    .home-4 .home-slider ul.slick-dots {
        margin-bottom: 75px;
    }
}



/* Breadcrumb Section */
.breadcrumb-wrapper {
    background: #ffffff;
}

.breadcrumb-wrapper .breadcrumb {
    background: transparent;
    padding: 15px 0;
    margin-bottom: 0;
}

.breadcrumb-item {
    color:white;
}

.breadcrumb-item.active,
.breadcrumb-item:hover a {
    color:white;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 15px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 15px;
    content: ">";
    color:white;
}

/* Policy Section */
.border-div {
    position: relative;
}

.border-div:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background:  #ffffff;
    left: 0;
    top: 0;
}

@media (min-width: 992px) {
    .border-div:before {
        height: 100%;
        width: 1px;
    }
}

.border-four-column [class*="col-"] > .policy-block-single:before {
    content: "";
    width: 1px;
    position: absolute;
    background:  #ffffff;
    left: -15px;
    top: 10px;
    bottom: 10px;
}

.border-four-column [class*="col-"] > .policy-block-single:after {
    background:  #ffffff;
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: -1px;
    height: 1px;
}

.policy-block {
    overflow: hidden;
    border: 1px solid  #ffffff;
}

@media (min-width: 992px) {
    .policy-block {
        padding: 0;
    }
}

.policy-block .policy-block-single {
    justify-content: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.policy-block.policy-hr .policy-block-single {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.policy-block.policy-hr .policy-block-single:before {
    content: "";
    position: absolute;
    background:  #ffffff;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
}

@media (min-width: 992px) {
    .policy-block.absoute-policy {
        position: absolute;
        width: calc(100% - 30px);
        top: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 300;
        background: #fff;
    }
}

.policy-block-single {
    display: flex;
}

.policy-block-single .icon {
    font-size: 36px;
    color:rgb(0, 0, 0);
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
}

.policy-block-single .text {
    margin-left: 10px;
}

.policy-block-single .text h3 {
    font-size: 16px;
    margin-bottom: 4px;
    color: rgb(0, 0, 0);
}

.policy-block-single .text p {
    font-weight: 300;
    margin-bottom: 7px;
}

/* Category Section */
.category-block-single {
    text-align: center;
    position: relative;
    padding-right: 2px;
    padding-left: 2px;
}

.category-block-single:before {
    content: "";
    width: 0%;
    position: absolute;
    background:  #ffffff;
    left: 0;
}

@media (min-width: 992px) {
    .category-block-single:before {
        top: 10px;
        width: 1px;
        bottom: 0;
    }
}

.category-block-single .icon {
    overflow: hidden;
    display: block;
    width: 100%;
}

.category-block-single .icon img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .4s;
}

.category-block-single h3 {
    color:white;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.category-block-single h3 a {
    transition: .4s;
}

.category-block-single h3:hover a {
    color:white;
}

.category-block-single:hover .icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.category-block {
    border: 1px solid  #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-block [class*="col-"]:nth-child(1) > .category-block-single::before,
    .category-block [class*="col-"]:nth-child(2) > .category-block-single::before,
    .category-block [class*="col-"]:nth-child(3) > .category-block-single::before {
        width: 100%;
        height: 1px;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .category-block [class*="col-"]:nth-child(1) > .category-block-single::before {
        width: 0;
    }
}

.category-block .category-block-single {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-block .category-block-single {
        padding-bottom: 40px;
        margin-bottom: 0;
    }
}

/* Comment Section */
.comment-block-wrapper h3 {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    color:white;
}

.single-comment {
    border: 1px solid  #ffffff;
    margin: 0 0 20px;
    padding: 30px;
    width: 100%;
    display: flex;
    position: relative;
}

.single-comment .comment-avatar {
    margin-right: 25px;
    width: 50px;
    height: 50px;
}

.single-comment .comment-text .author {
    font-size: 14px;
    font-weight: 700;
    color:white;
    margin-bottom: 5px;
}

.single-comment .comment-text .author a {
    color: inherit;
}

.single-comment .comment-text .author a:hover {
    color:white;
}

.single-comment .comment-text .time {
    color: #999;
    margin: 0 0 15px;
    font-size: .93em;
    font-style: italic;
}

.single-comment .comment-text p {
    color: #999;
}

.single-comment .reply-btn {
    position: absolute;
    right: 30px;
    font-weight: 700;
    color:white;
    border: 1px solid  #32373d

 !important;
    position: absolute;
    bottom: 10px;
    font-weight: 700;
    color:white;
    border: 1px solid  #32373d

!important;
    right: 10px;
}

@media (min-width: 576px) {
    .single-comment .reply-btn {
        top: 20px;
        bottom: auto;
        right: 20px;
    }
}

.single-comment .reply-btn:hover {
    color: #ffff;
}

@media (min-width: 768px) {
    .single-comment:nth-child(odd) {
        margin-left: 15px;
        width: calc(100% - 15px);
    }
}

.single-comment:last-child {
    margin-bottom: 0;
}

.reply-btn {
    font-size: .8em;
    width: 75px;
    height: 28px;
    line-height: 26px;
    
}

/* Product Section */
.pm-product {
    padding: 20px 0;
}

.pm-product .image {
    position: relative;
    margin-bottom: 10px;
     height:200px; 
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pm-product .image a {
    display: block;
}

.pm-product .image a img {
    display: block;
    width: 100%;
    max-height:200px;
}

.pm-product .content {
    position: relative;
    overflow: hidden;
    height:50px;
    background-color:  #ffffff;
}

.pm-product .content h3 {
    color:rgb(0, 0, 0);
    font-size: 15px;
    font-weight: normal;
    line-height: 1.35;
    margin-bottom: 8px;
}

.pm-product .content h3 a {
    transition: .4s;
    font-size:0.8rem;
    color: rgb(0, 0, 0);
}

.pm-product .content h3 a:hover {
    color:rgb(167, 166, 166);
}

.pm-product .content .price {
    font-weight: 500;
    color: #000000;
}

.pm-product .content .price .old {
    text-decoration: line-through rgb(253, 0, 0) !important;
    color: #6b6969;
    margin-right: 5px;
}

.pm-product .content .btn-block {
    margin-top: 12px;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    transition: .4s;
    z-index: 5;
    text-align: center;
    justify-content: center;
}

.pm-product .content:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.pm-product .hover-conents {
    position: absolute;
    right: 15px;
    top: 0%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.pm-product .hover-conents .product-btns a {
    font-size: 24px;
}

.pm-product .hover-conents .product-btns a:hover {
    color:white;
}

.pm-product:hover .content .btn-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pm-product:hover .content:before {
    z-index: 1;
}

.pm-product:hover .hover-conents {
    opacity: 1;
    top: 5px;
    visibility: visible;
}

.pm-product .onsale-badge {
    background:  #32373d

;
    color: #ffffff;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    min-height: 0;
    min-width: 0;
    padding: 0 10px;
    pointer-events: none;
    position: absolute;
    right: auto;
    text-align: center;
    left: 0px;
    top: 0px;
    z-index: 3;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pm-product.product-type-list {
    padding: 0 !important;
}

@media (min-width: 480px) {
    .pm-product.product-type-list {
        display: flex;
    }
}

.pm-product.product-type-list .onsale-badge {
    left: 15px;
    top: 15px;
}

/*.pm-product.product-type-list .image {*/
/*    padding-right: 15px;*/
/*    padding-bottom: 15px;*/
/*    padding-left: 15px;*/
/*    padding-top: 15px;*/
/*}*/

@media (min-width: 480px) {
    .pm-product.product-type-list .image {
        width: 50%;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .pm-product.product-type-list .image {
        width: 600px;
    }
}

.pm-product.product-type-list .image img {
    width: 100%;
}

.pm-product.product-type-list .content {
    overflow: unset;
    padding-bottom: 25px;
}

@media (max-width: 479px) {
    .pm-product.product-type-list .content {
        padding-left: 20px;
    }
}

@media (min-width: 480px) {
    .pm-product.product-type-list .content {
        padding-top: 25px;
        width: 50%;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .pm-product.product-type-list .content {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .pm-product.product-type-list .content {
        width: 50%;
    }
}

.pm-product.product-type-list .content .btn-block {
    text-align: left;
    margin-top: 20px;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
}

.pm-product.product-type-list .content .btn-block a {
    margin-right: auto;
}

.pm-product.product-type-list .content:before {
    z-index: -1 !important;
}

.pm-product.sidebar-product .image {
    width: 81px;
    margin-right: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 15px;
    padding-left: 5px !important;
    padding-top: 5px !important;
}

.pm-product.sidebar-product .image:focus {
    box-shadow: none;
    outline: none;
}

.pm-product.sidebar-product .content {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

.pm-product.sidebar-product .content h3 {
    color:white;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
}

.pm-product.sidebar-product .content .rating-widget .single-rating {
    font-size: 10px;
}

/* Product Count Down*/
.product-countdown {
    display: flex;
}

.product-countdown .single-countdown {
    margin-right: 10px;
    text-align: center;
}

.product-countdown .single-countdown .single-countdown__time {
    display: flex;
    height: 20px;
    width: 20px;
    font-size: 0.6rem;
    background: #f0f0f0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.product-countdown .single-countdown .single-countdown__text {
    text-transform: uppercase;
    font-size: 0.6rem;
}

/*Promo Products*/
.promo-image {
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .promo-image {
        margin-bottom: 17px;
    }
}

.promo-image img {
    width: 100%;
    object-fit: cover;
    /*height:480px;*/
}

.overflow-image {
    overflow: hidden;
    display: block;
}

.overflow-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .4s;
}

.overflow-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Sidebars Section */
.single-sidebar {
    margin-bottom: 40px;
}

.single-sidebar .promo-image {
    max-width: 300px;
}

.single-sidebar:last-child {
    margin-bottom: 0;
}

.sidebar-title {
    border-bottom: 2px solid  #ffffff;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 15px;
    color:white;
}

.sidebar-title:after {
    position: absolute;
    content: "";
    bottom: -2px;
    height: 2px;
    width: 60px;
    background:  #32373d

;
    left: 0;
}

/* Sidebar Search */
.site-mini-search {
    background: #fff;
    border: 1px solid  #ffffff;
    color: #999;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    position: relative;
    width: 100%;
}

.site-mini-search input {
    background: none;
    border: none;
    height: 34px;
    padding: 0 40px 0 15px;
    width: 100%;
}

.site-mini-search input:focus {
    outline: none;
    box-shadow: none;
}

.site-mini-search button {
    background: none;
    border: none;
    color: #999;
    font-size: 14px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-mini-search button:hover {
    color:white;
}

/*  Sidebar List */
.sidebar-list {
    list-style: disc;
    padding-left: 15px;
}

.sidebar-list li {
    color:white;
    margin-bottom: 5px;
}

.sidebar-list li a {
    color: inherit;
    transition: .4s;
}

.sidebar-list li:hover {
    color:white;
}

.sidebar-tag-list {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-tag-list a {
    background: #f1f1f1;
    border: none;
    color: #999;
    display: inline-block;
    font-size: 1em !important;
    margin: 0 5px 10px 0;
    padding: 3px 12px;
    text-transform: capitalize;
    transition: all .2s ease;
    border-radius: 4px;
}

.sidebar-tag-list a:hover {
    background:  #32373d

;
    color: #ffff;
}

/*Shop Sidebar*/
ul.sidebar-filter-list li {
    margin: 0 0 10px 0;
}

ul.sidebar-filter-list li a {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    display: block;
}

ul.sidebar-filter-list li a:before {
    border: 1px solid  #ffffff;
    content: '\f383';
    display: block;
    font-family: 'Ionicons';
    font-size: 0;
    height: 16px;
    left: 0;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 16px;
    border-radius: 3px;
}

ul.sidebar-filter-list li a:after {
    content: attr(data-count);
    position: absolute;
    right: 0;
}

ul.sidebar-filter-list li.active a:before, ul.sidebar-filter-list li:hover a:before {
    background:  #32373d

;
    border-color:white;
    color: #fff;
    font-size: 10px;
}

/* Ranage Slider*/
.pm-range-slider {
    height: 4px;
    background: #e8e8e8;
}

.pm-range-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    top: -5px;
    background: #1d62b2;
    border-radius: 100%;
}

.pm-range-slider .ui-slider-handle:focus {
    outline: none;
    border: none;
}

.pm-range-slider .ui-widget-header {
    background: #1d62b2;
    top: 0;
    height: 100%;
}

.slider-price {
    margin-top: 25px;
    text-align: center;
}

.slider-price p {
    display: flex;
    align-items: center;
}

.slider-price p .btn {
    width: 100px;
}

.slider-price input#amount {
    background: transparent;
    border: transparent;
    color:white;
    text-align: left;
    word-spacing: 15px;
}

.sidebar-product {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar-product + .sidebar-product {
    margin-top: 20px;
}

/* Footer Section */
.site-footer {
    padding-top: 60px;
    color: #a7a7a7;
    background: #1a1f2b;
}

.site-footer .footer-title {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.site-footer a {
    color: inherit;
}

.site-footer .single-footer {
    padding-bottom: 60px;
}

.site-footer .single-footer.contact-block p {
    margin-bottom: 20px;
    padding-right: 30px;
    line-height: 1.45;
}

.site-footer .single-footer.contact-block p:last-child {
    margin-bottom: 0;
}

.footer-block-2 {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.social-icons a {
    font-size: 24px;
    line-height: inherit;
    margin-right: 15px;
}

.social-icons a:hover {
    color:white;
}

.footer-list {
    color: #a7a7a7;
        max-height: 210px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width:none;

}

.footer-list li {
    margin-bottom: 7px;
    /*line-height: 1.25;*/
}

.footer-list li a {
    color: inherit;
}

.footer-list li a:hover {
    color:white;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list.list-inline {
    display: flex;
    flex-wrap: wrap;
}

.footer-list.list-inline li {
    margin-bottom: 10px;
}

.footer-list.list-inline li a {
    padding-right: 10px;
    position: relative;
}

.footer-list.list-inline li a:after {
    position: absolute;
    content: "";
    background: #a7a7a7;
    right: 5px;
    width: 1px;
    top: 2px;
    bottom: 2px;
}

.footer-list.list-inline li:last-child a:after {
    width: 0;
}

.footer-copyright {
    text-align: center;
    background: #10151f;
    padding: 20px 0;
}

.footer-copyright p {
    margin-bottom: 0;
}

.footer-copyright a {
    color:white;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.input-box-with-icon {
    background: #202530;
    border: 1px solid #3a3a3b;
    position: relative;
}

.input-box-with-icon input {
    background: none;
    border: none;
    color: #f1f1f1;
    display: block;
    font-size: .929em;
    height: 48px;
    line-height: 46px;
    max-width: 100%;
    padding: 0 20px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding-right: 46px;
}

.input-box-with-icon input:focus {
    box-shadow: none;
    outline: none;
}

.input-box-with-icon button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    max-width: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 46px;
    transition: all .3s ease;
}

.input-box-with-icon button:hover {
    color:white;
}

.input-box-with-icon button i {
    color: inherit;
}

/*
====> Pages
*/
/* Shop Page */
.shop-page-section.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Count Widget*/
.count-input-block {
    display: flex;
}

.count-input-block input {
    height: 45px;
    text-align: center;
    background: #28323c;
    border: none;
    color: #fff;
}

.count-input-block input:focus {
    background: #28323c;
    outline: none;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
}

.count-input-block .count-input-btns {
    margin-left: 5px;
}

.count-input-block button {
    display: block;
    height: 20px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 20px;
    font-size: 14px;
    border-radius: 3px;
    border: 0;
    background: #28323c;
    padding: 0;
    color: #a6a6a6;
    margin-bottom: 5px;
    transition: .4s;
}

.count-input-block button:hover {
    background-color:white;
    color: #fff;
}

.product-list-group li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid #29323b;
}

.product-list-group li:last-child {
    border-bottom: 0;
}

.product-list-group .single-product-list {
    display: flex;
    align-items: center;
}

@media (max-width: 479px) {
    .product-list-group .single-product-list {
        flex-wrap: wrap;
        margin-bottom: -10px;
        padding-top: 30px;
    }

    .product-list-group .single-product-list .product-image,
    .product-list-group .single-product-list .product-name,
    .product-list-group .single-product-list .count-input-block,
    .product-list-group .single-product-list .product-price {
        margin-bottom: 10px;
    }
}

.product-list-group .product-image {
    width: 65px;
    border: 2px solid #29323b;
}

.product-list-group .product-name {
    color: #b2b2b2;
    margin-right: 40px;
}

.product-list-group .product-image,
.product-list-group .count-input-block {
    margin-right: 15px;
}

.product-list-group .count-input-block {
    min-width: 150px;
}

.product-list-group .product-price {
    font-weight: 500;
    font-size: 18px;
    color:white;
}

/* Shop View Type Toolbar */
.shop-toolbar {
    padding-right: 15px;
}

.shop-toolbar a.sortting-btn {
    font-size: 18px;
    margin-right: 10px;
    color:white;
}

.shop-toolbar a.sortting-btn:hover {
    color:white;
}

.shop-toolbar a.sortting-btn.active {
    color:white;
}

.shop-toolbar .sorting-selection #input-sort,
.shop-toolbar .sorting-selection #input-limit {
    background: none;
    padding: 0;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color:white;
    font-weight: 300;
    text-align: center;
    height: 52px;
    border: 0;
}

.shop-toolbar .nice-select {
    height: 36px;
    line-height: initial;
    border-radius: 0;
    padding-left: 12px;
    display: flex;
    align-items: center;
    margin-left: 7px;
    width: 180px;
    border-color:  #ffffff;
}

.shop-toolbar .nice-select:focus {
    box-shadow: none;
}

.shop-product-wrap .pm-product .card-list-content {
    display: none;
}

@media (min-width: 992px) {
    .shop-product-wrap .pm-product.product-type-list .content {
        width: 70%;
    }
}

.shop-product-wrap .pm-product.product-type-list .hover-conents {
    display: none;
}

.shop-product-wrap .pm-product.product-type-list .card-list-content {
    display: block;
}

.shop-product-wrap .pm-product.product-type-list .card-list-content article p:first-child {
    padding-top: 16px;
}

.shop-product-wrap .pm-product.product-type-list .card-list-content .btn-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.shop-product-wrap .pm-product.product-type-list .card-list-content .btn-block .btn {
    height: 40px;
}

.shop-product-wrap .pm-product.product-type-list .card-list-content .btn-block a {
    margin-right: 10px;
}

@media (min-width: 480px) {
    .shop-product-wrap .pm-product.product-type-list .card-list-content .btn-block a {
        margin-right: 0;
    }
}

@media (min-width: 576px) {
    .shop-product-wrap .pm-product.product-type-list .card-list-content .btn-block a {
        margin-right: 20px;
    }
}

.shop-product-wrap .pm-product.product-type-list .card-list-content .btn-block .btn-options {
    flex-wrap: wrap;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .shop-product-wrap .pm-product.product-type-list .card-list-content .btn-block .btn-options {
        margin-top: 0;
    }
}

.shop-product-wrap .pm-product.product-type-list .card-list-content .btn-block .btn-options i {
    font-size: 21px;
}

.shop-product-wrap .pm-product.product-type-list .grid-btn {
    display: none;
}

/*List Vewing Toolbar*/
.shop-product-wrap.with-pagination.list [class*="col"] {
    flex: 100%;
    max-width: 100%;
}

.shop-product-wrap.with-pagination.list [class*="col"]:last-child {
    border-bottom: 0;
}

.grid-four-column > [class*="col"]:first-child > .pm-product.product-type-list:after {
    width: 0;
}

.grid-four-column > [class*="col"] > .pm-product {
    position: relative;
    padding: 20px 20px;
}

.grid-four-column > [class*="col"] > .pm-product:before {
    background:  #ffffff;
    position: absolute;
    content: "";
    left: -1px;
    top: 10px;
    bottom: 10px;
    width: 1px;
}

.grid-four-column > [class*="col"] > .pm-product:after {
    background:  #ffffff;
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: -1px;
    height: 1px;
}

.grid-four-column > [class*="col"] > .pm-product.product-type-list:before {
    opacity: 0;
}

.grid-four-column > .slick-list > .single-slide > .pm-product {
    position: relative;
    padding: 20px 20px;
}

.grid-four-column > .slick-list > .single-slide > .pm-product:before {
    background:  #ffffff;
    position: absolute;
    content: "";
    left: -1px;
    top: 10px;
    bottom: 10px;
    width: 1px;
}

.grid-four-column > .slick-list > .single-slide > .pm-product:after {
    background:  #ffffff;
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: -1px;
    height: 1px;
}

.grid-four-column > .slick-list > .single-slide > .pm-product.product-type-list:before {
    opacity: 0;
}

.five-column {
    display: flex;
}

@media (min-width: 992px) {
    .five-column .cus-col-lg {
        flex: 20% !important;
    }
}

/* Product Details Page */
.product-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pm-product-details {
    overflow: hidden;
}

.pm-product-details .image-block.left-thumbnail {
    display: flex;
}

.pm-product-details .image-block.left-thumbnail .main-image {
    width: 70%;
    order: 2;
}

.pm-product-details .image-block.left-thumbnail .main-image > div {
    position: relative;
}

@media (min-width: 992px) {
    .pm-product-details .image-block.left-thumbnail .main-image {
        width: 80%;
    }
}

.pm-product-details .image-block.left-thumbnail .elevate-gallery {
    flex-direction: column;
    margin-top: 0 !important;
    position: relative;
    padding-top: 0;
    z-index: 250;
    width: 20%;
    order: 1;
}

@media (min-width: 768px) {
    .pm-product-details .image-block.left-thumbnail .elevate-gallery {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .pm-product-details .image-block.left-thumbnail .elevate-gallery {
        width: 20%;
    }
}

.pm-product-details .image-block.left-thumbnail .elevate-gallery a {
    margin-bottom: 15px;
}

.pm-product-details .image-block.left-thumbnail .elevate-gallery a:last-child {
    margin-bottom: 0;
}

.pm-product-details .image-block.right-thumbnail {
    display: flex;
}

.pm-product-details .image-block.right-thumbnail .main-image {
    width: 70%;
}

.pm-product-details .image-block.right-thumbnail .main-image > div {
    position: relative;
}

@media (min-width: 992px) {
    .pm-product-details .image-block.right-thumbnail .main-image {
        width: 80%;
    }
}

.pm-product-details .image-block.right-thumbnail .elevate-gallery {
    flex-direction: column;
    margin-top: 0 !important;
    position: relative;
    padding-top: 0;
    z-index: 250;
    width: 20%;
}

@media (min-width: 768px) {
    .pm-product-details .image-block.right-thumbnail .elevate-gallery {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .pm-product-details .image-block.right-thumbnail .elevate-gallery {
        width: 20%;
    }
}

.pm-product-details .image-block.right-thumbnail .elevate-gallery a {
    margin-bottom: 15px;
}

.pm-product-details .image-block.right-thumbnail .elevate-gallery a:last-child {
    margin-bottom: 0;
}

.pm-product-details .image-block.gallery-thumb .single-thumb-image {
    border: 1px solid  #ffffff;
    margin-bottom: 30px;
}

.pm-product-details .image-block.image-list-block .single-thumb-image {
    border: 1px solid  #ffffff;
    margin-bottom: 30px;
}

.pm-product-details .image-block.image-list-block .single-thumb-image img {
    display: block;
    width: 100%;
}

.pm-product-details .description-block .header-block {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.pm-product-details .description-block .header-block h3 {
    color:black;
    font-size: 18px;
}

.pm-product-details .description-block .header-block .navigation {
    margin-left: auto;
}

.pm-product-details .description-block .header-block .navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    color: #d1d1d1;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}

.pm-product-details .description-block .header-block .navigation a:hover {
    background:  #32373d

;
    color: #fff;
    border-color:white;
}

.pm-product-details .description-block .rating-block .rating-text {
    margin-left: 5px;
    margin-bottom: 0;
    color: #999;
}

.pm-product-details .description-block .rating-block .rating-text:hover a {
    color:white;
}

.pm-product-details .description-block .price {
    color: #c61132;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 30px;
}

.pm-product-details .description-block .price span {
    margin-right: 7px;
}

.pm-product-details .description-block .status {
    color:white;
    font-size: .857em;
    font-weight: 500;
    margin: 0 0 2s 5px 0;
    text-transform: uppercase;
    width: 100%;
}

.pm-product-details .description-block .status i {
    color:white;
    margin-right: 5px;
}

.pm-product-details .description-block .add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid  #ffffff;
    /*margin: 25px 0;*/
    padding-top: 35px;
    width: 100%;
}
.pm-product-details .description-block .addc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid  #ffffff;
    margin: 25px 0;
    padding-top: 35px;
    width: 100%;
}

.pm-product-details .description-block .add-to-cart > div {
    margin-right: 15px;
}
.pm-product-details .description-block .addc > div {
    margin-right: 15px;
}

.pm-product-details .description-block .add-to-cart .count-input-block {
    width: 70px;
}

.pm-product-details .description-block .add-to-cart .count-input-block input {
    background-attachment: #fff;
    background: #fff;
    border: 1px solid  #ffffff;
    color: rgba(0, 0, 0, 0.45098);
}

.pm-product-details .description-block .add-to-cart .count-input-block input:focus {
    border-color:  #ffffff;
}

.pm-product-details .description-block .add-to-cart .btn-block {
    width: auto;
}

.pm-product-details .description-block .add-to-cart .btn-block .btn {
    color:white;
    height: 40px;
}

@media (min-width: 480px) {
    .pm-product-details .description-block .add-to-cart .btn-block .btn {
        width: 210px;
    }
}

.pm-product-details .description-block .add-to-cart .btn-block .btn:hover {
    color: #ffff;
}

.pm-product-details .description-block .count-input-block {
    width: 70px;
}

.pm-product-details .description-block .count-input-block input {
    background-attachment: #fff;
    background: #fff;
    border: 1px solid  #ffffff;
    color: rgba(0, 0, 0, 0.45098);
    border-radius: 0;
}

.pm-product-details .description-block .count-input-block input:focus {
    border-color:  #ffffff;
}

.pm-product-details .description-block .product-meta {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color:white;
    font-size: 14px;
}

.pm-product-details .description-block .product-meta .single-meta {
    color:red;
    font-weight: 400;
    text-transform: none;
}

.pm-product-details .description-block .product-meta .single-meta:hover {
    color:black;
}

.pm-product-details .description-block .share-block-2 {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid  #ffffff;
    border-bottom: 1px solid  #ffffff;
}

.pm-product-details .description-block .share-block-2 h4 {
    color:white;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    text-transform: uppercase;
}

.pm-product-details .description-block .share-block-2 .social-btns li {
    margin-right: 15px;
}

.pm-product-details .description-block .share-block-2 .social-btns a {
    font-size: 14px;
}

.pm-product-details .description-block .grouped-product-block {
    border-top: 1px solid  #ffffff;
}

.pm-product-details .description-block .grouped-product {
    display: flex;
    padding-top: 25px;
}

.pm-product-details .description-block .grouped-product .count-input-block {
    margin-right: 10px;
}

.pm-product-details .description-block .grouped-product h3 {
    font-size: 14px;
    color:white;
    font-weight: 500;
    margin-bottom: 6px;
}

.pm-product-details .description-block .grouped-product h3 a:hover {
    color:white;
}

.pm-product-details .description-block .grouped-product .price {
    font-size: 15px;
    line-height: 20px;
    color:white;
    font-weight: 400;
    margin-bottom: 0;
}

.pm-product-details .product-variable-block {
    border-top: 1px solid  #ffffff;
    padding-top: 35px;
    width: 100%;
}

.pm-product-details .product-variable-block h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color:white;
    margin-bottom: 10px;
}

.pm-product-details .product-variable-block .clear-var {
    color: #999;
    display: block;
    font-size: .9em;
    margin: 10px 0 20px;
}

.pm-product-details .product-variable-block .clear-var:hover {
    color:white;
}

.pm-product-details .product-variable-block .color-select {
    background-color: #f9f9f9;
    border: 1px solid  #ffffff;
    height: 30px;
    padding: 5px 5px 5px 15px;
    width: auto;
    display: inline-block;
}

.pm-product-details .product-variable-block .color-select:focus {
    box-shadow: none;
    outline: none;
}

.pm-product-details .product-variable-block .price {
    border-bottom: 1px solid #1a1f2b;
    border-top: 1px solid #1a1f2b;
    color:white;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 0;
    margin-bottom: 20px;
    display: inline-block;
}

.old-price {
    color: #999;
    font-weight: normal;
    text-decoration: line-through;
    
}

/* Share Block 1*/
.social-btns {
    display: flex;
}

.social-btns li {
    margin-right: 10px;
}

.social-btns a {
    font-size: 11px;
    border-radius: 3px;
    height: 20px !important;
    padding: 0 6px;
    color: #fff;
    transition: ease .3s all;
}

.social-btns a i {
    margin-right: 4px;
}

.social-btns a.facebook {
    background: #4267b2;
}

.social-btns a.facebook:hover {
    background: #365899;
}

.social-btns a.twitter {
    background: #1b95e0;
}

.social-btns a.twitter:hover {
    background: #0c7abf;
}

.social-btns a.google {
    background: #fe6d4c;
}

.social-btns a.google:hover {
    background: #e75a3a;
}

.social-btns.social-btns-2 i {
    margin-right: 0;
}

.social-btns.social-btns-2 a {
    color:white;
    padding: 0;
}

.social-btns.social-btns-2 a:hover {
    color:white;
}

/* Cart And Wishlist Button */
.btn-options {
    display: flex;
    flex-wrap: wrap;
}

.btn-options a {
    margin-right: 25px;
    transition: .4s;
    display: flex;
    align-items: center;
}

.btn-options a i {
    margin-right: 5px;
    transition: .4s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    display: inline-block;
}

.btn-options a:hover {
    color:white;
}

.btn-options a:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color:white;
}

/* Product Gallery Slider*/
a.gallary-item {
    margin: 0 5px;
    border: 1px solid  #ffffff;
    opacity: .6;
    
}

a.gallary-item:hover {
    opacity: 1;
    border-color:white;
}

/*Elevate Zoom*/
.pm-product-details .image-block .zoomWrapper {
    margin: 0 auto;
}

.pm-product-details #product-view-gallery {
    margin-top: 20px;
}

/* Product zoom effect Mobile Control*/
@media (max-width: 479px) {
    .zoomWindow {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
    .zoomWindow {
        visibility: hidden !important;
    }
}

.elevate-gallery {
    display: flex;
}

@media (min-width: 992px) {
    .elevet-enable .zoomContainer {
        display: block !important;
    }
}

.zoomContainer {
    display: none !important;
    width:400px!important;
    height:400px!important;
    
}
#zoom_03{
    position:relative !important;
    height:400px !important;
    object-fit:contain;
}

.zoomWrapper{
    height:450px!important;
}

.product-details-tab .nav-tabs {
    justify-content: center;
    background: #ffffff;
    border-bottom: 1px solid  #ffffff;
    margin: 0 0 30px 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.product-details-tab .nav-tabs .nav-item .nav-link {
    background: transparent;
    border-color: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #999;
}

.product-details-tab .nav-tabs .nav-item .nav-link.active {
    color:black;
}

.product-details-tab .tab-content article p {
    font-size: 14px;
    line-height: 2.4;
    margin-bottom: 20px;
    color: black;
}

.product-details-tab .tab-content article p:last-child {
    margin-bottom: 0px;
}

.review-wrapper .title-lg {
    font-size: 17px;
    color:white;
}

.review-comment {
    display: flex;
}

.review-comment .avatar {
    width: 60px;
    margin-right: 10px;
}

.review-comment .text {
    border: 1px solid  #ffffff;
    width: calc(100% - 70px);
    padding: 1em 1em 0;
    border-radius: 3px;
    position: relative;
}

.review-comment .text:before {
    background: #fff;
    border-bottom: 1px solid  #ffffff;
    border-left: 1px solid  #ffffff;
    content: '';
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.review-comment .text .author {
    margin-bottom: 10px;
}

.review-comment .text p {
    padding-bottom: 10px;
}

/*Dynamic Rating*/
.rating-row p {
    margin-right: 3px;
    display: inline-block;
    font-weight: 500;
}

.rating-widget-block {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.rating-widget-block input {
    display: none;
}

.rating-widget-block label {
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.rating-widget-block label:last-child {
    margin-right: 0;
}

.rating-widget-block label:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    position: relative;
    display: block;
    font-size: 19px;
    color: #e3e3e3;
}

.rating-widget-block label:after {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    font-size: 19px;
    color: #fec701;
    font-weight: 900;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
}

.rating-widget-block label:hover ~ label:after,
.rating-widget-block label:hover:after,
.rating-widget-block input:checked ~ label:after {
    opacity: 1;
}

/* Checkout Page */
/*-- Checkout Title --*/
.checkout-title {
    border-bottom: 1px solid  #ffffff;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: none;
    width: 100%;
    color:white;
    font-size: 20px;
}

@media (min-width: 480px) {
    .checkout-title {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .checkout-title {
        font-size: 34px;
    }
}

/*-- Checkout Form --*/
.checkout-form {
    color: #d4d4d4;
}

.checkout-form label {
    color:white;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
}

.checkout-form .nice-select {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #14191e;
    margin-bottom: 15px;
}

.checkout-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #565f69;
}

.checkout-form .nice-select .current {
    color: #565f69;
    display: block;
    line-height: 23px;
}

.checkout-form .nice-select .list {
    width: 100%;
}

.checkout-form input {
    width: 100%;
    background-color: #dbd3d3;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #14191e;
    margin-bottom: 15px;
}

.checkout-form input[type="checkbox"] {
    width: auto;
}

.checkout-form input:focus {
    box-shadow: none;
    outline: none;
    border-color:white;
}

.checkout-form .check-box {
    margin-right: 70px;
}

.checkout-form .check-box:last-child {
    margin-right: 0;
}

.checkout-form .check-box input[type="checkbox"] {
    display: none;
}

.checkout-form .check-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #14191e;
    margin: 0;
}

.checkout-form .check-box input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"] + label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color:white;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]:checked + label::before {
    border: 2px solid #565f69;
}

.checkout-form .check-box input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

/*-- Shipping Form --*/
#shipping-form {
    display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
    background-color: #afa7a7;
    color:white;
    padding: 35px 30px;
}

.checkout-cart-total .checkout-title {
    border-bottom: 1px solid #dfdfdf;
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .checkout-cart-total {
        padding: 30px;
    }
}

.checkout-cart-total h4 {
    line-height: 23px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 479px) {
    .checkout-cart-total h4 {
        font-size: 19px;
    }
}

.checkout-cart-total h4:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}

.checkout-cart-total h4 span {
    float: right;
    display: block;
}

.checkout-cart-total ul {
    border-bottom: 1px solid #dfdfdf;
    color:white;
}

.checkout-cart-total ul li {
    color: inherit;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}

.checkout-cart-total ul li span {
    color: inherit;
    float: right;
}

.checkout-cart-total ul li span.left {
    float: left;
    width: 70%;
}

.checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color:white;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
}

.checkout-cart-total p span {
    float: right;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method {
    background-color: #14191e;
    padding: 45px;
}

@media only screen and (max-width: 479px) {
    .checkout-payment-method {
        padding: 30px;
    }
}

/*-- Single Payment Method --*/
.single-method {
    margin-bottom: 20px;
}

.single-method:last-child {
    margin-bottom: 0;
}

.single-method input[type="radio"] {
    display: none;
}

.single-method input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.single-method input[type="radio"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"] + label::after {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 10px;
    text-align: center;
    height: 10px;
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]:checked + label::before {
    border: 2px solid #565f69;
}

.single-method input[type="radio"]:checked + label::after {
    opacity: 1;
}

.single-method input[type="checkbox"] {
    display: none;
}

.single-method input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.single-method input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #999999;
    content: "";
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"] + label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 8px;
    text-align: center;
    height: 8px;
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]:checked + label::before {
    border: 2px solid #565f69;
}

.single-method input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #d4d4d4;
    line-height: 23px;
}

/*-- Place Order --*/
.place-order {
    border-radius: 3px;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffff;
    background-color:#dbd3d3;
    transition: .4s;
}

.place-order:hover {
    background: #3c7400;
    border-color: #3c7400;
    color: #fff;
}

/*=====  End of 14. Checkout  ======*/
.checkout-area.checkout-area-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.term-block {
    margin-bottom: 10px;
}

.method-notice {
    display: flex;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 15px;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #1e85be;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.method-notice:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f249';
    display: inline-block;
    position: absolute;
    top: 1em;
    color: #1e85be;
    left: 1.5em;
}

.order-note-block label {
    font-family: Rubik, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    line-height: 2;
    color: #666;
}

.order-note-block textarea {
    height: 100px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
    background: #f4f4f4;
    border: none;
}

.order-note-block textarea::-webkit-input-placeholder {
    color: #666;
}

.order-note-block textarea:-moz-placeholder {
    color: #666;
}

.order-note-block textarea::-moz-placeholder {
    color: #666;
}

.order-note-block textarea:-ms-input-placeholder {
    color: #666;
}

.order-note-block textarea:focus {
    box-shadow: none;
    outline: none;
}

.block-border {
    border-bottom: 1px solid  #ffffff;
    padding-bottom: 16px;
}

.checkout-quick-box {
    padding: 16px 32px 16px 20px;
    margin: 0 0 2em;
    position: relative;
    /* background-color: #f7f6f7; */
    color: #515151;
    border-top: 3px solid #1e85be;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.checkout-quick-box p {
    margin-bottom: 0;
}

.checkout-quick-box p i {
    color: #1e85be;
    margin-right: 10px;
}

.checkout-quick-box p a {
    color: #a43d21;
}

.checkout-quick-box p a:hover {
    color:white;
}

.checkout-slidedown-box {
    display: none;
}

.quick-login-form {
    background: #fff;
    border: 1px solid  #ffffff;
    border-radius: 0;
    padding: 20px;
    color: #666;
    margin: 0 0 20px;
}

.quick-login-form .form-group input {
    margin-bottom: 0;
}

.quick-login-form label {
    display: block;
}

.quick-login-form input {
    border: 1px solid  #ffffff;
    height: 36px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
}

.pass-lost {
    color: #a43d21;
}

.pass-lost:hover {
    color:white;
}

.checkout_coupon {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin-bottom: 2em;
    text-align: left;
    border-radius: 5px;
}

.checkout_coupon input {
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    padding: 0 0 0 10px;
    vertical-align: middle;
    margin-right: 10px;
    width: 180px;
}

.checkout_coupon .btn {
    font-size: 14px;
    margin-top: 15px;
}

@media (min-width: 480px) {
    .checkout_coupon .btn {
        margin-top: 0;
    }
}

.quick-title {
    margin-bottom: 40px;
    line-height: 1.35;
    font-size: 28px;
    color:white;
}

@media (min-width: 768px) {
    .quick-title {
        font-size: 36px;
    }
}

.check-bx-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.check-bx-wrapper .check-box + .check-box {
    margin-top: 10px;
}

@media (min-width: 576px) {
    .check-bx-wrapper .check-box + .check-box {
        margin-top: 0;
    }
}

/* compare Page */
/*-- Compare Table --*/
.compare-table {
    color:white;
}

.compare-table::-webkit-scrollbar-thumb {
    background:  #ffffff;
    border-radius: 10px;
}

.compare-table .table tbody tr:first-child {
    border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
    border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
    min-width: 170px;
    font-size: 18px;
    font-weight: 600;
    color:white;
    margin: 0;
    line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    padding-top: 70px;
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
    max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
    clear: both;
    float: left;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 7px;
    margin-top: 15px;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color:white;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-stock {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 50px;
    display: inline-block;
    width: 170px;
    padding: 10px 25px 10px 56px;
    transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart i {
    width: 41px;
    height: 41px;
    background-color: #ffff;
    border-radius: 50px;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
    padding-left: 25px;
    padding-right: 56px;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
    left: calc(100% - 41px);
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
    color:white;
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    color:white;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
    font-size: 14px;
}

/* Contact Page */
#googleMap {
    height: 550px;
    width: 100%;
}

.ct-single-side {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
}

@media (min-width: 992px) {
    .ct-single-side {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (min-width: 1200px) {
    .ct-single-side {
        padding-right: 100px;
        padding-left: 100px;
    }
}

.ct-description {
    color: #666;
}

.ct-article {
    padding-bottom: 30px;
}

.ct-article p {
    margin-bottom: 10px;
}

.contact-list {
    max-width: 380px;
}

.contact-list li {
    border-top: 1px solid #e4e4e4;
    list-style: none;
    padding: 10px 0;
}

.contact-list li i {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.working-hour h3 {
    font-weight: 500;
    margin-bottom: 5px;
    color:white;
    font-size: 24px;
}

/* Contact page - 2*/
.ct-feature-section {
    padding: 40px 0 30px;
}

@media (min-width: 480px) {
    .ct-feature-section {
        padding: 60px 0 50px;
    }
}

@media (min-width: 992px) {
    .ct-feature-section {
        padding: 90px 0 80px;
    }
}

.ct-section-title {
    margin-bottom: 35px;
}

.ct-section-title h2 {
    font-size: 23px;
    color:black;
}

@media (min-width: 576px) {
    .ct-section-title h2 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .ct-section-title h2 {
        font-size: 30px;
    }
}

.ct-section-title-2 h2 {
    font-weight: 900;
    text-transform: uppercase;
    color:white;
    font-size: 23px;
}

@media (min-width: 576px) {
    .ct-section-title-2 h2 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .ct-section-title-2 h2 {
        font-size: 30px;
    }
}

.ct-section-title-2 p {
    font-size: 14px;
}

.ct-feature {
    text-align: center;
}

.ct-feature .icon {
    border: 0;
    border-radius: 100%;
    border: 3px solid #1a1f2b;
    color: #fff;
    height: 70px;
    width: 70px;
    margin: 0 auto 20px;
    text-align: center;
    transition: color .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
}

@media (min-width: 768px) {
    .ct-feature .icon {
        height: 95px;
        width: 95px;
        margin: 0 auto 35px;
    }
}

.ct-feature .icon i {
    font-size: 34.4px;
}

.ct-feature .icon:hover {
    background:  #32373d

;
    color: #ffff;
    border-color:white;
}

.ct-feature h3 {
    color:white;
    line-height: 1.35;
    margin-bottom: 5px;
}

.ct-feature p {
    line-height: 1.65;
}

.contact-page-section.section-padding {
    section-padding: 80px 0;
}

/* Blog Page */
.blog-date {
    color: #302f2f !important;

}
.blog-post .blog-content header {
    margin-bottom: 20px;
}

.blog-post .blog-content .post-category {
    margin-bottom: 10px;
}

.blog-post .blog-content .post-category i {
    margin-right: 5px;
}

.blog-post .blog-content .post-category a:hover {
    color:white;
}

.blog-post .blog-content .blog-title {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 16px;
    padding: 0;
}

.blog-post .blog-content .blog-title a {
    color:white;
    transition: .4s;
}

.blog-post .blog-content .blog-title a:hover {
    color:white;
}

.blog-post .blog-content .post-meta {
    font-size: 13.76px;
}

.blog-post .blog-content .post-meta .post-separator {
    margin: 0 10px;
}

.blog-post .blog-content .post-meta span {
    font-size: 13px;
}

.blog-post .blog-content .post-meta span i {
    margin-right: 5px;
}

.blog-post .blog-content article p {
    margin: 0;
    padding-bottom: 20px;
    line-height: 1.65;
}

.blog-post .blog-content footer {
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 480px) {
    .blog-post .blog-content footer {
        display: flex;
    }
}

.blog-post .blog-content footer div {
    flex: 50%;
    display: block;
    margin-bottom: 15px;
}

@media (min-width: 480px) {
    .blog-post .blog-content footer div {
        display: static;
        margin-bottom: 0;
    }
}

.blog-post .blog-btn .btn {
    color:white;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-post .blog-btn .btn {
        width: 130px;
    }
}

.blog-post .blog-btn .btn:hover {
    color: #ffff;
}

.blog-post.card-style-list .blog-title {
    font-size: 30px;
}

.blog-post.card-style-list--2 .blog-date {
    color:white;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.blog-post.card-style-list--2 .blog-date .day {
    font-size: 44px;
}

.blog-post.card-style-list--2 .blog-date .year:before {
    content: '/';
    display: inline;
    margin-left: -2px;
}

.blog-post.card-style-list--2 .blog-date span {
    margin-right: 5px;
}

.blog-post.card-style-list--2 .blog-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: black;
}

.blog-post.card-style-list--2 .blog-title a {
    color:white;
}

.blog-post.card-style-list--2 article p {
    padding-bottom: 10px;
}

.blog-post.card-style-list--2 .blog-btn a:hover {
    color: inherit;
    text-decoration: underline;
}

.blog-post.post-details .blog-title {
    font-size: 30px;
}

.blog-post.post-details .blog-content {
    margin-top: 30px;
}

.blog-post.post-details .blog-content header {
    margin-bottom: 25px;
}

.blog-post.post-details .blog-content blockquote {
    background: #f6f6f6;
    border: 1px solid  #ffffff;
    border-left: 5px solid  #32373d

;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    margin: 30px 0 30px 30px;
    padding: 30px 45px;
}

.blog-post.post-details .blog-meta {
    font-size: 13px;
    padding: 10px;
    color:white;
    font-size: 13px;
    padding: 15px 0;
    border-bottom: 1px solid  #ffffff;
    border-top: 1px solid  #ffffff;
    margin-top: 10px;
}

.blog-post.post-details .blog-meta a {
    color:white;
}

.blog-post.post-details .blog-meta a:hover {
    text-decoration: underline;
}

.share-block {
    text-align: center;
}

.share-block h3 {
    background: none;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 26px;
    margin: 0 20px;
    text-transform: uppercase;
    width: auto;
}

.social-links {
    display: flex;
}

.social-links .single-social {
    color:white;
    background: #f7f7f7;
    border-radius: 100%;
    color: #353535;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    width: 26px;
}

.social-links .single-social:hover {
    color: #fff;
    background:  #32373d

;
}

.blog-posts-container .blog-post {
    border-bottom: 1px solid  #ffffff;
    margin: 0 0 50px;
    padding: 0 0 50px 0;
    width: 100%;
}

.blog-posts-container .blog-post:last-child {
    padding-bottom: 0;
    border: none;
}

.related-post-block h3 {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color:white;
}

.related-post .post-date {
    color: #999;
    display: block;
    font-style: italic;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.related-post .post-title {
    font-size: 1.143em;
    color:white;
}

.related-post .post-title a {
    display: inline-block;
}

.related-post .post-title:hover a {
    color:white;
}

.blog-image-gallery {
    padding: 5px;
    border: 1px solid #cecece;
    border-radius: 3px;
    position: relative;
}

.blog-image-gallery .slick-arrow {
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    background:  #32373d

 0 0 url(../image/icon-logo/arrow-icon.png) no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .2s;
    left: 60px;
    z-index: 9;
    opacity: 0;
    background-position: 10% 20%;
}

.blog-image-gallery .slick-arrow:before {
    opacity: 0;
}

.blog-image-gallery .slick-arrow.slick-next {
    left: 100%;
    margin-left: -60px;
    right: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    background-position: 90% 20% !important;
}

.blog-image-gallery:hover .slick-arrow {
    opacity: 1;
    left: 10px;
}

.blog-image-gallery:hover .slick-arrow.slick-next {
    left: 100%;
    margin-left: -10px;
}

.blog-page-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .blog-page-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .blog-page-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.blog-page-section.with-sidebar {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .blog-page-section.with-sidebar {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

/* Pagination */
.pagination-widget {
    text-align: right;
}

.pagination-widget p {
    color: inherit;
}

.site-pagination a {
    background: #fff;
    border: 1px solid  #ffffff;
    color:white;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 30px;
    margin-right: 7px;
    min-width: 0;
    padding: 0;
    text-align: center;
    width: 32px;
    transition: all .2s ease;
    border-radius: 4px;
}

.site-pagination a:hover {
    color:white;
}

.site-pagination a.active, .site-pagination a:hover {
    background:  #32373d

;
    border-color:white;
    color: #fff;
}

.blog-page-section.with-sidebar .single-block {
    margin-bottom: 40px;
}

.blog-page-section.with-sidebar .single-block:last-child {
    margin-bottom: 0;
}

.replay-form-wrapper h3 {
    font-size: 17px;
    margin: 20px 0;
    position: relative;
    text-transform: uppercase;
}

.replay-form-wrapper p {
    color: #999;
    font-size: 12px;
    padding-bottom: 10px;
}

.blog-slider .single-slide {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.blog-slider .single-slide img {
    width: 100%;
}

.blog-slider .slick-slide:before {
    top: 20px;
    bottom: 10px;
}

/* Cart Page */
.cart_area .page-section-title {
    margin-bottom: 40px;
}

.cart_area .page-section-title h1 {
    font-size: 22px;
}

@media (min-width: 480px) {
    .cart_area .page-section-title h1 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .cart_area .page-section-title h1 {
        font-size: 34px;
    }
}

/*-- Cart Table --*/
.cart-table {
    color: #d4d4d4;
}

.cart-table .table {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 575px) {
    .cart-table .table {
        border-top: 8px solid #14191e;
    }
}

.cart-table .table thead {
    background-color: transparent;
}

@media only screen and (max-width: 575px) {
    .cart-table .table thead {
        display: none;
    }
}

.cart-table .table thead tr {
    border-bottom: 1px solid  #ffffff;
}

.cart-table .table thead tr th {
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    color:black;
    border-right: 1px solid  #ffffff;
    padding: 20px 10px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.cart-table .table tbody {
    color:black;
    font-weight: 500;
}

.cart-table .table tbody tr {
    transition: .4s;
}

.cart-table .table tbody tr:not(:last-child):hover {
    background-color: #e1dcdc;
    color: #32373d;
}

.cart-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 20px 10px;
    vertical-align: middle;
    border-top: 1px solid  #ffffff;
    border-right: 1px solid  #ffffff;
}

@media only screen and (max-width: 575px) {
    .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: left;
    }
}

.cart-table .table tbody tr td .coupon-block {
    display: flex;
    border: 1px solid  #ffffff;
    margin: 0 0 20px;
    padding: 25px !important;
    flex-wrap: wrap;
}

.cart-table .table tbody tr td .coupon-block .coupon-text {
    flex: 100%;
}

@media (min-width: 576px) {
    .cart-table .table tbody tr td .coupon-block .coupon-text {
        flex: 50%;
        text-align: left;
    }
}

.cart-table .table tbody tr td .coupon-block .coupon-text input {
    border: 1px solid  #ffffff;
    height: 50px;
    line-height: 48px;
    padding: 6px 6px 5px;
    background: #f4f4f4;
    font-weight: 500;
    width: 100%;
}

@media (min-width: 576px) {
    .cart-table .table tbody tr td .coupon-block .coupon-text input {
        width: auto;
    }
}

.cart-table .table tbody tr td .coupon-block .coupon-text input:focus {
    outline: none;
}

.cart-table .table tbody tr td .coupon-block .coupon-btn {
    flex: 100%;
    margin-top: 10px;
}

@media (min-width: 576px) {
    .cart-table .table tbody tr td .coupon-block .coupon-btn {
        flex: 50%;
        margin-top: 0px;
        text-align: right;
    }
}

.cart-table .table tbody tr td .coupon-block label {
    display: none;
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
    max-width: 160px;
    min-width: 32px;
    width: 160px;
}

@media only screen and (max-width: 575px) {
    .cart-table th.pro-thumbnail a,
    .cart-table td.pro-thumbnail a {
        width: 160px;
    }
}

.cart-table th.pro-title,
.cart-table td.pro-title {
    min-width: 200px;
}

.cart-table td.pro-thumbnail a {
    display: block;
}

.cart-table td.pro-thumbnail a img {
    width: 70px;
    background-color: #f6f7f8;
}

.cart-table td.pro-title a {
    font-size: 16px;
    color:black;
}

.cart-table td.pro-title a:hover {
    color:black;
}

.cart-table td.pro-price span {
    display: block;
    font-size: 15px;
}

.cart-table td.pro-quantity .pro-qty {
    width: 50px;
    display: block;
    margin: auto;
}

.cart-table td.pro-quantity .pro-qty input {
    padding-right: 0;
    font-size: 15px;
    border-radius: 0;
    background: transparent;
    border: 1px solid  #ffffff;
    color:white;
}

@media only screen and (max-width: 575px) {
    .cart-table td.pro-quantity .pro-qty {
        margin: 0;
    }
}

.cart-table td.pro-subtotal span {
    display: block;
    font-size: 15px;
}

.cart-table td.pro-addtocart button {
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid  #32373d

;
    line-height: 24px;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    background-color:white;
}

.cart-table td.pro-remove a {
    display: block;
    font-weight: 600;
}

.cart-table td.pro-remove a i {
    font-size: 15px;
}

.cart-table td.pro-remove a:hover {
    color:white;
}

@media only screen and (max-width: 575px) {
    .cart-table td.pro-remove a {
        width: 60px;
        text-align: center;
    }
}

/*-- Calculate Shipping --*/
.calculate-shipping {
    margin-bottom: 23px;
}

.calculate-shipping h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.calculate-shipping form .nice-select {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent;
}

.calculate-shipping form .nice-select::after {
    border-color: #565f69;
}

.calculate-shipping form .nice-select .current {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #d4d4d4;
}

.calculate-shipping form input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    color: #d4d4d4;
    background-color: transparent;
}

.calculate-shipping form input::-webkit-input-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:-moz-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input::-moz-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:-ms-input-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:focus {
    outline: none;
    box-shadow: none;
}

.calculate-shipping form input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color:white;
    border-color:white;
    width: 140px;
    cursor: pointer;
}

/*-- Discount Coupon --*/
.discount-coupon h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.discount-coupon form input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    color: #d4d4d4;
    background-color: transparent;
}

.discount-coupon form input::-webkit-input-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:-moz-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input::-moz-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:-ms-input-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:focus {
    outline: none;
    box-shadow: none;
}

.discount-coupon form input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color:white;
    border-color:white;
    width: 140px;
    line-height: 27px;
    cursor: pointer;
}
.cart-table .table {
    background-color: #e9e8e8;
}
/*-- Cart Summary --*/
.cart-summary {
    float: right;
    width: 100%;
    margin-left: auto;
}

@media (min-width: 992px) {
    .cart-summary {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-summary {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary {
        margin-left: 0;
    }
}

.cart-summary .cart-summary-wrap {
    background-color: #e9e8e8;
    padding: 30px 30px;
    margin-bottom: 20px;
    border: 1px solid  #ffffff;
    color:black;
}

@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-wrap {
        padding: 25px 30px;
    }
}

.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    text-align: right;
}

.cart-summary .cart-summary-wrap p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

.cart-summary .cart-summary-wrap p span {
    float: right;
}

.cart-summary .cart-summary-wrap h2 {
    border-top: 1px solid  #ffffff;
    padding-top: 9px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
    float: right;
}

.cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
    }
}

.cart-summary .cart-summary-button .c-btn {
    margin-top: 10px;
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #1a1f2b;
    line-height: initial;
    padding: 5px 20px;
    background-color: transparent;
    margin-left: 20px;
    float: right;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-summary .cart-summary-button .c-btn:last-child {
    margin-left: 0;
}

.cart-summary .cart-summary-button .c-btn.checkout-btn {
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    background-color:white;
    border-color:white;
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button .c-btn {
        margin-left: 0;
        margin-right: 20px;
    }

    .cart-summary .cart-summary-button .c-btn:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button .c-btn {
        margin-left: 0;
        margin-right: 10px;
    }

    .cart-summary .cart-summary-button .c-btn:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-button .c-btn {
        width: 130px;
    }
}

.cart-block-title h2 {
    color:white;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 35px 0;
    text-align: center;
    text-transform: uppercase;
}

/* My Account */
.myaccount-tab-menu {
    flex-direction: column;
}

.myaccount-tab-menu a {
    border: 1px solid #cecece;
    border-bottom: none;
    color:black;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #cecece;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color:black;
    color: #ffff;
}

.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
    font-size: 14px;
    border: 1px solid #cecece;
    padding: 30px;
    color:black
}

@media only screen and (max-width: 479px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content h3 {
    border-bottom: 1px dashed #cecece;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color:black;
}

.myaccount-content .welcome a {
    color: inherit;
}

.myaccount-content .welcome a:hover {
    color:white;
}

.myaccount-content .welcome strong {
    font-weight: 600;
}

.myaccount-content a.edit-address-btn {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    padding: 10px 20px;
    border-radius: 3px;
}

.myaccount-content a.edit-address-btn i {
    padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
    background-color:white;
}

.myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
    background-color:white;
}

/*-- My Account Table -*/
.myaccount-table {
    white-space: nowrap;
    font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
    padding: 10px;
    background: #14191E;
    color: #fff;
    border-color: #565f69;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle;
    border-color: #565f69;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
    color:white;
}

.saved-message {
    border-top: 3px solid  #32373d

;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
    margin: 0;
}

.account-details-form input {
    display: block;
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 0;
    line-height: 24px;
    padding: 11px 25px;
    color:black;
    background: transparent;
    border-radius: 3px;
}

.account-details-form input:focus {
    border-color:white;
    box-shadow: none;
    outline: none;
}

/*=====  End of 16. My Account  ======*/
/* Login Register */
/*-- Login Title --*/
.login-title {
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 30px;
    color:black;
}

@media (min-width: 768px) {
    .login-title {
        font-size: 30px;
    }
}

/*-- Login Form --*/
.login-form {
    border: 1px solid #d3ced2;
    background-color: #aea4a5;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-form {
        padding: 15px;
    }
}

.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.login-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #d4d4d4;
    margin-bottom: 15px;
}

.login-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #565f69;
}

.login-form .nice-select .current {
    color: #d4d4d4;
    display: block;
    line-height: 23px;
}

.login-form .nice-select .list {
    width: 100%;
}

.login-form input {
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.login-form input[type="checkbox"] {
    width: auto;
}

.login-form input:focus {
    border-color:white;
    box-shadow: none;
    outline: none;
}

.login-form .check-box {
    float: left;
    margin-right: 70px;
}

.login-form .check-box:last-child {
    margin-right: 0;
}

.login-form .check-box input[type="checkbox"] {
    display: none;
}

.login-form .check-box input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.login-form .check-box input[type="checkbox"] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"] + label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #d4d4d4;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"]:checked + label::before {
    border: 2px solid #565f69;
}

.login-form .check-box input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

/*-- Place Order --*/
.register-button {
    display: block;
    margin-top: 40px;
    width: 140px;
    border-radius: 0;
    height: 36px;
    border: none;
    line-height: 24px;
    padding: 6px 20px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffff;
    border-radius: 3px;
}

/*=====  End of 17. Login Register  ======*/
.entry-header {
    margin-bottom: 40px;
}

.entry-header .entry-title {
    font-size: 30px;
    line-height: 1.35;
    margin: 0 0 5px;
    text-transform: uppercase;
    color:black;
}

@media (min-width: 992px) {
    .entry-header .entry-title {
        font-size: 36px;
    }
}

/* About Page */
.about-text {
    color:white;
}

.about-text h2 {
    font-size: 26px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .about-text h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

.about-text p {
    line-height: 24px;
}

.about-text .btn {
    width: 145px;
    height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-two-sp.sec-1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media (max-width: 74.9375em) {
    .skill-progress,
    .about-text {
        padding: 60px 0;
    }
}

@media (max-width: 74.9375em) {
    .about-text-2 {
        padding: 0;
    }
}

@media (max-width: 74.9375em) {
    .about-img-2 {
        padding: 0;
    }
}

.fact-area .row [class^="col"]:nth-child(odd) .fact {
    background-color: #f3f3f3;
}

.fact-area .row [class^="col"]:nth-child(even) .fact {
    background-color: #e8e8e8;
}

@media (max-width: 61.94em) {
    .fact-area .row [class^="col"]:nth-child(1) .fact,
    .fact-area .row [class^="col"]:nth-child(4) .fact {
        background-color: #f3f3f3;
    }

    .fact-area .row [class^="col"]:nth-child(2) .fact,
    .fact-area .row [class^="col"]:nth-child(3) .fact {
        background-color: #e8e8e8;
    }
}

@media (max-width: 35.94em) {
    .fact-area .row [class^="col"]:nth-child(odd) .fact {
        background-color: #f3f3f3;
    }

    .fact-area .row [class^="col"]:nth-child(even) .fact {
        background-color: #e8e8e8;
    }
}

.fact {
    padding: 90px 15px;
    text-align: center;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
}

.fact__icon {
    margin-right: 20px;
}

.fact__content {
    text-align: left;
    color:white;
}

.fact__content h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.fact__content p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}

.skill-progress h2 {
    font-family: Raleway;
    font-weight: 900;
    color:white;
}

.skill-progress__single:not(:last-child) {
    margin-bottom: 40px;
}

.skill-progress__title {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    margin-left: 50px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    line-height: 1.6;
}

.skill-progress .progress {
    background: #f7f7f7;
    border-radius: 3px;
    height: 18px;
    overflow: visible;
    position: relative;
}

.skill-progress .progress-bar {
    background: #7b7b7b;
    border-radius: 3px;
    margin-left: 2px;
}

.skill-progress .progress-bar span {
    background: #3e3e3e;
    border: 3px solid #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    left: -12px;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: -13px;
    width: 40px;
    line-height: 33px;
}

/* FAQ Page */
.faq-section {
    padding: 40px 0px 40px;
    color:white;
}

@media (min-width: 480px) {
    .faq-section {
        padding: 90px 0px 90px;
    }
}

@media (min-width: 992px) {
    .faq-section {
        padding: 90px 0px 90px;
    }
}

.faq-section .section-header {
    margin-bottom: 18px;
}

@media (min-width: 480px) {
    .faq-section .section-header {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .faq-section .section-header {
        margin-bottom: 25px;
    }
}

.faq-section .section-header h2 {
    text-transform: uppercase;
    line-height: 1.35;
    margin-bottom: 5px;
    font-size: 22px;
}

@media (min-width: 480px) {
    .faq-section .section-header h2 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .faq-section .section-header h2 {
        font-size: 36px;
    }
}

.faq-section .section-article {
    margin-bottom: 30px;
}

@media (min-width: 480px) {
    .faq-section .section-article {
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .faq-section .section-article {
        margin-bottom: 45px;
    }
}

.faq-section .section-article h4 {
    line-height: 1.35;
    margin-bottom: 5px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .faq-section .section-article h4 {
        font-size: 18px;
    }
}

.faq-section .section-article p {
    margin-bottom: 10px;
}

.faq-section .section-article p:last-child {
    margin-bottom: 0;
}

.site-faq-accordion .card {
    margin-bottom: 10px;
}

.site-faq-accordion .card .btn-link {
    width: 100%;
    height: auto;
    padding: 0;
    height: 100%;
    padding: 15px 35px 15px 10px;
    justify-content: flex-start;
    color:white;
    line-height: 1.5;
    display: flex;
    border-width: 1px;
    border-style: solid;
    border-color:  #32373d

  #32373d

  #ffffff  #32373d

;
    border-radius: 0;
    text-decoration: none;
    white-space: unset;
    text-align: left;
}

@media (min-width: 480px) {
    .site-faq-accordion .card .btn-link {
        padding: 15px 30px 15px 10px;
    }
}

@media (min-width: 768px) {
    .site-faq-accordion .card .btn-link {
        padding: 15px 10px 15px 25px;
    }
}

.site-faq-accordion .card .btn-link.collapsed {
    border-color:  #ffffff;
    color:white;
}

.site-faq-accordion .card .btn-link.collapsed:before {
    content: "\f067";
}

.site-faq-accordion .card .btn-link:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

.site-faq-accordion .card .card-body {
    padding: 20px 25px;
    border-bottom: 1px solid  #32373d

;
    border-left: 1px solid  #32373d

;
    border-right: 1px solid  #32373d

;
    padding: 20px 25px;
}

.site-faq-accordion .card-header {
    padding: 0;
    background: #f9f9f9;
    border-radius: 0;
    border: 0;
}

/* 404 Page */
.error-section {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #f0f0f0;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .error-section {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.error-content {
    text-align: center;
}

.error-content h2 {
    color:white;
    text-transform: uppercase;
    font-size: 30px;
}

@media (min-width: 768px) {
    .error-content h2 {
        font-size: 35px;
    }
}

.error-content p {
    color:white;
    font-weight: 300;
    margin: 20px auto 40px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
}

@media (min-width: 576px) {
    .error-content p {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .error-content p {
        padding: 0 21px;
    }
}

.error-content .search-form .btn {
    margin-top: 40px;
    width: 185px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.error-content .site-mini-search {
    margin: 0 auto;
}

@media (min-width: 576px) {
    .error-content .site-mini-search {
        max-width: 500px;
    }
}

.error-content .site-mini-search input {
    font-size: 1.143em;
    height: 50px;
    line-height: 50px;
}

.error-content .site-mini-search button {
    width: 50px;
    font-size: 16px;
}

/* Portfolio Page */
.portfolio-blog-masonry {
    padding: 60px 30px 30px;
}

@media (min-width: 992px) {
    .portfolio-blog-masonry {
        padding: 90px 0 60px;
    }
}

.mesonry-list {
    margin: 0 -5px;
}

.mesonry-list .portfolio-25 {
    padding: 0 8px;
    margin-bottom: 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .mesonry-list .portfolio-25 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .mesonry-list .portfolio-25 {
        width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .mesonry-list .portfolio-25 {
        width: 25%;
    }
}

.mesonry-list .resizer {
    width: 100%;
}

@media (min-width: 576px) {
    .mesonry-list .resizer {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .mesonry-list .resizer {
        width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .mesonry-list .resizer {
        width: 25%;
    }
}

.messonry-button button {
    background: #666;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
    margin-right: 2px;
    padding: 0 30px;
    position: relative;
    transition: all .4s ease-out;
    z-index: 2;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-transform: capitalize;
}

.messonry-button button:before {
    border-color: transparent;
    border-right-color: #fff;
    border-style: solid;
    border-top-color: #fff;
    border-width: 5px;
    content: '';
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
}

.messonry-button button:hover, .messonry-button button.is-checked {
    background: #71a9d0;
    color: #fff;
}

.portfolio {
    position: relative;
}

.portfolio .portfolio__content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: .4s;
}

.portfolio .portfolio__content h4.portfolio__title {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    float: none;
    clear: both;
    margin: 15px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    border-radius: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 2 !important;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.portfolio .portfolio__content .portfolio__icon {
    display: flex;
}

.portfolio .portfolio__content .portfolio__icon a {
    font-size: 16px !important;
    /* line-height: 22px !important; */
    color: #ffffff !important;
    font-weight: 400 !important;
    /* padding: 17px 17px 17px 17px !important; */
    border-radius: 500px;
    background: rgba(255, 255, 255, 0.15) !important;
    z-index: 2 !important;
    display: flex;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-color: #ffffff !important;
    border-style: solid !important;
    align-items: center;
    height: 55px;
    justify-content: center;
    width: 55px;
    margin-right: 10px;
}

.portfolio .portfolio__content .portfolio__icon a:hover {
    background: rgba(0, 0, 0, 0.5) !important;
}

.portfolio .portfolio__content .portfolio__icon a:last-child {
    margin-right: 0;
}

.portfolio:hover .portfolio__content {
    top: 0%;
    opacity: 1;
}

.portfolio-area .portfolio-btn-group {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .portfolio-area .portfolio-btn-group {
        margin-top: 50px;
    }
}

.portfolio-area .btn-portfolio {
    background: gray;
    padding: 25px 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    transition: all .4s ease-out;
    z-index: 2;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.portfolio-area .btn-portfolio:hover {
    background: #71a9d0;
    color: #fff;
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 768px) {
    .portfolio-filters {
        display: block;
    }
}

.portfolio-filters button {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .portfolio-filters button {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Service Page */
.service-wrapper .service-section-1 {
    padding: 60px 0 25px;
}

.service-wrapper .service-section-2 {
    padding-top: 60px;
    padding-bottom: 35px;
}

.service-wrapper .service-section-4 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.service-wrapper-2 .service-section-1 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.service-wrapper-2 .service-section-3 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.service-wrapper-2 .service-about-section {
    padding-top: 90px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .service-wrapper-2 .service-about-section {
        padding-top: 90px;
        padding-bottom: 185px;
    }
}

@media (min-width: 992px) {
    .service-about-bg {
        background-image: url(../image/others/services/service-about-bg.jpg);
        background-position-x: left;
        background-size: cover;
        background-position-y: 62%;
    }
}

.service-cta .cta-content {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.service-cta .cta-content h3 {
    font-size: 30px;
    text-align: center;
    font-family: Raleway;
    font-weight: 900;
    margin-bottom: 30px;
}

.service-cta .cta-content p {
    font-style: italic;
    font-weight: 400;
}

.service-wrapper .section-title {
    color: #ffff;
    text-align: center;
    margin-bottom: 60px;
}

.service-wrapper .section-title h2 {
    font-size: 30px;
    text-align: center;
    font-family: Raleway;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 20px;
}

.service-wrapper .section-title p {
    color: #c6c6c6;
}

.service-about-section .section-about-title {
    margin-bottom: 70px;
}

.service-about-section .section-about-title h3 {
    font-size: 30px;
    color: #444444;
    text-align: left;
    font-family: Raleway;
    font-weight: 900;
    font-style: normal;
}

.service-card .image {
    margin-bottom: 35px;
}

.service-card .image img {
    width: 100%;
}

.service-card h4 {
    font-size: 14px;
    color: #444444;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-card p {
    line-height: 1.65;
    padding-bottom: 10px;
}

.service-widget {
    display: flex;
}

.service-widget .icon {
    color: #4fc1f0;
    font-size: 34.4px;
    max-width: 64px;
    width: 100%;
    text-align: center;
    height: 64px;
}

.service-widget .content h5 {
    font-size: 13px;
    color: #c6c6c6;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.35;
    margin-bottom: 5px;
}

.service-widget .content p {
    color: #999;
    line-height: 1.65;
}

.service-widget.black-color .content h5 {
    color: #444;
}

.service-widget.black-color .content p {
    color: #666;
}

.service-widget-2 {
    display: flex;
}

.service-widget-2 .icon {
    color: #4fc1f0;
    max-width: 64px;
    width: 100%;
    max-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 500px;
    border: 2px solid #4fc1f0;
}

.service-widget-2 .icon i {
    font-size: 30px;
}

.service-widget-2 .content h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #444444;
    text-align: left;
    font-family: Raleway;
    font-weight: 700;
    font-style: normal;
}

.service-widget-2 .content p {
    margin-bottom: 10px;
}

.service-description-area {
    padding: 80px 0;
    text-align: center;
}

.service-description-area h2 {
    font-size: 30px;
    color: #444444;
    text-align: center;
    font-family: Raleway;
    font-weight: 900;
    font-style: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.service-description-area article {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .service-description-area article {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .service-description-area article {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .service-description-area article {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.service-description-area article p {
    padding-bottom: 10px;
    line-height: 1.65;
}

.btn.btn-service {
    width: 145px;
    border: 2px solid #000;
    border-radius: 0;
    font-size: 16px;
    /* padding-top: 10px; */
    height: 50px;
}

.btn.btn-service i {
    margin-left: 15px;
}

.btn.btn-service:hover {
    background: #1a1f2b;
    color: #ffff;
}

.pricing-card {
    text-align: center;
    background: #fff;
}

.pricing-card.box-shadow {
    box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}

.pricing-card header {
    background: #3e3e3e;
    padding: 20px;
    color: #fff;
    transition: .4s;
}

.pricing-card header h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.pricing-card .card-body {
    padding: 0 20px 40px 20px;
}

.pricing-card .card-body .price {
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    padding: 50px 0;
    text-transform: uppercase;
}

.pricing-card .card-body .price .month {
    font-size: 12px;
}

.pricing-card .card-body ul.pricing-list {
    padding-left: 15px;
}

.pricing-card .card-body ul.pricing-list li {
    border-bottom: 1px solid  #ffffff;
    list-style: none;
    padding: 15px 0;
}

.pricing-card .card-body ul.pricing-list li:first-child {
    border-top: 1px solid  #ffffff;
}

.pricing-card .card-body .card-btn {
    margin: 40px 0 0;
}

.pricing-card .card-body .card-btn .btn {
    height: 50px;
    font-size: 14px;
    padding: 0 30px;
    width: auto;
}

.pricing-card:hover header {
    background:  #32373d

;
}

.portfolio-single {
    position: relative;
}

.portfolio-single img {
    width: 100%;
}

.portfolio-single:hover .hover-content {
    opacity: 1;
}

.portfolio-single .hover-content {
    text-align: center;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    opacity: -1;
    transition: .4s;
    padding-top: 30px;
}

@media (min-width: 576px) {
    .portfolio-single .hover-content {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .portfolio-single .hover-content {
        padding-top: 40px;
    }
}

@media (min-width: 1200px) {
    .portfolio-single .hover-content {
        padding-top: 60px;
    }
}

.portfolio-single .hover-content .hover-item-icon {
    margin-bottom: 5px;
}

.portfolio-single .hover-content .hover-item-icon i {
    background: #1a1f2b;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    height: 80px;
    width: 80px;
}

@media (min-width: 576px) {
    .portfolio-single .hover-content .hover-item-icon i {
        font-size: 40px;
        height: 115px;
        width: 115px;
    }
}

@media (min-width: 992px) {
    .portfolio-single .hover-content .hover-item-icon i {
        font-size: 30px;
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 1200px) {
    .portfolio-single .hover-content .hover-item-icon i {
        font-size: 40px;
        height: 115px;
        width: 115px;
    }
}

.portfolio-single .hover-content .hover-item-content h4 {
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 5px;
    color:white;
}

.portfolio-single .hover-content .hover-item-content P {
    margin-bottom: 10px;
}

/* Theme Color Variation */
/*
====> theme-color-2 Styles
*/
.petmark-theme-2 .bg-primary {
    background-color:  #32373d

 !important;
}

.petmark-theme-2 .sticky-color {
    background: rgba(0, 177, 191, 0.95);
}

.petmark-theme-2 .btn-outlined--white:hover,
.petmark-theme-2 .category-widget .search-submit,
.petmark-theme-2 .btn-outlined:hover,
.petmark-theme-2 .pm-tab-nav.tab-nav-style-2.nav-tabs .nav-link.active::after,
.petmark-theme-2 .pm-product .onsale-badge,
.petmark-theme-2 .home-slider ul.slick-dots li.slick-active button,
.petmark-theme-2 .home-slider ul.slick-dots li:hover button,
.petmark-theme-2 #scrollUp:hover {
    background-color:white;
}

.petmark-theme-2 .category-widget .search-submit:hover {
    background: rgba(0, 177, 191, 0.8);
}

.petmark-theme-2 .btn-outlined--white:hover,
.petmark-theme-2 #scrollUp:hover {
    border-color:white;
}

.petmark-theme-2 .btn-outlined:hover {
    border-color:  #32373d

 !important;
}

.petmark-theme-2 .cart-widget.white-color .cart-count-badge,
.petmark-theme-2 .call-widget i {
    background-color: #ff7c00;
}

.petmark-theme-2 .policy-block-single .icon,
.petmark-theme-2 .cart-widget-wrapper .cart-product .product-details--title:hover,
.petmark-theme-2 .cart-widget-wrapper .cart-product .cart-cross:hover,
.petmark-theme-2 .mainmenu li a:hover,
.petmark-theme-2 .mainmenu li.menu-item-has-children ul > li > ul > li:hover > a,
.petmark-theme-2 .pm-tab-nav.nav-tabs .nav-link:hover,
.petmark-theme-2 .category-block-single h3:hover a,
.petmark-theme-2 .pm-product .hover-conents .product-btns a:hover,
.petmark-theme-2 .petmark-slick-slider button.slick-arrow:hover:before,
.petmark-theme-2 .mainmenu li:hover:after,
.petmark-theme-2 .footer-copyright a,
.petmark-theme-2 .footer-list li a:hover,
.petmark-theme-2 .social-icons a:hover,
.petmark-theme-2 .input-box-with-icon button:hover,
.petmark-theme-2 .pm-product .content h3 a:hover,
.petmark-theme-2 .category-nav__menu__item a:hover,
.petmark-theme-2 .category-nav__menu__item.has-children:hover:after,
.petmark-theme-2 .mainmenu li:hover > a {
    color:white;
}

.petmark-theme-2 .text-primary,
.petmark-theme-2 .mainmenu .sub-menu > li:hover:after {
    color:  #32373d

 !important;
}

.petmark-theme-2 .cart-widget.white-color .cart-count-badge,
.petmark-theme-2 .main-navigation.white-color .mainmenu > li > a:hover,
.petmark-theme-2 .sticky-navigation {
    color: #fff;
}

@media (min-width: 992px) {
    .petmark-theme-2 .sticky-navigation .mainmenu > li:hover:after,
    .petmark-theme-2 .mainmenu > li:hover > a {
        color: #fff !important;
    }
}

.petmark-theme-2 .mainmenu li.menu-item-has-children ul > li.menu-item-has-children:after {
    color: #666666;
}

/*
====> theme-color-3 Styles
*/
.petmark-theme-3 .bg-primary {
    background-color:  #32373d

 !important;
}

.petmark-theme-3 .sticky-color {
    background: rgba(86, 167, 0, 0.95);
}

.petmark-theme-3 .btn-outlined--white:hover,
.petmark-theme-3 .btn-outlined:hover,
.petmark-theme-3 .pm-tab-nav.tab-nav-style-2.nav-tabs .nav-link.active::after,
.petmark-theme-3 .pm-product .onsale-badge,
.petmark-theme-3 #scrollUp:hover {
    background-color:white;
}

.petmark-theme-3 .category-widget .search-submit:hover {
    background: rgba(255, 124, 0, 0.8);
}

.petmark-theme-3 .btn-outlined--white:hover,
.petmark-theme-3 #scrollUp:hover {
    border-color:white;
}

.petmark-theme-3 .btn-outlined:hover {
    border-color:  #32373d

 !important;
}

.petmark-theme-3 .cart-widget.white-color .cart-count-badge,
.petmark-theme-3 .call-widget i,
.petmark-theme-3 .category-widget .search-submit {
    background-color: #ff7c00;
}

.petmark-theme-3 .policy-block-single .icon,
.petmark-theme-3 .cart-widget-wrapper .cart-product .product-details--title:hover,
.petmark-theme-3 .cart-widget-wrapper .cart-product .cart-cross:hover,
.petmark-theme-3 .mainmenu li a:hover,
.petmark-theme-3 .mainmenu li.menu-item-has-children ul > li ul > li:hover > a,
.petmark-theme-3 .pm-tab-nav.nav-tabs .nav-link:hover,
.petmark-theme-3 .category-block-single h3:hover a,
.petmark-theme-3 .pm-product .hover-conents .product-btns a:hover,
.petmark-theme-3 .petmark-slick-slider button.slick-arrow:hover:before,
.petmark-theme-3 .mainmenu li:hover > a,
.petmark-theme-3 .mainmenu li:hover:after,
.petmark-theme-3 .footer-copyright a,
.petmark-theme-3 .footer-list li a:hover,
.petmark-theme-3 .social-icons a:hover,
.petmark-theme-3 .input-box-with-icon button:hover,
.petmark-theme-3 .pm-product .content h3 a:hover {
    color:white;
}

.petmark-theme-3 .sticky-navigation.white-color .mainmenu li.menu-item-has-children:after {
    color: #555555;
}

.petmark-theme-3 .text-primary,
.petmark-theme-3 .mainmenu li.menu-item-has-children ul > li > ul > li:hover > a {
    color:  #32373d

 !important;
}

.petmark-theme-3 .cart-widget.white-color .cart-count-badge,
.petmark-theme-3 .main-navigation.white-color .mainmenu > li > a:hover,
.petmark-theme-3 .sticky-navigation .mainmenu > li:hover > a {
    color: #fff;
}

.petmark-theme-3 .sticky-menu .sticky-has-child:after {
    color: #fff !important;
}

.petmark-theme-3 .sticky-navigation .main-menu > li.menu-item-has-children:hover:after {
    color: #fff !important;
}

/*
====> theme-color-4 Styles
*/
.petmark-theme-4 .bg-primary {
    background-color: #128ced !important;
}

.petmark-theme-4 .category-widget .search-submit:hover {
    background: rgba(18, 140, 237, 0.95);
}

.petmark-theme-4 .btn-outlined--white:hover,
.petmark-theme-4 .btn-outlined:hover,
.petmark-theme-4 .pm-tab-nav.tab-nav-style-2.nav-tabs .nav-link.active::after,
.petmark-theme-4 .pm-product .onsale-badge,
.petmark-theme-4 .category-widget .search-submit,
.petmark-theme-4 .btn-outlined--primary:hover,
.petmark-theme-4 .home-slider ul.slick-dots li.slick-active button,
.petmark-theme-4 .home-slider ul.slick-dots li:hover button,
.petmark-theme-4 .block-title:after,
.petmark-theme-4 #scrollUp:hover {
    background-color: #128ced;
}

.petmark-theme-4 .btn-outlined--white:hover,
.petmark-theme-4 .pm-tab-nav.nav-tabs .nav-link.active,
.petmark-theme-4 a.gallary-item:hover,
.petmark-theme-4 #scrollUp:hover {
    border-color: #128ced;
}

.petmark-theme-4 .text-primary,
.petmark-theme-4 .mainmenu .sub-menu > li:hover:after {
    color: #128ced !important;
}

.petmark-theme-4 .btn-outlined:hover,
.petmark-theme-4 .btn-outlined--primary {
    border-color: #128ced !important;
}

.petmark-theme-4 .cart-widget.white-color .cart-count-badge,
.petmark-theme-4 .cart-widget .cart-icon .cart-count-badge {
    background-color: #f8d81c;
}

.petmark-theme-4 .cart-widget .cart-icon .cart-count-badge {
    color:black;
}

.petmark-theme-4 .cart-widget .cart-text .amount {
    color: #f8d81c;
}

.petmark-theme-4 .policy-block-single .icon,
.petmark-theme-4 .cart-widget-wrapper .cart-product .product-details--title:hover,
.petmark-theme-4 .cart-widget-wrapper .cart-product .cart-cross:hover,
.petmark-theme-4 .mainmenu li.menu-item-has-children ul > li > ul > li:hover > a,
.petmark-theme-4 .pm-tab-nav.nav-tabs .nav-link:hover,
.petmark-theme-4 .category-block-single h3:hover a,
.petmark-theme-4 .pm-product .hover-conents .product-btns a:hover,
.petmark-theme-4 .petmark-slick-slider button.slick-arrow:hover:before,
.petmark-theme-4 .footer-copyright a,
.petmark-theme-4 .footer-list li a:hover,
.petmark-theme-4 .social-icons a:hover,
.petmark-theme-4 .input-box-with-icon button:hover,
.petmark-theme-4 .pm-product .content h3 a:hover,
.petmark-theme-4 .header-links li:hover a,
.petmark-theme-4 .header-top-nav .nav-item:hover > a,
.petmark-theme-4 .home-content .slider-btn,
.petmark-theme-4 .sticky-header .mainmenu li:hover > a,
.petmark-theme-4 .pm-tab-nav.nav-tabs .nav-link.active,
.petmark-theme-4 .blog-post.card-style-list--2 .blog-date,
.petmark-theme-4 .pm-product-details .description-block .status i,
.petmark-theme-4 .mainmenu li.menu-item-has-children ul > li > ul > li:hover > a,
.petmark-theme-4 .mainmenu li:hover > a {
    color: #128ced;
}

.petmark-theme-4 .pm-product-details .description-block .add-to-cart .btn-block .btn {
    color: #128ced;
}

.petmark-theme-4 .pm-product-details .description-block .add-to-cart .btn-block .btn:hover {
    color: #fff !important;
}

.petmark-theme-4 .btn .text-primary,
.petmark-theme-4 .sticky-header .mainmenu li:hover:after {
    color: #128ced !important;
}

.petmark-theme-4 .cart-widget.white-color .cart-count-badge,
.petmark-theme-4 .mainmenu > li:hover > a {
    color: #fff;
}
.form-group {
    margin-bottom: 1rem;
}
.aqimage img{
height:350px;
object-fit: cover;
}
.fimage img{
    height:320px;
    object-fit: cover;
}
.sfimage img{
    height:145px;
    object-fit: cover;
}
.sidebar-filter-list input[type="checkbox"]{
  width:15px;
    height:15px;
    margin-right:8px;
    font-weight: 200;
}
.sidebar-filter-list label{
    min-height: 20px;
  
    margin-bottom: 0;
  
    cursor: pointer;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /*  #32373d

 w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color:white;
  text-decoration: none;
  cursor: pointer;
}
.groomp {
text-align:center;
}

.cartf label{
    margin-right:5px;
    font-size:10px;
    font-weight:600;
}
.cartf input[type="radio"]{
    height:10px;
}
.radiof {
    margin-bottom:10px;
}
.old1{
font-size:10px!important;
}




.main-container {
    padding: 30px;
  }
  
  /* HEADING */
  
  .heading {
    text-align: center;
  }
  
  .heading__title {
    font-weight: 600;
  }
  
  .heading__credits {
    margin: 10px 0px;
    color: #888888;
    font-size: 25px;
    transition: all 0.5s;
  }
  
  .heading__link {
    text-decoration: none;
  }
  
  .heading__credits .heading__link {
    color: inherit;
  }
  
  /* CARDS */
  
  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .card {
    margin: 20px;
    padding: 20px;
    width: 500px;
    min-height: 200px;
    display: grid;
    grid-template-rows: 20px 50px 1fr 50px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
  }
  
  .card:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
  }
  
  .card__link,
  .card__exit,
  .card__icon {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .card__link::after {
    position: absolute;
    top: 25px;
    left: 0;
    content: "";
    width: 0%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
  }
  
  .card__link:hover::after {
    width: 100%;
  }
  
  .card__exit {
    grid-row: 1/2;
    justify-self: end;
  }
  
  .card__icon {
    grid-row: 2/3;
    font-size: 30px;
  }
  
  .card__title {
    grid-row: 3/4;
    font-weight: 400;
    color: #ffffff;
  }
  
  .card__apply {
    grid-row: 4/5;
    align-self: center;
  }
  
  /* CARD BACKGROUNDS */
  
  .card-1 {
    background: radial-gradient(#1fe4f5, #3fbafe);
  }
  
  .card-2 {
    background: radial-gradient(#fbc1cc, #fa99b2);
  }
  
  .card-3 {
    background: radial-gradient(#76b2fe, #b69efe);
  }
  
  .card-4 {
    background: radial-gradient(#60efbc, #58d5c9);
  }
  
  .card-5 {
    background: radial-gradient(#f588d8, #c0a3e5);
  }
  
  /* RESPONSIVE */
  
  @media (max-width: 1600px) {
    .cards {
      justify-content: center;
    }
  }
  
  .groom-image{
     /* background-image:url('../image/pg7u.jpg');*/
      height:450px;  
      text-align:center; 
      background-repeat:no-repeat;
      background-size:cover;
  }
  .btt2{
      position:relative;
      bottom:0;
      top:350px; 
      color:#fff
    
  }
  
  @media(max-width:800px){
      .groom-image{
          height:400px!important;
      }
  }
  @media(max-width:600px){
      .groom-image{
          height:300px!important;
      }
      .btt2{
          top:250px!important;
      }
  }

  /* ================ New card Style ============== */

   /* ============================= Category card =========================== */
.cat-cards{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 2rem;
    /*gap:0.3rem*/
    }
    
    
    .cat-cards  .newcard {
        width: 150px;
    height: 182px;
        background: #e3ebee;
        border-radius: 10px;
        text-align: center;
        transition: all 0.5s;
        position: relative;
        margin-bottom:10px;
      }
      
      .cat-cards  .newcard:hover {
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.623);
        background-color:black;
      }
      
      .cat-cards  .newcard .blob {
        height: 10px;
        width: 75%;
        border-radius: 0 0 30px 30px;
        margin: 0 auto;
        background-color:white;
        visibility: visible;
        transition: all 0.3s;
      }
      
      .cat-cards .newcard:hover .blob {
        height: 0;
      }
      
      .cat-cards .newcard .img {
        display: flex;
        margin: 15px auto 10px auto;
        width: 95px;
        height: 95px;
        background-color:white;
        border-radius: 50%;
        font-size: 11px;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
      }
      
      .cat-cards .newcard:hover .img {
        width: 100%;
        height: 70%;
        border-radius: 10px 10px 0 0;
        margin: 0 auto;
        background-color: #f0f0f0;
        z-index: 99999;
      }
      
      .cat-cards .newcard h2 {
        padding: 15px 10px;
        font-size: 25px;
        transition: all 0.1s;
        z-index: -99;
        line-height: 17px;
      }
      
      .cat-cards .newcard span {
        font-size: 18px;
      }
      
      .cat-cards .newcard:hover h2 {
        opacity: 0;
        width: 100%;
        position: absolute;
        transition: all 0.5s;
      }
      
      .cat-cards .newcard > p {
        opacity: 0;
        transition: all 0.75s;
        color:white;
      }
      
      .cat-cards .newcard > p > svg {
        padding: 5px;
      }
      
      .cat-cards .newcard:hover > p {
        position: absolute;
        bottom: 5px;
    /* top: 5px; */
    left: 13px;
        opacity: 1;
        transition: all 0.1s;
      }
      
      
      /* ============CSS OF BRAND SECTION -===============*/


/* Brand Card Container */
.brand-card-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    border-radius: 15px;
}

/* Brand Card Row */
.brand-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

/* Individual Brand Card */
.brand-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    width: 250px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

/* Brand Card Image Container */
.brand-card-image-container {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 5px;
    z-index: 1;
}

/* Brand Card Image (Circular Shape) */
.brand-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color:black;
}

/* Brand Card Title */
.brand-card-title {
    font-size: 20px;
    color: #333333;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .brand-card-row {
        flex-direction: column;
        align-items: center;
    }

    .brand-card {
        width: 90%;
    }
}
  .ProfileBtn{
      display:flex;
      justify-content: end;
      margin: 0 2rem 0 0;
      font-size:1rem;
  }  

/* ================== Testimonials Section style ================== */

.container-lg h2 {
	color: #000;
	font-size: 1.5rem;
	font-weight: 300;
	position: relative;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	display: inline-block;
}
.container-lg h2::after {
	content: "";
	width: 50%;
	position: absolute;
	height: 4px;
	border-radius: 1px;
	background: #ff5555;
	left: 0;
	bottom: -20px;
}
.container-lg .carousel {
	margin: 50px auto;
}
.container-lg .carousel .carousel-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.container-lg .carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.container-lg .carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.container-lg .carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9b9b9b;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.container-lg .carousel .testimonial::before, .container-lg .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.container-lg .carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.container-lg .carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.container-lg .carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.container-lg .carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.container-lg .carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.container-lg .carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.container-lg .carousel .overview {
	padding: 3px 0 0 15px;
}
.container-lg .carousel .overview .details {
	padding: 5px 0 8px;
}
.container-lg .carousel .overview b {
	text-transform: uppercase;
	color: #ff5555;
}
.container-lg .carousel-control-prev, .container-lg .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.container-lg .carousel-control-prev i, .container-lg .carousel-control-next i {
	font-size: 16px;
}
.container-lg .carousel-control-prev {
	left: auto;
	right: 40px;
}
.container-lg .carousel-control-next {
	left: auto;
}
.container-lg .carousel-indicators {
	bottom: -80px;
}
.container-lg .carousel-indicators li, .container-lg .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.container-lg .carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.container-lg .carousel-indicators li.active {
	color: #fff;
    background: #ff5555;
    border: 5px double;    
}
.container-lg .star-rating li {
	padding: 0 2px;
}
.container-lg .star-rating i {
	font-size: 14px;
	color: #ffdc12;
}
   

.card-slider {
    max-width: 960px;
    margin: 0 auto;
    /** Main link */
    /** Product title */
    /** Product image */
    /** Product description */
    /** Floating "sale" badge */
    /** Price */
    /** Rating */
    /** "30 reviews" link next to stars */
    /** Hover state = add box shadow, underline the title */
  }
  @media screen and (max-width: 1024px) {
    .card-slider {
      width: 80%;
    }
  }
  .card-slider .slick-prev-icon,
  .card-slider .slick-next-icon {
    color:  #32373d

;
  }
  .card-slider .slick-slide {
    padding: 0 10px;
  }
  .card-slider .card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    /* height: 300px; */
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.9);
    transition: all 0.1s linear;
  }
  @media screen and (max-width: 600px) {
    .card-slider .card {
      height: auto;
    }
  }
  .card-slider .card .main-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
  }
  .card-slider .card .main-link:focus {
    outline: none;
  }
  .card-slider .card .main-link:focus .title {
    outline: 3px dashed orange;
    outline-offset: -4px;
    color: royalblue;
    text-decoration: underline;
  }
  .card-slider .card .title {
    color: #000;
    margin: 0;
    padding: 10px 10px 5px 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .card-slider .card .title:hover {
    text-decoration: underline;
  }
  .card-slider .card .image {
    /** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
    order: -1;
    position: relative;
    height: 200px;
    padding: 2px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-slider .card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(0.5);
    transition: all 0.3s ease-in-out;
  }
  .card-slider .card .image:hover img {
    width: 110%;
    height: 110%;
  }
  .card-slider .card .description {
    margin: 7px 10px 15px 10px;
    font-size: 14px;
    opacity: 0.8;
  }
  .card-slider .card .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    background-color: #c80000;
  }
  .card-slider .card .price {
    padding-left: 10px;
  }
  .card-slider .card .price .new-price {
    font-weight: bold;
  }
  .card-slider .card .price .original-price {
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    opacity: 0.5;
    text-decoration: line-through;
  }
  .card-slider .card .rating {
    margin: 10px 0 15px 10px;
    color: orange;
    font-size: 12px;
  }
  .card-slider .card .rating .reviews-link {
    color: rgba(0, 0, 0, 0.6);
    margin-left: 5px;
  }
  .card-slider .card .rating .reviews-link:hover {
    color:  #32373d

;
  }
  .card-slider .card .rating .reviews-link:focus {
    color: royalblue;
    outline: 3px dotted royalblue;
    outline-offset: 2px;
  }
  .card-slider .card:hover {
    border-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .card-slider .card:hover .image img,
  .card-slider .card:focus .image img {
    filter: grayscale(0);
  }
  .card-slider .card a:focus {
    outline: none;
  }
  

  



/* =========== Button for more ============= */
.headingsection{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5vw;
      max-width: 1450px;
    margin: 0 auto;
}
/* From Uivese.io by alexmaracinaru */ 
.cta {
  border: none;
  background: none;
  cursor: pointer;
}
.headingsection > span{
  margin: 1rem;
}
.cta span, .headingsection span {
  padding-bottom: 7px;
  /* letter-spacing: 4px; */
  font-size: 1rem;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/* ======== Product section ========= */
.bestsaller{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap :1rem;
}

.container-card{
	box-shadow:  5px 5px 15px rgb(218 212 212 / 44%), -5px -5px 15px rgb(150 146 146 / 70%) ;
	background: rgba(255, 255, 255, 0.90);
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	margin: 1rem;
	height: 200px;
	width: 350px;
}
.container-card h3{
    /*font-family: 'Bebas Neue', cursive;*/
    display: inline-block;
    position: relative;
    font-size: 0.8rem !important;
    color: #344055;
    margin: 0;
}


.product-details {
	position: relative;
	text-align: left;
	overflow: hidden;
	padding: 30px;
	height: 100%;
	float: left;
	width: 50%;

}

.container-card .product-details h1{
	font-family: 'Bebas Neue', cursive;
	display: inline-block;
	position: relative;
	font-size: 0.8rem !important;
	color: #344055;
	margin: 0;
	
}

.container-card .product-details h1:before{
	position: absolute;
	content: '';
	right: 0%; 
	top: 0%;
	transform: translate(25px, -15px);
	font-family: 'Bree Serif', serif;
	display: inline-block;
	background: #ffe6e6;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px;
	color: white;
	margin: 0;
	animation: chan-sh 6s ease infinite;

}



	


.hint-star {
	display: inline-block;
	/* margin-left: 0.5em; */
	color: gold;
	/* width: 50%; */
}


.container-card .product-details > p {
font-family: 'EB Garamond', serif;
	text-align: center;
	font-size: 18px;
	color: #7d7d7d;
	
}
.control{
	position: absolute;
	bottom: 20%;
	left: 22.8%;
	
}
.container-card .btn {

	transition: 0.3s linear;
	background:  #809fff;
	border-radius: 5px;
  position: relative;
  overflow: hidden;
	cursor: pointer;
	outline: none;
	border: none;
	color: #eee;
	padding: 0;
	margin: 0;
	
}

.btn:hover{
	background-color: #1a66ff !important;
  color: #fffdfd !important;
}
  

.btn span {
	font-family: 'Farsan', cursive;
	transition: transform 0.3s;
	display: inline-block;
  padding: 5px 5px 5px 0;
  font-size: 0.9rem;
	margin:0;
	
}
.btn .price, .shopping-cart{
	background: #080808;
  color: white;
	border: 0;
	margin: 0;
}

.btn .price {
	transform: translateX(-10%); 
}

.btn .shopping-cart {
	transform: translateX(-100%);
  position: absolute;
	background: #333;
	z-index: 1;
  left: 0;
  top: 0;
}

.btn .buy {z-index: 3; font-weight: bolder;}

.btn:hover .price {transform: translateX(-110%);}

.btn:hover .shopping-cart {transform: translateX(0%);}



.product-image {
	transition: all 0.3s ease-out;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 100%;
	float: right;
	width: 45%;
	display: inline-block;
}

.container-card img {width: 100%;height: 100%;}

.info {
    background: rgba(27, 26, 26, 0.9);
    font-family: 'Bree Serif', serif;
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    position: absolute;
    line-height: 1.8;
    text-align: left;
    font-size: 105%;
    cursor: no-drop;
    color: #FFF;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.info h2 {text-align: center}
.product-image:hover .info{transform: translateX(0);
color:white;}
.info p {
    color:white;
}
.info ul li{transition: 0.3s ease;}
.info ul li:hover{transform: translateX(50px) scale(1.3);}

.product-image:hover img {transition: all 0.3s ease-out;}
.product-image:hover img {transform: scale(1.2, 1.2);}


/* =====Carusal Section -============== */


.carousel-item img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

/* ==============Animated carusal =============== */
/* 
:root {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  --color1: #E41936;
  --color2: #E7E31D;
  --color3: #3BB7CE;
}
:root * {
  outline: none;
}



.someanimatedslider {
  width: 90vw;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin:0 0 5rem 0;
}
.someanimatedslider .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.someanimatedslider .hero-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.someanimatedslider .hero-left h1 {
  text-align: center;
}
.someanimatedslider .hero-left button {
  position: absolute;
  padding: 10px 15px;
  margin: 10px;
  border: none;
  background-color: black;
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 2;
}
.someanimatedslider .hero-left button:last-of-type {
  right: 0;
}
.someanimatedslider .hero-left button:active {
  transform: scale(0.9);
}
.someanimatedslider .hero-left .layers {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.someanimatedslider .hero-left .layers .layer {
  display: grid;
  grid-template-rows: 6rem 3fr 1fr;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.5s;
  transform: translateX(100%);
  opacity: 0;
}
.someanimatedslider .hero-left .layers .layer-displayed {
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
.someanimatedslider .hero-left .layers .layer-displayed-exit {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}
.someanimatedslider .hero-left .layers .layer > span {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
.someanimatedslider .hero-left .layers .layer__image {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.someanimatedslider .hero-left .layers .layer__info {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  column-gap: 2rem;
  font-size: 1.5rem;
}
.someanimatedslider .hero-left .layers .layer__info div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.someanimatedslider .hero-left .layers .layer__info div:first-child {
  align-items: flex-end;
  color: gray;
}
.someanimatedslider .hero-left .layers .layer__info div:last-child {
  font-weight: bold;
}
.someanimatedslider .hero-left .layers .layer:nth-child(1) > span {
  color: var(--color1);
}
.someanimatedslider .hero-left .layers .layer:nth-child(2) > span {
  color: var(--color2);
}
.someanimatedslider .hero-left .layers .layer:nth-child(3) > span {
  color: var(--color3);
}
.someanimatedslider .hero-right {
  grid-column: 2;
  position: relative;
  overflow: hidden;
}
.someanimatedslider .hero-right > .layer {
  background-color: #E41936;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.5s;
}
.someanimatedslider .hero-right > .layer-displayed {
  transform: translateX(0);
  z-index: 2;
}
.someanimatedslider .hero-right > .layer-displayed-exit {
  transition-delay: 1s;
  transition-duration: 0;
  z-index: 1;
}
.someanimatedslider .hero-right > .layer:nth-child(1) {
  background-color: var(--color1);
}
.someanimatedslider .hero-right > .layer:nth-child(2) {
  background-color: var(--color2);
}
.someanimatedslider .hero-right > .layer:nth-child(3) {
  background-color: var(--color3);
}
.someanimatedslider .hero-right .photo-name {
  position: absolute;
  top: 33%;
  left: 50%;
  width: 20%;
  font-size: 1.5rem;
  z-index: 2;
}
.someanimatedslider .hero-right .photo-name span {
  display: block;
}
.someanimatedslider .hero-right .photo-name__wrapper {
  position: relative;
}
.someanimatedslider .hero-right .photo-name__title {
  font-weight: bold;
}
.someanimatedslider .hero-right .photo-name .layer {
  padding: 10px;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.someanimatedslider .hero-right .photo-name .layer-displayed {
  transform: translateX(0);
  transition-delay: 0.5s;
}
.someanimatedslider .hero-right .photo-frame {
  position: absolute;
  overflow: hidden;
  animation-play-state: paused;
}
.someanimatedslider .hero-right .photo-frame:nth-child(4) {
  top: 10%;
  left: 10%;
  width: 40%;
  height: 40%;
  z-index: 3;
}
.someanimatedslider .hero-right .photo-frame:nth-child(4) .cover {
  background-color: black;
}
.someanimatedslider .hero-right .photo-frame:last-child {
  top: 40%;
  left: 20%;
  width: 65%;
  height: 50%;
  z-index: 2;
}
.someanimatedslider .hero-right .photo-frame .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
  transition: width 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.someanimatedslider .hero-right .photo-frame .layer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition-delay: 0.5s;
}
.someanimatedslider .hero-right .photo-frame .layer-displayed {
  opacity: 1;
}

@keyframes cover {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  95% {
    width: 0;
  }
  100% {
    width: 0;
  }
}



 */



 
#hero-slides {
    --slides-per-page: 2;
    --page: 0;
    height: 450px;
    background: #ffffff;
    /* background: linear-gradient(90deg, #3e4751 0%, #ffffff 100%); */
  }
  #hero-slides #header2 {
    height: 12vh;
    line-height: 12vh;
    padding: 0 3vw;
    position: relative;
        max-width: 1450px;
    margin: 0 auto;
  }
  #hero-slides #header2 #logo {
    font-size: 2.5vh;
    font-style: italic;
  }
  #hero-slides #header2 #logo:before {
    content: "The";
    text-transform: uppercase;
    font-weight: 100;
    margin-right: 0.4em;
  }
  #hero-slides #header2 #logo:after {
    content: "Wall";
    text-transform: uppercase;
    font-weight: 800;
  }
  #hero-slides #header2 #menu2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    padding: 0 3vw;
  }
  #hero-slides #header2 #menu2:before {
    font-size: 1.75vh;
    content: "Play Demo";
    margin-right: 0.5em;
    text-transform: uppercase;
  }
  #hero-slides #header2 #menu2 #hamburger {
    display: inline-block;
  }
  #hero-slides #header2 #menu2 #hamburger .slice {
    background: black;
    height: 0.2vh;
    width: 1vw;
  }
  #hero-slides #header2 #menu2 #hamburger .slice:not(:last-child) {
    margin-bottom: 0.5vh;
  }
  #hero-slides #slides-cont {
    position: relative;
    --button-height: 6vh;
    --button-spacing: 0.2vh;
  }
  #hero-slides #slides-cont .button {
    width: 50px;
    height: var(--button-height);
    background: #0d96f2;
    position: absolute;
    right: 5.375vw;
    top: 12vh;
    z-index: 100;
    cursor: pointer;
  }
  #hero-slides #slides-cont .button:before, #hero-slides #slides-cont .button:after {
    line-height: var(--button-height);
    position: absolute;
    margin-left: -0.25vw;
    pointer-events: none;
    transform: scale(0.75, 1.5);
    transition: 125ms ease-in-out;
  }
  #hero-slides #slides-cont .button:before {
    left: 50%;
  }
  #hero-slides #slides-cont .button:after {
    opacity: 0;
  }
  #hero-slides #slides-cont .button:hover:before, #hero-slides #slides-cont .button:hover:after {
    transition: 250ms ease-in-out;
  }
  #hero-slides #slides-cont .button:hover:before {
    opacity: 0;
  }
  #hero-slides #slides-cont .button:hover:after {
    left: 50% !important;
    opacity: 1;
  }
  #hero-slides #slides-cont #next {
    margin-top: calc(-1 * (var(--button-height) + var(--button-spacing)));
  }
  #hero-slides #slides-cont #next:before, #hero-slides #slides-cont #next:after {
    content: ">";
  }
  #hero-slides #slides-cont #next:after {
    left: 30%;
  }
  #hero-slides #slides-cont #next:hover:before {
    left: 70%;
  }
  #hero-slides #slides-cont #prev {
    margin-top: var(--button-spacing);
    opacity: calc(var(--page) + 0.5);
    transition: 500ms opacity;
  }
  #hero-slides #slides-cont #prev:before, #hero-slides #slides-cont #prev:after {
    content: "<";
  }
  #hero-slides #slides-cont #prev:after {
    left: 70%;
  }
  #hero-slides #slides-cont #prev:hover:before {
    left: 30%;
  }
  #hero-slides #slides-cont #next-catch,
  #hero-slides #slides-cont #prev-catch {
    width: 10vw;
    /*height: 76vh;*/
    position: absolute;
    top: 0;
    z-index: 90;
  }
  #hero-slides #slides-cont #next-catch {
    right: 0;
  }
  #hero-slides #slides-cont #prev-catch {
    left: 0;
  }
  #hero-slides #slides {
    
    width: auto;
  
    min-width: 308px;
    height: 350px;
    padding: 0 10vw;
    font-size: 0;
    white-space: nowrap;
    position: absolute;
    transform: translate3D(calc(var(--page) * -80vw), 0, 0);
    transition: 1500ms transform cubic-bezier(0.7, 0, 0.3, 1);
  }
  #hero-slides #slides .slide {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5vw;
        width: 24em;
    min-width: 308px;
    height: 350px;
    /*height: var(--slides-height);*/
    margin: 0 1.333em;
    background: #101419;
    color: white;
    background-size: cover;
    background-position: center;
    white-space: normal;
    word-break: break-word;
    position: relative;
  }
  
  #hero-slides #slides .slide:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(86, 97, 108, 0) 0%, rgba(33, 52, 69, 0.7) 100%);
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #hero-slides #slides .slide .number {
    position: absolute;
    top: 2em;
    left: 2em;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
  }
  #hero-slides #slides .slide .number, #hero-slides #slides .slide .number:before, #hero-slides #slides .slide .number:after {
    vertical-align: middle;
  }
  #hero-slides #slides .slide .number:before, #hero-slides #slides .slide .number:after {
    display: inline-block;
    content: "";
    height: 0.133em;
    margin-top: -0.2em;
    background: white;
  }
  #hero-slides #slides .slide .number:before {
    width: 0;
    margin-left: 0;
  }
  #hero-slides #slides .slide .number:after {
    width: 3em;
    margin-left: 1em;
  }
  #hero-slides #slides .slide .body {
    position: absolute;
    bottom: 2em;
    left: 2em;
    right: 2em;
  }

  #hero-slides #slides .slide .location,
  #hero-slides #slides .slide .headline {
    position: relative;
    bottom: 0;
    cursor: default;
  }
  #hero-slides #slides .slide:before,
  #hero-slides #slides .slide .number:before,
  #hero-slides #slides .slide .number:after,
  #hero-slides #slides .slide .location,
  #hero-slides #slides .slide .headline,
  #hero-slides #slides .slide .link {
    transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  }
  #hero-slides #slides .slide .location {
    font-weight: 100;
    margin-bottom: 1.5em;
    font-size:1rem;
    transition-delay: 60ms;
  }
  #hero-slides #slides .slide .headline {
    font-size: 2.667em;
    font-weight: 900;
    transition-delay: 50ms;
  }
  #hero-slides #slides .slide .link {
    display: inline-block;
    background: #0d96f2;
    padding: 0.5em 1.25em;
    font-size: 1.33em;
    opacity: 0;
    position: absolute;
    bottom: -2em;
    pointer-events: none;
    transition-delay: 25ms;
  }
  #hero-slides #slides .slide.hover:before, #hero-slides #slides .slide:hover:before {
    opacity: 1;
  }
  #hero-slides #slides .slide.hover:before,
  #hero-slides #slides .slide.hover .number:before,
  #hero-slides #slides .slide.hover .number:after,
  #hero-slides #slides .slide.hover .location,
  #hero-slides #slides .slide.hover .headline,
  #hero-slides #slides .slide.hover .link, #hero-slides #slides .slide:hover:before,
  #hero-slides #slides .slide:hover .number:before,
  #hero-slides #slides .slide:hover .number:after,
  #hero-slides #slides .slide:hover .location,
  #hero-slides #slides .slide:hover .headline,
  #hero-slides #slides .slide:hover .link {
    transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
  }
  #hero-slides #slides .slide.hover .number:before, #hero-slides #slides .slide:hover .number:before {
    width: 3em;
    margin-right: 1em;
  }
  #hero-slides #slides .slide.hover .number:after, #hero-slides #slides .slide:hover .number:after {
    width: 0;
    margin-right: 0;
  }
  #hero-slides #slides .slide.hover .location, #hero-slides #slides .slide:hover .location {
    transition-delay: 0;
    bottom: 4em;
  }
  #hero-slides #slides .slide.hover .headline, #hero-slides #slides .slide:hover .headline {
    transition-delay: 100ms;
    bottom: 3em;
  }
  #hero-slides #slides .slide.hover .link, #hero-slides #slides .slide:hover .link {
    bottom: 0;
    opacity: 1;
    transition-delay: 250ms;
    pointer-events: auto;
  }
  #hero-slides #footer {
    height: 12vh;
    font-size: 1vh;
  }
  #hero-slides #footer #dribbble {
    border-radius: 2vh;
    position: absolute;
    bottom: 4vh;
    right: 4vh;
    transition: 300ms cubic-bezier(0.7, 0, 0.3, 1);
    padding-left: 1.5vh;
  }
  #hero-slides #footer #dribbble:before, #hero-slides #footer #dribbble:after {
    vertical-align: middle;
    transition: inherit;
  }
  #hero-slides #footer #dribbble:before {
    display: inline;
    content: "View original Dribbble";
    font-size: 2vh;
    opacity: 0;
    transform: translate3D(-200px, 0, 0);
  }
  #hero-slides #footer #dribbble:after {
    content: "";
    display: inline-block;
    width: 4vh;
    height: 4vh;
    margin-left: 1vh;
    background-image: url(https://alca.tv/static/u/82fde61b-28ef-4f17-976e-8f1abb5a1165.png);
    background-size: contain;
    background-position: center;
  }
  #hero-slides #footer #dribbble.hover, #hero-slides #footer #dribbble:hover {
    background: #e94e89;
  }
  #hero-slides #footer #dribbble.hover:before, #hero-slides #footer #dribbble:hover:before {
    opacity: 1;
    transform: translate3D(0, 0, 0);
    transition-delay: 50ms;
  }
  #hero-slides #footer #dribbble.hover:after, #hero-slides #footer #dribbble:hover:after {
    filter: saturate(0%) contrast(200%) brightness(200%) invert(100%);
  }
  
  @media (min-width: 1200px) and (max-width: 1699px) {
    body {
      --slides-per-page: 3;
    }
  
    #hero-slides #slides .slide {
      font-size: 1vw;
    }
  }
  @media (min-width: 1700px) {
    body {
      --slide-per-page: 4;
    }
  
    #hero-slides #slides .slide {
      font-size: 0.75vw;
    }
  }



  /* ===================== Navbar style here ==================== */

  slick-slide img {
    width: 90%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items:center;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    /*min-height: 350px;*/
}
@media (max-width: 500px) {
    .slick-slide {
        min-height: 350px;
    }
    .petmark-slick-slider{
       min-height: 350px; 
    }
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    padding:0 1rem;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.container{
    max-width:1450px !important;
}



:root {
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --color: #c7232f;
  --color2: #161d27;
  --color2-dark: #0f131a;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}



main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  background: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}



.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color:#ffffff;
  /* box-shadow: var(--shadow-medium); */
}
.darkmode .header {
  background-color: var(--color2);
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 65px;
  height: fit-content;
  margin: 0 auto;
  background-color:#ffffff;
}
.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 10%;
}
@media (max-width: 766px) {
  .navbar .navbar__left {
    flex: 0 0 30%;
  }
}
.navbar .navbar__center {
  display: flex;
}
@media (max-width: 766px) {
  .navbar .navbar__center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
    z-index: 10000;
  }
}
.navbar .navbar__right {
  display: flex;
  flex: 0 0 17%;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (max-width: 766px) {
  .navbar .navbar__right {
    flex: 0 0 auto;
    align-items: center;
  }
}

.brand {
  display: flex;
  align-items: center;
  order: 1;
}
.brand img {
  width: 100px;
  height: 60px;
}

@media (max-width: 766px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }
  .menu.is-active {
    transform: translate(0%);
  }
  .darkmode .menu {
    background-color: var(--color2);
  }
}
.menu .menu__header {
  display: none;
  box-shadow: var(--shadow-medium);
}
@media (max-width: 766px) {
  .menu .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }
  .menu .menu__header.is-active > .menu__arrow {
    display: flex;
  }
  .darkmode .menu .menu__header.is-active {
    background-color: var(--color2);
  }
}
@media (max-width: 766px) {
  .menu .menu__header .menu__arrow {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }
  .menu .menu__header .menu__arrow:hover i {
    color: var(--color);
  }
  .menu .menu__header .menu__arrow > i {
    font-size: 1.5rem;
    color: #000;
    transition: all 0.25s ease;
  }
  .darkmode .menu .menu__header .menu__arrow > i {
    color: #fff;
  }
}
@media (max-width: 766px) {
  .menu .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease;
  }
  .menu .menu__header .menu__title:hover {
    color: var(--color);
  }
  .darkmode .menu .menu__header .menu__title {
    color: #fff;
  }
}
@media (max-width: 766px) {
  .menu .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu .menu__inner .menu__item {
  position: static;
  display: inline-block;
  padding-right: 20px;
  padding: 15px 20px 15px 0;
}
.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}
.menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}
.darkmode .menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--color);
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
  }
}
@media (min-width: 767px) {
  .menu .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(-90deg);
  }
}
@media (min-width: 767px) {
  .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 95%;
  }
}
.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  transition: all 0.25s ease;
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
}
.menu .menu__inner .menu__item .menu__link > i {
  margin-left: 5px;
  font-size: 1.35rem;
  transform: rotate(90deg);
  transition: 0.35s;
}
@media (max-width: 766px) {
  .menu .menu__inner .menu__item .menu__link > i {
    margin-left: 10px;
    transform: rotate(0deg);
  }
}
.darkmode .menu .menu__inner .menu__item .menu__link {
  color: #fff;
}

.submenu {
  position: absolute;
  z-index: 100;
  top: 110%;
  left: 50%;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  border-radius: 0.25rem;
  border-top: 2px solid var(--color);
  background-color: #fff;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50%);
}
.darkmode .submenu {
  border-top: 2px solid var(--color);
  background-color: var(--color2);
}
@media (max-width: 766px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 100px 15px 0 15px;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
  }
  .submenu.is-active {
    display: block;
  }
}
@media (min-width: 767px) {
  .submenu {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@media (min-width: 767px) {
  .submenu.megamenu__normal {
    left: 65%;
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .submenu.megamenu__text, .submenu.megamenu__image {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 975px) {
  .submenu.megamenu__text, .submenu.megamenu__image {
    max-width: 992px;
    background-color: whitesmoke;
  }
}
.submenu.megamenu__image .submenu__inner a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a {
    flex-flow: row;
    align-items: center;
    padding-bottom: 20px;
  }
}
.submenu.megamenu__image .submenu__inner a img {
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
  
     object-fit: contain;
  border-radius: 10px;
}
@media (max-width: 766px) {
  .submenu.megamenu__image .submenu__inner a img {
    width: 30%;
    height: 80px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.submenu .submenu__inner {
  width: 12%;
  padding: 0 15px;
}
@media (max-width: 766px) {
  .submenu .submenu__inner {
    width: 100%;
    padding: 0;
  }
}
.submenu .submenu__inner .submenu__title {
  font-size: 0.6rem;
    text-align: center;
  font-weight: 400;
  margin-bottom:1rem;
  color: var(--color);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.darkmode .submenu .submenu__inner .submenu__title {
  color: var(--color);
}
@media (max-width: 766px) {
  .submenu .submenu__list {
    margin-bottom: 20px;
  }
}
.submenu .submenu__list li {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.submenu .submenu__list li a {
  display: inline-block;
  padding: 10px 0;
  line-height: 1.4;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease-in-out;
}
.submenu .submenu__list li a:hover {
  color: var(--color);
}
@media (max-width: 766px) {
  .submenu .submenu__list li a {
    display: block;
  }
}
.darkmode .submenu .submenu__list li a {
  color: #fff;
}
.darkmode .submenu .submenu__list li a:hover {
  color: var(--color);
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 10px;
}
.switch .switch__light,
.switch .switch__dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.switch .switch__light {
  font-size: 20px;
  visibility: visible;
  color: #000;
}
.darkmode .switch .switch__light {
  font-size: 0;
  visibility: hidden;
}
.switch .switch__dark {
  font-size: 0;
  visibility: hidden;
  color: #fff;
}
.darkmode .switch .switch__dark {
  font-size: 20px;
  visibility: visible;
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}
@media (max-width: 766px) {
  .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
@media (max-width: 766px) {
  .burger {
    opacity: 1;
    visibility: visible;
  }
}
.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}
.darkmode .burger .burger-line {
  background: #fff;
}
.burger .burger-line:nth-child(1) {
  top: 0px;
}
.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}
.burger .burger-line:nth-child(3) {
  top: 16px;
}