/* Home page start
---------------------------------------------------------- */
/*Bridal S*/
.warpper-justin .row,
.row-mg-0{
	margin: 0;
}
.warpper-justin .row > div{
	padding: 0;
}
#wrapper .warpper-justin .bridal-wrapper {
    background: #e2bbac;
    text-align: center;
    padding: 30px 100px;
}
.bri-img{
	width: 100%;
	height: 100%;
}
#wrapper .bridal-wrapper h3 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
#wrapper .bridal-wrapper .common-text {
	font-weight: 500;
}
.bridal-wrapper {
	align-items: center;
    display: flex;
}
.out-of-stock-modal {
    position: relative;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
}
.out-of-stock-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    opacity: 1;
}


/*Bridal E*/
/************/
/*Product S*/
.inner-product {
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding-bottom: 20px;
    box-shadow: 0 0 8px 2px #ffebeb;
    position: relative;
}
.inner-product:hover {
    box-shadow: none;
    border: solid 2px #000;
    transform: scale(1.02);
}
.inner-product p img {
    width: 100%;
    height: 210px;
    object-fit: contain;
}
.shop-img{
	/*height: 350px;*/
	object-fit: cover;
	object-position: center top; 	
}
.seller-img{
	height: 470px;
	object-fit: cover;
	object-position: center top; 	
}
.inner-product a{
	color: #000;
}
.inner-product a:hover{
	text-decoration: none;
}
#wrapper .inner-product h3 {
    font-size: 18px;
    margin: 16px 0 5px;
    
    font-weight: 500;
    min-height: 46px;
    color: #000;
}
#wrapper .inner-product a:focus{
	outline: 0;
}
#wrapper .inner-product p ,
#wrapper .inner-product a {
	font-weight: 500;
    font-size: 17px;
    
}
.cart-hide{
	display: none;
	min-height: 40px;
}
#wrapper .inner-product:hover .cart-hide{
	display: flex;
}
#wrapper .inner-product:hover .cart-hide a{
	color: #e4c02a;
}
.inner-product:hover .common-text{
	display: none;
}
#wrapper .shop-now-slider.slick-custom-arrow .slick-prev{
	/*left: 12px;*/
    /*margin-top: -44px;*/
}
#wrapper .shop-now-slider.slick-custom-arrow .slick-next{
	/*right: 12px;*/
    /*margin-top: -44px;*/
}
.shop-now-slider .slick-list,
.best-seller-slider .slick-list{
	padding: 30px 0;
}
.offPrice{
	color: #7e7b7c;
	display: inline-block;
	margin: 0 8px;
	padding: 0 8px;
}
.cart-hide{
	align-items: center;
	justify-content: center;
}
.cart-hide a {
    margin: 0 8px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 3px #000;
    text-align: center;
    line-height: 36px;
}
.cart-hide a img {
    width: 16px !important;
    vertical-align: middle;
    display: inline-block;
    height: auto;
}
#wrapper .inner-product .common-text{
	min-height: 40px;
}
.offer-tag {
    position: absolute;
    top: -25px;
    left: 15px;
    background: #ff0000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
}
/*Product E*/
/*************/
/*Spring S*/
.spring-inner h3{
	font-size: 32px;
    font-weight: 600;
    padding-left: 72px;
    position: relative;
}
.spring-inner h3:after {
    position: absolute;
    content: "";
    width: 118px;
    height: 5px;
    background: #000;
    z-index: 9999;
    top: 18px;
    left: -50px;
}
#wrapper .view-coll{
	padding-left: 72px;
}
/*Spring E*/
/**********/
/*Blog S*/
.inner-blog {
    text-align: center;
    cursor: pointer;
}
.blog-details {
	border: solid 1px #a6a6a6;
	border-top: 0;
    padding: 16px 30px 40px;
    transition: all 0.3s ease-in-out;
}
.blog-date{
	font-size: 36px;
	font-weight: bold;
}
.blog-date span {
    font-size: 18px;
    font-weight: normal;
}
.inner-blog .common-text {
    color: #231f20;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}
.inner-blog:hover .blog-details{
	background: #e2bbac;
}
.inner-blog:hover .blog-details .blog-date{
	color: #fff;
}
/*.inner-blog:hover .blog-details .subTitle{
	color: #eee;
}
.inner-blog:hover .blog-details .common-text{
	color: #eee;
}
.inner-blog:hover .blog-details .common-btn{
	color: #000;
	background:#e4c02a;
}*/
/*Blog E*/
/*********/
/*HOW TO STYLE S*/
.style-vedio-full{
	width: 100%;
	height: 500px;
}
.ytp-expand-pause-overlay .ytp-pause-overlay{
	display: none !important;
}
.vedio-list{
	position: relative;
	height: 200px;	
}
.vedio-list ul {
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 99999;
	display: flex;
	flex-wrap: wrap;
}
.vedio-list ul li{
	width: 25%;
	padding: 0 5px;
}
.pos-rel{
	position: relative;
	display: block;
}
.vid-img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.vid-play {
	display: none;
	/*display: flex;*/
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(226, 187, 172, 0.7);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.vid-play p {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,0.7);
    border-radius: 50px;
    text-align: center;
    z-index: 999;
}
.vid-play p img {
    width: 28px;
    vertical-align: middle;
}
.vid-des {
	display: none;
    position: absolute;
    left: 0;
    bottom: 12px;
    background: #000;
    padding: 8px 22px;
    color: #e4c12a;
    font-weight: 600;
    z-index: 9999;
}
.vid-des:after {
    position: absolute;
    content: "";
    top: 0;
    right: -17px;
    z-index: 999;
    border-right: 17px solid transparent;
    border-top: 36px solid #000;
}
.pos-rel:hover .vid-play,
.active .pos-rel .vid-play{
	display: flex;
}
.pos-rel:hover .vid-des,
.active .pos-rel .vid-des{
	display: block;
}
.product-details-btn .common-btn {
    margin: 7px;
}
.search-input-box .input-group-append{
    padding: 5px 14px;
}

/*HOW TO STYLE E*/

/*Responsive start
--------------------------------------*/
@media screen and (max-width: 1200px) {
	.bri-img{
		object-fit: cover;
	}
	#wrapper .warpper-justin .bridal-wrapper {
    	padding:40px;
	}
	#wrapper .bridal-wrapper h3 {
    	font-size: 24px;
    }
    .spring-inner h3 {
	    font-size: 22px;
	    padding-left: 30px;
    }
    .spring-inner h3:after {
 	  	width: 72px;
	    height: 4px;
	    top: 12px;
    }
    #wrapper .view-coll {
    	padding-left: 30px;
	}
	.blog-date {
    	font-size: 30px;
    }
    .blog-date span {
    	font-size: 14px;
	}
	.style-vedio-full {
    	width: 100%;
    	height: 380px;
	}
	.vedio-list {
    	height: auto;
	}
	#wrapper .vedio-list ul {
	    position: static;
	    top: 0;
	    padding: 15px 0 0;
    }
    .vid-des {
	    bottom: 8px;
	    padding: 6px 12px;
    	font-size: 14px;
    }
    .vid-des:after {
	    border-top: 29px solid #000;
	}
	.shop-img{
		/*height: 320px;*/
	}
	.seller-img{
		height: 330px;
	}
}
@media screen and (max-width: 991px) {
	#wrapper .warpper-justin .bridal-wrapper {
    	padding:40px 20px;
	}
	#wrapper .bridal-wrapper h3 {
    	font-size: 20px;
    }
    #wrapper .inner-product h3 {
    	font-size: 16px;
    }
    #wrapper .inner-product p, 
    #wrapper .inner-product a {
	    font-weight: 500;
	    font-size: 14px;
	}
	.spring-inner h3 {
	    font-size: 18px;
	    padding-left: 20px;
	}
	.spring-inner h3:after {
	    width: 63px;
	    height: 3px;
	    top: 10px;
	}
	#wrapper .view-coll {
    	padding-left: 20px;
	}
	#wrapper .view-coll a{
       font-size: 13px;
    }
    .blog-details {
	    padding: 16px 20px 30px;
	}
	.style-vedio-full {
	    width: 100%;
	    height: 280px;
	}
	.vid-des {
	    padding: 4px 8px;
    	font-size: 11px;
    }
    .vid-des:after {
	    border-top: 22px solid #000;
	}
	.vid-img {
	    height: 200px;
	}
	.shop-img,
	.seller-img{
		/*height: 490px;*/
	}
}
@media screen and (max-width: 850px) {
	.shop-img,
	.seller-img{
		/*height: 380px;  */
	}
} 
@media screen and (max-width: 767px) {
	.bri-img {
	    object-fit: fill;
	    height: auto;
	}
	#wrapper .warpper-justin .bridal-wrapper {
    	padding: 40px 30px;
	}
	.inner-product {
    	margin-bottom: 30px;
	}
	#wrapper .sp-mg-0{
		margin-bottom: 0;
	}
	.spring-inner h3 {
	    font-size: 18px;
	    padding: 50px 15px 0;
	    text-align: center;
	}
	.spring-inner h3:after {
	    width: 3px;
	    height: 73px;
	    top: -26px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	#wrapper .view-coll {
	    padding: 0 15px 16px;
	    text-align: center;
	}
	.wrapper-blog {
    	margin-bottom: 40px;
	}
	.blog-details {
    	padding: 12px 20px 30px;
	}
	.blog-date {
    	font-size: 26px;
	}
	.blog-date span {
    	font-size: 12px;
	}	
	.style-vedio-full {
	    height: 250px;
	}
	.vedio-list ul li {
	    width: 50%;
	    padding: 5px;
	}
	#wrapper .vedio-list ul {
    	padding: 5px 0 0;
	}
	.shop-img {
    	/*height: 220px;*/
	}
	#wrapper .inner-product h3 {
    	font-size: 13px;
	}
}
/*@media screen and (max-width: 700px) {
	.shop-img,
	.seller-img{
		height: 332px;  
	}
}
@media screen and (max-width: 599px) {
	.shop-img,
	.seller-img{
		height: 430px;  
	}
}*/
@media screen and (max-width: 500px) {
	.vid-img {
	    width: 100%;
	    height: 140px;
	}
	.vid-play p {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.vid-play p img {
    	width: 10px;
    }
    .vid-des {
    	padding: 3px 3px;
    	font-size: 10px;
	    bottom: 4px;
	}
	.vid-des:after {
    	border-top: 18px solid #000;
	}
    .inner-product p img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
}
@media screen and (max-width: 399px) {
	.shop-img,
	.seller-img{
		/*height: 250px;  */
	}
}

/*Responsive start
--------------------------------------*/
/**************************************/
    /*Blog Style S
-----------------------*/

.blog-details{
    margin-bottom: 20px;
}
.blog-details .project-block{
    padding:0 0;
    margin: 0;
    min-height: 250px;
    max-height: 100%;
    cursor: pointer;
}
.blog-details a{
    /*color: #000;*/
    text-decoration: none;
}
.blog-details .project-block:hover::before{
    border:0;
}
.blog-details  .project-inner{
    padding: 24px 28px 10px;
}
.blog-title {
    text-align: center;
    padding:20px;
}
.our-manag-wrapper .blog-title {
    text-align: center;
    padding: 20px 20px 10px 20px;
    border: solid 1px #35363e;
    margin: 0 0 30px;
    border-radius: 8px;
}
.blog-date {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.blog-full-img img{
    width: 100%;
}
/*.social-links{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.social-links li{
    min-width: 262px;
    margin: 0 10px;
}
.social-links li a {
    display: block;
    border: solid 1px #c6cbda;
    padding: 12px 18px;
    font-size: 18px;
    color: rgba(0,0,0,.5);
    text-decoration: none;
}
.social-links li a:hover{
    background:#3b5998 ;
    color: #fff;
}*/
@media screen and (max-width: 1200px){
    .blog-date {
        font-size: 15px;
    }
    .our-manag-wrapper .blog-title .subTitle {
        font-size: 19px;
    }
}
@media screen and (max-width: 991px){
    .social-links li {
        min-width: 160px;
        margin: 0 6px;
    }
    .social-links li a {
        font-size: 15px;
    }
    .our-manag-wrapper .blog-title {
        padding: 20px 18px 10px;
        min-height: 126px;
    }

}
@media screen and (max-width: 767px){
    .social-links li {
        margin: 5px 6px 10px;
    } 
    .our-manag-wrapper .blog-title {
        padding: 20px 18px 10px;
        min-height: auto;
    } 
     .inner-product p img {
    width: 100%;
    height: 190px;
    object-fit: contain;
}
}
@media screen and (max-width: 500px) {
    
    .inner-product p img {
    width: 100%;
    height: 110px;
    object-fit: contain;
}
.inner-product p img {
    height: auto;
}
#wrapper .inner-product h3 {
    font-size: 10px;
    min-height: auto;
}
#wrapper .inner-product p, #wrapper .inner-product a {
    font-weight: 500;
    font-size: 9px;
    min-height: auto;
}
.shop-now-slider .item, .best-seller-slider .item {
    padding: 5px;
}
}
/*Blog Style E
-----------------------*/
/***************************/
/*another Style S
---------------------*/
.custom-row{
	display: flex;
    flex-wrap: wrap;
}
.width-170{
	max-width: 170px !important;
    flex: 0 0 170px !important;
}
.width-rem-170{
	max-width: calc(100% - 170px) !important;
    flex-basis: calc(100% - 170px) !important;	
}
.width-300{
	max-width: 300px !important;
    flex: 0 0 300px !important;
}
.width-rem-300{
	max-width: calc(100% - 300px) !important;
    flex-basis: calc(100% - 300px) !important;	
}
.item-details {
    max-width: calc(100% - 190px);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 190px);
    padding: 12px 0 0 16px;
}
.aside-check .title-drop{
    font-weight: 600;
}
.title-drop {
    font-size: 15px;
    
    font-weight: 600;
    text-transform: uppercase;
}
.radius-8 {
    border-radius: 8px;
}
.item-img img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.item-img .img-res1{
    height: 200px;
    object-fit: contain;
}
.delivery-date{
    
	font-size: 15px;
    font-weight: 500;
}
.width-full {
    width: 100%;
}
.justify-content-between{
    justify-content: space-between;
}
.small-drop .dropbtn {
    padding: 4px 10px;
    border-width: 1px;
    min-width: 90px;
}
@media screen and (max-width: 991px){
	.title-drop {
    	font-size: 15px;
	}
    .item-img .img-res1 {
        width: auto;
    }
}
/*another Style E
---------------------*/
/**********************/
/*Table Style S
----------------------------*/
.common-tbl{
	width: 100%;
}
.common-tbl tr th,
.common-tbl tr td{
	font-weight: 500;
    padding: 0 0 15px;
}
.common-tbl tr:last-child th,
.common-tbl tr:last-child td{
	padding-bottom: 0;
}
.common-tbl tr td:last-child{
    
}
.f-w-600{
	font-weight: 600 !important;
}
/*Table Style E
----------------------------*/
/**********************/
/*Step Button S
----------------------------*/
.product-step-wrapper {
    position: relative;
    margin: 50px 0;
}
.bdr-step {
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #111036;
    top: 50%;
    z-index: 1;
    left: 15px;
}
.step-btn {
    display: inline-block;
    padding: 8px 22px;
    background: #fff;
    border: solid 1px #111036;
    color: #111036;
    font-size: 16px;
    z-index: 2;
    font-weight: 500 !important;
    min-width: 240px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}


