@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff"), url("../fonts/Oswald-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "museo_slab500";
    src: url("../fonts/museo_slab_500-webfont.woff2") format("woff2"), url("../fonts/museo_slab_500-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
}


.tophead {
    background-color: rgba(121, 18, 19, 1);
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-header .tophead {
    background-color: rgba(121, 18, 19, 0.5);
}

header#site-header {
    position: absolute;
    width: 100%;
}


/* .tophead {background-image: url(../images/top2.png); } */

.tophead .christmas {
    display: flex;
    align-items: center;
}

.tophead p {
    color: #fff;
    margin-bottom: 0px;
    /*font-family: "Oswald", sans-serif;*/
    font-family: "Oswald-Medium", sans-serif;
    text-transform: uppercase;
    float: left;
    margin-right: 7px;
    font-size: 14px;
}

.tophead span {
    color: #fff;
    margin-bottom: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.tophead .cold_image {
    display: block;
    float: left;
    margin-right: 10px;
    display: flex;
}

header#site-header {
    position: absolute;
    width: 100%;
}

.homebanner {
    background-image: url(../images/07.jpg);
    /*padding: 150px 0px;*/
    background-size: cover;
}

.homebanner .bannerInner {
    /*padding: 150px 0px;*/
    padding: 300px 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.homebanner .bannerInner h4 {
    color: #fff;
    font-size: 75px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.homebanner .bannerInner span a {
    color: #000;
    text-transform: uppercase;
    font-family: "museo_slab500";
    font-size: 20px;
    padding-top: 25px;
    display: inline-block;
}

.homebanner .bannerInner span a:hover {
    color: #f5122e;
}

.header-navigation-wrapper nav li {
    list-style: none;
}

.header-navigation-wrapper nav .menu>li>a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 600;
    padding: 10px;
}

.header-navigation-wrapper nav .menu>li>a:hover {
    color: #f5122e !important;
}

.tophead .Links .log_details {
    display: flex;
    align-items: center;
}

.tophead .Links .heart_image {
    display: block;
    float: left;
}

.tophead .Links li {
    list-style: none;
}

.tophead .Links ul {
    float: right;
    margin: 0;
}

.tophead .Links ul li a {
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.tophead .row {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.menu-header .navigation-top {
    border: none;
    background: none;
    position: relative;
}

.menu-header .headerMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-header {
    position: relative;
    padding: 16px 0px;
}

.menu-header::before {
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}

.header-inner.section-inner {
    float: right;
}

.primary-menu ul {
    background: #fff !important;
    border-radius: 0.4rem;
    color: #000 !important;
    font-size: 1.7rem;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
}

.primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block;
    padding: 5px 10px;
    transition: background-color 0.15s linear;
    width: 100%;
}

.primary-menu>li>ul::after {
    border-bottom-color: #fff !important;
}

.primary-menu .sub-menu li a {
    color: #000 !important;
}

.primary-menu .sub-menu .sub-menu {
    background: #fff !important;
    border-radius: 0.4rem;
    color: #000 !important;
    font-size: 1.7rem;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    left: 105%;
    top: -1rem;
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 20rem;
    z-index: 1;
}

.primary-menu .sub-menu .sub-menu::before {
    bottom: 0;
    height: auto;
    left: -2rem;
    right: auto;
    top: 0;
    width: 2rem;
}

.primary-menu .sub-menu .sub-menu::after {
    border-bottom-color: transparent;
    border-left-color: #000;
    bottom: auto;
    left: -1.6rem;
    /* right: 0; */
    top: 2rem;
    transform: rotate(180deg);
    display: none;
}

.HomeShop {
    background-image: url(../images/08.jpg);
    /*background-position: bottom; */
    background-repeat: no-repeat;
    background-size: cover;
}

.HomeShop .container-fluid {
    padding: 0px;
}


/* .serviceSec .innerServicesec{padding:0px;} */

.serviceSec .innerServicesec .serviceimg {
    padding: 0px;
}

.leftHomeshop {
    padding: 220px 0px;
}

.leftHomeshop h4 {
    font-size: 75px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #fff;
}

.shopText a {
    color: #f5122e;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "museo_slab500";
}

.shopText a:hover {
    color: #ffffff;
}

.shopText {
    text-align: center;
    display: block;
}

.col-lg-6.leftHomeshop {
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.shopSlider li {
    list-style: none;
    text-align: center;
    padding: 0px 20px;
}


/* .shopSlider {

    display: flex;

    z-index: 9;

} */

.shopProduct {
  /*  background-image: url(../images/012.png);   */
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}

.slideshoptitle {
    text-align: center;
    z-index: 9;
    position: relative;
    padding-bottom: 20px;
}

.slideshoptitle h4 {
    font-size: 60px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.slideshoptitle h5 {
    color: #fff;
    font-family: "museo_slab500";
    text-transform: uppercase;
    color: #f5122e;
    padding-top: 30px;
}

.slideshoptitle h5 a {
    color: #f5122e;
}

.slideshoptitle h5 a:hover {
    color: #000;
}

.shopProduct::before {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
}

.shopProduct .shophomeInner {
    padding: 100px 0px;
}

.shopSlider .price.producthomecf span.amount {
    display: block;
}

.shopSlider .price.producthomecf span {
    color: #fff;
}

.shopSlider .price.producthomecf span {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.shopSlider .price.producthomecf .green-btn {
    color: #f5122e;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "museo_slab500";
}

.shopSlider .price.producthomecf .green-btn:hover {
    color: #000;
}

.shopSlider .slick-slide img {
    margin: 0 auto;
}

.shopSlider .slick-list {
    max-width: 85%;
    margin: 0 auto;
}

.price.producthomecf {
    /*padding: 0px 45px;*/
    padding: 5px 45px;
}

.emailsubscribe {
    background-color: #000;
    text-align: center;
    padding: 70px 0px;
}

.emailsubscribe h4 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.emailsubscribe h5 {
    color: #fff;
    font-family: "museo_slab500";
}

.emailsubscribe form {
    text-align: center !important;
}

.emailsubscribe form input {
    border: 1px solid #fff;
    background-color: #000;
    color: #fff !important;
    text-align: center;
    padding: 10px !important;
    width: 60% !important;
    margin: 0 auto;
}

.emailsubscribe input.gform_button {
    border: none;
    font-family: "museo_slab500";
    text-transform: uppercase;
    color: #f5122e !important;
    font-size: 24px !important;
    background-color: transparent;
    letter-spacing: 1px;
}

.emailsubscribe input.gform_button:hover {
    color: #ffffff !important;
}

.HomeShop.inner {
    background: url(../images/shop-images/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 135px;
    width: 100%;
    height: auto;
}

.HomeShop .container-fluid {
    padding: 0px;
}

.HomeShop.inner .leftHomeshop .waterproof {
    padding-left: 50px;
    padding-right: 50px;
}

.HomeShop.inner .leftHomeshop .waterproof h4 {
    text-transform: uppercase;
    font-size: 58px;
    font-family: "Oswald", sans-serif;
    /* font-weight: bold; */
}

.HomeShop.inner .leftHomeshop .waterproof p {
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 15px;
}

.menu-bottom {
    background-color: #be1b20;
    padding: 0;
    position: relative;
    z-index: 1;
}

.menu-bottom .navbar-nav {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.menu-bottom .navbar-nav .nav-item {
    /* width: 25%; */
    text-align: center;
    flex: 0 0 25%;
    max-width: 25%;
}

.menu-bottom .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    width: 100%;
}

.menu-bottom .navbar-nav .nav-item .nav-link:focus {
    outline: 0;
}

.shop-gallery {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}

.shop-gallery::before {
    content: "";
    position: absolute;
  /*  background: url(../images/shop-images/015.png); */
    top: -1%;
    width: 945px;
    height: 945px;
    left: 15%;
}

.shop-gallery .gallery {
    padding-top: 80px;
    padding-bottom: 80px;
    /* padding-left: 30px;

                padding-right: 30px; */
}

.shop-gallery .gallery .row {
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.shop-gallery .gallery .product {
    text-align: center;
}

.shop-gallery .gallery .product img {
    width: 100%;
}

.shop-gallery .gallery .product h4,
.shop-gallery .gallery .product p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-top: 15px;
}

.shop-gallery .gallery .product .btn {
    color: red;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    letter-spacing: 0.1em;
}

.shop-gallery .gallery .product .btn:focus {
    box-shadow: none;
    outline: none;
}

.subscription {
    background-color: #000;
}

.subscription .sub {
    padding-top: 80px;
    padding-bottom: 80px;
}

.subscription .sub .mailing_list {
    text-align: center;
}

.subscription .sub .mailing_list h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.subscription .sub .mailing_list h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: "museo_slab500";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.subscription .sub .mailing_list input[type="email"] {
    font-size: 18px;
    border: 2px solid #fff;
    outline: 0;
    display: block;
    background-color: transparent;
    width: 50%;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
}

.subscription .sub .mailing_list .btn {
    color: red;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "museo_slab500";
    letter-spacing: 0.1em;
    font-weight: 700;
}

.subscription .sub .mailing_list .btn:focus {
    box-shadow: none;
    outline: none;
}

.footer {
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer .footer_top {
    /* padding-top: 80px;

    padding-bottom: 80px; */
    justify-content: center;
}

.footer .footer_top .row {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
}


/* .footer .footer-top .footer-menu{

        padding-left: 25px;

        padding-right: 25px;

        } */

.footer .footer_top h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .footer_top li a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .footer_top li a:hover {
    color: #f5122e;
}

.footer .footer_top li {
    list-style: none;
}

.footer .footer_top ul {
    list-style: none;
    padding: 0;
}

.footer .footer_top ul li {
    margin-bottom: 10px;
}

.footer .footer_top a {
    text-decoration: none;
    color: #fff;
}

.footer .footer_top ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.footer .footer_top ul li a:hover {
    color: #f5122e;
}

.footer .footer_top .social {
    display: block;
    margin-top: 30px;
}

.footer .footer_top .social .fa-facebook-f,
.footer .footer_top .social .fa-instagram,
.footer .footer_top .social .fa-twitter {
    font-size: 28px;
    color: #f5122e;
    margin-right: 20px;
}

.footer .footer_top .social .fa-facebook-f:hover,
.footer .footer_top .social .fa-instagram:hover,
.footer .footer_top .social .fa-twitter:hover {
    color: #ffffff;
}

.footer .footer_bottom {
    display: block;
}

.footer .footer_bottom p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.shop-inner .woocommerce-breadcrumb {
    margin-top: 10px;
}

.shop-inner .woocommerce-breadcrumb a {
    font-size: 14px;
}

.shop-inner .summary .product_title,
.shop-inner .products .woocommerce-loop-product__title {
    font-family: "Oswald", sans-serif;
}

.shop-inner p.price,
.shop-inner span.price {
    font-family: "Oswald", sans-serif;
}

.shop-inner .woocommerce-product-details__short-description p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.shop-inner div.product form.cart .variations td.label {
    padding-right: 0;
}

.shop-inner div.product form.cart .variations td,
.shop-inner div.product form.cart .variations th {
    border: 0;
    vertical-align: middle;
    line-height: 2em;
}

.shop-inner .variations .label {
    font-size: 20px;
    padding: 0;
    vertical-align: middle;
}

.shop-inner .variations .label label {
    margin: 0;
}

.shop-inner div.product form.cart .variations select {
    max-width: 100%;
    min-width: 60%;
    display: inline-block;
    margin-right: 1em;
}

.shop-inner .variations .value select {
    background-color: transparent;
    color: #000;
    padding: 8px;
    width: 200px;
    border: 1px solid #ddd;
    font-size: 20px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}

.shop-inner .variations .value select option {
    padding: 30px;
}

.shop-inner button.button.alt {
    color: red;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    font-weight: 700;
    background-color: transparent;
}

.shop-inner .products .add_to_cart_button {
    color: red;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    font-weight: 700;
    background-color: transparent;
    padding: 0;
}

.shop_now_button {
    color: red;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: "museo_slab500";
    font-weight: 700;
    background-color: transparent;
    padding: 0;
}

.shop-inner button.button.alt:hover,
.shop-inner .products .add_to_cart_button:hover {
    background-color: transparent;
    color: #ff4700;
}

.shop-inner button.button.alt:focus,
.shop-inner .products .add_to_cart_button:focus {
    box-shadow: none;
    outline: none;
}

.shop_now_button:hover {
    background-color: transparent;
    color: #ff4700;
}

.shop_now_button:focus {
    box-shadow: none;
    outline: none;
}

.shop-inner .products ul.columns-4 {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.shop-inner .products ul.columns-4 li {
    text-align: center;
}

.shop-inner .product_meta {
    font-family: "Open Sans", sans-serif;
}

.shop-inner .product_meta .posted_in {
    margin-left: 15px;
}

.shop-inner .products h2 {
    font-family: "Oswald", sans-serif;
}

.top-header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.headerMenu .navigation-top .wrap {
    max-width: 100%;
    float: right;
}

a:hover {
    text-decoration: none;
}

.headerMenu .navigation-top .wrap .menu li a:hover {
    text-decoration: none;
}

.headerMenu .navigation-top .wrap .menu li a svg {
    color: #f5122e;
}

.tophead .Links .log_details {
    justify-content: flex-end;
}

.tophead .Links .heart_image {
    margin-right: 40px;
}

.header-inner.section-inner {
    width: 100%;
}

.main-navigation li li:hover {
    background: #000 !important;
}

.InnerPage {
    padding-top: 80px;
}

.woocommerce-tabs li a {
    color: #000;
}

.product_meta .posted_in a {
    color: #000;
}

.shop-inner button.button {
    opacity: 1 !important;
}

.related.products .woocommerce-LoopProduct-link {
    color: #000;
}

.shopSlider .slick-prev,
.shopSlider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.shopSlider .slick-prev {
    left: 0px;
}

.shopSlider .slick-next {
    right: 0px;
}

.shopSlider .slick-prev,
.shopSlider .slick-next {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
}

.shopSlider .slick-prev::before,
.shopSlider .slick-next::before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 free";
    font-style: normal;
    font-weight: 600;
}

.shopSlider .slick-next::before {
    content: "\f054";
}

.shopSlider .slick-prev::before {
    content: "\f053";
}

.shopSlider .slick-next:hover,
.shopSlider .slick-prev:hover,
.shopSlider .slick-next:focus,
.shopSlider .slick-prev:focus {
    background-color: transparent;
}

.shopSlider .slick-next:hover::before,
.shopSlider .slick-prev:hover::before {
    color: #f5122e;
}

.serviceSec .serviceimg a {
    display: block;
}

.serviceSec .serviceimg a img {
    width: 100%;
}

#pa_any-case {
    display: block !important;
}

.woo-variation-items-wrapper .button-variable-wrapper {
    display: none;
}


/* .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item){border-radius: 50% !important;}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after{border-radius: 50%;}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color{border-radius:50%;} */

.site-content {
    padding: 0;
}

.HomeShop.inner {
    padding-top: 0px;
}


/* .shop-gallery .gallery .product .product-Image {

  width: auto;

  height: 346px;

  overflow: hidden;

} */


/* .shop-gallery .gallery .product h4 {

  min-height: 126px;

} */

.shop-gallery .gallery .product img {
    width: auto;
    height: 100%;
}

.shop-gallery .innerProduct {
    margin-bottom: 80px;
}

ul.products li.product .added_to_cart {
    font-size: 14px;
    color: #ff4700;
}

.wrap {
    max-width: 100% !important;
}

.woocommerce-cart-form__cart-item .product-remove a.remove {
    line-height: 12px;
    color: #ff4700;
}

.woocommerce-cart-form__cart-item .product-name a {
    box-shadow: none;
    color: #000;
}

.woocommerce-cart-form__cart-item .product-name a:hover {
    color: #ff4700;
}

.woocommerce-cart-form .actions input {
    height: 63px;
}

.woocommerce-cart-form .actions button[type="submit"]:hover {
    background-color: #ff4700;
}

.cart-collaterals a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    color: #000;
}

.cart-collaterals a.woocommerce-LoopProduct-link .woocommerce-loop-product__title:hover {
    color: #ff4700;
}

.cart-collaterals a.woocommerce-LoopProduct-link span {
    color: #000;
}

.cart-collaterals a.product_type_simple.add_to_cart_button {
    color: red;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    letter-spacing: 0.1em;
}

.cart_totals a.checkout-button {
    color: #000;
    border-color: #000;
}

.cart_totals a.checkout-button:hover {
    color: #fff;
    border-color: #ff4700;
    background-color: #ff4700;
}

.InnerPage header.entry-header {
    width: 100% !important;
    text-align: center;
}

.InnerPage header.entry-header h1 {
    font-size: 40px !important;
}

.reset_variations {
    color: #ff4700;
}

.woocommerce-checkout #customer_details>div {
    max-width: 100%;
}

.woocommerce-checkout #customer_details>div .form-row {
    display: block !important;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: left !important;
}

.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
    height: 200px;
    overflow: auto;
}

.woocommerce-info {
    background: rgb(121, 18, 19);
}

.woocommerce-privacy-policy-text a {
    color: #000;
}

.woocommerce-privacy-policy-text a:hover {
    color: #ff4700;
}

.place-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.place-order .woocommerce-privacy-policy-text p {
    margin-bottom: 0;
}

.shop-inner .woocommerce-breadcrumb a {
    color: #000;
    font-weight: bold;
}

.woocommerce-product-gallery img {
    margin: 0 auto;
}

.navigation-top .wrap {
    padding-right: 80px;
}

.checkout_coupon .form-row {
    margin-right: 0;
    margin-left: 0;
}

.checkout_coupon .form-row.form-row-first {
    margin-right: 11px;
}

.checkout_coupon .form-row.form-row-first input {
    height: 57px;
}

.pagination .prev.page-numbers {
    display: none;
}

.pagination .next.page-numbers {
    display: none;
}

.pagination {
    border: none;
}

.page-numbers.current {
    color: #f5122e;
}

.pagination li a:hover {
    color: #fff;
}

.page-numbers {
    color: #fff;
}

.shop-inner .woocommerce-breadcrumb a {
    color: #000;
}

.shop-inner .woocommerce-breadcrumb a:hover {
    color: #f5122e;
}

.pagination li {
    border: 1px solid #fff;
}

.pagination li a {
    box-shadow: none !important;
}

.pagination li a:hover {
    box-shadow: none !important;
    color: #f5122e !important;
    background-color: #fff !important;
}

.pagination li a:focus {
    box-shadow: none !important;
    color: #f5122e !important;
    background-color: #fff !important;
}

.gallery ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.gallery ul.products li {
    flex: 0 0 27%;
    max-width: 27%;
    margin: 20px 25px !important;
    width: auto !important;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.gallery ul.products li a {
    display: block;
}

.gallery ul.products li a:focus {
    outline: 0;
}

.gallery ul.products li h2 a {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-top: 0;
    padding-top: 27px;
}

.gallery ul.products li h2:hover a {
    color: #f5122e;
}

.gallery ul.products li a span {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-top: 0;
    /*padding-top: 27px;*/
    margin-bottom: 0 !important;
}

.gallery ul.products li .add_to_cart_button {
    margin-top: 24px;
    color: #f5122e;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    letter-spacing: 0.1em;
}

.gallery .rtwpvs-terms-wrapper.color-variable-wrapper {
    justify-content: center !important;
}

.woocommerce-pagination .page-numbers li a {
    background-color: transparent;
    color: #000;
    /* border: 1px solid#fff; */
}

.woocommerce-pagination .page-numbers li:hover a {
    background-color: #000;
    color: #f5122e;
}

.woocommerce-pagination .next.page-numbers,
.woocommerce-pagination .prev.page-numbers {
    background-color: transparent;
}

.woocommerce-pagination .next.page-numbers:hover,
.woocommerce-pagination .prev.page-numbers:hover {
    background-color: #000;
    color: #f5122e;
}

.gallery .woocommerce-result-count {
    color: #fff;
    margin-right: 30px;
    position: relative;
}

.gallery .woocommerce-ordering {
    position: relative;
}

.variations_form.cart+.product_meta {
    clear: both;
    margin-top: 15px;
}

.variations_form.cart .variations .value {
    display: flex;
    padding-left: 15px;
}

.variations_form .variations {
    display: flex;
    justify-content: center;
    align-items: center;
}

.variations_form .variations>.woocommerce-loop-product__link {
    margin-right: 16px;
}

.main-navigation li.carticon {
    position: relative;
}


/* .main-navigation li.carticon::after{content:""; background-image: url(../images/cart.png); width: 26px; height: 25px; position: absolute;right: -22px;top: 11px;} */

.product-type-variable .variations_form.cart .variations {
    display: block;
}

.product-type-variable .variations_form.cart .single_add_to_cart_button {
    height: 48px;
    background-color: #f5122e !important;
    margin-left: 10px;
}

.yith-wcwl-add-button .add_to_wishlist {
    color: #f5122e;
}

.woocommerce ul.products {
    position: relative;
}

.woocommerce ul.products h2 {
    color: #000;
    text-align: center;
}

.woocommerce ul.products li {
    padding: 15px;
    text-align: center;
}

.woocommerce ul.products li h2 {
    color: #000;
    font-size: 26px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-top: 0;
    padding-top: 27px;
    margin-bottom: 25px;
}

.woocommerce ul.products li span.price {
    color: #000;
    font-size: 26px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0 !important;
    text-align: center;
}

.woocommerce ul.products li .product_type_simple.add_to_cart_button {
    color: #f5122e;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    letter-spacing: 0.1em;
    background-color: transparent;
    margin: 0 auto;
    display: inline-block;
}

.woocommerce ul.products li .product_type_simple.add_to_cart_button:hover {
    box-shadow: none;
}

.woocommerce ul.products li .product_type_simple.add_to_cart_button:focus {
    box-shadow: none;
}

.woocommerce ul.products li .woocommerce-loop-product__link {
    margin-left: 31px;
    margin-top: 15px;
}

.woocommerce ul.products li a.add_to_cart_button {
    color: #f5122e;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    letter-spacing: 0.1em;
    background-color: transparent;
    margin: 0 auto;
    display: inline-block;
}

.related.products {
    position: relative;
}

.related.products h2 {
    color: #000;
    text-align: center;
}

.related.products ul.products li {
    padding: 15px;
    text-align: center;
}

.related.products ul.products li h2 {
    color: #000;
    font-size: 26px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-top: 0;
    padding-top: 27px;
    margin-bottom: 25px;
}

.related.products ul.products li span.price {
    color: #000;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0 !important;
    text-align: center;
}

.related.products ul.products li .product_type_simple.add_to_cart_button {
    color: #f5122e;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    letter-spacing: 0.1em;
    background-color: transparent;
    margin: 10px auto 0px;
    display: inline-block;
}

.related.products ul.products li .product_type_simple.add_to_cart_button:hover {
    box-shadow: none;
}

.related.products ul.products li .product_type_simple.add_to_cart_button:focus {
    box-shadow: none;
}

.related.products ul.products li .woocommerce-loop-product__link {
    margin-left: 31px;
    margin-top: 15px;
}

.related.products ul.products li a.add_to_cart_button {
    color: #f5122e;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo_slab500";
    letter-spacing: 0.1em;
    background-color: transparent;
    margin: 10px auto 0px;
    display: inline-block;
}

.serviceSec .serviceimg a {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.serviceSec .serviceimg a img {
    transition: all 0.3s ease-in-out;
}

.serviceSec .serviceimg a:hover img {
    /*transform: scale(1.2);*/
    transform: scale(1.1);
}

.header-navigation-wrapper .wrap {
    display: flex;
    align-items: center;
}

.header-navigation-wrapper .wrap .cartTop.menu ul {
    margin-bottom: 0;
}

.header-navigation-wrapper .wrap .cartTop.menu li {
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}

.header-navigation-wrapper .wrap .cartTop.menu .carticon a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 600;
    position: relative;
}

.header-navigation-wrapper .wrap .cartTop.menu .carticon a:hover {
    color: #f5122e;
}

.header-navigation-wrapper .wrap .cartTop.menu .carticon a::after {
    content: "";
    background-image: url(../images/cart.png);
    width: 26px;
    height: 25px;
    position: absolute;
    right: -33px;
    top: 0px;
}

.header-navigation-wrapper .wrap .cartTop.menu .carticon span {
    color: #fff;
    position: absolute;
    top: -8px;
    right: -43px;
    background-color: #f5122e;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
}

.InnerPage .videoList {
    margin: 0 auto;
}

.Inneriframe .termInner {
    padding-bottom: 10px;
}

.termInner h4 {
    font-size: 27px;
    font-weight: bold;
}

.Inneriframe .termInner .conterm {
    padding-top: 5px;
    padding-bottom: 10px;
}

.homebanner .clickToScroll {
    float: left;
    display: block;
    width: 100%;
    /*margin-top: 160px;*/
    text-align: center;
    font-size: 58px;
    color: #fff;
    clear: both;
}

.homebanner .clickToScroll a {
    color: #fff;
    position: relative;
    top: -100px;
}

.clickToScroll .fa-angle-down {
    font-weight: bold;
}

.clickToScroll a::after {
    content: "";
    background-image: url(../images/020.png);
    width: 39px;
    height: 21px;
    position: absolute;
    right: -33px;
    top: 0px;
}

.clickToScroll a:hover::after {
    background-image: url(../images/020_hover.png);
}

.single_add_to_cart_button.button.alt {
    height: 48px;
    background-color: #f5122e !important;
    z-index: 9;
    color: #fff !important;
}

.yith-wcwl-add-to-wishlist {
    position: relative;
    z-index: 9;
}

.wishlist-items-wrapper .product-name a {
    color: #000;
}

.woocommerce #content table.wishlist_table.cart a.remove {
    box-shadow: none;
    background-color: #f5122e;
    color: #fff !important;
    line-height: 14px;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    box-shadow: none;
}

.wishlist-fragment a[data-title="Browse wishlist"] {
    color: #f5122e !important;
}

.yith-wcwl-wishlistexistsbrowse {
    margin-bottom: 15px;
}

.menu-bottom .navbar-nav .dropdown-toggle {
    display: block !important;
    font-size: 22px;
}

.menu-bottom .navbar-nav .dropdown-menu {
    left: 0;
    right: 0;
    max-width: 250px;
    margin: 0 auto;
}

.yith-wcwl-wishlistexistsbrowse .feedback {
    color: #fff;
}

.woocommerce-message::before {
    color: #f5122e;
}

.cart-empty.woocommerce-info {
    color: #fff;
}

.woocommerce-info::before {
    color: #fff;
}

.woocommerce-info {
    border-top-color: #fff;
}

.return-to-shop .button {
    color: #f5122e !important;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "museo_slab500";
    background-color: transparent !important;
}

.return-to-shop .button:hover {
    box-shadow: none;
    color: #000;
}

.woocommerce-variation-availability .stock.in-stock {
    color: #f5122e !important;
    font-size: 16px !important;
    text-transform: capitalize;
}

.related.products {
    float: left;
    width: 100%;
}

.gallery ul.products li .yith-wcwl-add-button span {
    font-size: 16px;
}

.woocommerce-message {
    border-top-color: #f5122e;
}

.woocommerce a.button.alt {
    background-color: transparent;
    color: #f5122e !important;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "museo_slab500";
}

.woocommerce a.button.alt:hover {
    box-shadow: none;
    color: #000 !important;
    background-color: transparent;
}

.coupon .button {
    color: #f5122e !important;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "museo_slab500";
    background-color: transparent !important;
}

.woocommerce-cart-form .button {
    background-color: transparent !important;
    color: #f5122e !important;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "museo_slab500";
}

.woocommerce-info {
    color: #fff;
}

.woocommerce-info .showcoupon {
    color: #fff;
}

#place_order {
    color: #f5122e !important;
    text-transform: uppercase;
    font-family: "museo_slab500";
    background-color: transparent !important;
}

.ListPro .variations {
    display: none;
}

.ListPro .woocommerce-variation-availability {
    display: none;
}

.ListPro ul.products li.product .button {
    margin-top: 0px;
}

.ListPro .rtwpvs-archive-variation-wrapper .variations {
    display: block;
}

.rtwpvs_archive_reset_variations .reset_variations {
    text-align: center;
}

.woocommerce ul.products li.product .price {
    color: #000;
}

.woocommerce ul.products li a.add_to_cart_button {
    font-size: 20px;
}

.related.products .woocommerce-variation-availability {
    display: none;
}

.related.products .variations_form {
    display: none;
}

.related.products ul.products li.product a img {
    border: 1px solid #ccc;
}

.shop-inner .yith-wcwl-add-button {
    padding-bottom: 10px;
}

.shop-inner .product .woocommerce-Price-amount.amount {
    color: #f5122e;
}

.shop-inner .reset_variations {
    padding-top: 10px;
    padding-left: 10px;
    color: #f5122e;
}

.shop-inner .product .price {
    color: #f5122e;
}

.menu-bottom li.dropdown .woocommerce-ordering {
    margin-bottom: 0;
}

.menu-bottom li.dropdown .woocommerce-ordering select {
    background-color: transparent;
    border: 0;
    height: auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.menu-bottom li.dropdown {
    display: flex;
    align-items: center;
}

.menu-bottom li.dropdown select::-ms-expand {
    display: none;
}

.menu-bottom li.dropdown select {
    -webkit-appearance: none;
    appearance: none;
    font-size: 21px;
}

.menu-bottom li.dropdown .proSel {
    position: relative;
}


/* .menu-bottom li.dropdown .proSel::after {

  display: inline-block;

  margin-left: 0.255em;

  vertical-align: 0.255em;

  content: "";

  border-top: 0.3em solid;

  border-right: 0.3em solid transparent;

  border-bottom: 0;

  border-left: 0.3em solid transparent;

  color: #fff;

  position: absolute;

  right: 25px;

  top: 18px;

  font-size: 20px;

} */

.menu-bottom li.dropdown .proSel .dropdown-toggle {
    position: relative;
}


/* .menu-bottom li.dropdown .proSel a{color: #fff;} */

.woocommerce-checkout .address-field .select2-selection--single {
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}

.woocommerce-checkout .address-field .select2-selection__arrow {
    height: 42px;
}

.menu-bottom .navbar-nav .shortingPro {
    width: 100%;
}

.menu-bottom li.dropdown .woocommerce-ordering {
    width: 100%;
}

.woocommerce-loop-product__title .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    
  display: none;
    
}

.comcontent table {
    margin: 0 auto;
    text-align: center;
}

.comcontent table .heading td {
    font-weight: bold;
    font-size: 18px;
}

.comcontent table td {
    font-size: 16px;
}


/*.product a{color:#000;}*/

.woocommerce nav.woocommerce-MyAccount-navigation li {
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    background-color: #be1b20;
    margin: 5px 0px;
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    box-shadow: none;
}

.woocommerce-MyAccount-content a {
    color: #be1b20;
    box-shadow: none;
}

.woocommerce #customer_login .u-column1.col-1 {
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce #customer_login .u-column2.col-2 {
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-LostPassword a {
    color: #f5122e;
}

.button.woocommerce-form-login__submit {
    background-color: transparent !important;
    color: #f5122e !important;
    text-transform: uppercase;
    font-family: "museo_slab500";
}

.button.woocommerce-form-register__submit {
    background-color: transparent !important;
    color: #f5122e !important;
    text-transform: uppercase;
    font-family: "museo_slab500";
}

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    width: 100%;
}

