.cnt-lg{
    max-width: 1586px;
    margin: auto;
}
@media screen and (max-width: 1700px) {
    .cnt-lg{
        max-width: 1400px;
    }
}

@media screen and (max-width: 1440px) {
    .cnt-lg{
        max-width: 1330px;
        padding: 0 25px;
    }
}
@media screen and (max-width: 1400px) {
    .cnt-lg{
        max-width: 1250px;
        padding: 0 25px;
    }
}
@media screen and (max-width: 1300px) {
    .cnt-lg{
        max-width: 1170px;
        padding: 0 25px;
    }
}


.btn{
    background-color: #abd037;
    color: #000 !important;
    font-size: 17px;
    border-radius: 45px;
    padding: 14px 45px;
    transition: .3s;
}
.btn-sm{
    font-size: 15px;
    padding: 9px 26px;
    transition: .3s;
}
.btn:hover{
    background-color: #333;
    color: #fff !important;
}
.btn-outline{
    background-color: transparent;
    border-color: #333333;
    padding: 10px 45px;
    border-width: 2px;
}
.btn-outline:hover{
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}

.btn-red{
    background-color: #ff8d6a;
    color: #fff;
}
.btn-black{
    background-color: #333;
    color: #fff !important;
}
.btn-black:hover{
    background-color: #000;
    color: #fff !important;
}

@media (max-width: 767px) {
    .btn {
        font-size: 16px;
        border-radius: 45px;
        padding: 8px 21px;
        transition: .3s;
    }
}



.flex{
    display: flex;
}
.jc-sb{
    justify-content: space-between;
}
.ai-c{
    align-items: center;
}

.flex-center, 
.flex_center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_price{
    font-size: 25px;
    color: #ABD037;
    font-weight: 500;
}

.hero{
    border-radius: 32px;
    overflow: hidden;
    margin-top: 50px;
    /* padding: 70px 100px; */
    padding: 20px 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero .txt {
    /* width: 50%; */
}
.hero .slider_content h1 {
    color: #fff;
}
.hero .slider_content p {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
}
.hero .slider_content a.button {
    background: #fff;
    border-color: #fff;
    color: #333;
    border-radius: 26px;
}

.hero .slider_content a.button:hover {
    background: #212121;
    color: #ffffff;
}


@media screen and (max-width: 1440px) {
    .hero {
        margin-top: 20px;
        padding: 20px 40px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .slider_content h1 {
        font-size: 32px;
        margin-bottom: 15px;
        /* font-size: 60px; */
    }
    .hero .slider_content p {
        color: #fff;
        font-size: 18px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        padding: 40px 30px 0;
        display: none;
    }
    .hero .txt{
        margin-bottom: 30px;
    }
    .hero  .slider_content p {
        color: #fff;
        font-size: 12px;
    }
}


.home_banner {

}
@media screen and (max-width: 767px) {
    .home_banner {
        display: none;
    }
}



.home_products{
    padding:60px 0 30px;
}
@media screen and (max-width: 1440px) {
    .home_products{
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .prod_slider{
        padding: 0px 0 20px;
    }
    .prod_slider .section_title {
        text-align: left !important;
    }

    .section_title.flex{
        flex-direction: column;
        align-items: center;
    }
    .section_title.flex a{
        width: auto;
        margin-top: 15px;
    }
}


.slick-arrow{
    background-color: #F2F3F4 !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px;
    transition: .3s;
}
.slick-arrow:hover {
    background-color: #333 !important;
}
.slick-arrow:hover {
    color: #fff !important;
}





.green_bar{
    border-radius: 18px;
    padding: 17px 20px;
    background-color: #ABD037;
}
.green_bar .top_links > a{
    font-size: 20px;
    font-weight: 400;
}
.green_bar .top_links > a i{
    font-size: 13px;
}
.green_bar .top_links > a:hover{
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .green_bar{
        flex-direction: column;
        border-radius: 12px;
        padding: 10px 15px;
    }
    .green_bar .top_links > a{
        font-size: 20px;
        margin: 10px 0;
    }
}


.listing, 
.careers ul {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 3px;
}

.listing li, 
.careers li {
    list-style: none;
    position: relative; 
    margin-bottom: 8px;
    padding: 0 0 2px 11px;
    line-height: 1.5;
    font-weight: 500;

}

.listing li:before,
.careers li:before{
    content: "";
    position: absolute;
    left: -2px;
    top: 8px;
    border-radius: 50%;
    background: #323232;
    width: 5px;
    height: 5px;
}
    

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1100px;
    }
}


.price_tag{
    background-color: #ABD037;
    padding: 5px 12px;
    border-radius: 26px;
    font-size: 17px;
    font-weight: 400;
}
.delivery .flex{
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    padding: 10px 15px;
    height: 67px;
    margin-bottom: 15px;
    align-items: center;
}
.delivery{
    
}


#deliveryModal .modal-header {
    border: 0;
    padding: 0;
}
#deliveryModal h2{
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 30px;
}
#deliveryModal .btns{
    margin-top: 40px;
    display: flex;
}
#deliveryModal .btn-outline{
    margin-right: 10px;
}
#deliveryModal input[type=checkbox], #deliveryModal input[type=radio]{
    top: 4px;
}
@media (max-width: 767px) {
    #deliveryModal h2 {
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 15px;
      }
        #deliveryModal .btns {
          margin-top: 20px;
          display: flex;
      }
}


