@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #222222;
}
body{
    /* font-family: 'PT Sans', sans-serif; */
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 18px;
    font-weight:500 !important;
    color: #696969 !important;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Ubuntu', sans-serif;
}
h2{
    font-size: 22px  !important;
    color: #333333;
}
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.container{
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/******************************************/
header.header-section {
    border: none;
    padding: 0;
    background-color: #000000;
    position: relative;
    z-index: 99;
    padding: 15px 0 0 ;
}
.qc-header-content {
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.header-section .shop-navigation ul {
    text-align: right;
    padding: 0 0 0 0;
    margin: 0;
}
.header-section .shop-navigation ul li {
    display: inline-block;
    padding: 0px 0px 12px 15px;
    list-style: none;
}
.header-section .shop-navigation ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}
.qc-aws-container .qc-aws-search-form {
    position: relative;
    width: 100%;
    float: none!important;
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    align-items: stretch;
    height: 44px;
    margin-top: 20px;
}
.qc-aws-container .qc-aws-search-form .aws-wrapper {
    flex-grow: 1;
    position: relative;
    vertical-align: top;
    padding: 0;
    width: 100%;
}
.qc-header-content .qc-aws-container {
    height: 100%;
}
.aws-search-clear {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    color: #757575;
    height: 100%;
    width: 38px;
    padding: 0 0 0 10px;
    text-align: left;
}
.aws-search-clear span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    margin-top: -23px;
}
.qc-aws-container .aws-search-form .aws-search-clear {
    cursor: pointer;
    color: #757575;
    text-align: left;
}




.aws-loader {
    display: none; /* Initially hide the loader */
    width: 18px;
    height: 18px;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #555;
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Apply rotation animation */
    position: absolute;
    right: 10px;
    top : 5%;
    transform: translateY(-50%);
}

.aws-loader.loading {
    display: block; /* Show loader when the loading class is added */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.aws-search-result .aws_no_result {
    line-height: 1.5;
    padding: 10px 6px;
    cursor: auto;
}

/* Style for the sale badge */
.aws-search-result .aws_onsale {
    background: #77a464 0 0;
    color: #fff;
    display: block;
    float: right;
    height: 20px;
    padding-top: 2px;
    position: relative;
    right: -25px;
    text-align: center;
    top: 3px;
    transform: rotate(45deg);
    width: 77px;
  }

  .aws-search-result .aws_result_sale {
    display: block;
    height: 42px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
  }
.aws-search-result {
    position: absolute;
    text-align: left;
    z-index: 9999999999999;
    background: #fff;
    width: 16%;
    margin-top: 4%;
    font-size: 12px;
    line-height: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #141414;
    border-image: initial;
    display: none;
    margin-right: 10%;
    max-height: 300px; /* Set your desired fixed height */
    overflow: auto;
  }

/* Style for individual search result items */
.aws_result_item {
    list-style: none;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
}

/* Style for search result links */
.aws-search-result .aws_result_item .aws_result_link_top {
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    outline: 0;
    text-decoration: none;
  }

/* Style for result images */
.aws_result_image img {
    display: block;
    height: 100%;
    float: left;
    padding: 0 10px 0 0;
}

/* Style for result titles */
.aws_result_title {
    display: block;
    font-weight: 400;
    margin-bottom: 3px;
    color: #21759b;
}
.aws-search-result .aws_result_content {
    overflow: hidden;
    display: block;
  }

/* Style for result prices */
.aws-search-result .aws_result_price {
    display: block;
    padding: 2px 0;
    color: #222;
}
.aws-search-result ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
    padding: 0.5em;
}

.aws-search-result ul {
    padding-left: 0rem !important;
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

.aws-search-result .aws_result_item:hover {
    background: #f5f5f5;
}


    /* Mobile styles */
    @media (max-width: 767px) {
        .aws-search-result {
            width: 50%; /* Adjust width for mobile */
            margin: 10% auto; /* Center horizontally and 4% from top */
        }
    }


.qc-header-content .qc-aws-container .qc-aws-show-clear .aws-search-field {
    padding-right: 20px;
    display: inline-block;
}
.qc-header-content .aws-wrapper .aws-search-field {
    height: 60%;
    width: 206px;
    float: right;
    /* background-color: #141414; */
    background-color: #333;
    border: #141414;
    vertical-align: middle;
    color: #ccc;
    position: relative;
    padding: 6px;
    line-height: 30px;
    display: block;
    font-size: 12px !important;
    outline: 0;
    margin: 0!important;
    -webkit-appearance: none;
}
.qc-aws-container .qc-aws-search-form .aws-search-btn:hover {
    background-color: #8d021f !important;
    cursor: pointer;
}
.search-block{
    margin-top: -50px;
}
.qc-aws-container .qc-aws-search-form .aws-search-btn_icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 42px;
    color: #555;
}
.qc-aws-container .qc-aws-search-form .aws-search-btn svg {
    display: block;
    height: 75%;
    width: 75%;
    margin-top: 6px;
}

.qc-header-content .qc-aws-container .qc-aws-search-form .aws-search-btn {
    float: right;
    margin: 0;
    font-size: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #141414;
    position: relative!important;
    border: none !important;
    text-shadow: none !important;
    height: 27px !important;
    width: 27px !important;
    padding: 0 !important;
    display: block !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.qc-header-content .qc-aws-container input[type="search"]:focus{
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.qc-header-content .cart-holder {
    position: relative;
    z-index: 10;
    text-align: right;
    float: right;
    margin-left: 15px;
}
.qc-header-content .cart-holder .widget_shopping_cart_content {
    position: absolute;
    width: 236px;
    padding: 10px;
    right: 0;
    top: 55%;
    background: #fff;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    margin-top: 5px;
    display: none;
}

.qc-header-content .cart-holder .widget_shopping_cart_content {
    height: 400px;
    overflow-y: auto;
}
.qc-header-content .cart-holder h3 {
    cursor: pointer;
    display: inline-block;
    font-size: 0px;
    line-height: 36px;
    margin: 0;
    font-weight: bold;
    color: #222222;
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
}
.qc-header-content .cart-holder h3:before {
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
    font-family: 'FontAwesome';
    content: "\f07a";
    cursor: pointer;
    font-size: 16px;
    line-height: 36px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #222222;
}
.qc-header-content .cherry-wc-account_title {
    float: right;
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 0px;
    line-height: 36px;
    position: relative;
    width: 36px;
    height: 36px;
    background: #fff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
}
.qc-header-content .cherry-wc-account_title:after {
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
    font-family:'FontAwesome';
    content: "\f007";
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    display: block;
    text-align: center;
    position: absolute;
    color: #000;
    left: 0;
    right: 0;
    top: 0;
}
.qc-header-content .cherry-wc-account_content {
    margin: 4px 0 0 0;
    position: absolute;
    width: 200px;
    padding: 15px;
    right: 0;
    top: 55%;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    display: none;
    z-index: 9;
}
.qc-header-content .cherry-wc-account_list {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
    padding-left: 5px;
}
.qc-header-content .cherry-wc-account_list li {
    padding: 0 0 3px 0;
}
.qc-header-content .cherry-wc-account_list li a {
    font-size: 16px;
    line-height: 40px;
    color: #515151;
    text-decoration: none;
    font-weight: 500;
}
.qc-header-content .cherry-wc-account_auth {
    padding: 10px 15px 0;
    margin: 10px -15px 0;
    border: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.qc-header-content .cherry-wc-account_auth .not-logged:before {
    font-family: 'FontAwesome';
    content: "\f090";
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 14px;
} 
.qc-header-content .cherry-wc-account{
    margin-left: 50px;
}
.qc-header-content .cherry-wc-account_title:hover, .qc-header-content .cart-holder h3:hover  {
    background: #b80719;
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
}
.qc-header-content .cherry-wc-account_title:hover:after, .qc-header-content .cart-holder h3:hover:before  {
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
    color: #fff;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.qc-header-content .qc-cart-count {
    opacity: 1;
    background: #45fc03;
    color: #000;
    border-radius: 99px;
    position: absolute;
    right: -44%;
    top: -20%;
    width: 24px;
    height: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}

/* navigation */
#top-nav:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../images/menu-bg.jpg') repeat-x;
    content: "";
    z-index: -1;
}
#top-nav{
    position: relative;
}
#header-mega-menu{
    transition: none;
    clip: auto;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.7;
    opacity: 1;
    outline: none;
    position: relative;
    vertical-align: baseline;
    width: 100%;
}
#header-mega-menu #qc-mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    line-height: 28px;
    height: 28px;
    padding: 0px 20px 0px 20px;
    vertical-align: baseline;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    text-transform: uppercase;
}
.mega-indicator-outside i {
    display: none;
}
#header-mega-menu .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #222;
    border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
}
#header-mega-menu .mega-menu-toggle .mega-toggle-block-1:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    margin: 0 0 0 5px;
}
#header-mega-menu #qc-mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#header-mega-menu #qc-mega-menu-header> li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    line-height: 28px;
    text-decoration: none;
    text-transform: none;
    padding-top: 2px !important;
}
/* #header-mega-menu #qc-mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover .mega-menu-item{
    background: #333;
    color: #fff;
} */
#header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
    color: #fff;
    font-size: 14px;
    display: block;
    float: left;
    clear: none !important;
    padding: 15px 15px 15px 15px;
}
#header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block ruby;
    border: 0;
}
#top-nav #header-mega-menu #qc-mega-menu-header > li.mega-menu-item:nth-child(2) {
    border-left: 1px solid #d2d82b;
}