.woocommerce-MyAccount-content form .form-row label {
    width: 200px;
}

.woocommerce-MyAccount-content .button {
    background-color: transparent !important;
    color: #f5122e !important;
    text-transform: uppercase;
    font-family: "museo_slab500";
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    max-width: 100%;
}

.loginlink a {
    color: #fff;
}

.woocommerce-privacy-policy-text a {
    text-transform: capitalize;
}

.comments-area a {
    color: #f5122e;
}

.emailsubscribe form input::placeholder {
    color: #bcbbbb;
    opacity: 1;
    /* Firefox */
}

.emailsubscribe form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bcbbbb;
}

.emailsubscribe form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bcbbbb;
}

.shop-gallery ul.products li .star-rating {
    text-align: center;
    margin: 0 auto 10px;
    font-size: 12px;
}

.shop-gallery ul.products li .star-rating span::before {
    color: #fff;
}

.woocommerce ul.products li.product .star-rating {
    margin: 0 auto 10px;
}

.yith-wcwl-wishlistexistsbrowse span {
    color: #000 !important;
}

.woocommerce-cart-form table .coupon #coupon_code {
    width: 150px !important;
}

.yith-wcwl-share li a {
    color: #fff;
}

.yith-wcwl-share li a:hover {
    color: #000;
}