.step-btn:focus,
.step-btn:hover{
    text-decoration: none;
    color: #292e34;
}
.step-btn.active{
    background:#111036;
    
    font-weight: bold;
    border: solid 1px #111036;
    color: #fff !important;
}
@media screen and (max-width: 991px){
	.product-step-wrapper {
    	margin-top: 50px;
    	margin-bottom: 20px;
	}
	.step-btn {
	    padding: 10px 16px;
	    border: solid 1px #9e9e9e;
	    font-size: 14px;
	    min-width: 200px;
    }
}
@media screen and (max-width: 767px){
	.product-step-wrapper {
    	margin-top: 30px;
    	margin-bottom: 10px;
	}
	.product-step-wrapper{
		text-align: center;
	}
	.product-step-wrapper .text-right {
    	text-align: center !important;
	}
	.product-step-wrapper > div{
		margin-bottom: 25px;
	}
	.product-step-wrapper > div.text-right {
		margin-bottom: 0;
	}
	.step-btn {
    	padding: 12px 12px;
	    font-size: 14px;
	    min-width: 250px;
	}
	.bdr-step {
	    width: 1px;
	    height: 100%;
	    top: 0;
	    transform: translateY(0);
	    left: 50%;
	    transform: translateX(-50%);
	    margin-bottom: 0;
	}
}
/*Step Button E
----------------------------*/
/****************************/
/*Shipping Info Style S
---------------------------*/
.box-shadow-outer {
    padding: 50px;
    box-shadow: 0 0 5px 2px #ecebeb;
    border-radius: 0;
    background-color: #fff;
}
.agree-check .checkbox-wrapper label a{
  color: #292e34;
  text-decoration: underline;
}
.aside-check {
    padding:30px ;
}
#wrapper .small-rating {
    padding: 0px 6px;
    margin-bottom: 12px;
}
#wrapper .small-rating li img {
    width: 12px;
}
@media screen and (max-width: 1450px){
  .aside-check {
      padding: 25px 25px;
  }
  .width-170 {
      max-width: 120px !important;
      flex: 0 0 120px !important;
  }
  .width-rem-170 {
      max-width: calc(100% - 120px) !important;
      flex-basis: calc(100% - 120px) !important;
  }
}
@media screen and (max-width: 1199px){
  .width-170 {
      max-width: 100% !important;
      flex: 0 0 100% !important;
      margin: 0 0 20px;
  }
  .width-rem-170 {
      max-width: 100% !important;
      flex-basis: 100% !important;
      padding-left: 0;
  }
  .sp-font-12 {
      font-size: 12px !important;
  }
  .box-shadow-outer {
      padding: 30px 30px 0;
    }
}
@media screen and (max-width: 991px){
  .aside-check {
      padding: 20px 20px;
  }
  .width-rem-170 {
      padding-bottom: 0;
    padding-right: 0;
  }
  .common-tbl tr th, 
  .common-tbl tr td {
      font-size: 14px;
  }
  .sp-font-14{
    font-size: 14px;
  }
  .box-shadow-outer {
      padding: 30px 20px 0;
      margin-bottom: 30px;
  } 
}
@media screen and (max-width: 767px){
  .box-shadow-outer{
    margin-bottom: 30px;
  }
  .step-btn {
      font-size: 11px;
  }
  .sp-m-btm-30{
    margin-bottom: 30px;
  }
  .aside-check .item-details {
      text-align: left;
  }

}
/*Shipping Info Style E 
----------------------------*/
/***************************/
/*Checkout Payment Style S
----------------------------*/
.aside-tab-wrapper.another-aside-tab {
    height: calc(100% + 100px);
    margin: -50px 20px 0 -50px;
}
#wrapper .aside-tab-wrapper.another-aside-tab ul li a:hover, 
#wrapper .aside-tab-wrapper.another-aside-tab ul li a.active{
  background: #000;
  color: #fff;
}
.summaryHeight {
    height: calc(100% - 38px);
}
#wrapper .removeItem {
    margin-top: 110px;
}
.removeItem li{
    display: inline-block;
    margin-right: 30px;
}
.removeItem li a{
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    
}
@media screen and (max-width: 1300px){
  .cartWrapper .box-shadow-outer {
      padding: 50px 20px;
  }
}
@media screen and (max-width: 1199px){
  .aside-tab-wrapper.another-aside-tab {
      height: calc(100% + 30px);
      margin: -30px 10px 0 -30px;
  }
    .aside-check .common-btn.small-btn {
        margin: 5px 2px;
        padding: 10px 0px;
        min-width: 95px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px){
  .aside-tab-wrapper.another-aside-tab {
        margin: 0;
        border-left: solid 1px #e1e1e1;
  }
  .width-300 {
      max-width: 100% !important;
      flex: 0 0 100% !important;
  }
  .width-rem-300 {
      max-width: 100% !important;
      flex-basis: 100% !important;
  }
}
@media screen and (max-width: 767px){
  .aside-tab-wrapper.another-aside-tab {
      margin: 0 0 30px;
      height: auto;
  }
} 
/*Checkout Payment Style E
----------------------------*/
/***************************/
/*Login Style S
---------------------*/
.login-wrapper1{	
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
}
.inner-part{
	width: 50%;
	padding: 90px 50px;
	box-sizing: border-box;
}
.login-logo-wrapper {
    display: flex;
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    background:#000 url('../images/texture-img.png') no-repeat scroll center center;
    /*background:#000;*/
    background-size:cover; 
    text-align: center;
}
.login-logo-wrapper img {
    width: 550px;
    /* margin-bottom: 42px; */
}
.login-logo-wrapper h2{
    display: none;
    color: #fff;
    
	font-weight: 600;
	font-size: 28px;
    line-height: 1.4;
	text-transform: uppercase;
}
.login-logo-inner{
	margin-top: -50px;
}
.login-details{
	max-width: 570px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#wrapper .title-login {
    font-size: 32px;
    font-family: 'Alice', serif;
    color: #111036;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.social-btn-wrapper{
	display: flex;
}
.social-btn-wrapper a {
    display:block;
    margin-right: 32px;
    color: #fff;
    padding: 8px 23px;
    border-radius: 50px;
    text-align: center;
    min-width: 240px;
    font-size: 15px;
    position: relative;
}
.social-btn-wrapper a:hover,
.social-btn-wrapper a:focus{
	outline: 0;
	color: #fff !important;
	text-decoration: none;
}
/*.social-btn-wrapper a:after {
    position: absolute;
    font-family: "Font Awesome\ 5 Free";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 9999;
    top: 4px;
    left: 4px;
	font-weight: 900;
}*/
.facebook-btn{
	background: linear-gradient(to right,#0b0b0b, #383838);
}
.facebook-btn:after {
    content: "";
    background: url(/assets/img/icon/icon_face1.png) no-repeat scroll center center ,linear-gradient(to right,#244f96, #316dbf);
}
.google-btn{
	background: linear-gradient(to right,#cf4437, #df513f);
	margin-right: 0 !important;	
}
.google-btn:after{
	content: "";
    background: url(/assets/img/icon/icon_google1.png) no-repeat scroll center center ,linear-gradient(to right,#cf4437, #df513f);
}
#wrapper .or-wrapper {
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
}
#wrapper .or-wrapper span {
    display: inline-block;
    width: 10px;
    height: 2px;
    background: #000;
    vertical-align: middle;
    margin: 0 3px;
}
.form-wrapper{
	margin: 30px 0 0;
}
.form-wrapper .form-group{
	margin-bottom: 30px;
	color: #39393e;
}
.form-wrapper .form-group label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #111036;
}
.form-wrapper .form-group input, .form-wrapper .form-group select {
    border: 0;
    border-bottom: solid 1px #292e34;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    font-size: 14px;
}
.form-wrapper .form-group textarea {
    border: 0;
    border-radius: 0;
    background: #f7f7f7;
    display: block;
    padding: 12px 15px;
    width: 100%;
    height: 134px;
}
.form-wrapper .form-group textarea:focus {
    outline: 0;
    box-shadow: none;
}
.form-wrapper .form-group select {
    color: #aaaaac;
    background: url(/assets/img/icon/icon_arrow_down.png) no-repeat scroll right center;
    padding-right: 16px;
}
.form-wrapper .form-group select option{
	color: #292e34;
}
.form-wrapper .form-group input::placeholder {
	color: #aaaaac;
}
.form-wrapper .form-group input:focus {
    outline: 0;
    background: transparent;
    box-shadow: none;
    color: #292e34;
}
.forget-pass{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.checkbox-wrapper{
	width: 50%;
}
.checkbox-wrapper input {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.custome-checkbox{
	position: relative;
	margin-right: 6px;
	width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.input-check {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.input-check input{
    opacity: 0;
    z-index: 999;
    position: relative;
}
.box-checkbox {
    position: absolute;
    width: 24px;
    height: 24px;
    border: solid 2px #8e8e90;
    z-index: 9;
    border-radius: 6px;
    top: 0;
    left: 0;
}
.right-checkbox{
	display: none;
}
.right-checkbox img{
	width: 15px;
	margin: 2px 0 0;
}
.checkbox-wrapper input[type=checkbox]:checked + .right-checkbox {
	text-align: center;
	display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border: solid 2px #8e8e90;
    z-index: 9;
    border-radius: 6px;
    top: 0;
    left: 0;
}
.checkbox-wrapper label {
    margin-bottom: 0;
    color: #39393e;
    vertical-align: bottom;
}
.forget-link{
	width: 50%;
	text-align: right;
}
.forget-link a{
	display: inline-block;
	text-decoration: underline;
	color: #39393e;
}
#wrapper .dont-account {
    margin-top: 30px;
    font-size: 14px;
    color: #292e34;
    font-weight: 500;
}
#wrapper .dont-account a{
	color: #292e34;
}
.item-quantity-new .form-control.input-number {
    width: 50px;
    border: none;
    border-radius: 0 !important;
    text-align: center;
    font-size: 13px;
    height: auto;
}
.item-quantity-new .input-group-btn{
	width: auto;
}
.item-quantity-new .input-group-btn .common-btn {
    width: auto;
    padding: 8px 15px;
    min-width: auto;
    color: #fff !important;
}
.item-quantity-new .input-group-btn .common-btn span {
    line-height: 16px;
    vertical-align: top;
    font-size: 13px;
}
.item-quantity-new .input-group {
    border: 1px solid #111036;
    border-radius: 0px;
}

@media screen and (max-width: 1200px){
	.inner-part {
    	padding: 50px 34px;
	}
    #wrapper .title-login {
        font-size: 36px;
    }
    .login-logo-wrapper img {
	    width: 270px;
	    margin-bottom: 12px;
	}
	.login-logo-wrapper h2 {
    	font-size: 18px;
	}
	.social-btn-wrapper a {
	    margin-right: 16px;
	    padding: 8px 12px 8px 42px;
	    text-align: left;
	    min-width: 206px;
	    font-size: 14px;
    }
}
@media screen and (max-width: 991px){
	.login-logo-inner {
	    margin-top: 0;
	}
	.inner-part {
    	width: 100%;
		order: 2;
		padding: 50px 100px;
	}
	.login-logo-wrapper {
	    padding: 52px 100px 22px;
	    order: 1;
	    text-align: left;
	    display: block;
	}
	.login-details {
	    max-width: 100%;
	    margin: 0 auto;
	    display: block;
	}
	#wrapper .or-wrapper {
	    text-align: left;
	    margin-left: 172px;
	}
	.agree-check .checkbox-wrapper{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	#wrapper .title-login {
	    font-size: 32px;
	    margin-bottom: 15px;
	}
	.social-btn-wrapper a {
	    padding: 8px 18px;
	    text-align: center;
	    min-width: 50%;
    }
    #wrapper .or-wrapper {
	    margin-top: 15px;
	    font-size: 18px;
	}
	.inner-part {
    	padding: 50px 60px;
	}
	#wrapper .or-wrapper {
	    text-align: center;
	    margin-left: 0;
	}
}
@media screen and (max-width: 576px){
	.inner-part {
    	padding: 40px 20px;
	}
	.login-logo-wrapper img {
    	width: 220px;
    	margin-bottom: 8px;
	}
	.login-logo-wrapper h2 {
	    font-size: 16px;
	}
	.social-btn-wrapper {
	    display: flex;
	    flex-wrap: wrap;
	}
	.social-btn-wrapper a {
	    min-width: 100%;
	    margin-bottom: 16px;
	}
	#wrapper .or-wrapper {
    	margin-top: 0;
    }
    .form-wrapper .form-group input {
    	font-size: 15px;
	}
	.forget-pass {
    	margin-bottom: 25px;
	}
	.forget-link a {
	    font-size: 12px;
	}
	.checkbox-wrapper label {
    	font-size: 12px;
	}
	.checkbox-wrapper input {
	    width: 18px;
	    height: 18px;
    }
    #wrapper .dont-account {
	    margin-top: 20px;
	    font-size: 13px;
    }
}
/*Login Style E
---------------------*/
/**********************/
/*Signup Style S
---------------------*/
.signup-wrapper .inner-part{
	padding-top:30px;
	padding-bottom: 12px; 
}
.signup-wrapper  .forget-pass{
	margin-bottom: 0;
}
@media screen and (max-width: 1200px){
	.signup-wrapper .social-btn-wrapper a {
    	font-size: 13px;
	}
}
@media screen and (max-width: 576px){
	.signup-wrapper .checkbox-wrapper {
    	width: 100%;
    	text-align: center;
	}
	.signup-wrapper .forget-link {
    	width: 100%;
    	text-align: center;
	}
	.signup-wrapper .form-wrapper {
    	margin: 30px 0 20px;
	}
	#wrapper .remove-m-sp{
		margin-top: 2px;
	}
}
/*Signup Style E
---------------------*/
/*********************/
/*Forgot Style S
---------------------*/
@media screen and (max-width: 1200px){
	#wrapper .forgot-wrapper .title-login {
    	font-size: 34px;
    }
    .forgot-wrapper .login-logo-wrapper img{
		width: 162px;
    }
    .forgot-wrapper .login-logo-wrapper h2 {
    	font-size: 16px;
	}
}
@media screen and (max-width: 991px){
	.forgot-wrapper .login-logo-wrapper {
	    align-items: center;
	    display: flex;
	}
}
@media screen and (max-width: 576px){
	.forgot-wrapper .login-logo-wrapper h2 {
    	font-size: 14px;
	}
	#wrapper .forgot-wrapper .title-login {
    	font-size: 24px;
	}
}
/*Forgot Style E
---------------------*/
/********************/
/*Check Out Cart S
---------------------*/
@media screen and (max-width: 1300px){
    .checkout-cart.box-shadow-outer{
        padding: 25px;
    }
}
@media screen and (max-width: 1200px){
    #wrapper .removeItem {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px){
    #wrapper .checkout-cart.box-shadow-outer .item-details{
        margin-top: 20px;
    }
    .small-drop .dropbtn {
        min-width: 76px;
        font-size: 15px;
    }
    .removeItem li a {
        font-size: 14px;
    }
    #wrapper .checkout-cart .font-size-20 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .checkout-cart.box-shadow-outer {
        padding: 20px;
    }
    .checkout-cart .justify-content-between {
        justify-content: inherit;
    }
    .checkout-cart .item-details .justify-content-between >  div{
        width: 100%;
        text-align: left;
        margin-bottom: 12px;
    }
    #wrapper .removeItem {
        margin-top: 20px;
    }
}
/*Check Out Cart E
---------------------*/
/*********************/
/*Aside Tab S
---------------------*/
.aside-tab-wrapper {
    height: 100%;
    border: solid 1px #e1e1e1;
    margin: 0 -15px;
    border-bottom: 0;
    border-left: 0;
}
.aside-tab-wrapper ul li a {
    
    display: block;
    padding: 15px 32px;
    border-bottom: solid 1px #e1e1e1;
    color: #000;
    transition: all 0.3s ease-in-out;   
}
#wrapper .aside-tab-wrapper ul li a:hover,
#wrapper .aside-tab-wrapper ul li a.active{
    color: #292e34;
    text-decoration: none;
    font-weight: 600;
}
.aside-tab-wrapper ul li a img{
    width: 30px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px; 
}
.height-full{
    height: 322px;
}
@media screen and (max-width: 991px){
    .height-full{
        height: auto;
        margin-bottom: 30px;
    }
    .article-wrapper {
        margin: 95px 0 0;
    }
    .aside-tab-wrapper ul li a {
        padding: 12px 15px;
        font-size: 15px;
    }
    .aside-tab-wrapper ul li a img {
        width: 25px;
        height: 22px;
        margin-right: 6px;
    }
}
@media screen and (max-width: 767px){
    .aside-tab-wrapper {
        border: solid 1px #e1e1e1;
    }
    .aside-tab-wrapper ul li:last-child a{
        border-bottom: 0;
    }
    .article-wrapper {
        margin: 80px 0 0;
    }
}
/*Aside Tab E
---------------------*/
/*********************/
/*Contact Us S
-------------------*/
.alert-success {
/* color: #fff; */
/* border-color: transparent; */
/* padding: 8px 20px; */
/* background-image: linear-gradient(to right, #3a3a3a, #0c0c0c); */
padding: 15px !important;
}
.alert-danger {
    color: red;
    background: transparent;
    padding: 8px 12px !important;
    border: solid 1px red;
    margin-bottom: 6px !important;
}
.contact-icon{
    width: 45px;   
}
.error_validate{
    color: red;
    font-size: 14px;
}

@media screen and (max-width: 767px){
    .contact-icon {
        width: 38px;
    }
}
/*Contact Us E
-------------------*/
/*******************/
/*F Select S
-------------------*/
.fs-wrap {
    border-bottom: solid 1px #000;
    position: relative;
}
.fs-label {
    height: calc(1.5em + .75rem + 2px);
    border-bottom: solid 1px #292e34;
}
.fs-dropdown {
    min-height: 100px;
    max-height: 250px;
    overflow: auto;
    padding:15px 15px 10px;
    border: solid 1px #999;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.fs-search{
    margin-bottom: 10px;
}
.fs-search input {
    width: 100%;
    padding: 5px 14px;
    border: solid 1px #999;
    font-size: 15px;
}
.fs-option {
    font-size: 15px;
    margin-bottom: 5px;
}
.fs-options .fs-option:last-child{
    margin-bottom: 0;
}
/*F Select E
-------------------*/