#top-nav #header-mega-menu #qc-mega-menu-header > li.mega-menu-item {
    border-top: 1px solid #d2d82b;
    background: #1a1a1a;
    border-bottom: 1px solid #d2d82b;
}
.mega-sub-menu{
    display: none;
    position: absolute;
}
.mega-menu-item.menu-item {
    position: relative;
}
.mega-menu-item i {
    position: absolute;
    right: 0;
    top: 6px;
}
.mega-menu-item:hover i {
    color: #b80719;
}
.header-section .shop-navigation ul li .dropdown-menu .dropdown-submenu{
    padding-bottom: 8px;
}
.header-section ul li .dropdown-menu .mega-menu-link{
    padding: 0 5px 0 0 !important;
}
/* .header-section  ul li .dropdown-menu li, .header-section ul li .dropdown-menu{
    padding:0;
} */
ul.mega-sub-menu.dropdown-menu.inner-droup-faq li.mega-menu-item.mega-menu-flyout.mega-menu-item-has-children.menu-item {
    padding: 6px 0px 4px 10px;
}

ul.mega-sub-menu.dropdown-menu.inner-droup-faq {
    padding: 5px 10px;
}

ul.mega-sub-menu .dropdown-menu {
    display: none !important;
}
li.mega-menu-item.menu-item.mega-menu-flyout.mega-menu-item-has-children:hover, .mega-sub-menu .dropdown-menu {
    display: block;
}
.header-section ul ul.dropdown-menu{
    text-align: left;
    background-color: #333 !important;
/*    width: 100%;*/
    max-width: fit-content;
}
#qc-mega-menu-header .dropdown-menu .menu-item .dropdown-menu{
    top: 40px;
}
#header-mega-menu #qc-mega-menu-header li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: inline;
    height: auto;
    width: auto;
    background: transparent;
    position: relative;
    left: auto;
    padding: 0;
    pointer-events: none !important;
     cursor: not-allowed;
}
#header-mega-menu #qc-mega-menu-header li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    pointer-events: none !important;
    cursor: not-allowed;
}

#header-mega-menu #qc-mega-menu-header li.mega-menu-item:hover .mega-sub-menu{
    display: block;
}
#header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #333;
    border: 0;
    padding: 0px 0px 30px 0px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
}
/* #header-mega-menu #qc-mega-menu-header li.mega-icon-top > a.mega-menu-link:before {
    content: "";
    background-image: url('../images/nieuw-2020-copy.png');
    background-size: 200px 100px;
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    display: block;
}  */

#header-mega-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
    content: '\f057' !important;
    font-size: 20px
}
#header-mega-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 6px;
}

#header-mega-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 6px;
}
#header-mega-menu .mega-menu-toggle .mega-toggle-block-1 {
    cursor: pointer;
}
.mega-menu-toggle{
    display: none;
    width: 100%;
    text-align: end !important;
    margin: 20px 0;
}

/* banner section */
.banner-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-banner .carousel-items .mainCaptionHolder .slider_caption h2 {
    font-size: 48px !important;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Exo';
}
.hero-banner .carousel-items .mainCaptionHolder .slider_caption p {
    font-size: 16px ;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
}
.hero-banner .carousel-items .mainCaptionHolder .slider_caption a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 14px 25px;
    display: inline-block;
}