.site-header .menu-scroll-down {
    display: none;
}


/* ----------------- Media Queries ---------------- */

@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1860px;
    }
    .HomeShop.inner .leftHomeshop .waterproof p {
        padding-left: 100px;
        padding-right: 100px;
        font-size: 22px;
    }
    .menu-bottom .navbar-nav .nav-item {
        font-size: 22px;
    }
    .shop-gallery::before {
        top: -1%;
        left: 25%;
    }
    .shop-gallery .gallery .product h4,
    .shop-gallery .gallery .product p {
        font-size: 32px;
    }
    .shop-gallery .gallery .product .btn {
        font-size: 24px;
    }
    .subscription .sub .mailing_list h2 {
        font-size: 62px;
    }
    .subscription .sub .mailing_list h4 {
        font-size: 22px;
    }
    .subscription .sub .mailing_list .btn {
        font-size: 24px;
    }
    .footer .footer_top h3 {
        font-size: 24px;
    }
    .footer .footer_top ul li {
        font-size: 20px;
    }
    .footer .footer_bottom p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .HomeShop.inner .leftHomeshop .waterproof p {
        padding-left: 0;
        padding-right: 0;
    }
    .shop-gallery::before {
        display: none;
    }
}

@media (max-width: 1600px) {
    .gallery ul.products li a h2 {
        font-size: 27px;
    }
}

