 @charset "utf-8";
/* CSS Document */
 body{
    font-family: 'Open Sans', sans-serif;
     background:#fff;
     font-weight:normal;
     color:#333;
     font-size: 16px;
}
 a:hover, a:focus{
     outline:none;
     text-decoration: none;
}
 ul, ol{
     padding: 0;
     margin: 0;
     list-style: none;
}
 .container{
     max-width:1170px;
}
 h1{
    font-size:30px;
     margin: 0;
}
 h2{
     font-size:30px;
     margin: 0;
}
 h3{
     font-size:20px;
     margin: 0;
}
 h4{
     font-size:18px;
     margin: 0;
}
 p{
     font-size: 16px;
     margin: 0 0 20px;
     line-height: 26px;
}
 input{
     margin:10px 0;
}
 .navbar-brand{
     padding:0px;
}
 .cust-btn{
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    font-size: 17px;
    border: 1px solid #000;
}
 .cust-btn:hover{
     transition: 0.3s ease-in-out;
     background: #000;
     color: #fff;
}
/*---------------------Header---------------------*/
/*---------------------Header-Nav-CSS-------------------*/
 header{
     position: relative;
     background: none;
}
 .top_left{
     position: relative;
     box-sizing: border-box;
}
 .top_left .logo{
    display: block;
    position: relative;
    text-align: center;
    float: left;
    z-index: 9;
    width: 230px;
    margin-top: -10px;
}
 .top_left .logo a{
     display: block;
     white-space: nowrap;
     font-size: 32px;
     text-decoration: none;
     position: relative;
     line-height: 95px;
     color: #000;
}
.top_call{
    margin-left: 240px;
}

.top_call ul {
     list-style: none;
     padding: 0;
     margin:10px 0 0;
}
.top_call ul li{
    font-weight: bold;
    margin: 0 0 18px;
 }
.top_call ul li:last-child{
    margin: 0;
}
.top_call ul li span{
        background: #65a824;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 700;
 }
.top_call ul li address{
    font-weight: normal;
}


 .right-top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 0 15px;
}
.right-top li{
     padding-left: 20px;
     float: left;
}
.right-top li a{
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}