.mainCaptionHolder .slider_button {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.hero-banner .carousel-items .mainCaptionHolder .slider_caption {
    text-align: left;
    font-size: 80px;
    line-height: 80px;
    font-weight: 300;
    color: #fff;
}
.hero-banner .carousel-items .mainCaptionHolder .primaryCaption, .hero-banner .carousel-items .mainCaptionHolder .secondaryCaption {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.hero-banner .carousel-items .mainCaptionHolder .container {
    position: relative;
}
.hero-banner .carousel-items .mainCaptionHolder .container {
    top: 15%;
}
.hero-banner .carousel-items .mainCaptionHolder >a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-banner .carousel-items .mainCaptionHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.hero-banner .slick-prev:before{
    content: '\f053' !important;
    font-family: 'FontAwesome' !important;
    left: 68px;
    position: relative;
}
.hero-banner .slick-next:before{
    content: "\f054" !important;
    font-family: 'FontAwesome' !important;
    right: -28px;
    position: relative;
}
.hero-banner .slick-prev:before, .slick-next:before{
    color: #a9a9a9 !important;
}
.hero-banner .slick-prev, .hero-banner .slick-next {
    font-size: 23px !important;
    line-height: 55px !important;
    background: #fff;
    width: auto !important;
    height: auto !important;
    top: 43% !important;
    z-index: 999;
    webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hero-banner .slick-next {
    right: -68px !important;
}
.hero-slider-section:hover .slick-next {
    right: 0px !important;
}
.hero-slider-section:hover .slick-prev {
    left: -40px !important;
}
.hero-banner .slick-prev{
    left: -109px !important;
    font-size: 23px !important;
}
.hero-banner .slick-dots li.slick-active button{
    background-color: #8d021f !important;
    color: #8d021f !important;
}
.hero-banner .slick-dots li.slick-active button::before{
    color: #8d021f !important;
}
.hero-banner .slick-dots li button{
    background-color: #fff !important;
    border-radius: 50%;
}
.hero-banner .slick-dots li button:before{
   font-size: 50px !important;
    color: #fff !important;
}
.hero-banner .carousel-items img{
    height: 850px;
    object-fit: cover;
}
.hero-banner .slick-dots{
    bottom: 100px !important;
}
.hero-slider-section .slick-prev, .hero-slider-section .slick-next{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.hero-slider-section button.slick-prev.slick-arrow:hover, .hero-slider-section button.slick-next.slick-arrow:hover{
    background: #b80719 !important;
}
.hero-slider-section button.slick-prev.slick-arrow:hover .slick-prev:before{
    color: #fff !important;
}
.slick-dots li button{
    width: 15px !important;
    height: 15px  !important;
}
.hero-banner .slick-dots li.slick-active button::before, .slick-dots li button:before{
    line-height: 14px !important;
    width: 15px !important;
    height: 15px  !important;
}
/* custome banner */
.qc-custom_banners{
    margin-top: -470px;
    margin-bottom: 100px;
    position: relative;
    z-index: 9;
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap {
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap img {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    width: 100%;
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap .extra-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b80719;
    width: 100%;
    padding: 23px 0;
    transform: translateY(0px);
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap .extra-wrap p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 23px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap .extra-wrap h5 {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    float: left;
    padding: 0 23px;
    font-family: 'Exo';
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap .extra-wrap .banner-btn {
    font-size: 0;
    position: relative;
    float: right;
    width: 32px;
    height: 32px;
    margin-right: 21px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap .extra-wrap .banner-btn:after {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    font-family: 'FontAwesome';
    content: "\f18e";
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    color: #fff;
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap:hover .extra-wrap {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #fff;
    transform: translateY(-30px);
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap:hover .extra-wrap h5,.qc-custom_banners .custom_banners_wrap_inner a.banner-wrap:hover .extra-wrap p , .qc-custom_banners a.banner-wrap:hover .extra-wrap .banner-btn:after {
    color: #222222;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

/* Heading */
.qc-heading-text {
    padding: 35px 0 40px;
}
.qc-heading-text h3 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Exo';
}
.qc-heading-text h2 {
    font-size: 60px !important; 
    line-height: 62px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    font-family: 'Exo';
}
.qc-heading-text p {
    font-size: 16px;
    line-height: 24px;
    margin: auto;
    text-transform: none;
    margin-bottom: 25px;
    margin-top: 15px;
    font-weight: 500;
}
.qc-heading-text .home_text_button {
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #222222 !important;
    border: 1px solid #b3b3b3 ;
    padding: 16px 37px !important;
    background: transparent !important;
    box-shadow: none;
    border-radius: 0;
}
.qc-heading-text .home_text_button:hover {
    background: #222222 !important;
    color: #fff !important; 
    border: 1px solid #222222;
}
.parallax-news-box{
    position: relative;
    padding: 87px 0 50px;
}
.parallax-news-box ul li a.fancyboxforwp {
    overflow: hidden;
    position: relative;
}
.parallax-news-box ul li a.fancyboxforwp img {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    width: 100%;
}
.parallax-news-box ul li a.fancyboxforwp:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.parallax-news-box ul li a.fancyboxforwp .zoom-icon {
    left: 0;
    top: -150px;
    position: absolute;
    transform: scale(0,1);
    transition: all 200ms linear 0s;
    width: 100%;
    height: 100em;
}
.parallax-news-box ul li a.fancyboxforwp:hover .zoom-icon {
    transform: scale(1,1);
    opacity: 1;
}
.zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul li a.fancyboxforwp .zoom-icon:before {
    background: url('../images/zoom_img.png') no-repeat center center;
    width: 54px;
    height: 54px;
    margin: -45px 0 0 -45px;
}
.zoom-icon:before {
    position: absolute;
    top: 11%;
    left: 50%;
    display: block;
    margin: -13px 0 0 -13px;
    width: 25px;
    height: 26px;
    background: url(../images/magnify-alt.png) 50% 50% no-repeat;
    content: "";
}
.parallax-news-box ul li.list-item{
    position: relative;
    overflow: hidden;
    width: 47%;
    padding: 0;
}
.parallax-news-box ul li .blog_content {
    background: #222222;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.parallax-news-box ul li .blog_content h5 {
    margin: 0;
    padding: 15px 26px 0;
}
.parallax-news-box ul li .blog_content a {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.parallax-news-box ul li .blog_content .post_meta {
    border: none;
    margin: 0;
    padding: 0 26px;
}
.parallax-news-box ul li .blog_content .post_meta .post_comment {
    display: block;
    margin-bottom: 14px;
}
.parallax-news-box ul li .blog_content .post_meta .post_comment .comments_link {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'Myriad Pro';
    text-decoration: none;
}
.parallax-news-box ul li .blog_content .post_meta .post_comment .comments_link:before {
    font-family: 'FontAwesome';
    content: "\f086";
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-right: 7px;
}


/* products */
.qc-slider_in_mobile ul.products li.product {
    margin: 0 0 30px 20px;
    position: relative;
    text-align: left;
    vertical-align: top;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px;
    width: 230px;
}
.cherry-thumb-wrap {
    position: relative;
}
ul.products li.product >a img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 0 8px;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
 ul.products li.product a .price{
    color: #222222;
    font-size: 24px;
    line-height: 33px;
    float: none;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Exo';
}
.qc-slider_in_mobile .btn, .qc-featured_products .btn,.widget_shopping_cart_content .btn,#qc_add_to_cart_button_quick_view{
    display: inline-block;
    box-shadow: none;
    border: none;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    /* background: #b80719; */
    background: green !important;
    border-radius: 0 !important;
    text-shadow: none;
    font-weight: 400;
    font-family: 'Myriad Pro' !important;
    padding: 13px 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.btn.cherry-quick-view{
    width:40%
}
.cherry-thumb-wrap img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.Price-amount:hover{
    color: #8d021f;
}
.qc-slider_in_mobile ul.products {
    height: 100%;
    overflow-x: scroll;
    max-height: 530px;
    width: 93vw;
    display: flex;
}
 ul.products li.product a .price del{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #d0cece;
    display: inline-block;
    text-transform: lowercase;
}
 ul.products li.product >a .price{
    color: #222222;
    font-size: 24px;
    line-height: 33px;
    float: none;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Exo';
}
.qc_product_title {
    margin-bottom: 20px !important;
    font-family: 'Ubuntu';
    font-size: 13px;
    color: #333333;
    padding-top: 10px;
}
ul.products .add_to_cart_button ,#qc_add_to_cart_button_quick_view{
    background: url('../images/cart_img.png') no-repeat 10px 11px!important;
    padding-right: 15px !important;
    padding-left: 39px !important;
    vertical-align: top;
    margin: 2px;
    margin-top: -14px !important;
    display: inline-block;
    box-shadow: none;
    border: none;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    /* background-color: #b80719 !important; */
    background-color: green !important;
    border-radius: 0;
    text-shadow: none;
    font-weight: 400;
    font-style: 400;
    font-family: 'Myriad Pro';
    padding: 13px 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    text-decoration: none;
}

ul.products .add_to_cart_button.no-image {
    background-image: none !important;
}
ul.products .add_to_cart_button.clicked {
    width: 80%;
    margin: 0 auto;
}
ul.products .add_to_cart_button.transformed {
    /* Transformed styles */
    width: 80%;
    margin: 0 auto;
    
}

li.product:hover .cherry-quick-view {
    visibility: visible;
    opacity: 1;
    top: 50%;
}
.cherry-quick-view {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms linear!important;
    -moz-transition: all 200ms linear!important;
    transition: all 200ms linear!important;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 60px;
    text-align: center;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto !important;
}
 ul.products li.product >a:hover {
    text-decoration: none;
}
 ul.products li.product >a:hover .price {
    color: #b80719;
}
ul.products li.product a{
    text-decoration: none;
}
 /* feature product */
 .qc-featured_products .featured_products_wrap_inner h2.loop-product__title {
    color: #fff;
    background: #222222;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.product button.qc_add_product {
    background: none!important;
    border: none;
    font-family: 'Ubuntu';
    padding: 0!important;
    color: black;
    float: right;
    font-size: 12px;
    cursor: pointer;
}
.product-list-buttons {
    padding: 0 0 10px;
    text-align: left;
    margin-bottom: 20px;
}
.yith-wcwl-add-to-wishlist a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    font-weight: 400;
}
.yith-wcwl-add-button a.add_to_wishlist {
    margin-top: -16px!important;
}
ul.products li.product .short_desc {
    padding: 10px 0 10px 0;
    text-align: left;
    font-size: 13px;
}
ul.products .add_to_cart_button:hover{
    color: #fff !important;
}
.qc-featured_products .btn.cherry-quick-view {
    width: 37%;
}
span.btn.cherry-quick-view:hover {
    background: #000;
    color: #fff;
}
/* .product-margin{
    position: relative;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px;
    border: 1px solid #efefef;
} */
.qc-slider_in_mobile ul.products li.product:hover{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.075);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.075);
    box-shadow: 0 0 15px rgba(0,0,0,0.075);
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
}
ul.products li.product .product-margin:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.075);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.075);
    box-shadow: 0 0 15px rgba(0,0,0,0.075);
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
}

/* outlet */
.outlet-section{
    position: relative;
}
.outlet-section .custom_parallax .custom_parallax_wrap_inner{
    padding: 63px 0;
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    z-index: 999;
}
.outlet-section .custom_parallax .custom_parallax_wrap_inner h2 {
    font-size: 72px !important;
    line-height: 70px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Exo';
}
.outlet-section .custom_parallax .custom_parallax_wrap_inner p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 'Exo';
}
.outlet-bg {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.outlet-section .custom_parallax .custom_parallax_wrap_inner .parallax_button {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 16px 24px;
    background: #000;
    margin-top: 15px;
    font-family: 'Exo';
}
.outlet-bg .parallax-bg-inner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
}
.qc-slider_in_mobile{
    display: none;
}

/* footer section */
footer .footer-content .footer-phone{
    font-size: 24px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Exo';
}
footer .footer-content a{
    color: #b80719;
}
footer .footer-content a:hover{
    color: #fff !important;
}
footer .footer-content .footer-text {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #a5a5a5;
}
footer.footer-section .footer-content .social {
    margin-top: 0px;
    float: left;
    width: 80%;
    margin-bottom: 0px;
}
footer.footer-section .footer-content .social li {
    list-style-type: none;
    margin-left: 10px;
    float: right;
}
footer.footer-section .footer-content .social li a {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    font-size: 40px;
    color: #b80719;
    text-decoration: none !important;
    display: block;
}
footer.footer-section {
    background: #222222;
    border: none;
    z-index: 0;
    padding: 75px 0 45px;
}
.footer-section {
    position: relative;
    z-index: 100;
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    background: #eee;
}
footer.footer-section .footer-content .social li a:hover {
    color: #fff !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
footer#top-nav:before{
    right: 0;
}
footer a{
    text-decoration: none;
}
.carousel-indicators [data-bs-target] {
    width: 14px !important;
    height: 14px !important; 
    border-radius: 50%;
}

.All-products-page .btn.cherry-quick-view  {
    display: inline-block;
    box-shadow: none;
    border: none;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #b80719;
    border-radius: 0;
    text-shadow: none;
    font-weight: 400;
    font-style: 400;
    font-family: 'Myriad Pro';
    padding: 13px 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn {
    -webkit-transition: all 300ms linear !important;
    -moz-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
    text-decoration: none !important;
}
/*********************** product page ****************************/
.product-title {
    padding: 0;
    margin: 0;
    position: relative;
    padding: 27px 0;
    background: #222222;
}
.product-title h1.title-header {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Exo';
}
.product-title ul.breadcrumb {
    border-radius: 0;
    background: transparent;
    text-shadow: none;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.product-title ul.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}
.All-products-page .page-title {
    display: none;
}
.All-products-page .product-margin a{
    text-decoration: none;
}
.woocommerce-result-count{
    font-size: 13px;
    line-height: 18px;
}
.All-products-page form select{
    height: 30px;
    padding: 6px;
    line-height: 16px;
    max-height: 200px;
    max-width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    background: #fff;
    padding: 4px 5px;
    width: auto;
    max-width: 100%;
}
.All-products-page form.woocommerce-ordering select.orderby {
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
}
.All-products-page .btn.cherry-quick-view{
    background-color:  #b80719;
    color: #fff;
}
.All-products-page .product-margin h2.loop-product__title{
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 13px !important;
    line-height: 16px;
    color: #222222;
}
.All-products-page .product-margin .onsale {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    top: 1px;
    right: 1px;
    margin: 0;
    color: #fff;
    text-shadow: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Ubuntu';
    background: #222222;
    text-transform: uppercase;
}
/* side-bar */
#side-bar {
    padding-top: 40px;
}
.sider-bar .widget.visible-all-devices{
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: auto;
}
#side-bar  h3 {
    margin-bottom: 20px;
}
#side-bar  h3 {
    background: #222222;
    padding: 17px 24px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 0;
}
#side-bar .price_slider {
    position: relative;
    background: #eee;
    box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
    border-radius: 10px;
    height: 8px;
    margin: 20px 8px;
}
#side-bar  .price_slider .ui-slider-range {
    background: #222222;
    background-color: #313131;
    background-image: -moz-linear-gradient(top,#3c3c3c,#222222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3c3c3c),to(#222222));
    background-image: -webkit-linear-gradient(top,#3c3c3c,#222222);
    background-image: -o-linear-gradient(top,#3c3c3c,#222222);
    background-image: linear-gradient(to bottom,#3c3c3c,#222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff222222', GradientType=0);
    height: 8px;
    border-radius: 10px;
    position: absolute;
    cursor: pointer;
}
#side-bar  .price_slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    background: #222222;
    border: 1px solid #030303;
    border-radius: 8px;
    position: absolute;
    top: -4px;
    margin: 0 0 0 -8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 -1px 3px #090909 inset, 0 1px 3px #3c3c3c inset;
    cursor: default;
}
#side-bar .price_slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 3px;
    left: 4px;
    top: 4px;
}




.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
#side-bar button.wp-element-button, .All-products-page .btn{
    display: inline-block;
    box-shadow: none;
    border: none;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    /* background: #b80719; */
    background: green;
    border-radius: 0;
    text-shadow: none;
    font-weight: 400;
    font-style: 400;
    font-family: 'Myriad Pro';
    padding: 13px 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.price_label{
    font-size: 13px;
    line-height: 18px;
}
#side-bar input[type="text"]{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
.woof_block_html_items .woof_list label {
    line-height: 26px;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 7px !important;
    font-size: 13px;
}
/*pop up*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.qc-mfp-content{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    cursor: auto;
}
.qc-mfp-content .cherry-quick-view-popup {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    min-height: 100px;
}
.qc-mfp-content .mfp-close-btn-in .mfp-close {
    color: #333333 !important;
}
.qc-mfp-content .cherry-quick-view-popup .mfp-close {
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #333333 ;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.qc-mfp-content .cherry-quick-view-wrap .cherry-quick-view-images .images {
    float: left;
    margin-right: 20px;
    width: 300px;
}
.qc-mfp-content .cherry-quick-view-wrap .cherry-quick-view-images .images img{
    width: 100%;
    height: fit-content;
    /* object-fit: cover; */
}
.qc-mfp-content .cherry-quick-view-wrap .cherry-quick-view-images {
    width: 100%;
}
.qc-mfp-content .cherry-quick-view-images {
    padding: 0 0 20px 0;
}
.qc-mfp-content .cherry-quick-view-content-main {
    overflow: hidden;
    width: 100%;
    display: block;
}
.qc-mfp-content .cherry-quick-view-tabs {
    float: right;
    overflow-x: hidden;
    width: 50%;
    overflow-y: auto;
    max-height: 350px;
}
.qc-mfp-content .cherry-quick-view-tabs h2 {
    display: none;
}
.qc-mfp-content .cherry-quick-view-tabs table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}
.qc-mfp-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 2px solid #ddd;
}
.qc-mfp-content .cherry-quick-view-tabs table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    line-height: 18px;
}
.qc-mfp-content .cherry-quick-view-tabs table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    line-height: 18px;
}
.qc-mfp-content .cherry-quick-view-tabs table.shop_attributes tr:nth-child(even) td, .qc-mfp-content .cherry-quick-view-tabs table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025);
}
.qc-mfp-content .cherry-quick-view-content {
    width: 50%;
    float: left;
    clear: none !important;
}
.qc-mfp-content .woocommerce-Price-amount{
    font-size: 13px;
    line-height: 18px;
}
.qc-mfp-content .cherry-quick-view-content {
    clear: both;
    padding: 20px 0 0 0;
    font-size: 13px;
    line-height: 18px;
}
.qc-mfp-content .cherry-quick-view-wrap .cherry-quick-view-data {
    padding: 0px;
}
.qc-mfp-content .cherry-quick-view-data {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 25px;
}
.qc-mfp-content .cherry-quick-view-data .product_title {
    clear: both;
    margin: 0;
    padding: 0 0 20px 0;
    background: 0;
    font-size: 20px;
    line-height: 22px;
}
.qc-mfp-content .cherry-quick-view-add-to-cart {
    padding: 0 0 20px 0;
}
.qc-mfp-content .cherry-quick-view-add-to-cart a.button{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Myriad Pro';
}
.qc-mfp-content .product_meta {
    display: none !important;
}
.qc-mfp-content .cherry-quick-view-data .product_meta>span {
    display: block;
    padding: 0 0 10px 0;
}
.mfp-pop-up{
    display: none;
}
.mfp-pop-up.open {
    display: block;
}
.All-products-page form select{
    border: 1px solid #ccc;
}
.All-products-page form select:focus-visible{
    outline: none;
}