/* Checkout  */
.previous_radio{
    border: 2px solid #333;
    border-radius: 45px;
    padding: 16px 40px;
    font-size: 22px;
    display: inline-block;
}
.previous_radio input{
    top: 1px;
}
.checkout_page h2{
    margin-bottom: 40px;
}
.checkout_page h3{
    font-size: 24px;
    margin-bottom: 15px;
}
.checkout_page h4{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}

.checkout-btns{
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.checkout-btns .btn{
    width: 65%;
}
.checkout-btns .btn.btn-outline{
    width: 30%;
}
@media (max-width: 767px) {
    .previous_radio {
        border: 2px solid #333;
        border-radius: 45px;
        padding: 16px 20px;
        font-size: 17px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .checkout-btns{
        margin-top: 15px;
        flex-direction: column;
    }
    .checkout-btns .btn{
        width: auto;
    }
    .checkout-btns .btn.btn-outline {
        width: auto;
        margin-bottom: 15px;
    }
}





span.current_price {
    font-size: 16px;
    color: #ABD037;
    font-weight: 500;
}
.summary{
    box-shadow: 0px 3px 9px #ebebeb;
    padding: 35px 25px;
    border-radius: 12px;
}
.summary span.current_price {
    font-size: 20px;
}
.summary img{
    margin-bottom: 20px;
}
.summary .gift{
    font-size: 16px;
    margin: 10px 0 20px;
}

.summary p{
    font-size: 18px;
    margin: 0;
}

.summary .sub_totel{
    margin: 10px 0;
}
.summary .sub_totel h4{
    margin-bottom: 5px;
}
.summary .sub_totel:last-child{
    margin-bottom: 0;
}


.checkout_sec{
    padding-top: 40px;
    padding-bottom: 70px;
}
.checkout_sec .section_title {
    margin-bottom: 15px;
}

@media (max-width: 1440px) {
    .checkout_sec{
        padding-top: 20px;
      padding-bottom: 50px;
    }
}


.counter_increat {
    border: 1px solid #D9D9D9 !important;
    padding: 5px 0px;
    border-radius: 8px;
    max-width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter_increat  .incear_btn,
.counter_increat  .incear_btn2 {
    padding: 3px 13px;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    border: 0;
    background: transparent;
    color: #ABD037;
    font-weight: 600;
}   
.counter_increat .increat-field,
.counter_increat .increat-field2 {
    height: 24px;
    width: 20px;
        padding: 0 7px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    margin: 0 0px;
    border-radius: 4px;
}

.tab_numbers{
    border-bottom: 0px solid #dee2e6;
    margin: 0px 0 0px;
    background-image: url(../images/tab_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    justify-content: center;
}
.tab_numbers li{
    padding: 0 59px;
}
.tab_numbers li:nth-child(2){
    padding: 0 63px 0 69px;
}
.tab_numbers button{
    border: 0;
    display: block;
    padding: 5px 10px 8px;
    color: rgba(33, 33, 33, .6);
    background: transparent;
}
.tab_numbers button span{
    width: 27px;
    position: relative;
    padding: 3px 0px;
    border: 0px solid;
    display: block;
    margin: 0 auto 10px;
}
.tab_numbers button span:before{
    content: '';
    width: 27px;
    height: 27px;
    border-radius: 6px;
    position: absolute;
    top: 2px;
    left: 0px;
    border: 1px solid #ABD037;
    transform: rotate(45deg);
    z-index: -1;
}

.tab_numbers button.active{
    color: rgba(33, 33, 33, 1.6); 
    
}
.tab_numbers button.active span{
    color: #fff;
}
.tab_numbers button.active span:before{
    background: #ABD037;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .tab_numbers{
        background-image: none;
        margin: 0px 0;
    }
    .tab_numbers li {
        padding: 0 0px;
    }
    .tab_numbers li:nth-child(2) {
        padding: 0 30px 0 30px;
    }
}


.prod{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 440px;
    margin-bottom: 0px;
}
.prod_field{
    max-width: 440px;
    gap: 20px;
    display: flex;
}
.prod_field .input_bord,
.prod_field .btn{
    width: 210px;
}

.input_bord{
    border: 1px solid #858585;
    border-radius: 45px;
    padding: 10px 20px;
    font-size: 16px;
    color: #767676;
    height: 50px;
    display: flex;
    align-items: center;
}
.input_bord i{
    font-size: 23px;
    margin-right: 8px;
}
.input_bord input{
    border: 0;
    outline: 0;
}
.input_bord ul>li>a {
    font-size: 16px;

}

@media (max-width: 767px) {
    .prod_field {
        flex-direction: column;
    }
    .prod_field .input_bord, .prod_field .btn {
        width: auto;
        text-align: center;
        justify-content: center;
    }
}


.testi_slider{
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .testi_slider{
        padding-top: 0px;
        padding-bottom: 40px;
    }
}


.home_cats{
    padding-top: 3rem;
}
.home_cats .item{
    margin-left: 10px;
    margin-right: 10px;
}


@media (max-width: 767px) {
    .home_cats {
        padding-top: 2rem;
    }
    .home_cats .slick-slide{
        margin: 0 8px;
    }
    .home_cats button{
        display: none;
    }

}


/* Mobile Header  */
.header_mobile{
    display: none;
}
.header_mobile  .mobile_row{
    padding: 5px 12px 0px 5px;
    background-color: #f7f7f7;
    position: fixed;
    top: 0;
    width: 100%;
    height: 52px;
    z-index: 112;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.header_mobile .mob-logo img{
    max-width: 100px;
}

.header_mobile .cart_link>a {
    padding: 11px 5px 10px;
}
.header_mobile .header_icons img {
    margin-right: 0px;
}
.head_space{
    height: 52px;
}

@media (max-width: 767px) {
    .header_mobile{
        display: block;
        
    }
    .header_area{
        display: none;
    }
}


.inner_content{
    padding: 50px 0;
}

.inner_content h3{
    margin-bottom: 15px;
    color: #abd037;
    font-size: 20px;
}
@media (max-width: 767px){
    .inner_content{
        padding: 40px 20px;
    }
}



/* Payment Method  */
.row-flip{
	flex-direction: row-reverse;
}
.heading1 {
    /* background: url(../images/featbg.png) repeat left top; */
    background: #333;
    position: relative;
}
.heading1 h3 {
    color: #fff;
    margin: 0;
    padding: 13px 10px 14px 20px;
    font-weight: bold;
}
.bg1{
	background: url(../images/payment/bg1.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
}
.bg2{
	background: url(../images/payment/bg2.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
}
.payment_method{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	text-align: center;
	padding: 50px 40px;
}


.payment_method .txt{
	padding: 30px 50px;
	width: 50%;
}
.payment_method .txt h3{
	color: #333;
	font-size: 40px;
	/* text-transform: uppercase; */
	margin-bottom: 15px;
    line-height: 1.2;
}
.payment_method.bg2 .txt h3{
	color: #333;
}
.payment_method .txt p {
    line-height: 1.7em;
    font-size: 16px;
    padding-bottom: 26px; 
}
.payment_method .imgs{
	width: 50%;
	max-width: 300px;
	margin: auto;
}
.payment_method .imgs img{
	width: 100%;
}


@media only screen and (max-width:767px) {
	.no-flex-xs{
		display: block;
		padding: 30px 0;
	}
	.payment_method .imgs{
		width: 80%;
        margin: auto;
	}
	.payment_method .txt {
	    padding: 30px 30px 0;
        width: 100%;
	}
	.payment_method .txt h3 {
	    font-size: 26px;
	}
    .pay_tm{
        padding: 0;
    }
}

/* Payment Method end */


.banner_box{
    background-color: #f9f9f9;
    max-width: 70%;
}
.banner_box img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner_box .txt{
     padding: 25px 0 10px 30px;   
}
@media only screen and (max-width:767px) {
    .banner_box{
        max-width: 100%;
    }
    .banner_box img{
        display: none;
    }
}


.country_section .blog_thumb{
    border:1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    display: block;
}




.careers .col-12{
    margin-bottom: 40px;
}

.white-txt {
    color: #fff !important;
}
.infoTble{}

.infoTble tr th{background:none;font-size:14px;text-align:left;border:none;padding:5px 0;}

.infoTble tr td{padding:5px 0;font-size:12px;color:#555;}

.grid{overflow:hidden;}

/* .grid .btn{min-width:80px;width:80%;font-size:12px;padding:10px 5px !important;margin:3px;} */

.grid .results{margin:10px 0;display:block;}

.grid > table{width:100%;font-size:13px;text-shadow:0 1px 1px rgba(0,0,0,0.10);border-collapse:collapse;}

.grid > table > thead{}

.grid > table > thead th{padding:10px 10px;font-weight:bold;}

.grid > table > tbody td{font-size:13px;color:#4E4E4E;border:1px #ccc solid;padding:10px 8px;transition:all 0.3s ease-in-out;background:#fff;}

.grid > table > tbody tr{transition:all 0.3s ease-in-out;}

.grid > table > tbody tr:nth-child(even) td{background:#F7F9F6;}



@media only screen and (min-width:801px){.grid > table > tbody tr:hover td{background:#FDF7F4 !important;border-color:#EFDBD1;}

.grid > table > tbody tr:hover td.prdImg{background:#fff !important;}

}
.bgcolor777 {
    background: #333 !important;
}
.pad-10 {
    padding: 10px !important;
}



.mediaWrp h4{background:#333;color:#fff;font-size:13px;padding:10px 10px;}

.mediaWrp .mediaBx{border:solid 1px #ddd;padding:2px;margin-bottom:8px;}

.mediaWrp .mediaBxin{padding:12px;}

.mediaWrp .mediaThumb{}

.mediaWrp .mediaThumb ul{}

.mediaWrp .mediaThumb li{float:left;width: 25%;}

.mediaWrp .mediaThumb li a{display:block;border:solid 1px #ddd;padding:8px;text-align:center;height:175px;margin:5px;}

.mediaWrp .mediaThumb li a .img img{height:auto;}

.mediaWrp .mediaThumb li a .title{display:block;height:29px;overflow:hidden;margin-top:4px;}

.mediaWrp .mediaThumb li a:hover{}

.mediaCol1{width: 85%;max-width:100%;}

.mediaCol2{width:30%;max-width:100%;}

.mediaCol1 iframe{max-width:100%;}

.mediaOtherPortal ul{padding-left:15px;}

.mediaOtherPortal ul li{margin-bottom:8px;list-style:disc;vertical-align:top;}

.mediaOtherPortal ul li a{vertical-align:top;}

.mediaOtherPortal .readmoreBtn{padding-left:15px;}

.mediaOtherPortal .readmoreBtn a{text-decoration:underline;}

.mediaWrp .mediaSlide{position:relative;}

.mediaWrp .mediaSlide .flex-viewport{margin:0 22px;}

.mediaWrp .mediaSlide .flex-direction-nav{position:absolute;top:0;left:0;z-index:100;width:100%;}

.mediaWrp .mediaSlide .flex-direction-nav li{}

.mediaWrp .mediaSlide .flex-direction-nav li a{margin:0;top:85px;color:#000;}

.mediaWrp .mediaSlide .flex-direction-nav li a.flex-next,

.mediaWrp .mediaSlide .flex-direction-nav li a.flex-prev{padding:0;margin:0;width:24px;height:27px;background:none;border:none;}

.mediaWrp .mediaSlide .flex-direction-nav li a.flex-prev:before,

.mediaWrp .mediaSlide .flex-direction-nav li a.flex-next:before{font-size:0;color:transparent;width:24px;height:27px;background:url(../images/arrow.png) no-repeat;}

.mediaWrp .mediaSlide .flex-direction-nav li a.flex-prev:before{background-position:-3px -78px;}

.mediaWrp .mediaSlide .flex-direction-nav li a.flex-next:before{background-position:-7px -5px;}

.mediaWrp .mediaSlide .flex-direction-nav li a.flex-prev{left:5px;opacity:1;}

.mediaWrp .mediaSlide .flex-direction-nav li a.flex-next{right:5px;opacity:1;}

@media only screen and (max-width: 480px) {
    .mediaWrp .mediaThumb li {
        width: 50%;
    }
    .mediaCol1 {
        width: 100%;
        max-width: 100%;
    }
}


.disableClick{pointer-events:none;}

.unselectable{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;}

.zhide{display:none;}

.floatfix:before, .floatfix:after, .container:before, .container:after {
    content: "";
    display: table;
}
.container:after, .floatfix:after {
    clear: both;
}



/* Gift Registry */

/********** CUSTOM STYLE
******************************/

.flex-img{
    /* width: 90%;  */
    height: 100%;
    margin-left: 5%;
    }
    .mrw_button.flat {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        letter-spacing: .3px;
        border-radius: 0;
        padding: 9px 11px;
    }
    .mrw_button.blue.flat, .mrw_button.blue.flat.disabled {
        background: #48989c;
        color: #fff;
    }
    .mrw_button.blue, .mrw_button.blue.disabled {
        background-color: #5690d0;
        background: #5c98dd;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjOThkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MzcyYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #5c98dd 0%, #4372a8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c98dd), color-stop(100%, #4372a8));
        background: -webkit-linear-gradient(top, #5c98dd 0%, #4372a8 100%);
        background: -o-linear-gradient(top, #5c98dd 0%, #4372a8 100%);
        background: -ms-linear-gradient(top, #5c98dd 0%, #4372a8 100%);
        background: linear-gradient(to bottom, #5c98dd 0%, #4372a8 100%);
        border: 1px solid #5690d0;
        color: #fff;
    }
    .mrw_icon, .mrw_icon24, .mrw_logo, .smr_icon {
        background: transparent;
        background-image: url(../images/graph_2.png?v=20161117);
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        background-repeat: no-repeat;
        background-attachment: scroll;
        width: 23px;
        height: 23px;
    }

    .red-txt {
        color: #E80F0F !important;
    }
#show_registry{
    display: none;
}
.gifted-txt2 {
    width: 100%;
    position: absolute;
    top: 53px ;
    color: black !important;
    font-size: 45px !important;
    font-weight: bold;
}

@media (max-width: 767px) {
    #pnlGiftContainer .btn {
        margin-bottom: 10px;
    }
}


.registry-stats {
    text-align: right;
}
.registry-stats .stat-item {
    display: inline-block;
    min-width: 80px;
    text-align: center;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}
.registry-stats .stat-item:after {
    content: "";
    display: block;
    border-right: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
}
.registry-stats .stat-item .number {
    font-size: 24px;
    line-height: 24px;
}
.registry-stats .stat-item .label {
    text-transform: uppercase;
    font-size: 12px;
    color: #000 !important;
}

ul.guide {
    display: none;
    padding-top: 20px;
    font-size: 12px;
    text-transform: initial;
}

.registry_view_btns{

}
@media (max-width: 767px) {
    .registry_view_btns{
        flex-direction: column-reverse;
    }
    .registry_view_btns .desc-right{
        margin-bottom: 20px;
    }
    .registry-stats {
        text-align: center;
        margin-top: 20px;
    }
}


.hidden-desktop {
    display: none !important;
}

.txt-center {
    text-align: center !important;
}

.reg-three .btn-sm {
    font-size: 15px;
    padding: 9px 15px;
    transition: .3s;
}


/*smart search  (black BG)

.smt-search

{    

position: absolute;

z-index: 999;

background: #333333;

 margin: 41px 0 0 !important; overflow:inherit !important; 

 width: 219px !important;

border: 1px solid red !important;

display: none;

}

.smt-search div

{margin: 12px 0px 0px;border-bottom: 0px solid #424141;

overflow:hidden;

color: #fff;margin: 17px;padding: 12px 4px 19px;}

.smt-search div:hover

{



}

.smt-search div ul li

{margin: 0px 0px 0px;display: block !important; float: left !important; width: 100%;}

.smt-search div ul li a

{margin: 12px 0px 0px;font-size: 15px;display: block;}

.smt-search div ul li a:hover

{

font-size:19px;

color: #ccc;

}*/







/*smart search  (White BG)  */

/*smart search*/

.smt-search

{background: #fff;margin: 4px 0 0 !important;
    width: 226px !important;border: 1px solid #ccc !important;display: none;/* height: 100px; */position: absolute;z-index: 999;}

.smt-search div

{margin: 12px 0px 0px;border-bottom: 0px solid #424141;overflow:hidden;color: #fff;margin: 17px;padding: 0px 4px 0px;}

.smt-search div:hover

{



}

.smt-search h4{color: #333; font-weight: 600; font-size: 17px;}





.smt-search div ul li

{margin: 0px 0px 0px;display: block !important; float: left !important; width: 100%;}

.smt-search div ul li a

{
    margin: 4px 0px 0px;font-size: 14px;
    display: block;color: #666666;
}

.smt-search div ul li a:hover

{
 margin-left: 0px;
 color: #abd037;

/* font-size:17px;
padding:6px 12px; */
/* background:#333 */


}


.heading_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.heading_btn h3{
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .heading_btn{
        flex-direction: column;
    }
    .heading_btn h3{
        margin-bottom: 20px;
    }
}

.none {
    display: none !important;
}


.listyleno li{
    display: block;
    margin-bottom: 10px;
}
/* .listyleno span {
    display: block;
    padding-left: 26px;
    color: #999;
} */


.loginIn {
    border: 1px solid #ddd;
    -moz-box-shadow: 0 2px 2px #D5D3D3;
    -webkit-box-shadow: 0 2px 2px #D5D3D3;
    -ms-box-shadow: 0 2px 2px #D5D3D3;
    -o-box-shadow: 0 2px 2px #D5D3D3;
    box-shadow: 0 2px 2px #D5D3D3;
    min-height: 302px;
}

.pad-15 {
    padding: 15px !important;
}

.linkbtnfb {
    background: #48649F !important;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 25px;
}



.btn_one, .btn-one,
.loadmore a{
    font-weight: 400;
    height: 48px;
    line-height: 42px;
    padding: 0 30px;
    text-transform: capitalize;
    border: none;
    background: #242424;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 35px;
    display: inline-block;
}

.forgotpwd {
    display: block;
    padding-left: 6px;
        color: #f36d24;
}
.fr {
    float: right !important;
}
.afterClear:after {
    content: "";
    display: block;
    clear: both;
}



#tiles{padding:0;margin:0 auto 40px;position:relative;     
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}

#tiles li{width:260px;background-color:#fff;text-align:center;display:none;

cursor:pointer;padding:10px;list-style:none;position:relative;}

#tiles li.inactive{visibility:hidden;opacity:0;}

#tiles li img{display:block;max-width:100%;}

#tiles li p{color:#666;font-size:13px;line-height:20px;text-align:center;font-weight:200;margin:7px 0 2px 7px;}

#tiles li a{color:#444;text-decoration:none;border:solid 1px #d2d2d2;padding:14px;-webkit-box-shadow:2px 2px 5px #D5D3D3;-moz-box-shadow:2px 2px 5px #D5D3D3;-ms-box-shadow:2px 2px 5px #D5D3D3;-o-box-shadow:2px 2px 5px #D5D3D3;box-shadow:2px 2px 5px #D5D3D3;display:block;}

#tiles li a .mOver{display:none !important;}

/*#tiles li a:hover .mOver{display:block;top:190px;left:45px;width:230px;}*/

#tiles li a:hover .mOver{display:block; /*top:190px;width:230px;position: fixed;*/}

#tiles li .prdimg{width:177px;max-height:320px;     margin: auto;}

#tiles li .prdimg img{max-width:100%;max-height:300px;margin:0 auto;     padding-left: 0;}

#tiles li .prdTitle{font-family:Arial, Helvetica, sans-serif;font-size:13px;font-weight:normal;color:#484747;text-decoration:none;padding:8px 0;display:block;}

#tiles li .prdprice{font-size:16px;font-weight:bold;display:block; padding-left: 0;}

#tiles li a:hover{border-color:#f36d24;-webkit-box-shadow:2px 2px 11px #1b1411;-moz-box-shadow:2px 2px 11px #CFA48D;-ms-box-shadow:2px 2px 11px #CFA48D;-o-box-shadow:2px 2px 11px #CFA48D;box-shadow:2px 2px 11px #CFA48D;}

#tiles .btn-giftNow:hover{background:#ABD037 !important;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.3);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.3);-ms-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.3);-o-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.3);box-shadow:inset 0 -2px 0 rgba(0,0,0,0.3);}

#tiles li {
    display: inline-table;
}
.loadableGroup {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    display: none;
}
.prdListHGroup .message {
    text-align: center;
    padding: 42px 0 12px;
}

.prdTitleImg img{
    width: 100%;
}


.testimonials{}

.testimonials ul{}

.testimonials ul li{padding:12px;border:1px solid #d2d2d2;-webkit-box-shadow:1px 1px 2px #eee;-moz-box-shadow:1px 1px 2px #eee;-ms-box-shadow:1px 1px 2px #eee;-o-box-shadow:1px 1px 2px #eee;box-shadow:1px 1px 2px #eee;margin:20px 0;font-size:14px;line-height:22px;color:#444;}

.testimonials ul li span{display:block;}

.testimonials ul li .txt{padding-bottom:20px;}

.testimonials ul li .title{display:inline-block;color:#de6b0f;}

.testimonials ul li .date{display:inline-block;}


.pagination-links{display:table;margin:20px auto 0;}

.pagination-links:after{content:"";display:block;clear:both;}

.pagination-links a, .pagination-links strong{display:block;float:left;background:#FFFFFF;box-shadow:inset 0 -4px 1px #eee, inset 0 1px 2px #e5e5e5;text-align:center;padding:8px 12px;font-size:14px;font-weight:normal;color:#000;margin:0 2px;border-radius:4px;border:solid 1px #ddd;}

.pagination-links strong, .pagination-links a:hover{background:#F36D23;box-shadow:inset 0 -4px 1px #DE611C, inset 0 1px 2px #C75516;color:#fff;border-color:#F36D23;}


.bxcol-4 {
    width: 25%;
    float: left;
}

.bxcol-4 ul {
    list-style: inside;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px){
    .bxcol-4 {
        width: 100%;
        float: left;
    }
}

.delete-cart-item{
    border: 0;
    font-size: 21px;
    background: none;
}

.linkbtn2, .linkBtn2 {
    font-size: 14px;
    background: #fff;
    border: solid 1px #ddd;
    color: #444;
    border-radius: 6px;
    padding: 5px 15px;
    margin: 5px 0;
    cursor: pointer;
    text-decoration: none;
}
.linkBtn2.orange, .linkbtn2.orange {
    background: #f36d24;
    border-color: #f36d24;
    color: #fff;
}


.pay_modal {
    text-align: left;
}

.pay_modal .close {
    top: 10px;
    right: 15px;
    position: absolute;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    width: 42px;
    height: 42px;
    transition: .3s;
    font-size: 40px;
}

.pay_modal .close:hover{
        transform: rotate(90deg);
}

.pay_modal .pay_detail {
    padding: 30px 30px;
    /* height: 80vh; */
    overflow-y: auto;
}

.pay_modal h3 {
    font-size: 26px !important;
    color: #7ca206 !important;
        text-transform: capitalize !important;
    font-weight: bold;
    font-family: 'lato', Calibri, sans-serif, Arial;
    padding: 3px 0;
    margin: 0 0 10px;
}
.pay_modal p {
        line-height: 1.5em !important;
    font-size: 14px !important;
    color: #666;
    padding: 0 0 0px !important;
}
.pay_modal .infoTble tr td {
    padding: 0px 0 !important;
    font-size: 12px;
    color: #555;
}

.pay_modal ol, .pay_modal ul {
    padding-left: 0rem;
}
.pay_modal li {
    display: block; 
    margin-bottom: 0px !important;
}

.w480 {
    width: 480px !important;
    max-width: 100%;
}
.mauto {
    margin: 0 auto !important;
}
/* select.form-control:not([size]):not([multiple]) {
    height: -webkit-fill-available !important;
} */


