/*----------------login popup form---------------*/
 .login-form .form-control {
     background: #f7f7f7 none repeat scroll 0 0;
     border: 1px solid #d4d4d4;
     border-radius: 4px;
     font-size: 14px;
     height: 50px;
     line-height: 50px;
}
 .main-div {
     background: #ffffff none repeat scroll 0 0;
     border-radius: 2px;
     margin: 10px auto 30px;
     max-width: 100%;
     padding: 50px 70px 70px 71px;
}
 .login-form .form-group {
     margin-bottom:10px;
}
 .login-form{
     text-align:center;
}
 .forgot a {
     color: #777777;
     font-size: 14px;
     text-decoration: underline;
}
 .login-form .btn.btn-primary {
     background: #c22031 none repeat scroll 0 0;
     border-color: #c22031;
     color: #ffffff;
     font-size: 14px;
     width: 100%;
     height: 50px;
     line-height: 50px;
     padding: 0;
}
 .checkbox{
     float: left;
     margin: 5px 0 30px;
}
 .forgot {
     text-align: left;
     margin-bottom:30px;
     float: right;
     margin: 5px 0 30px;
}
 .botto-text {
     color: #ffffff;
     font-size: 14px;
     margin: auto;
}
 .login-form .btn.btn-primary.reset {
     background: #c22031 none repeat scroll 0 0;
}
 .back {
     text-align: left;
     margin-top:10px;
}
 .back a {
    color: #444444;
     font-size: 13px;
    text-decoration: none;
}
/*----------------login popup form---------------*/
 header {
    padding: 10px 0 0;
    position: relative;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: 2;
}
/* .sticky {
     position: fixed;
     top: 0;
     width: 100%;
     left: 0;
     box-shadow: 2px 2px 10px #00000087;
     transition: 0.3s ease-in-out;
     z-index: 999999;
     animation: slide-down 0.5s;
     background: #fff;
}
 @keyframes slide-down {
     0% {
         opacity: 1;
         transform: translateY(-100%);
    }
     100% {
         opacity: 1;
         transform: translateY(0);
    }
}*/
 nav{
    position:relative;
}
 .main-menu {
     position: relative;
     z-index: 9;
     text-align: center;
}
 .main-menu #cssmenu .nav-ul{
     text-align: right;
}
 .sticky .main-menu #cssmenu .nav-ul{
     padding-left: 0%;
}
 .sticky #cssmenu ul li > a{
     color: #333;
}
 .sticky #cssmenu ul ul li a{
     color: #fff;
}
 header .button {
     display: none;
     padding: 15px;
     color: #fff;
}
 .main-menu .nav-ul {
     margin-bottom:0;
     padding-left: 0;
}
 #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
    border:0;
    list-style:none;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0;
}
 #cssmenu:after,#cssmenu > ul:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
 #cssmenu #head-mobile{
    display:none
}
#cssmenu > ul > li a.order-btn{
border: 1px solid #000;
    border-radius: 25px;
    padding: 7px 20px;
}
#cssmenu > ul > li a.order-btn:hover{
    background:#d7a828;
    color: #fff;
    border: 1px solid #d7a828;
}


 #cssmenu > ul > li {
     display: inline-block;
     margin-right: 30px;
     line-height: 55px;
}
 #cssmenu ul li:last-child {
     margin-right: 0px;
}
 #cssmenu ul li > a {
     font-size: 20px;
     text-decoration: none;
     color: #000;
     text-transform: uppercase;
     transition: 0.3s ease-in-out;
     padding: 0;
     font-weight: normal;
     border-bottom: 1px solid transparent;
}
 #cssmenu ul li:hover > a, #cssmenu ul li.active a{
     border-bottom: 1px solid #fff;
     color: #c22031;
     transition: 0.3s ease-in-out;
}
 #cssmenu ul li.has-sub > a:after{
    position:absolute;
    top:22px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    background:#ddd;
    content:'';
     display: none;
}
 #cssmenu ul li.has-sub > a:before{
    position:absolute;
    top:19px;
    right:14px;
    display:block;
    width:2px;
    height:8px;
    background:#ddd;
    content:'';
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
    display: none;
}
 #cssmenu ul li.has-sub:hover > a:before{
    top:23px;
    height:0
}
 #cssmenu ul ul{
    position:absolute;
    left:-9999px;
}
 #cssmenu ul ul li{
    -webkit-transition:all .25s cubic-bezier(1, 0.07, 1, 1);
    -ms-transition:all .25s ease;
    background: #fdfdfd;
    transition:all .25s ease;
    margin: 0;
    text-align: left;
}
 #cssmenu ul ul li:hover{
}
 #cssmenu li:hover > ul{
    left:auto;
    border-top: 0;
    margin-top: 0px;
}
 #cssmenu li:hover > ul > li{
    margin: 0;
}
 #cssmenu ul ul ul{
    margin-left:100%;
    top:-2px
}
 #cssmenu ul ul li a {
     padding: 10px 15px;
     min-width: 250px;
     width: 100%;
     font-size: 15px;
     text-decoration: none;
     color: #fff;
     font-weight: 600;
     border: none;
     word-break: break-word;
     line-height: 25px;
     background: #333;
     display: block;
}
 #cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
    border-bottom:0
}
 #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
    color: #ffffff;
    background: #c22031;
    border: none;
}
 #cssmenu ul ul > li.has-sub:hover > a:before{
    top:17px;
    height:0
}
 #cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
    background: #1b5da1;
    border:none;
    color: #fff;
}
 #cssmenu ul ul ul li.active a{
    border-left:1px solid #003471
}
 #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
    border-top:1px solid #003471
}
 @media screen and (max-width:991px){

     .main-menu {
         margin: 0 !important;
    }
     #cssmenu ul li > a {
         border: none;
    }
     #cssmenu ul li:hover > a, #cssmenu ul li.active a {
         color: #fff;
         transition: 0.3s ease-in-out;
         border: none;
    }
     .main-menu .nav-ul {
         padding-top: 125px !important;
    }
     .main-menu {
         float: none;
         border: none;
         padding: 0;
         text-align: left;
    }
     .nav-ul {
         width:0px !important;
         padding: 0 0 20px !important;
         background: #fff !important;
         position: fixed !important;
         right: 0px !important;
         height: 100vh;
         transition: 0.3s ease-in-out;
    }
     .nav-ul .submenu-button{
         opacity: 0;
    }
     .nav-ul.open {
         right: 0px !important;
         width: 300px !important;
         transition: 0.3s ease-in-out;
    }
     .nav-ul.open .submenu-button{
         opacity: 1;
         transition: 0.3s ease-in-out;
    }
     #cssmenu li:hover > ul{
        left:auto;
        border-top:none;
    }
     #cssmenu ul li > a{
        padding: 7px 16px;
    }
     nav{
        width:100%;
    }
     #cssmenu{
        width:100%
    }
     #cssmenu > ul {
         width: 100%;
         display: none;
         padding: 0 0 20px;
         overflow-y: scroll;
         top: 0;
         text-align: left !important;
    }
     #cssmenu ul li{
        width:100%;
        border-top:none;
        display: block;
    }
     #cssmenu ul li:hover{
        background:transparent;
    }
     #cssmenu ul ul li,#cssmenu li:hover > ul > li{
        height: auto;
        border-color: #000;
    }
     #cssmenu ul li a, #cssmenu ul ul li a {
         width: 100%;
         border-bottom: 0;
         line-height: 25px;
         font-size: 14px;
         color: #000;
    }
     #cssmenu > ul > li {
         display: block;
         line-height: 50px;
         padding: 0 20px;
    }
     #cssmenu ul ul li a{
        padding-left:16px
    }
     #cssmenu ul ul li{
        background: #00c8fe!important;
    }

     #cssmenu ul ul ul li a{
        padding-left:35px
    }
     #cssmenu ul ul li a{
        color: #fff;
        background:none;
        z-index: 9;
        line-height: 20px;
        border: none;
    }
     #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{
        color: #009fd9;
    }
     #cssmenu ul ul, #cssmenu ul ul ul {
         position: relative;
         left: 0;
         width: 100%;
         margin: 0;
         text-align: left;
         border: none;
    }
     #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{
        display:none
    }
     #cssmenu #head-mobile {
         display: block;
         padding: 23px;
         color: #333;
         position: absolute;
         font-size: 12px;
         font-weight: 700;
         right: 0;
         text-align: left;
    }
     #cssmenu .button.button {
         width: 60px;
         height: 43px;
         position: absolute;
         right: 0;
         top: 7px;
         left: 0;
         cursor: pointer;
         z-index: 12399994;
         display: block;
         margin: 0 0 0 auto;
         background: #c22031;
    }
     #cssmenu .button:after{
        position:absolute;
        top: 20px;
        right: 13px;
        display:block;
        height: 9px;
        width: 35px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content:'';
    }
     #cssmenu .button:before{
        -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
        position:absolute;
        top: 13px;
        right: 13px;
        display:block;
        height:2px;
        width: 35px;
        background: #fff;
        content:'';
    }
     #cssmenu .button.menu-opened:after{
        -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
        top:23px;
        border:0;
        height:2px;
        /* width: 23px;
         */
        background: #fff;
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
    }
     #cssmenu .button.menu-opened:before{
        top:23px;
        background: #fff;
        /* width: 22px;
         */
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }
     #cssmenu .submenu-button{
        position:absolute;
        z-index:99;
        right:0;
        top:0;
        display:block;
        border-left: none;
        height: 40px;
        width: 40px;
        cursor:pointer;
    }
     #cssmenu .submenu-button.submenu-opened{
        background: #00c8fe;
    }
     #cssmenu ul ul .submenu-button{
        height: 28px;
        width: 30px;
    }
     #cssmenu .submenu-button:after{
        position:absolute;
        top: 19px;
        right: 12px;
        width: 14px;
        height:2px;
        display:block;
        background: #e8e8e8;
        content:'';
    }
     #cssmenu ul ul .submenu-button:after{
        top: 13px;
        right:13px;
    }
     #cssmenu .submenu-button.submenu-opened:after{
        background: #fff;
    }
     #cssmenu .submenu-button:before{
        position:absolute;
        top: 13px;
        right: 18px;
        display:block;
        width:2px;
        height: 14px;
        background: #e8e8e8;
        content:'';
    }
     #cssmenu ul ul .submenu-button:before{
        top: 10px;
        right:16px;
    }
     #cssmenu .submenu-button.submenu-opened:before{
        display:none
    }
     #cssmenu ul ul ul li.active a{
        border-left:none
    }
     #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
        border-top:none
    }
     #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover{
        border:none;
    }
}