/**************************** product page ********************************/
.related h2, .Product-content h2 {
    font-size:  22px;
    color: #333333;
}
.Product-content .tabs ul{
    padding: 0 0 0 8px;
    margin: 0;
    background: none;
    position: relative;
    border-radius: 0;
}
.Product-content .tabs ul li a{
    text-shadow: none;
    color: inherit;
    padding: 8px 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background: #b80719;
    border-radius: 0;
    border: 1px solid #b80719;
    margin: 0 0 -1px 0;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.Product-content .tabs ul li.tab-active a {
    color: #fff;
    background: #222222;
    border: 1px solid #090909;
    cursor: default;
}
.Product-content .tabs ul li{
    margin: 0 5px 0 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    font-size: inherit;
    position: relative;
}
.Product-content table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}
.Product-content table.shop_attributes th {
    width: 200px;
    font-weight: 700;
    padding: 12px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    line-height: 18px;
}
.Product-content table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    line-height: 18px;
}
.Product-content table.shop_attributes tr:nth-child(even) td, .Product-content table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025);
}
.Product-content .tabs-stage {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 2em;
}
.Product-content .btn{
    margin: 0 5px 0 0;
}
.Product-content .btn.qc_previous:hover, .Product-content .btn.qc_next:hover, .Product-content .cart .btn:hover{
    background-color: #000000;
    color: #fff;
}
.Product-content .btn.qc_previous, .Product-content .btn.qc_next{
    padding: 13px 15px;
}
.Product-content .summary .price {
    color: #222222 !important;
    font-size: 24px;
    line-height: 33px;
    float: none;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    font-family: 'Exo';
}
.Product-content p{
    font-size: 13px;
    line-height: 18px;
}
.Product-content .summary .stock {
    float: right;
    max-width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff !important;
    background: #222222;
    box-shadow: 0 2px 3px rgba(0,0,0,0.05);
    border: 1px solid #ddd;
}
.Product-content .yith-wcwl-add-to-wishlist a:hover{
    color: #8d021f;
}
.Product-content .summary .cart {
    float: left;
    width: 60%;
}
.Product-content .summary .quantity {
    margin-bottom: 10px;
}
.Product-content form.cart div.quantity {
    margin: 0 4px 25px 0;
}
.Product-content .quantity input.qty{
    width: 61px !important;
    padding-left: 8px !important;
    height: 30px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.Product-content input[type="number"]:focus{
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.Product-content  .qc_add_compare:hover {
    color: #b80719;
    font-size: 12px;
    font-family: 'Ubuntu';
}
.Product-content  button.single_add_to_cart_button {
    position: relative;
}
.Product-content  .qc_add_compare {
    background: none!important;
    border: none;
    font-family: 'Ubuntu';
    padding: 0!important;
    color: black;
    font-size: 12px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}
.Product-content  .summary .share-buttons {
    border-top: 1px solid #ddd;
    margin: 15px 0 0 0;
    padding: 15px 0 15px;
}
.Product-content  .share-buttons li {
    min-height: 30px;
    line-height: 0;
}
.Product-content .summary .product_meta {
    clear: both;
    margin: 20px 0 0 0;
}
.Product-content .product_meta {
    display: none !important;
}
.product_meta, .product_meta a {
    font-size: 13px;
    line-height: 18px;
    clear: both;
}
.product_meta a{
    color: #030303;
}
.yith-wcwl-wishlistexistsbrowse {
    position: relative;
    clear: both;
}
.Product-content  .yith-wcwl-wishlistaddedbrowse .feedback, .Product-content  .yith-wcwl-wishlistexistsbrowse .feedback {
    position: absolute;
    width: 200px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 5px;
    bottom: 100%;
    z-index: 99;
    left: 50%;
    margin: 0 0 20px -105px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 50ms linear;
    -moz-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear;
    pointer-events: none;
}
.Product-content  .yith-wcwl-add-to-wishlist a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    font-weight: 400;
}
.Product-content  .yith-wcwl-wishlistaddedbrowse .feedback:before,.Product-content  .yith-wcwl-wishlistexistsbrowse .feedback:before {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 50%;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #ccc transparent transparent transparent;
    z-index: 1;
}
.Product-content  .yith-wcwl-wishlistaddedbrowse .feedback:before,.Product-content  .yith-wcwl-wishlistexistsbrowse .feedback:before {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 50%;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #ccc transparent transparent transparent;
    z-index: 1;
}
.share-buttons {
    display: none !important;
}
.Product-content .tabs ul li a:hover{
    color: #fff !important;
}
/* product-page-slider ****/

.Product-content .Product-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.Product-content .banner-slider .slider.slider-for {
    max-width: 77%;
}
.Product-content .banner-slider .slider.slider-nav {
    max-width: 16%;
}
.Product-content .banner-slider .slider.slider-for,
.Product-content .banner-slider .slider.slider-nav {
    width: 100%;
}
.Product-content .banner-slider .slider.slider-nav {
    overflow: hidden;
}
.Product-content .slider-banner-image img,
.Product-content .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    object-fit: cover;
}
.Product-content .slick-vertical .slick-slide:active,
.Product-content .slick-vertical .slick-slide:focus,
.Product-content .slick-arrow:hover,
.Product-content .slick-arrow:focus {
    border: 0;
    outline: 0;
}
.Product-content .slider-nav .slick-slide {
    text-align: center;
}
.Product-content .slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.Product-content .slick-prev {
   top: 0;
}
.Product-content .slick-next {
   bottom: 0;
   background-color: #fff;
   display: none !important;
}
.woocommerce-checkout input[type="text"]{
    margin-bottom: 0px;
  }
/* .Product-content .banner-slider{
    height: 400px;
} */
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {
    .Product-content .banner-slider{
        height: auto;
    }

	.Product-content .banner-slider .slider.slider-for,
	.Product-content .banner-slider .slider.slider-nav {
	    max-width: 100%;
	}
	.Product-content .banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.Product-content .banner-slider .slider.slider-nav {
		height: auto;
        order: 2;
	}
	.Product-content .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.Product-content .slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.Product-content .slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.Product-content .slick-prev {
	    left: 0;
	    right: unset;
	}
	.Product-content .slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.Product-content .Product-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.Product-content .bid-tag {
    	padding: 10px 0 15px;
	}
	.Product-content .slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.Product-content .thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.Product-content .slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.Product-content .slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 110px;
		height: 80px;
	}
    .Product-content .slider-nav .slick-slide.thumbnail-image .thumbImg img {
       width: 80%;
    }
	.Product-content .slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.Product-content .slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.Product-content .slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}
/*********************** my account page **********************/
.woocommerce form.checkout_coupon, .my-account-page form.login, .my-account-page form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
form .form-row label {
    line-height: 2;
    font-size: 13px;
}
form .form-row .required {
    visibility: visible;
}
form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
.form-row input.input-text{
    height: 30px;
    padding: 6px;
    line-height: 16px;
    max-height: 200px;
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    background: #fff;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.my-account-page input[type="text"]:focus, .my-account-page input[type="password"]:focus, .my-account-page .form-row input.input-text:focus{
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.show-password-input {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    left: 95%!important ; 
    bottom: -75% !important;
    transform: translateY(-50%);
}
.password-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 36px; /* Set a fixed height to prevent shifting */
    box-sizing: border-box;
    padding-right: 40px; 
}

