body a{
    text-decoration: none !important;
}
.cms-home .column.main {
    min-height: 0;
    padding: 0 !important;
}

/** Home Products **/

.home-bestseller-products {
    margin: 0px 0 0;
    position: relative;
    padding: 35px 0 0;
    display: block;
}
.home-bestseller-products .slick-slider{
    position: inherit;
    margin: 0;
}
.home-presale-product {
    background: #f3f3f3;
}
.title h2 , .block.widget.block-viewed-products-grid strong {
    font-size: 40px;
    line-height: normal;
    color: #00224a;
    font-weight: normal;
    /* font-family: "PT_Serif"; */
    font-family: "MyriadPro_Regular";
    text-align: center;
    text-transform: none;
    padding-bottom: 30px;
    margin: 0;
    letter-spacing: 1px;
    display: block;
}
.title span{
    /* color: #006771; */
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active{
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.product-item-info{
    width: 100%;
}
.product-image-wrapper{
    padding-bottom: 70% !important; 
}
.cms-home .home-bestseller-products .product-image-wrapper{
    padding-bottom: 100% !important;
}
body .products-grid .product-item{
    padding: 0px 15px;
    margin-bottom: 0;
}
.products-grid .product-item-photo{
    text-align: center;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.products-grid .product-item-info {
    max-width: 100%;
    width: 100%;
}
.product-item-info img {
    display: block;
    padding: 0;
    background: #fff;
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    transition: all ease .6s;
    transform: scale(1);
    /* height: 100%; */
    /* overflow: hidden; */

}
body .products.wrapper.products-grid img.img-hover{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body .products.wrapper.products-grid .product-image a:hover img.img-hover {
    visibility: visible;
}
.products-grid .product-item-photo:hover img{
    /* transform: scale(1.1); */
}
.products-grid .product-image-container {
     /* width: 100% !important;
    border: 1px solid #cbcbcb;
    padding: 35px; */
    background: #fff; 
    /* border: 1px solid #8f8d8d; */
}
/* .home-bestseller-products .products-grid .product-image-wrapper {
    padding-bottom: 100% !important;
} */
.home-latest-product .products.slick-slider{
    margin-bottom: 30px;
    margin-top: 0;
    position: inherit;
}
.home-latest-product .title{
    margin: 30px 0;
}
.home-latest-product {
    /* margin-top: 30px; */
}
.home-latest-product .product-item-name, 
.home-latest-product .product.name a ,
.products-grid .product.name a , .products-grid .product-item-name a{
    font-family: 'MyriadPro_Regular';
    font-size: 17px;
    overflow: hidden;
    display: block;
    height: 20px;
    overflow: hidden;
    line-height: 22px;
    color: #000000;
    text-align: left;
}
body #amasty-shopby-product-list .products.wrapper {
    position: inherit;
}
body.catalog-category-view .swatch-option::after{
    content: none;
}
.products-grid .subtitle {
    font-size: 16px;
    color: #565656;
    font-family: "open_sanssemibold";
    display: block;
}
.product-item .price-box {
    font-size: 17px !important;
    font-family: "MyriadPro_Semibold";
    margin: 9px 0 15px;
    /* color: #565656; */
    color: #000;
    text-align: left;
    font-weight: normal !important;
}
.product-item .price-box .price::before {
    /* content: "Only"; */
    content: "";
    /* margin-right: 4px; */
}
.product-item .price-container .price{
    font-size: 17px !important;
}
.product-item-name{
    margin: 15px 0 0;
}
.products-grid .product-item-actions{
    margin: 0;
    display: block;
    /* justify-content: center; */
    align-items: center;
}
.product-item-actions .actions-primary+.actions-secondary>.action:last-child{
    display: none;
}
.product-item-actions .actions-primary+.actions-secondary{
    display: none;
    order: 1;
}
.product-item-actions .actions-primary {
    display: block;
    text-align: center;
    order: 2;
    margin-left: 0;
}
body .products-grid .action.primary:hover {
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0d335f; 
    color: #b79f74; 
    background: #0d335f;
    background-image: url("../images/addto_cart_white.png");
    background-repeat: no-repeat;
    background-position: 94% 9px;
}
body .products-grid .action.primary:focus, 
body .products-grid .action.primary:active {
    background: #0d335f;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0d335f;
    color: #b79f74;
    background-image: url("../images/addto_cart_white.png");
    background-repeat: no-repeat;
    background-position: 94% 9px;
}
body .products-grid .action.primary {
    background-image: none;
    background: transparent;
    border: 1px solid #b79f74;
    font-size: 18px;
    color: #fff;
    font-family: "PT_Serif_Bold";
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    /* padding: 14px 52px 14px 14px; */
    padding: 9px 24px!important;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: none;
    background: #b79f74;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 13px;
    background-image: url(../images/addto_cart.png);
    background-repeat: no-repeat;
    background-position: 94% 9px;
    transition: all ease .4s;
    display: none;
}
body .products-grid .action.primary::after{
    position: absolute;
    top: -1px;
    right: -1px;
    content: none;
    /* background: #8161a9 url(../images/addtocart.png); */
    background: #8161a9;
    display: block;
    height: 44px;
    width: 44px;
    background-position: center;
    background-repeat: no-repeat;
}
body .products-grid .action.primary::before {
    content: "";
    background: url(../images/cart-pro.png);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 9px;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 24px;
    top: 10px;
}
.product-item-actions .actions-primary+.actions-secondary>.action:hover,
.product-item-actions .actions-primary+.actions-secondary>.action:active,
.product-item-actions .actions-primary+.actions-secondary>.action:focus{
    background: #fff url(../images/wishlist.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dadada;
    color: #dadada;
}
.product-item-actions .actions-primary+.actions-secondary>.action{
    background-image: none;
    background: transparent;
    border: 1px solid #dadada;
    color: #dadada;
    cursor: pointer;
    font-weight: 600;
    padding: 14px;
    /* font-size: 12px; */
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
    background: #dadada url(../images/wishlist.png);
    background-repeat: no-repeat;
    background-position: center;
}
.product-item .action.towishlist:before{
    content: none;
}
body .products-grid .action.primary span{
    display: block;
}
body .products-grid .action.primary:hover {
    /* opacity: 0.5; */
}
.home-bestseller-products .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: inherit;
}
.testimonial-main .slick-slider {
    position: inherit;
}
.home-testimonial-section{
    position: relative;
}
body .slick-arrow {
    position: absolute !important;
    z-index: 1 !important;
    bottom: 50% !important;
    cursor: pointer !important;
    transform: translateY(50%) !important;
}
body .slick-prev svg {
    transform: rotate(180deg) !important;
}
body .slick-arrow.slick-next {
    right: 5px !important;
}
body .slick-arrow.slick-prev {
    left: 5px !important;
    /* transform: rotate(180deg); */
    background: url(../images/left.png) !important;
    background-repeat: no-repeat !important;
    text-indent: inherit;
    width: 22px !important;
    font-size: 0;
    height: 39px !important;
    border: none !important;
    background-size: 22px !important;
}
body .slick-arrow.slick-next {
    right: 5px !important;
    background: url(../images/right.png) !important;
    background-repeat: no-repeat !important;
    text-indent: inherit !important;
    width: 22px !important;
    font-size: 0 !important;
    height: 39px !important;
    border: none !important;
    background-size: 22px !important;
    padding: 0 !important;
}
body .slick-prev::before , body .slick-next::before{
    content: none !important;
}
body .slick-arrow svg path {
    fill: #6b6a6b;
}
.product-price-cart {
}
.home-bestseller-products .slick-list.draggable{
    margin: 0 -15px;
}
body .products.wrapper.products-grid {
    margin: 0;
}

/************* Home Why Choose Section **************/
.why_choose_section{
    background-image: url(../images/why-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 42px 0 100px;
}
.why_choose_section_inner .title h2{
    color: #fff;
}
.why_lists_sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 0;
}
.why-item {
    width: 25%;
    text-align: center;
    padding: 0 15px;
}
.why-item .title{
    color: #b79f74;
    padding: 20px 0 10px;
    font-size: 20px;
    line-height: normal;
    /* font-family: "PT_Serif"; */
    font-family: "MyriadPro_Regular";
    text-transform: uppercase;
    text-align: center;
}
.why-item  .content{
    font-size: 16px;
    color: #fff;
    font-family: "MyriadPro_Regular";
    text-align: center;
    line-height: normal;
}
.why-item img {
    width: 145px;
}


/**** Home Brand Section ****/

.home-brand-section {
    padding: 30px 0;
    position: relative;
}
.brand-section-inner.brands-slider.slick-initialized.slick-slider {
    position: inherit;
}
.home-brand-section .brand-section-inner .slick-track {
    float: none;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.home-brand-section .brand-section-inner .brand-item {
    padding: 0 20px;
}
.home-brand-section .brand-section-inner .slick-track .brand-item img {
    margin: 0 auto;
}

/************ Home Category block **************/
.home-category-block .promo-grid{
    display: flex;
    flex-wrap: wrap;
}
.promo-grid-item {
    width: calc(50% - 20px);
    /* padding: 0 10px; */
    position: relative;
    transition: all .3s ease;
    margin: 0 10px;
}
.promo-grid-item .content-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 9;
    width: 520px;
}
.promo-grid-item .small-text a {
    font-size: 19px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 400;
    /* font-family: "PT Serif"; */
    font-family: "MyriadPro_Regular";
    text-align: center;
    display: block;
    text-decoration: none !important;
}
.promo-grid-item .title a{
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 400;
    /* font-family: "PT Serif"; */
    font-family: "MyriadPro_Regular";
    filter: drop-shadow(0 0 17px rgba(0,0,0,0.43));
    display: block;
    line-height: 91px;
    text-align: center;
}

.promo-grid-item .shop a {
    font-size: 17px;
    line-height: 16px;
    /* color: #512a1a; */
    color: #000;
    font-family: "MyriadPro_Semibold";
    background: #fff;
    border-radius: 13px;
    padding: 6px 14px 7px;
    display: inline-block;
    text-align: center;
    text-transform: none;
    transition: all ease .4s;
    line-height: normal;
}
.promo-grid-item .shop a:hover {
    /* background: #0d335f;
    color: #b79f73; */
    background: #000;
    color: #fff;
}
.promo-grid-item .shop {
    text-align: center;
    margin-top: 12px;
}
.home-category-inner-block {
    margin: 0 -10px;
}

.promo-grid-item .image a::after{
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    /* opacity: 0.6; */
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity ease .6s;
    z-index: 9;
}

.promo-grid-item .image a:hover::after{
    /* content: "";
    z-index: 9;
    left: 0;
    background: #b79f73;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease-in-out 0s;
    width: 100%; */
    opacity: 1;
    display: block;
    /* z-index: 999; */
}
/* .promo-grid-item a:hover { */
.promo-grid-item:hover {
    /* opacity: 0.8; */
    transition: opacity 0.5s ease-in-out 0s;
}
.home-category-block {
    /* padding-top: 30px; */
    margin: 50px 0;
}
.promo-grid-item .image a {
    display: block;
    height: 100%;
}


.common-slide-image img {
    width: 100%;
}
.slider-main > p {
    display: none;
}
.slider-down-arrow {
    display: none;
}

/*** Slick Dot ***/
.slick-dots {
    position: absolute;
    bottom: 14px;
    width: 100%;
    list-style: none;
    text-align: right;
    max-width: 1500px;
    padding: 0 40px;
    margin: 0 auto;
    transform: translate(-50% , -50%);
    left: 50%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}
.slick-dots li.slick-active button {
    background: #b79f73;
}
.slick-dots li button {
    font-size: 0;
    line-height: 26px;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 0%;
    position: relative;
    padding: 0 !important;
}
.slick-dots li button:before {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    text-align: center;
    font-family: slick;
    bottom: 0;
    right: 0;
    line-height: 27px;
}

.bio_overlay {
    display: none;
}



.home-perfection-inner {
    text-align: center;
}
.perfection-section {
    display: flex;
}
.onepage-claue-different-content {
    width: 33.3%;
    padding-right: 15px;
    padding-left: 15px;
}
.onepage-claue-different-content img {
    height: 70px;
}
.onepage-claue-different-content h3{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #222222;
    margin-top: 32px;
}
.onepage-claue-different-content p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #878787;

}

.home-perfection-inner h1 {
    font-size: 24px;
    letter-spacing: 0.05em;
}
.home-perfection-block {
    padding: 0;
    margin: 50px 0;
}
.promo-items img.img-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 100%;
    transform: scale(0);
    transition: opacity .2s,transform .5s cubic-bezier(0, 0, .44, 1.18),-webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
}
.promo-items>img {
    min-width: 100%;
}
.promo-items .promobanner:hover .img-hover {
    opacity: 1 !important;
    display: block !important;
    visibility: visible;
    transform: scale(1);
    transition: opacity .5s,transform 1s cubic-bezier(0, 0, .44, 1.18),-webkit-transform 1s cubic-bezier(0, 0, .44, 1.18);
}
.promobanner {
    position: relative;
    overflow: hidden;
    width: 50%;
    margin: 0 10px;
}
.banner-text .onepage-product-flow-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
.onepage-product-flow-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.onepage-product-flow-content .text-content-product {
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
}
.onepage-product-flow-content>div>p:nth-child(1) {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.onepage-product-flow-content .text-content-product+div {
    margin-right: 0;
    margin-top: 5px;
}
.onepage-product-flow-content a.btn.btn-default {
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    background: transparent;
    border-color: #ffff;
    padding: 0px 28px;
    text-transform: capitalize;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: all ease .4s;
}
.onepage-product-flow-content a.btn.btn-default:hover {
    background: #878787;
}

.promo-items {
    display: flex;
    margin: 0 -10px;
}
.home-products {
    margin: 50px 0;
}


@media screen and (max-width: 1199px){
    .title h2 {
        font-size: 32px;
    }
    .promo-grid-item .small-text a {
        font-size: 17px;
        letter-spacing: 2px;
    }
    .promo-grid-item .title a {
        font-size: 35px;
    }

    .why-item .title{
        font-size: 16px;
    }
    .why-item .content {
        font-size: 14px;
    }


}

@media screen and (max-width: 991px){
    .why-item {
        width: 50%;
        text-align: center;
        padding: 15px;
    }
    .promo-grid-item .content-block{
        width: 100%;
    }

}
@media screen and (max-width: 800px){
    .perfection-section {
        display: block;
    }
    .onepage-claue-different-content{
        margin: 15px 0;
        width: 100%;
        padding: 0;
    }
    .promo-items {
        display: block;
        margin: 0;
    }
    .promobanner {
        width: 100%;
        margin: 15px 0;
    }
    .home-perfection-block , .home-products{
        margin: 50px 0;
    }
}

@media screen and (max-width: 767px){
    body .products-grid .action.primary{
        padding: 9px 18px!important;
    }

    .home-category-block .promo-grid {
        display: block;
        flex-wrap: wrap;
    }
    .home-category-inner-block {
        margin: 0 0;
    }
    .promo-grid-item {
        width: 100%;
        padding: 10px 0;
        position: relative;
        margin: 0;
        height: auto;

    }
    .home-bestseller-products{
        padding: 25px 0;
    }
    .title h2 {
        font-size: 29px;
    }
    .home-category-block {
        padding-top: 0px;
    }

    .home-category-inner-block [data-content-type='row'][data-appearance='contained'] {
        padding: 0;
        max-width: 100%;
    }

    .footer-menu [data-content-type='row'][data-appearance='contained'] {
        padding: 0;
    }
    

}

@media screen and (max-width: 640px){
    .why-item {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .why_choose_section{
        padding: 35px 0 55px;
    }
    .why_lists_sections{
        padding: 0;
    }

    .onepage-product-flow-content{
        display: block;
    }
    .banner-text .onepage-product-flow-content{
        /* position: inherit; */
        position: relative;
    }
}

@media screen and (max-width: 480px){
    .promo-grid-item .small-text a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .promo-grid-item .title a {
        font-size: 28px;
        line-height: normal;
    }
    .promo-grid-item {
        height: auto;
        overflow: hidden;
        padding: 0;
        margin: 10px 0;
    }
    .promo-grid-item .shop a{
        padding: 5px 12px 4px;
        font-size: 15px;
    }
}