/*-----------------------banner-----------------------------*/
.banner-sec{
    background: url(../img/banner-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50% 50%;

}
.banner-content{
    text-align: center;
    padding: 120px 0;
    min-height: 300px
}
.banner-content h1{
font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.back-to-home{
    padding: 20px 0;
}
.back-to-home a{
    color: #000;
}





/*-----------------------menu listing-----------------------------*/
.content-sec{
    position: relative;
    padding: 50px 0;
}
.menu-list-row .list-item{
    background: #f2f2f2;
    padding: 15px;
    border-radius: 30px;
    margin: 0 0 30px;
}
.menu-list-row .list-item .menu-dis h3{
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}
.menu-list-row .list-item .menu-dis p{
    font-size: 12px;
    line-height: 20px;
    display: none;
}
.menu-list-row .pricing p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}
.menu-list-row .pricing h4{
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
.menu-list-row .pricing-btn {
    margin-top: 10px; 
    text-align: end;
}
.menu-list-row .pricing-btn a{
    font-size: 16px;
    margin: 0 10px;
    padding: 4px 15px;}



/*-----------------slide bar--------------------*/
.side-bar{
    position: relative;
}
.checkout-sec .cart-item{
    background: #000;
    color: #fff;
    width: 80%;
    margin-left: auto;
    border-radius: 10px 10px 0 0;
    padding: 6px 10px;
    font-weight: bold;
    height: 35px;
    clear: both;
}
.checkout-sec .cart-item .item-count{
    float: left;
}
.checkout-sec .cart-item .price{
    float: right;
}
.cart-item-list{
    border: 1px solid #000;
    padding: 10px;
}
.cart-item-list .list-item{
    position: relative;
    padding:15px 10px !important;
        margin: 0 0 10px !important;
}
.cart-item-list .list-item:hover{
background: #f2f2f2;
}
.cart-item-list .content h4,.cart-item-list .content h4>a{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
}
.cart-item-list .content p {
    font-size: 10px;
    line-height: 15px;
        margin: 0 0 10px;
}
.cart-item-list .content .remove-div{
    font-size: 12px;
    color: #000;
    float: left;
    margin-right: 20px; 
}
.cart-item-list .content .remove-div a{
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    color: #000;
    margin-right: 3px;
    font-size: 19px;
}
.cart-item-list .content .item-price{
    font-size: 12px;
    font-weight: bold;
}
.check-out a{
    background: #000;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border: 1px solid #000;
    transition: all 0.3s;
}
.check-out a:hover{
    transition: all 0.3s;
    background: #fff;
    color: #000;
}
.item-img>img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}
.menu-dis .col-sm-12 { padding: 0; }
.menu-dis .col-sm-12 .menu-dis {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 20px;
}

section.content-sec td.label {
    color: #000;
    font-size: 18px;
}
.woocommerce .quantity .qty {
    width: 140px;
    margin: 0;
    height: 40px;
}
.woocommerce div.product form.cart div.quantity{
    width: 30% !important;
}
 .woocommerce div.product form.cart .button {
     width: 65% !important;
 }
.woocommerce .quantity .qty { width: 100% !important; margin: 0; height: 40px; }
.woocommerce div.product form.cart .button {
    height: 40px;
    background: #000;
    text-transform: uppercase;
    width: auto;
    padding: 0 40px;
    opacity: 1;
}
.woocommerce div.product form.cart .button:hover { background: #ccc; }
td.label, td.value {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.woocommerce div.product form.cart table td select {
    width: 100%;
    height: 40px;
}
a.reset_variations {
    position: absolute;
    right: 10px;
    top: -30px;
    color: #f50000;
}
.woocommerce-variation.single_variation { padding: 0 0 15px; }
.product_meta ,.woocommerce-tabs.wc-tabs-wrapper{ display: none; }
nav.woocommerce-breadcrumb a {
    color: #000 !important;
    font-weight: 700;
}
section.related.products { clear: both; border-top: 1px solid #000; padding-top: 30px; }

section.related.products .list-item {
    float: left;
    width: 47%;
    margin: 7px;
}
section.related.products .list-item a.cust-btn:first-child { display: none; }
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-weight: 900;
    margin: 10px 0 5px;
}
/*=----------------------------------medea-------------------------------*/

@media screen and (max-width:991px){
 .menu-list-row .pricing-btn {
   margin: 20px 0 10px;
    text-align: start;
 }
 .menu-list-row .pricing-btn a {
    margin-right: 10px;
    margin: 0;
}
}


@media screen and (max-width:767px){
.top_left .logo {
    float: none;
    margin: 0;
    width: 170px;
}
.top_call {
    margin-left: 0;
    display: none;
}
.menu-list-row .list-item{
    text-align: center;
}
.menu-list-row .pricing-btn {
    text-align: center;
}
.menu-list-row .item-img{
    margin: 0 0 20px;
}
.menu-list-row .pricing-btn a {
    margin: 0 10px;
}
.side-bar {
    text-align: center;
}

.cart-item-list .item-img {
    margin: 0 0 20px;
}
.cart-item-list .content .remove-div{
    float: none;
    margin: 0;
}

.cart-item-list .content .item-price {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 10px 20px;
    display: inline-block;
}

.banner-sec{
    margin-top: 0;
    background-position: 70% 50%;

}
.cart-item-list .list-item {
    padding: 20px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #000;
}
}
@media screen and (max-width:740px){
section.related.products .list-item { width: 47%;}
}
@media screen and (max-width:650px){
    section.related.products .list-item img { margin: 0 auto; }
    section.related.products .list-item { float: none; width: 100%;}
}
@media screen and (max-width:500px){
.content-sec {
    padding: 10px 0;
}
    .right-top li {
    padding-left: 20px;
    float: right;
}
.right-top {
    margin: 0 0 7px;
}
.menu-list-row .pricing-btn a {
    margin: 0 10px 10px;
    display: block;
}
.checkout-sec .cart-item {
    background: #000;
    color: #fff;
    width: 100%;
}

.banner-content{
    text-align: center;
    padding: 50px 0;
    min-height: auto;
}
.banner-content h1 {
    font-size: 30px;
}

}

@media screen and (max-width:360px){ 

.top_left .logo {

    width: 120px;
        margin: 20px 0;
}
.right-top li {
    padding-left: 0px;
    float: right;
}
}
.pewc-item-checkbox_group .pewc-description{
    display: none;
}

/* Woocomerce CSS */
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    float: left;
    width: 100%;
}
.pewc-group-heading-wrapper h3,.pewc-groups-accordion .pewc-group-wrap h3{
    background: #F2F2F2;
    padding: 15px 25px;
    border-radius: 25px;
    margin: 20px 0;
}
.pewc-group-content-wrapper{
    padding: 0 20px;
}
.pewc-group {
    margin-bottom: 30px !important;
}
.pewc-item-field-wrapper .pewc-field-label {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    color: #999;
}
.pewc-group-select .pewc-item-field-wrapper .pewc-field-label{
    display: inline;
    margin-right: 10px;
}
.pewc-group-checkbox label{
    margin-left: 10px;
}
.pewc-checkbox-group-wrapper li{
    width: 33%;
    display: inline-block;
}

/**/
.price strong { display: none; }
div#mini-cart-count { display: inline-block; }
.item-img, .item-img a {
    width: 100% !important;
    display: block !important;
    max-height: 105px;
    overflow: hidden;
}
.item-img img {
    float: none !important;
}
.list-item.list-item-home{
    background: unset;
    padding: 0;
    border-radius: 0;
    margin-bottom: 30px;
}
.list-item-home .item-img,.list-item-home .item-img a {
    width: 100% !important;
    display: block !important;
    height: unset;
    max-height: unset;
}
.list-item-home .item-img {
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 30px;
    width: 96% !important;
    margin: 0 auto;
}
.list-item-home .item-img img {
    float: none !important;
    max-width: 100% !important;
    min-height: 330px !important;
    border-radius: 30px;
    width: 100% !important;
}
.mini_cart_item a img {
    width: 100% !important;
    height: 55px !important;
}
.cart-item-list dl.variation { display: none; }
.check-out { text-align: center; }
.check-out a {
    background: #000 !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 10px !important;
    border: 1px solid #000 !important;
    transition: all 0.3s !important;
    margin: 0 5px !important;
    display: inline-block !important;
    width: 40%;
    text-transform: uppercase;
    font-weight: 400 !important;
    border-radius: 0 !important;
}
.check-out a.back-to-shop { width: auto; padding: 8px 15px !important; }
.remove-div a { color: red !important; }


.pricing-btn h1, .pricing-btn p.price, .pricing-btn .quantity,.pricing-btn .woocommerce-product-details__short-description {
    display: none;
}
.pricing-btn form.cart { display: inline-block; }
.pricing-btn form.cart button.single_add_to_cart_button {
    color: #000;
    text-align: center;
    text-transform: uppercase !important;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    border: 1px solid #000;
    background-color: transparent !important;
    font-size: 16px;
    margin: 0 10px;
    padding: 8px 15px !important;
}
.woocommerce .pricing-btn form.cart button.single_add_to_cart_button{    width: auto !important;}
.pricing-btn form.cart button.single_add_to_cart_button:hover { background-color: #000 !important; }
@media screen and (max-width:979px){ 
    .check-out a{font-size: 14px !important;width: 45%;}
    section.related.products .list-item {
    width: 45%;
    margin: 5px;
}
}
@media screen and (max-width:767px){
    section.related.products .list-item {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        min-height: unset;
    }
    section.related.products .list-item img{margin: 0 auto;}
}