.show-password-input  .fa-eye-slash{
    color: #a9a9a9;
    cursor: pointer;
}
.show-password-input i {
    width: 17.5px; /* Adjust the width as needed */
    height: 14px; /* Adjust the height as needed */
}
.form-passcode{
    position: relative;
}

.my-account-page .lost_password {
    margin-left: 15px;
}
.my-account-page .lost_password a{
    color: #222222;
    text-decoration: none;
    font-size: 14px;
}
.my-account-page .lost_password a:hover{
    color: #b80719;
    text-decoration: underline;
}
a:hover{
    color: #b80719 !important;
}
/***************************** BLog page ****************************/
.blog-page .post_wrapper {
    margin-bottom: 40px;
}
.blog-page .post_wrapper .post .post-header h2.post-title {
    background: #222222;
    padding: 17px 24px;
    margin-bottom: 30px;
}
.blog-page .post_wrapper .post .post-header h2.post-title a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.blog-page .featured-thumbnail, .blog-inner-page .featured-thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    min-height: 36px;
    background: url(../images/loading_32.gif) 50% 50% no-repeat;
    background: url(../images/loading_32.gif) 50% 50% no-repeat, url(../images/loading_bg_32.png) 50% 50% no-repeat;
}
.blog-page .featured-thumbnail a, .blog-inner-page  .featured-thumbnail a {
    position: relative;
    display: block;
}
.blog-page .post__holder .post_content, .blog-inner-page .post__holder  .post_content {
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}
.blog-page .post_content,  .blog-inner-page .post_content {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    padding-bottom: 20px;
}
.blog-page .post_content .excerpt,.blog-page  .post_content .full-post-content {
    margin-bottom: 1.5em;
}
.featured-thumbnail {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px 20px 10px 0;
}
.blog-page .btn:hover{
    background-color: #000;
}
.post_wrapper .clear{
    clear: both;
} 
/************************* BLog inner page ***********************/
.blog-inner-page .post_meta {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 0.5em 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-size: .92em;
}
.post_meta .meta_group .icon-bookmark, .post_meta .meta_group .icon-calendar, .post_meta .meta_group .icon-user, .post_meta .meta_group .icon-comments {
    color: #ababab;
}
.blog-inner-page .post_meta i, .blog-inner-page .post_meta a, .post_date {
    font-size: 13px;
    margin-right: 0em;
    padding-right: 0.5em;
    color: #999;
    text-decoration: none;
}
.share-buttons {
    display: none !important;
}
.share-buttons {
    margin-bottom: 45px;
    padding: 10px 0;
    width: 100%;
    height: 21px;
}
.share-buttons li {
    min-height: 30px;
    line-height: 0;
}
.post-author {
    margin-bottom: 60px;
    padding: 10px 20px 15px 20px;
    /* border: 1px solid #DDD; */
    background-color: #FAFAFA;
}
.post-author_gravatar {
    float: left;
    margin: 0 20px 0 0;
}
.blog-inner-page .post-author .post-author_h {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px;
    font-weight: 400;
}
.blog-inner-page .post-author .post-author_h a {
    color: #b80719;
}
.post-author_gravatar {
    float: left;
    margin: 0 20px 0 0;
}
.blog-inner-page .post-author_gravatar img {
    padding: 5px;
    border: 1px solid #DDD;
    background: #fff;
}
.blog-inner-page .post-author .post-author_desc {
    font-size: 13px;
    line-height: 15px;
    font-family: 'Ubuntu';
}

.blog-inner-page .post-author .post-author_desc {
    overflow: hidden;
    margin-top: 1em;
}
.blog-inner-page .post-author .post-author_desc .post-author_link {
    font-size: 15px;
    line-height: 18px;
    margin-top: 1.5em;
}
.blog-inner-page .post-author .post-author_desc .post-author_link a {
    color: #b80719;
}
.blog-inner-page .nocomments{
    font-size: 13px;
    line-height: 18px;
}
#respond {
    padding-top: 25px;
}
.blog-inner-page #respond h3 {
    background: #222222;
    padding: 17px 24px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
}
.blog-inner-page small {
    font-size: 85%;
}
.blog-inner-page #commentform p.field {
    margin-bottom: 12px;
}
.blog-inner-page #commentform input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    padding: 5px 6px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e2e1e1;
    width: 400px;
}
.blog-inner-page .post_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-inner-page #respond #commentform textarea {
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e2e1e1;
    height: 180px;
    padding: 10px;
}
/***************************** Help page **************************/
.help-detail h4, .help-detail p{
    font-size: 13px;
    font-family: 'Ubuntu';
    color: #333333;
}
.help-detail p{
    margin: 0 0 9px;
    font-size: 13px;
}
/**************************** Terms and condition page ****************/
.Terms-and-Conditions-page #Terms-and-Conditions li{
    list-style-type: disc;
    font-size: 13px;
}
/********************************** FAQ page ************************/
.FAQ-detail .faq-list_h {
    position: relative;
    margin: 0;
    padding: 0 0 5px 28px;
    background: none;
    font-weight: normal;
}
.FAQ-detail .faq-list .marker {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: bold;
    margin: 0;
}
.FAQ-detail .faq-list a{
    color: #222222;
    text-decoration: none;
}
.FAQ-detail .faq-list a:hover{
    color: #b80719;
    text-decoration: underline;
}
.FAQ-detail .faq-list_body {
    position: relative;
    margin: 0 0 2em 0;
    padding: 0 0 0 28px;
}
/**************************** Newsletter page ***********************/
body.newsletter{
    background-color: #ececec;
}
.newsletter-page .wrapper {
    width: 600px;
    margin: 30px auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}