@media (max-width: 1400px) {
    .header-navigation-wrapper nav .menu>li>a {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .header-navigation-wrapper nav .menu>li>a {
        /*padding: 10px 5px;*/
        padding: 10px 15px;
    }
    .header-navigation-wrapper nav .menu>li>a:last-child {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1138px) and (min-width: 1024px) {
    /* .HomeShop.inner {

    padding-top: 159px;

  } */
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
    /* .HomeShop.inner {

    padding-top: 156px;

  } */
    .HomeShop.inner .leftHomeshop .waterproof h4 {
        font-size: 52px;
    }
    .HomeShop.inner .leftHomeshop .waterproof p {
        padding-left: 0;
        padding-right: 0;
    }
    .shop-gallery::before {
        display: none;
    }
    .shop-gallery .gallery .product h4,
    .shop-gallery .gallery .product p {
        font-size: 20px;
    }
    .shop-gallery .gallery .product .btn {
        font-size: 18px;
    }
    .subscription .sub .mailing_list h2 {
        font-size: 48px;
    }
    .footer .footer_top .row {
        width: 80%;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .shop-gallery::before {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .shop-gallery::before {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 600px) {
    .shop-gallery::before {
        display: none;
    }
}

@media screen and (max-width: 600px) and (min-width: 320px) {
    .shop-gallery::before {
        display: none;
    }
}

@media (max-width: 1199px) {
    #masthead .wrap {
        justify-content: center;
    }
    .LogoIMg {
        text-align: center;
    }
    .top-header .navigation-top .wrap {
        float: none;
    }
    .navigation-top .main-navigation .menu {
        text-align: center;
    }
    .headerMenu .navigation-top .wrap {
        float: none;
    }
    .navigation-top .wrap {
        padding-right: 0px;
    }
    .woocommerce-checkout #customer_details>div {
        width: 100%;
        padding: 0;
    }
    .woocommerce-additional-fields {
        margin-top: 30px;
    }
    .gallery ul.products li a h2 {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .tophead .Links .log_details {
        justify-content: center;
    }
    .tophead .christmas {
        justify-content: center;
        margin-bottom: 10px;
    }
    .header-navigation-wrapper nav .menu>li>a {
        font-size: 15px;
    }
    .footer .footer_top h3 {
        padding-top: 0;
    }
    .footer .footer_top ul {
        margin-bottom: 45px;
        text-align: center;
    }
    .footer .footer_top h3 {
        text-align: center;
    }
    .footer .footer_top .social {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer .footer_top .social {
        margin-top: 58px;
    }
    .place-order {
        display: block;
        text-align: center;
    }
    .shop-gallery .gallery .product .product-Image {
        height: auto;
    }
    .shop-gallery .gallery .product img {
        width: 100%;
        height: auto;
    }
    .menu-bottom .navbar-nav .nav-item .nav-link {
        position: relative;
        text-align: left;
    }
    .menu-bottom .navbar-nav .nav-item {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .menu-bottom .navbar-nav .dropdown-menu {
        max-width: 100%;
        width: 100%;
    }
    .menu-bottom .navbar-nav li:first-child {
        display: none;
    }
    .menu-bottom .navbar-nav {
        padding-left: 0;
        padding-right: 0;
    }
    .menu-bottom .navbar-toggler {
        background-color: #fff;
    }
    .menu-bottom .navbar-nav .nav-item .nav-link:focus {
        outline: 0;
    }
    .menu-bottom .navbar-nav li.dropdown .dropdown-menu {
        padding: 0;
    }
    .menu-bottom .navbar-nav li.dropdown .dropdown-menu a {
        padding: 15px;
    }
    .menu-bottom .navbar-nav li.dropdown .dropdown-menu a:hover {
        background-color: #be1b20;
        color: #fff;
    }
    .menu-bottom .navbar-nav .nav-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu-bottom li.dropdown {
        display: block;
    }
    .menu-bottom .shortingPro .woocommerce-ordering {
        float: left;
        width: 100%;
        text-align: left;
    }
    .menu-bottom li.dropdown .woocommerce-ordering select {
        text-align: left;
        width: 100%;
    }
    .menu-bottom li.dropdown .dropdown-toggle::after {
        position: absolute;
        top: 24px;
        right: 36px;
    }
    .menu-bottom li.dropdown .proSel::after {
        top: 11px;
        transform: translateY(0%);
    }
    .gallery ul.products li {
        flex: 0 0 48%;
        max-width: 48%;
        margin: 20px 0px 0px !important;
    }
    .related.products ul.products li {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .shop-gallery .gallery .product {
        padding: 0px 20px !important;
    }
    .footer .footer_top li {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .headerMenu .col-xl-3 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .headerMenu .col-xl-9 {
        flex: 0 0 40%;
        max-width: 40%;
        position: static;
    }
    .headerMenu .menu-toggle {
        margin-right: 0;
        color: #fff;
        position: relative;
    }
    .menu-header .navigation-top {
        position: static;
    }
    #masthead .wrap {
        position: static;
    }
    .headerMenu .menu-mainmenu-container {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 9999;
    }
    .main-navigation ul {
        background-color: #000;
    }
    .headerMenu .navigation-top .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce-cart-form__cart-item .product-remove a.remove {
        line-height: 11px;
    }
    .woocommerce-cart-form .quantity input {
        display: inline-block;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        padding: 10px;
    }
    .gallery ul.products li {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0px 0px !important;
    }
    .menu-mainmenu-container .menu li button svg {
        display: none;
    }
    .menu-mainmenu-container .menu li button.dropdown-toggle {
        color: #fff;
    }
    .menu-mainmenu-container .menu li button.dropdown-toggle:hover {
        background-color: transparent;
    }
    .menu-mainmenu-container .menu li button.dropdown-toggle:focus {
        background-color: transparent;
        outline: 0;
    }
    .menu-mainmenu-container .menu li ul.sub-menu li a {
        color: #000;
        text-align: center;
    }
    .menu-mainmenu-container .menu li ul.sub-menu li:hover a {
        color: #be1b20;
    }
    .menu-mainmenu-container .menu li ul.sub-menu li:hover {
        background: #fff !important;
    }
    .menu-mainmenu-container .menu li ul.sub-menu {
        padding-left: 0;
        background-color: #fff;
    }
    .menu-mainmenu-container .menu li button.dropdown-toggle {
        right: 0;
    }
    .woocommerce ul.products li .woocommerce-loop-product__link {
        margin-right: 31px;
    }
    .shop-gallery .gallery .product {
        padding: 0px 20px !important;
    }
    .related.products ul.products li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .related.products ul.products {
        flex-wrap: wrap;
    }
    .header-navigation-wrapper nav li.current-menu-item {
        background: #be1b20;
    }
    .menu-mainmenu-container .menu li ul.sub-menu li.current-menu-item a {
        color: #fff;
    }
    .header-navigation-wrapper nav li.current-menu-item a {
        color: #fff;
    }
}

@media (max-width: 575px) {
    .tophead .christmas {
        flex-wrap: wrap;
    }
    .leftHomeshop {
        padding: 45px 0px;
    }
    .woocommerce-cart-form .actions .coupon input#coupon_code {
        width: 100% !important;
        margin-bottom: 9px;
    }
    .woocommerce-cart-form .actions .coupon button {
        float: none !important;
        width: 100% !important;
    }
    .woocommerce-cart-form .actions {
        padding: 14px;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        text-align: center;
    }
    .cart-collaterals .cross-sells h2 {
        text-align: center;
    }
    .checkout_coupon .form-row.form-row-first {
        margin-right: 0;
        width: 100%;
    }
    .checkout_coupon.woocommerce-form-coupon {
        margin-bottom: 45px;
    }
    .InnerPage header.entry-header h1 {
        font-size: 35px !important;
    }
    .header-navigation-wrapper .wrap .cartTop.menu ul {
        padding-right: 47px;
    }
    .headerMenu .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .headerMenu .col-xl-9 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 420px) {
    .headerMenu .col-xl-3 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .headerMenu .col-xl-9 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .header-navigation-wrapper .wrap {
        justify-content: space-between !important;
    }
    .header-navigation-wrapper .wrap .cartTop.menu .carticon a {
        font-size: 14px;
    }
    .headerMenu .menu-toggle {
        padding: 10px;
    }
}

a.glink {
    display: none !important;
}

.woocommerce ul.products li.product a {
    color: black;
}

.woocommerce ul.products li.product a:hover {
    color: #f5122e;
}

.gallery ul.products li.product a {
    color: #000;
}

.gallery ul.products li.product a.shop_now_button {
    color: #f5122e;
}

.gallery ul.products li.product a.shop_now_button:hover {
    color: #fff;
}

@media (min-width:768px) and (max-width:1024px) {
    .wishlist-title-with-form h2 {
        width: 100%;
        display: block;
    }
    .wishlist_table.responsive.mobile li .item-details .product-name {
        font-size: 19px;
    }
    .wishlist_table.responsive.mobile li .item-wrapper {
        width: 100%;
    }
    .wishlist_table.responsive.mobile .additional-info-wrapper {
        width: calc(100% - 75px);
        float: right;
    }
    .wishlist_table.mobile li {
        float: left;
        width: 100%;
    }
    .wishlist_table.mobile li .product-add-to-cart a {
        margin-left: 0 !important;
        padding-left: 0 !important;
        font-size: 21px;
    }
    .wishlist_table.mobile li .product-add-to-cart {
        display: inline-block;
        width: 70%;
        float: left;
    }
    .wishlist_table.mobile li .product-remove {
        display: inline-block;
        width: 30%;
    }
    .wishlist_table.mobile li .item-details-table tr td {
        font-size: 16px !important;
    }
    .wishlist_table.mobile .additional-info tr td {
        font-size: 16px !important;
    }
    .headerMenu .navigation-top .wrap {
        padding-left: 0 !important;
    }
    .headerMenu .navigation-top .wrap .main-navigation {
        margin-left: -3.25em;
    }
    .wishlist_table.mobile li .product-remove a.remove_from_wishlist i {
        color: #f5122e !important;
    }
    .woocommerce .cart .quantity .qty {
        display: inline-block !important;
    }
    .woocommerce table.shop_table .coupon .button {
        height: 63px;
    }
}

@media (max-width:767px) {
    .wishlist-title-with-form h2 {
        width: 100%;
        display: block;
    }
    .wishlist_table.responsive.mobile li .item-details .product-name {
        font-size: 19px;
    }
    .wishlist_table.responsive.mobile li .item-wrapper {
        width: 100%;
    }
    .wishlist_table.responsive.mobile .additional-info-wrapper {
        width: calc(100% - 75px);
        float: right;
    }
    .wishlist_table.mobile li {
        float: left;
        width: 100%;
    }
    .wishlist_table.mobile li .product-add-to-cart a {
        margin-left: 0 !important;
        padding-left: 0 !important;
        font-size: 21px;
    }
    .wishlist_table.mobile li .product-add-to-cart {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .wishlist_table.mobile li .product-remove {
        display: inline-block;
        width: 50%;
    }
    .wishlist_table.mobile li .item-details-table tr td {
        font-size: 16px !important;
    }
    .wishlist_table.mobile .additional-info tr td {
        font-size: 16px !important;
    }
    .headerMenu .navigation-top .wrap {
        padding-left: 0 !important;
    }
    .menu-mainmenu-container .menu li ul.sub-menu li button.dropdown-toggle {
        color: #000;
    }
    .menu-mainmenu-container .menu li ul.sub-menu li button.dropdown-toggle:hover {
        color: #f5122e;
    }
    .menu-header .dropdown-toggle::after {
        display: none;
    }
    .woocommerce .cart .quantity .qty {
        display: inline-block !important;
    }
    .woocommerce table.shop_table .coupon .button {
        height: 63px;
    }
}

@media (max-width:575px) {
    .emailsubscribe form input {
        width: 100% !important;
    }
}

@media (max-width:420px) {
    .wishlist_table.mobile li .product-add-to-cart a {
        font-size: 13px;
        padding-right: 0 !important;
    }
}


/* -------------------- 13/02/2020 -------------------- */

.matlasfull,
.matlaswrap {
    font-family: "Oswald", sans-serif;
}

.matlasfull {
    margin-top: 50px;
}

.matlasfull h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.matlasfull ul.products {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    width: 100%;
}

.matlasfull ul.products li.product {
    flex: 0 0 20%;
    max-width: 20%;
    margin: 20px 25px !important;
    width: auto !important;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.matlasfull ul.products li.product a {
    box-shadow: none;
}

.matlasfull ul.products li h2 {
    font-size: 24px !important;
}

.matlasfull ul.products li .product_type_simple.add_to_cart_button {
    font-size: 22px;
    /* height: 46px;
    background-color: #f5122e !important;
    z-index: 9;
    color: #fff !important;
    padding: .618em 1em;
    letter-spacing: unset;
    line-height: unset; */
}

.matlasfull ul.products li span.price {
    color: #f5122e !important;
    font-size: 20px !important;
}

.matlaswrap {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    margin-top: 50px;
}

.matlaswrap .leftform {
    flex: 0 0 68%;
    max-width: 68%;
}

.matlaswrap .rightform {
    flex: 0 0 30%;
    max-width: 30%;
}

.matlaswrap .leftform .product-remove a.remove {
    line-height: unset;
}

.matlaswrap .leftform .coupon {
    align-items: center;
    display: flex;
}

.matlaswrap .leftform .button {
    height: 63px;
}

.matlasfull a,
.matlaswrap a {
    box-shadow: none;
}

.matlaswrap .leftform a:hover,
.matlaswrap .rightform a:hover {
    box-shadow: none;
}

.matlaswrap .rightform a.shipping-calculator-button {
    color: #f5122e;
}

.matlaswrap .rightform a.shipping-calculator-button:hover {
    color: #000;
}

.matlaswrap .leftform .product-name a:hover {
    color: #f5122e;
}

.matlaswrap .leftform th {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.matlaswrap .leftform .product-price del span.amount {
    color: #c5c1c1;
}

.matlaswrap .leftform .product-price ins {
    background: none;
}

.matlaswrap .rightform .cart_totals h2 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.matlaswrap .leftform .coupon #coupon_code {
    width: 250px !important;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.matlasfull ul.products li.product .product-Image {
    position: relative;
}

.matlasfull ul.products li.product .mdis span {
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    /* font: bold 15px Sans-Serif; */
    color: #fff;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    /* position: relative; */
    padding: 7px 0;
    left: 0;
    top: 15px;
    /* width: 120px; */
    background-color: #f5122e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5122e), to(#f5122e));
    background-image: -webkit-linear-gradient(top, #f5122e, #f5122e);
    background-image: -moz-linear-gradient(top, #f5122e, #f5122e);
    background-image: -ms-linear-gradient(top, #f5122e, #f5122e);
    background-image: -o-linear-gradient(top, #f5122e, #f5122e);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.matlasfull ul.products li.product .mdis span:after,
.matlasfull ul.products li.product .mdis span:after {
    content: "";
    border-top: 3px solid #6e8900;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.matlasfull ul.products li.product .mdis span:after {
    left: 0;
}

.matlasfull ul.products li.product .mdis span:before {
    right: 0;
}

.matlasfull ul.products li.product .rtwpvs_archive_reset_variations {
    margin: 0 10px;
}

@media (max-width: 1400px) {
    .matlasfull ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%;
        margin: 20px 0 0 !important;
        padding: 0px 20px !important;
    }
    .matlasfull ul.products li h2 {
        font-size: 22px !important;
    }
    .matlasfull ul.products li .product_type_simple.add_to_cart_button {
        font-size: 18px;
    }
    .matlaswrap .rightform a.button.alt {
        font-size: 18px;
    }
    .matlaswrap .rightform .cart_totals h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    /* .matlasfull ul.products li.product {
        flex: 0 0 32%;
        max-width: 32%;
        margin: 20px 0 0 !important;
        padding: 0px 20px !important;
    } */
    .matlasfull ul.products li.product .product-Image {
        height: auto;
    }
    .matlasfull ul.products li.product .product-Image img {
        width: 100%;
        height: auto;
    }
    .matlaswrap .leftform {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0;
    }
    .matlaswrap .rightform {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 15px 0;
    }
    .matlaswrap .rightform a.button.alt {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .matlasfull ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 20px 0 0 !important;
        padding: 0px 20px !important;
    }
}

@media (max-width: 575px) {
    .matlaswrap .leftform .actions .coupon input#coupon_code {
        margin-bottom: 0;
    }
}

@media (max-width:420px) {
    .matlasfull ul.products li h2 {
        font-size: 16px !important;
    }
    .matlasfull h2 {
        font-size: 24px;
    }
    .matlasfull ul.products li .product_type_simple.add_to_cart_button {
        font-size: 15px;
    }
    .matlaswrap .rightform a.button.alt {
        font-size: 19px;
    }
    .matlasfull ul.products li span.price {
        font-size: 16px !important;
    }
}