.newsletter-page h1 {
    font-size: 40px;
    line-height: 2em;
    text-align: center;
    background-color: #ececec;
    color: #444;
}
.newsletter-page form {
    background-color: #fff;
}
.newsletter-page input[type="text"]:focus-visible{
    outline: none;
}
.newsletter-page input[type="text"]{
    box-sizing: border-box;
    width: 100%;
    padding: 0.2em 0.5em;
    border: 1px solid #ddd;
    font-size: 100%;
}
.newsletter-page .field {
    /* border-bottom: 1px solid #eee; */
    padding: 16px 20px 20px 20px;
    background-color: inherit;
}
.newsletter-page .field .label {
    padding: 0 0.2em 0.2em 0.2em;
    line-height: 1.7em;
}
.newsletter-page .label .required {
    padding-left: 0.3em;
}
.newsletter-page .hi {
    position: absolute;
    left: -5000px;
}
.newsletter-page .buttonbar {
    padding: 2.2em;
    text-align: center;
    background-color: #e4e4e4;
}
.newsletter-page button {
    display: inline-block;
    cursor: pointer;
    padding: 0.3em 1em;
    line-height: normal;
    text-align: center;
    vertical-align: baseline;
    font-family: inherit;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
}
.newsletter-page button {
    font-size: 18px;
    line-height: 1.5em;
    color: #444;
}
/************************** About page ***************************/
.about-us-page .about_header {
    background: #222222 !important;
    padding: 15px 24px;
    margin: 0 0 37px 0;
}
.about-us-page .about_header h3{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.about-us-page p , .about-us-page li, .about-us-page .extra-wrap{
    font-size: 13px;
}
.about-us-page .extra-wrap{
    width: 80%;
    padding-left: 5px;
}
.about-us-page .angle-list ul{
    padding: 0;
}
.about-us-page .angle-list ul li {
    line-height: 26px;
    background: url('../images/li_img.png') no-repeat center left;
    padding-left: 15px;
}
.about-us-page .text_dropcap {
    font-size: 13px;
    line-height: 21px;
    color: #b80719;
    font-family: 'Ubuntu';
}

.about-us-page .content_box.text_dropcap {
    float: left;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 0;
    background: none;
}
.about-us-page .content_box {
    position: relative;
    background: #F5F5F5;
}
.about-us-page  h4 {
    color: #b80719;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
}
.main-content .posts-grid li .featured-thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-content  li .featured-thumbnail a .zoom-icon {
    left: 0;
    top: -130px;
    position: absolute;
    transform: scale(0,1);
    transition: all 200ms linear 0s;
    width: 100%;
    height: 100em;
}
.main-content .posts-grid li .featured-thumbnail a .zoom-icon:before {
    background: url('../images/zoom_img.png') no-repeat center center;
    width: 54px;
    height: 54px;
    margin: -21px 0 0 -17px;
}

.main-content .posts-grid li .featured-thumbnail a {
    overflow: hidden;
    position: relative;
}
.main-content .posts-grid li .featured-thumbnail a img {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
    width: 100%;
}
.about-us-page .posts-grid li h5 a {
    color: #fff !important;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
}
.about-us-page .posts-grid li .excerpt {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-family: 'Ubuntu';
}
.about-us-page li .featured-thumbnail a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main-content li .featured-thumbnail a:hover .zoom-icon {
    transform: scale(1,1);
    opacity: 1;
}
.about-gallery{
    padding: 55px 0;
}
.testimonials a{
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    text-decoration: none;
}
.testimonials a:hover{
    color: #000 !important;
}
.about-us-page .extra-wrap a{
    color: #222222;
    text-decoration: none;
}
.about-us-page .extra-wrap a:hover{
    color: #b80719;
    text-decoration: underline;
}
.about-us-page .testimonials .testi-item {
    padding: 0 0 45px 0;
    margin: 0;
    clear: both;
}
.about-us-page .testimonials .testi-item .testi-item_blockquote {
    background: none;
    padding: 0;
}
.about-us-page .testimonials .testi-item  .clear{
    clear: both;
}
.testimonials .testi-item .testi-item_blockquote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials .testi-item blockquote {
    position: relative;
    display: block;
    margin: 0;
    padding: 30px;
    border: none;
    background: #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.testimonials .testi-item .testi-item_blockquote .featured-thumbnail {
    margin: 0 20px 20px 0;
    width: auto;
    max-width: 170px;
    height: auto;
    z-index: 2;
    position: relative;
}
.testimonials .testi-item .testi-meta {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 1em;
    display: block;
}
.testimonials .testi-item .testi-meta .user {
    font-size: 13px;
    line-height: 21px;
    color: #b80719;
    text-transform: uppercase;
    display: block;
}
.about-us-page .aligntextleft {
    text-align: left;
}
.about-us-page .alignleft i{
    margin: 5px 20px 10px 0;
}
.about-us-page figure {
    cursor: pointer;
}
.about-us-page .hr {
    overflow: hidden;
    margin: 30px 0px;
    height: 1px;
    background: #eee;
    font-size: 0;
    line-height: 0;
}
.product-title ul.breadcrumb__t li.divider:after {
    color: inherit;
    content: " | ";
    font-size: 16px;
    padding: 0 7px;
}
/********** contact page **************************/
.Contact-page input {
    margin: 0;
    padding: 6px 6px 7px 6px;
    width: 90%;
    height: 30px;
    line-height: 15px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,.checkout-page-content .form-row input.input-text:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .Contact-page textarea:focus{
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.Contact-page textarea {
    overflow: auto;
    margin: 0;
    padding: 6px 6px 7px 6px;
    width: 100%;
    height: 200px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    overflow: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.Contact-page .submit-wrap .btn, .cart-page .btn, .woocommerce-orders-table__cell .btn{
    display: inline-block;
    box-shadow: none;
    border: none;
    font-size: 10px;
    line-height: 12px;
    width: fit-content;
    height: auto;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    /* background: #b80719; */
    background: green;
    border-radius: 0;
    text-shadow: none;
    font-weight: 400;
    font-style: 400;
    font-family: 'Myriad Pro';
    padding: 13px 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.submit-wrap .btn:hover, .cart-page .btn:hover{
    background-color: #000;
    color: #fff !important;
}
.Contact-page input.captcha-input{
    width: 230px;
}
iframe {
    width: 100%;
}
/*************************** cart page ***************************/
 .woocommerce-message, .cart-page-content div.jigoshop_message, .checkout-page-content .woocommerce-info  {
    border-radius: 4px;
    padding: 15px 65px 15px 45px !important;
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0,0,0,0.05);
    text-shadow: none;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #222222;
    margin: 0 0 15px 0;
}
body .woocommerce-info::before {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    color: #222222;
    font-family: FontAwesome;
    content: "\f05a";
    font-size: 24px;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    font-style: normal;
  }
.variable-product-content  .woocommerce-message{
    padding: 15px 45px 15px 45px !important;
} 
.cart-page-content .woocommerce-message:before {
    top: 50%;
    margin-top: -11px;
}
.woocommerce-message:before, .cart-page-content div.jigoshop_message:before {
    position: absolute;
    left: 10px;
    color: #222222;
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 20px;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
}
.woocommerce-message a.cart-icon:hover::before{
    color: #b80719;
}
.woocommerce-message.cart-close-icon::before{
    color: #b80719;transform: scale(1.5);
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 20px;
}
.woocommerce-message a.cart-icon::before{
    position: absolute;
    top: 8px;
    padding: 6px 8px 6px 7px;
    text-align: center;
    font-size: 15px !important;
    background: #fff;
    color: #222222;
    cursor: pointer;
    font-family: 'FontAwesome';
    color: #222222;
    content: "\f07a";
    border: 2px solid #222222 !important;
    border-radius: 50%;
}
.cart-page-content .shop_table {
    border-radius: 4px;
    border: 1px solid #ddd;
}
.cart-page-content table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}
.cart-page-content .shop_table tr:first-child th:first-child {
    border-radius: 4px 0 0 0;
}
.cart-page-content .shop_table tr th {
    background: #f5f5f5;
    padding: 6px;
}
.cart-page-content .shop_table tr td {
    border-top: 1px solid #ddd;
    padding: 6px;
}
.cart-page-content a.remove {
    background: none;
    font-size: 30px !important;
    text-indent: 0;
    line-height: 28px;
    height: auto;
    width: 28px;
    overflow: hidden;
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px;
}
.cart-page-content td.product-thumbnail img {
    max-width: 55px;
    height: auto;
    object-fit: cover;
}
.cart-page-content .product-name a{
    color: #222222;
    text-decoration: none;
}
.cart-page-content .quantity input.qty {
    width: 61px !important;
    padding-left: 8px !important;
    height: 30px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.cart-page-content table.cart td.actions .coupon{
    float: left;
}
.cart-page-content .coupon label{
    display: none;
}
.cart-page-content form table.cart .actions #coupon_code {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 150px;
    margin: 3px;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;;
}
.cart-page-content div.cart-collaterals .cart_totals {
    float: left;
    margin-top: 11px;
    text-align: left;
    max-width: 80%;
    min-width: 55%;
}
.cart-page-content div.cart-collaterals .cart_totals h2 {
    margin: 0 0 24px 0;
}
.cart-page-content div.cart-collaterals .cart_totals table tr:first-child td {
    border-top: none;
}
.cart-page-content div.cart-collaterals .cart_totals table>tbody>tr>td {
    text-align: right;
}
.cart-page-content div.cart-collaterals .cart_totals table tr td {
    border: none;
    border-top: 1px solid #ddd;
}
.restore-item{
    color: #222222;
    padding-left: 5px;
    text-decoration: none;
}
/************************************** checkout page ************************/
.checkout-page-content h3{
    font-size: 18px !important;
    color: #333333;
    font-family: 'Ubuntu';
}
.checkout-page-content .woocommerce-info::before {
    position: absolute;
    left: 10px;
    top: 60%;
    margin-top: -19px;
    color: #222222;
    font-family: 'FontAwesome';
    content: "\f05a";
    font-size: 24px;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    font-style: normal;
}
 form .form-row {
    padding: 3px;
    margin: 0px;
}
.checkout-page-content .form-row input.input-text,.checkout-page-content form .form-row textarea{
    height: 30px;
    padding: 6px;
    line-height: 16px;
    max-height: 200px;
    max-width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
abbr[title]{
    cursor: help;
}
.checkout-page-content  form .form-row .required {
    visibility: visible;
}
.checkout-page-content  form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
.checkout-page-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    border-radius: 4px;
}
.checkout-page-content .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}
.checkout-page-content form select{
    width: 100% ;
    border-radius: 4px;
}
.shop_table {
    border-radius: 4px;
    border: 1px solid #ddd;
}
table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}
.checkout-page-content form .form-row-first {
    float: left;
}
.checkout-page-content form .form-row-last {
    float: right;
}
.checkout-page-content form .form-row-first, .checkout-page-content form .form-row-last {
    width: 47%;
    overflow: visible;
}
table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}
.shop_table tr th {
    background: #f5f5f5;
    padding: 6px;
}
table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.shop_table tr td {
    border-top: 1px solid #ddd;
    padding: 6px;
}
 table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.checkout-page-content .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    margin: 0;
    list-style: none outside;
}
.checkout-page-content div#payment ul.payment_methods {
    border: none;
}
.checkout-page-content .checkout .wc_payment_methods.payment_methods {
    background: #f9f9f9;
    padding: 10px;
}
.checkout-page-content div#payment ul.payment_methods li {
    clear: both;
}
.checkout-page-content .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}
.checkout-page-content div#payment ul.payment_methods input[id^="payment_method_"] {
    float: none;
    display: inline-block;
    margin: -3px 4px 0 0 !important;
    vertical-align: middle;
}
.checkout-page-content div#payment ul.payment_methods input[id^="payment_method_"] + label {
    display: inline-block;
    margin: 0;
}
.checkout-page-content .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 0.5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}
.checkout-page-content label .mollie-gateway-icon {
    float: right;
}
.checkout-page-content .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
.checkout-page-content .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.checkout-page-content .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}
.checkout-page-content #order_review form select{
    padding: 4px 5px;
    max-width: 100% !important;
    width: auto;
    height: 30px;
    padding: 6px;
    line-height: 16px;
    max-height: 200px;
    max-width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    background: #fff;
    border: 1px solid #ccc;
}
.checkout-page-content #order_review  .payment_box select{
    max-width: 100% !important ;
    width: auto !important;
}
.checkout-page-content form .form-row label.checkbox{
    display: inline;
}
.checkout-page-content form .form-row label {
    line-height: 2;
}
.checkout-page-content #payment #place_order {
    float: right;
}
.checkout-page-content #barcode_container {
    display: none;
}
.checkout-page-content a{
    color: #222222;
}
.woocommerce-checkout #order_barcode_image, .woocommerce-checkout #order_barcode_text {
    display: none;
}
.checkout-page-content form .form-row textarea{
    height: 100px;
    width: 100%;
    resize: vertical;
}
/*********************** wishlist page ****************************/
.wishlist-title.wishlist-title-with-form h2{
    padding: 5px;
}
.wishlist-title.wishlist-title-with-form h2:hover {
    background: #efefef;
}
.hidden-title-form {
    position: relative;
    margin: 25px 0 39px;
    display: none;
}
table.wishlist_table {
    font-size: 80%;
}
input[type="text"]{
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.edit-title-buttons a, table.wishlist_table a{
    color: #222222;
}
/***************** tahnk you page *********************************/
.thank-you-page a{
    color: #222222;
    text-decoration: none;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.woocommerce ul.order_details {
    padding: 0 0 3em !important;
    list-style: none;
}
.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.order_details li {
    background: none;
    padding-left: 0;
    padding-bottom: 0;
}
.woocommerce ul.order_details li:last-of-type {
    border: none;
}
.thank-you-page .clear{
    clear: both;
}
p {
    margin: 0 0 9px;
}
address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
}
strong {
    font-weight: bold;
}
.bundled_table_item, .bundled_table_item td {
    border-top: none !important;
    border-bottom: none !important;
}
.bundled_table_item .bundled_table_item_indent {
    padding-left: 32px;
}
.bundled_table_item .product-name{
    font-size: .875em;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}
#view-order-barcode {
    width: 100%;
    text-align: center;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
}
/*********************** Account dashboard ***********************/
.account-dashboard li{
    list-style-type: disc;
}
.account-dashboard a{
    text-decoration: none;
    color: #222222;
}
.account-dashboard .woocommerce-info {
    padding: 10px 0px 10px inherit !important;
}
/*****************************************************************/
/* back to up */
#back-top-wrapper {
    position: fixed;
    overflow: hidden;
    z-index: 99;
    right: 20px;
    bottom: 30px;
}
#back-top a {
    background: transparent;
}
#back-top a {
    display: block;
    width: 50px;
    color: #bbb;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 11px/100% Arial, Helvetica, sans-serif;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#back-top span {
    border-radius: 50%;
    background: url('../images/back-top_img.png') no-repeat center center #333333;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
#back-top{
    visibility: hidden;
}
#back-top.show {
    opacity: 1;
    visibility: visible;
}
/* gift card */
#gifty-container.left {
    left: 10px;
}

#gifty-container.bottom {
    bottom: 10px;
}
#gifty-container #gifty-toggle-container {
    width: 65px;
    height: 65px;
    margin: 10px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
#gifty-container {
    width: 341px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    position: fixed;
    pointer-events: none;
    z-index: 2147483647;
}
.gift-card-footer #toggle {
    cursor: pointer;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    width: 65px;
    height: 65px;
    padding: 0;
    display: block;
    background: #e81348;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0;
    outline: 0;
}
.gifty-container .message.left {
    float: left;
}
.gifty-container .message {
    width: auto;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 20px;
    color: #fff;
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    line-height: 1.2;
    word-break: break-all;
    cursor: pointer;
    border-radius: 19px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}
.main-content{
    min-height: 100vh;
    overflow: hidden;
}

.blog-inner-page .btn:hover{
    background-color: #000 !important;
}
.hide-scrollbar{
    overflow-x: hidden;
}
/************* variavble product ****************/
.variable-product-content .variable-product-left {
    max-width   : 304px;
    margin-right: 0px;
    /* border: 1px solid #f2f2f2; */
    float: left;
}
.variable-product-content .varible-product-img .images{
    width: 300px;
}
.variable-product-content .variable-product-right {
    width: 280px;
}
.variable-product-content .summary .cart.variations_form label {
    line-height: 29px;
    display: inline-block;
    padding: 2px 4px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #999;
    font-weight: 700;
    text-align: left;
    border-radius: 4px;
    font-size: 13px;
}
.variable-product-content .summary .cart.variations_form .label{
    width: 60px;
}
.variable-product-content form.cart .variations ,.gift_card {
    margin-bottom: 1.5em;
    border: 0;
    width: 100%;
}
.variable-product-content  .summary .cart {
    float: none;
    width: 100%;
}
.variable-product-content form select , .gift_card_select{
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    /* width: 120%; */
}
.variable-product-content .value{
    padding: 12px 10px;
    border-radius: 4px;
}
.variable-product-content .qc_add_compare{
    text-align: end;
    position: inherit;
    margin-top: 0;
    margin-left: auto;
}
.variable-product-content button.single_add_to_cart_button{
    font-size: 11px;
    cursor: pointer;
    width: 100%;
    max-width: fit-content;
    pointer-events: auto;
}
.variable-product-content button.btn:hover, .All-products-page .btn:hover , .widget_shopping_cart_content .btn:hover , #qc_add_to_cart_button_quick_view:hover{
    background-color: #000;
    color: #fff !important;
    cursor: pointer;
}
.variable-product-content .yith-wcwl-add-button a.add_to_wishlist{
    margin-top: 18px !important;
    text-decoration: none;
}
.variable-product-content form.cart div.quantity {
    margin: 0;
}
#side-bar {
    padding-top: 0px; 
}
.variable-product-content form.cart div.quantity{
    max-width: 72px;
    width: 100%;
}
.my-account-page .form-row .woocommerce-form-login__submit {
    margin-top: 15px;
}
.my-account-page .form-row .form-check-input {
    margin-top: 6px;
}
#registration-form .woocommerce-form-register__submit {
    margin-top: 20px;
}
.woocommerce-form-login .form-row .btn {
    margin-top: 10px;
}
.about-news .testimonials .testi-item img {
    padding-right: 15px;
}
.about-gallery .boxes .posts-grid li .home_blog_content h5 {
    color: #222222 !important;
    padding-top: 10px;
    font-size: 20px;
}
.about-gallery .boxes .posts-grid li .home_blog_content p {
    color: #222222 !important;
}
/**************** media query ********************/

@media screen and (max-width: 1199px) {
    .qc-logo img{
        width: 90%;
    }
    .search-block {
        margin-top: -12px;
    }
}
@media screen and (max-width: 1099px) {
    .qc-custom_banners {
        margin-top: -450px;
    } 
}
@media only screen and (min-width: 991px){
    #header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
        width: 20%;
    }
}
@media screen and (max-width:991px) {
    .variable-product-content .variable-product-left {
        max-width: 100%;
    }
    .variable-product-content form select {
        width: 100%;
    }
    .variable-product-content .variable-product-right {
        width: 100%; 
    }
    .variable-product-content .varible-product-img .images{
        width: 100%;
    }
    .qc-custom_banners {
        margin-top: 0px;
    }
    .parallax-news-box{
        margin-left: 15px;
        margin-right: 15px;
    }
    .qc-logo img{
        width: 100%;
        display: inline-block;
        padding: 30px;
        float: none;
        max-width: inherit;
    }
    .qc-header-content {
        margin-bottom: 30px;
    }
    .qc-header-content .aws-wrapper .aws-search-field{
        font-size: 16px !important;
        font-weight: 500;
    }
    .search-block {
        margin-top: 11px;
        justify-content: center;
        align-items: center;
    }
    .qc-header-content .cherry-wc-account {
        margin-left: 20px;
    }
    .qc-aws-container .qc-aws-search-form{
        margin-top: 15px;
    }
    div#mega-toggle-block-1{
        display: flex;
        justify-content: end;
        padding-right: 10px;
    }
    footer.footer-section .footer-content .social {
        margin-top: 0px; 
        float: inherit; 
        width: 100%; 
        margin-bottom: 0px;
        padding: 0;
    }
    footer.footer-section .footer-content .social li {
        list-style-type: none;
        margin-left: 0px;
         float: inherit; 
    }
    .qc-slider_in_mobile ul.products li.product {
        width: 43%;
    }
    .qc-custom_banners .custom_banners_wrap_inner a.banner-wrap .extra-wrap h5 {
        font-size: 17px;
        line-height: 19px;
    }
    .qc-custom_banners .custom_banners_wrap_inner a.banner-wrap .extra-wrap{
        padding: 10px 0;
    }
    .qc-custom_banners .custom_banners_wrap_inner a.banner-wrap .extra-wrap p {
        font-size: 16px;
        line-height: 18px;
    }
    #header-mega-menu #qc-mega-menu-header > li.mega-menu-item > a.mega-menu-link{
        font-size: 13px;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
    .hero-banner .carousel-items img {
        height: 400px;
    }
    .Contact-page input{
        width: 100%;
    }
    .about-us-page .extra-wrap{
        width: 90%;
    }
    .qc-mfp-content .cherry-quick-view-wrap .cherry-quick-view-images{
        flex-direction: column;
    }
    #header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
      width: 33.33%;
    }
    .contact-form .field {
      margin-bottom: 0px;
    }
    .contact-form .field span input {
      margin-bottom: 0px;
    }
    .Contact-page .field {
      padding-top: 10px;
    }
    .about-gallery .boxes ul li img {
     width: 100% !important;
   }

}
@media screen and (max-width: 767px) {
    .parallax-news-box ul li.list-item {
        width: 100%;
    }
    .slider_caption{
        text-align: center !important;
    }
    .hero-banner .carousel-items #mainCaptionHolder .slider_caption h2{
        font-size: 28px ;
        line-height: 30px;
    }
    #top-nav:before{
        display: none;
     }
     footer#top-nav:before{
         right: 0;
         background: url('../images/menu-bg.jpg') repeat-x;
         display: block;
     }
     #top-nav #header-mega-menu #qc-mega-menu-header > li.mega-menu-item:nth-child(2) {
        border: none;
    }
    #top-nav #header-mega-menu #qc-mega-menu-header > li.mega-menu-item {
        border: none;
    }
    #qc-mega-menu-header{
        padding-bottom: 10px !important;
    }
    .qc-custom_banners {
        margin-bottom: 35px;
    }
    .newsletter-page .wrapper {
        width: 100%;
    }
    .newsletter-page h1 {
    line-height: 50px;
    font-size: 30px;
    padding-top: 20px;
    }
    .qc-header-content .row {
       align-items: center;
    }
    .qc-logo img {
       padding: 0px;
   }
   /*#header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
      margin-top: 32px;
  }*/
  #header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
     width: 50%;
   }
   .product-title {
     padding: 20px 0px;
   }
   .product-title h1.title-header {
     text-transform: capitalize;
     font-size: 22px;
     padding-bottom: 10px;
   }
   .product-title ul.breadcrumb {
     text-transform: capitalize;
   }
   .qc-mfp-content .cherry-quick-view-content {
    width: 100%;
   }
   .mfp-container:before {
    position: absolute;
   }
   .qc-mfp-content .cherry-quick-view-wrap .cherry-quick-view-images .images {
    width: 250px;
    padding-top: 0rem!important;
    margin-left: 100px;
   }
  .qc-mfp-content .cherry-quick-view-tabs {
    padding: 0px;
   }
  p.contact-text {
    margin-bottom: 0px;
   }
   .woocommerce-thankyou-order-details li {
     margin-bottom: 10px;
   }
  .about-gallery .boxes .posts-grid li {
    padding-bottom: 10px;
   }
   .about-gallery {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 601px){
    #header-mega-menu #qc-mega-menu-header li.mega-icon-top > a.mega-menu-link:before {
        width: 100%;
        min-width: 200px;
        background-position-x: center;
    }
    #header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(odd) {
        clear: left;
    }

}
@media screen and (max-width:599px) {
    .cart-page .sider-bar {
        display: none;
    }
    .checkout-page .sider-bar{
        display: none;
    }
     .mega-menu-item i {
       right: 20px;
    }
    #header-mega-menu #qc-mega-menu-header li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
      display: none;
    }
    .mega-indicator-outside i {
       top: 33%;
       display: block;
       font-family: 'FontAwesome';
    }
    .variable-product-content .qc_add_compare {
        margin-bottom: -88px;
        margin-left: -55px;
    }
    .Product-content .tabs ul {
        flex-direction: column;
        padding: 0;
    }
    .Product-content .tabs ul li{
        width: 100%;
        margin: 0;
    }
    .header-section .shop-navigation ul{
        justify-content: center !important;
    }
    .header-section .shop-navigation ul {
        padding: 20px 0 20px 0;
    }
    .search-block{
        margin-top: 0;
    }
    .qc-header-content .aws-wrapper .aws-search-field {
        width: 100%;
    }
    #header-mega-menu #qc-mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 50%;
    }
    .hero-banner, .qc-custom_banners, .qc-heading-text, .parallax-news-box , .qc-featured_products, .outlet-section{
        display: none ;
    }
    .qc-slider_in_mobile{
        display: block;
        margin: 20px 0;
    } 
    /* .qc-header-content .qc-cart-count {
        left: 93%;
    } */
    .qc-logo{
        text-align: center;
    }
    .qc-logo img {
        width: 88%;
    }
    #header-mega-menu .mega-menu-toggle + #qc-mega-menu-header {
        background: #222;
        padding: 0px 0px 0px 0px;
        display: none !important;
        margin-top: -20px !important;
        margin-bottom: 20px !important;
    }
    .mega-menu-toggle{
        display: block;
    }
    #header-mega-menu .mega-menu-toggle.mega-menu-open + #qc-mega-menu-header {
        display: block !important ;
    }
    #header-mega-menu #qc-mega-menu-header > li.mega-menu-item > a.mega-menu-link {
       /*width: 100%;
        justify-content: space-between;
        display: flex;*/
        display: inline-block;
    }
   /* #header-mega-menu #qc-mega-menu-header > li.mega-menu-item:hover .mega-sub-menu {
        display: block;
        width: 100%  !important;
        padding: 5px 10px;
        z-index: 99999999;
    }*/
    #header-mega-menu #qc-mega-menu-header li.mega-menu-item-has-children > a.mega-menu-link.selected > span.mega-indicator:after {
        content: '\f0d8';
    }
    .qc-mfp-content .cherry-quick-view-tabs {
        width: 100%;
    }
    .cart-page-content form table.cart .actions #coupon_code  {
        float: none;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        margin: 3px 0;
    }
    .cart-page .actions .btn{
        margin: auto;
        display: block;
        float: none !important;
    }

    .cart-page-content table.cart td.actions .coupon {
        float: none;
        text-align: center;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #ddd;
    }
    .cart-page-content div.cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
    .Wish-list-page td.product-thumbnail img, .Wish-list-page .product-price{
        display: none;
    }
    ul.products li.product a {
      margin-right: 10px;
    }
    .qc-mfp-content .cherry-quick-view-wrap .cherry-quick-view-images .images {
      margin-left: 60px;
    }
    .woocommerce ul.order_details li {
     margin-right: 1em;
     padding-right: 1em;
    }
    .woocommerce ul.order_details li {
      font-size: 10px;
      margin-right: 5px;
      padding-right: 5px;
    }
    
}
@media screen and (max-width:500px) {
    .account-dashboard .woocommerce .tabs-stage .account-orders-table {
      font-size: 11px !important;
    }
    .account-dashboard .woocommerce .tabs-stage .account-orders-table tr th {
      padding: 3px 6px !important;
    }
    .account-dashboard .woocommerce .tabs-stage .account-orders-table tr td {
      padding: 3px 6px !important;
    }
}

/******************* 6/6/23 ********************/
.about-detail img.alignnone{
    width: 100%;
    object-fit: contain;
}
.slick-slide{
    position: relative;
}
/***************************************************/
@media (min-width: 1200px){
    .container{
        max-width: 1200px !important;
        width: 100%;
    }
}
@media (min-width: 991px) and (max-width: 1199px){
    .account-dashboard .woocommerce {
      width: 100%;
  }
  .account-dashboard .woocommerce-MyAccount-navigation {
    width: 20%;
  }
  .account-dashboard .tabs-stage {
    width: 80%;
  }
}
@media (min-width: 979px) and (max-width: 1199px){
    .container{
        max-width: 940px !important;
    }
}
@media (min-width: 768px) and (max-width: 979px){
    .container{
        max-width: 724px !important;
    }
} 
@media (max-width: 767px){
    .container {
        width: 100% !important;
        padding: 0;
    }
}
@media (min-width: 576px) and (max-width: 320px){
    .container{
        max-width: 100% !important;
    }
}

/********* forget password **********/
.forgot-password-page{
    margin: 5rem auto;
}
/************* reset pass ***********/
@media screen and (max-width:599px) {
    .checkout-page-content form .form-row-first, .checkout-page-content form .form-row-last {
        width: 100%;
        overflow: visible;
    }
}

@media (min-width: 1200px){
    .variable-product-content .variable-product-right{
        width: 450px;
    }
}

/* body{margin: 0px; padding: 0px;} */
img{max-width: 100%;}
.bundle-container{max-width: 1170px; margin: auto;}

.product-image {
    width: 45%;
    display: inline-block;
}

.main-inner {
    max-width: 870px;
    display: inline-block;
}
.bundle-product-title {
    float: none;
    width: 25%;
    display: inline-block;
    padding-left: 20px;
}
.product-vedio {
    float: right;
    width: 420px;
}
.product-imageleft{
    float: left;
    width: 25%;
    display: inline-block;
}

/* @media */

@media only screen and (max-width:995px) {
    .main-inner {padding: 0 24px;}
    .bundle-product-title {width:100%;}
    .product-imageleft {width:32%;}
    .product-vedio {
    float: right;
    /* width: 420px; */
    width: 60%;
}
}

@media only screen and (max-width:767px) {
    .product-imageleft {
    width: 50%;
}
.product-vedio {
    float: right;
    /* width: 420px; */
    width: 50%;
}
}

@media only screen and (max-width:479px) {
    .product-vedio {width: 100%;}
    .bundle-product-title {width:100%; padding-left:0px;}
    .product-imageleft {width:100%;}
}
@media (max-width: 767px) {
    .header-section .shop-navigation ul li.mobile-view {
      display: none;
    }
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 31.333%;
    padding: 10px;
    /* border: 1px solid #efefef; */
}
.product-margin {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #efefef;
    padding: 10px;
}

ul.products li.product .short_desc {
	padding: 10px 0 0px 0px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media only screen and (max-width:599px) {
    ul.products .add_to_cart_button, #qc_add_to_cart_button_quick_view {
        padding-right: 9px !important;
        padding-left: 26px !important;
        margin: -10px;
        margin-top: -14px !important;
        padding: 12px 12px;
        background-size: 13px !important;
        margin-bottom: 10px;
    }
    .qc-slider_in_mobile ul.products li.product {
        margin: 0 10px 30px 0px;
    }
    .qc-header-content .qc-cart-count {
        right: -24%;
        top: -31%;
    }
    .header-section .shop-navigation ul li {
        padding: 0px 0px 12px 0px;
    }
    .account-dashboard .woocommerce .tabs-stage .account-orders-table {
       font-size: 13px;
   }
   .account-dashboard .woocommerce .tabs-stage .account-orders-table tr th {
     padding: 6px 9px !important;
   }
   .account-dashboard .woocommerce .tabs-stage .account-orders-table tr td {
     padding: 6px 9px;
   }
   .account-dashboard .woocommerce .tabs-stage{
    padding: 0px;
   }
   .Product-content .slider-nav .slick-slide.thumbnail-image .thumbImg img {
     width: 85%;
   }
}
@media only screen and (max-width:416px) {
    .thank-you-page .thank-you-content .woocommerce-thankyou-order-details {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding: 0 0 0em !important;
    }
    .woocommerce-thankyou-order-details li {
      width: 100%;
      border-bottom: 1px dashed #d3ced2;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-right: 0px !important;
      margin-right: 0px !important;
      padding-right: 0px !important;
   }
   .thank-you-page .thank-you-content .woocommerce-order-details {
     margin-top: 1em !important;
   }
} 
@media only screen and (max-width:400px) {
    .cart-page-content .shop_table tr td {
      padding: 5px;
      font-size: 12px;
   }
   .cart-page-content .quantity input.qty {
     width: 50px !important;
   }
}
@media only screen and (max-width:450px) {
   .account-dashboard .woocommerce .tabs-stage .account-orders-table {
     overflow-x: auto;
    display: block;
/*    width: fit-content;*/
    max-width: 90vh;   
   }
}
@media only screen and (max-width:380px) {
   .Product-content .thumbnail-image.slick-slide {
     min-width: 103px;
     width: 68px !important;
    }
}
@media only screen and (max-width:367px) {
    .cart-page-content .shop_table tr td {
      padding: 3px;
   }
   .cart-page-content td.product-thumbnail img {
     max-width: 40px;
   } 
   .cart-page-content .quantity input.qty {
     width: 40px !important;
   }
   .account-dashboard .woocommerce .tabs-stage .account-orders-table {
    max-width: 80vh;   
   }
   .show-password-input {
    left: 90%!important;
   }
}
/***************************************/
.qc-attr-filter-title h5 {
    display: flex;
    justify-content: space-between;
    font-size: 17px !important;
}
.qc-attr-filter-title h5:after {
    content: '\f078';
    font-family: 'FontAwesome';
    transition: all 0.5s ease-out;
}
.qc-attr-filter-title h5.open:after{
    transform: rotate(180deg);
}
.qc-attr-filter-body{
    display: none;
}