/* 
color
#1c2426 dark gray
#9b9b9a light gray
#f0f0f0 light light gray
#ff7e28 orange
#92b339 green
#333333 brown

*/

 

.cart{
  padding-top: 5em;
}

.cart h1{
  color: #92b339
}



.cart .bouquets{
  border: 1px solid #1c2426;
  height: auto;
  padding-top: 48px;
  padding-bottom: 40px;
  margin: 0 auto;
  position: relative;
  background-color: #f0f0f0;
  background-image: repeating-linear-gradient(148deg ,transparent,transparent,white 1%);


}

.cart .bouquets .bouquets-title{
  position: absolute;
  top: -18px;
  right: 26px;
  /* border: 1px solid #1c2426; */
  width: auto;
  background-color: #ff7e28;
  color: white;
   
  
}

.cart .bouquets .inner-bouquet{
  height: 225px;
  /* border: 1px solid green; */
  position: relative;
  padding: 10px;

}

.cart .bouquets .inner-bouquet .bouquet{
  background-color: #92b339;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
}


.cart .bouquets .inner-bouquet .bouquet:hover{
  box-shadow: 0 0 3px black;
  opacity: .9;
}



.cart .bouquets .inner-bouquet .price-d{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.cart .bouquets .inner-bouquet .price-d span{
  font-size: 2.5em;
  color: white
}

.cart .bouquets .inner-bouquet .price-d mark{
  padding: 0;
  background-color: transparent;
  font-size: 4em;
  color: white;
  line-height: 1;

}


.cart p{
  text-align: center;
  color: #1c2426;
  margin-top: 16px;
  margin-bottom: unset;
}

.cart .input-div{
  /* border: 1px solid red; */
  margin: 0 auto;
}


.cart .input-div input{
  width: 88%;
  text-align: center;
}


.cart .input-div label{
  font-size: 1.5em;
  color: #ff7e28;
  width: 10%;
  text-align: center;

}



/* line */
.cart .line{
  border-top: 1px solid #9b9b9a;
  margin: 3em auto;
}


/* projects */
.cart .projects{
  border: 1px solid #92b339;
  padding: 15px 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px auto 70px;

  background-image: radial-gradient(#f4f2e8 3px, transparent 10px), radial-gradient(#eaeaea 3px, transparent 10px);
  background-position: 0 0, 50px 50px;
  background-size: 15px 15px;


  /* background-color: #f0f0f0;
  background-image: repeating-linear-gradient(148deg ,transparent,transparent,white 1%); */
  transition: all .5s ease-in-out;

}

.cart .projects:hover{
  box-shadow: 0 0 3px #9b9b9a;
  
}

.cart .projects .d-data{
  /* border: 1px solid red; */
  height: auto;
  padding: 0;
}

.cart .projects .d-data .d-top{
  color: #ff7e28;
  font-weight: 600;

}

.cart .projects .d-data .d-bottom{
  color: #1c2426;
}

.cart .projects .d-data .d-top,
.cart .projects .d-data .d-bottom{
  /* border: 1px solid red; */
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.cart .projects .d-data .button-div{
  height: 100px;
  text-align: center;
  line-height: 100px;
}

.cart .projects .d-data .button-div .delete-button{
  font-size: 1.6em;
  color: #da0707;
  cursor: pointer;
  opacity: .7;
  transition: all .2s ease-in-out;
}

.cart .projects .d-data .button-div .delete-button:hover{
  opacity: 1;
}



.cart .projects .d-data .d-bottom input{
  text-align: center;
  line-height: 50px;
  height: 35px;
  width: 60%;
  
}


.cart .continue-to-payment{
  text-align: right;
  margin-bottom: 61px;
  direction: rtl;
  text-align: center;
}


.cart .continue-button{
  background-color: #ff7e28;
  color: white;
  transition: all .5s ease-in-out;
  opacity: .9;
  width: 100%;
  border-radius: 27px;
  height: 44px;
  line-height: 2;
}

.cart .continue-button:hover{
  opacity: 1;
  box-shadow: 0 0 3px gray;
  transition: all .5s ease-in-out;
}



 

.cart .total-div{
  text-align: right;
  direction: rtl;
  margin-bottom: 30px;

}

.cart .inner-total-div{
  /* border: 1px solid red; */
  height: 75px;
  position: relative;
  background-color: #92b339;
  color: white;
  border-radius: 9px;
}

.cart .inner-total-div h5{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}






































/* cart */

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:100px 0px 120px;
}

.cart-section .button-box{
	position:relative;
	margin-top:40px;
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;
	border:1px solid #eeeeee;
}

.cart-section .cart-table tbody tr{
	border-bottom:1px solid #eeeeee;
}






.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#92b339;
	color:#1f1f1f;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:700;
	color:#ffffff;
	font-size:16px;
	text-transform:capitalize;
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:40px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:40px 40px 40px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:90px;
	padding-right:40px;
	padding-left:10px;
}

.cart-table tbody tr .qty .quantity-spinner{
	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:100px;
	padding-left:130px;
	padding-top:40px;
	text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
	width:110px;
	padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:100px;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h6{
	color:#222222;
	font-weight:500;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#222222;	
	font-size:18px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#92b339;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	cursor: pointer;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:10px;
	line-height:14px;
	width:14px;
	height:14px;
	margin-right:8px;
	background:#f0f0f0;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}

.cart-table tbody tr .remove{
	
}

.cart-table tbody tr .remove-btn:hover{
	
}

.cart-table tbody tr .remove-btn:hover .fa{
	text-indent:0px;
	background:#fa9928;
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td.price{
	font-size:18px;
	font-weight:400;
	color:#222222;
	padding-left:10px;
}

.cart-table tbody tr td .quantity-spinner{
	
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;
    color: #727272;
    font-size: 16px;
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#3e4494;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn{
	font-size:14px;
	padding:14px 43px;
	font-weight:400;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:20px;	
}

.cart-section .apply-coupon .form-group .coupon-btn{
	padding:11px 28px;
	line-height:30px;
	cursor:pointer;
}


.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 0px;
	border-bottom:2px solid #92b339;
	height:54px;
	width:230px;
	background:none;
	font-size:14px;
}

.cart-section .estimate-form{
	position:relative;
}

.cart-section .sec-title{
	margin-bottom:25px;
}

.cart-section .sec-title h2{
	font-size:26px;
	color:#222222;
}

.cart-section .estimate-form .row{
	margin-left:-7px;
	margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
	padding:0px 7px !important;
	margin-bottom:30px;
}

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	background:#f4f4f4;
	line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

.cart-total-box{
	position:relative;
	max-width:490px;
	margin-bottom:40px;
	padding: 30px 40px 41px;
	background-color:#f4f4f4;
}

.cart-total-box h4{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:25px;
}

.totals-table{
	position:relative;
}

.totals-table li{
	position:relative;
	color:#222222;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;
}

.totals-table li .col{
	float:right;width:auto;
}

.totals-table li .col-title{
	font-weight:600;
	float:left;
}

.totals-table li.total{
	margin-top:25px;
	/* padding-top:30px; */
	/* border-top:1px solid #cccccc; */
}

.checkout-btn{
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	padding:17px 43px 14px;
	cursor: pointer;
	background-color:#92b339;
}



/*Check Out Page*/

.checkout-page{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:100px 0px 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:17px;
	font-weight:600;
	border:1px solid #ebebeb;
}

.checkout-page .default-links li a{
	color:#92b339;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title h2{
	font-size:24px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .sec-title{
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:10px;
	padding-bottom:30px;
	margin-top:20px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	color:#797979;	
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:50px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#92b339;	
}

/* Shop Order Box */

.shop-order-box{
	position:relative;
	padding:20px 28px 50px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:uppercase;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#797979;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:500;
	margin-left:15px;
	color:#4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.8em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}




















/*** 

====================================================================
	Shop Detail Section
====================================================================

***/

.shop-detail-section{
	position:relative;
	padding:95px 0px 100px;
	background-color:#f5f8ff;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:5px;
}

.product-details .image-column .image-carousel{
	background-color:#eeeeee;
	border-radius:10px;
	overflow:hidden;
}

.product-details .image-column .image-carousel{
	
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:40px;
}

.product-details .info-column .add-to-cart{
	position:relative;
	float:left;
	padding:12px 28px;
	font-size:16px;
	color:#ffffff;
	border-radius:50px;
	margin-bottom:10px;
	margin-right:10px;
	background-color:#243559;
}

.product-details .info-column .add-to-cart .icon{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .thumbs-carousel{
	margin-top:25px;
	padding-left:50px;
	padding-right:50px;
}

.product-details .image-column .thumbs-carousel li{
	text-align:center;
	cursor:pointer;
	overflow:hidden;
	border-radius:7px;
}

.product-details .image-column .thumbs-carousel li img{
	width:100%;
	max-width:100%;
	display:inline-block;
}

.product-details .image-column .thumbs-carousel .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	right:0px;
	margin-top:-15px;
}

.product-details .image-column .thumbs-carousel .owl-nav .owl-prev{
	position:relative;
	width:30px;
	height:30px;
	color:#243559;
	font-size:16px;
	line-height:26px;
	text-align:center;
	border-radius:2px;
	display:inline-block;
	border:1px solid #243559;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.product-details .image-column .thumbs-carousel .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:30px;
	height:30px;
	color:#243559;
	font-size:16px;
	line-height:26px;
	text-align:center;
	border-radius:2px;
	display:inline-block;
	border:1px solid #243559;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.product-details .image-column .thumbs-carousel .owl-nav .owl-prev:hover,
.product-details .image-column .thumbs-carousel .owl-nav .owl-next:hover{
	background-color:#243559;
	color:#ffffff;
	border-radius:50px;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:0px;	
}

.product-details .basic-details .details-header h3{
	font-weight:700;
	margin:0px 0px;
	line-height:1.4em;
	color:#243559;
	margin-bottom:15px;
}

.product-details .basic-details .details-header h3 a{
	color:#333333;	
}

.quantity-spinner{
	position:relative;
	display:block;
	width:132px;
}

.product-details .quantity-spinner{
	margin-bottom:20px;
	float:left;
	margin-right:20px;	
}

.quantity-spinner input{
	position:relative;
	display:block;
	width:45px;
	line-height:24px;
	padding:9px 10px;
	margin:0px 44px;
	font-weight:500;
	height:42px;
	border:1px solid #e0e0e0;
	text-align:center;
	border-radius:2px;
}

.quantity-spinner .minus{
	position:absolute;
	left:0px;
	top:0px;
	width:45px;
	height:42px;
	line-height:22px;
	padding:10px 10px;
	text-align:center;
	background:#ffffff;
	font-weight:400;
	color:#555555;
	font-size:16px;
	cursor:pointer;
	border:1px solid #e0e0e0;
	z-index:1;
}

.quantity-spinner .plus{
	position:absolute;
	right:0px;
	top:0px;
	width:45px;
	height:42px;
	cursor:pointer;
	line-height:22px;
	padding:10px 10px;
	text-align:center;
	font-weight:400;
	background:#ffffff;
	color:#555555;
	font-size:16px;
	border:1px solid #e0e0e0;
	z-index:1;	
}

.product-details .basic-details .details-header .rating{
	font-size:16px;
	margin-bottom:10px;
	display:inline-block;
}

.product-details .basic-details .details-header .rating span{
	color:#f9a109;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:1px;	
}

.product-details .basic-details .details-header .rating .fa.light{
	color:#7683a3;
}

.product-details .basic-details .details-header .item-price{
	position:relative;
	color:#92b339;
	font-size:28px;
	font-weight:600;
	margin-top:15px;
	text-decoration:inherit;
}

.product-details .basic-details .details-header .item-price span{
	position:relative;
	font-size:22px;
	font-weight:600;
	color:#243559;
	line-height:24px;
	letter-spacing:1px;
	text-decoration:line-through;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.product-details .basic-details .details-header .reviews a{
	position:relative;
	color:#7683a3;
	font-size:14px;
}

.product-details .basic-details .stock-list{
	position:relative;
	margin-top:20px;
}

.product-details .basic-details .stock-list li{
	position:relative;
	color:#7683a3;
	font-size:14px;
	margin-bottom:8px;
}

.product-details .basic-details .stock-list li span{
	position:relative;
	color:#243559;
	font-size:16px;
	font-weight:500;
}

.product-details .basic-details .stock-list li:last-child{
	margin-bottom:0px;
}

.product-details .basic-details .text{
	margin-bottom:15px;
	color:#7683a3;
	font-size:14px;
	line-height:1.8em;
	margin-top:15px;
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#f7542b;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
}

.product-details .basic-details .item-title{
	position:relative;
	display:block;
	font-size:16px;
	color:#243559;
	font-weight:500;
	line-height:30px;
	margin-bottom:10px;
	text-transform:capitalize;
}

.product-details .basic-details .btns-box{
	position:relative;
	margin-top:0px;
	float:left;
}

.product-details .basic-details .cart-options{
	position:relative;
	float:left;
}

.product-details .basic-details .cart-options li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.product-details .basic-details .cart-options li a{
	position:relative;
	width:46px;
	height:46px;
	color:#243559;
	text-align:center;
	line-height:42px;
	font-size:18px;
	border-radius:5px;
	display:inline-block;
	border:2px solid #243559;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.product-details .basic-details .cart-options li a:hover{
	color:#ffffff;
	background-color:#243559;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

/*sel colors*/

.product-details .basic-details .sel-colors{
	position:relative;
	margin-bottom:15px;
}

.product-details .basic-details .sel-colors strong{
	position:relative;
	display:block;
	font-size:16px;
	color:#243559;
	font-weight:500;
	line-height:30px;
	text-transform:capitalize;
	margin-bottom:8px;
}

.product-details .basic-details .sel-colors .color-box{
	position:relative;
	width:30px;
	height:30px;
	margin-right:5px;
	border-radius:50%;
	display:inline-block;
}

.product-details .basic-details .sel-colors .color-box input{
	position:absolute;
	visibility:hidden;
	opacity:0;
}

.product-details .basic-details .sel-colors .color-box label{
	position:relative;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	border-radius:5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-details .basic-details .sel-colors .color-box input[type="radio"]:checked+label:before{
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	width:12px;
	height:12px;
	margin-left:-6px;
	margin-top:-6px;
	border-radius:2px;
	background-color:#ffffff;
}

/* Sel Colors */

.product-details .basic-details .product-size{
	position:relative;
	margin-bottom:15px;
}

.product-details .basic-details .product-size strong{
	position:relative;
	display:block;
	font-size:16px;
	color:#243559;
	font-weight:500;
	line-height:30px;
	text-transform:capitalize;
	margin-bottom:10px;
}

.product-details .basic-details .product-size .size-box{
	position:relative;
	width:100px;
	height:40px;
	margin-right:1px;
	border-radius:5px;
	display:inline-block;
}

.product-details .basic-details .product-size .size-box input{
	position:absolute;
	visibility:hidden;
	opacity:0;
}

.product-details .basic-details .product-size .size-box label{
	position:relative;
	display:block;
	width:100px;
	height:40px;
	cursor:pointer;
	text-align:center;
	border-radius:5px;
	line-height:40px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-details .basic-details .product-size .size-box input[type="radio"]:checked+label{
	color:#ffffff;
	background-color:#243559;
}


/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#92b339;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#ffffff;
	display:none;
	border-radius:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#92b339;
}

.scroll-to-top.style-two{
	color:#f71735;
}

.scroll-to-top.style-two:hover{
	color:#ffffff;
	background-color:#f71735;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#243559;
	font-size:16px;
	padding-left:35px;
	font-weight:500;
	line-height:1.6em;
	margin-bottom:12px;
}

.list-style-one li:before{
	position:absolute;
	left:0px;
	top:3px;
	color:#92b339;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	content: "\f18e";
	font-family: "Flaticon";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/* List Style Two */

.list-style-two{
	position:relative;
	margin-bottom:20px;
}

.list-style-two li{
	position:relative;
	color:#ffffff;
	font-size:15px;
	padding-left:35px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:12px;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:3px;
	color:#ffffff;
	font-size:18px;
	line-height:1em;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-two li a{
	position:relative;
	color:#ffffff;
}

/* List Style Three */

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	color:#dce4f0;
	font-size:16px;
	padding-left:35px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:10px;
}

.list-style-three li:before{
	position:absolute;
	left:0px;
	top:3px;
	color:#92b339;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	content: "\f18e";
	font-family: "Flaticon";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/* List Style Four */

.list-style-four{
	position:relative;
	margin-bottom:20px;
}

.list-style-four li{
	position:relative;
	color:#ffffff;
	font-size:15px;
	padding-left:35px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:12px;
}

.list-style-four li .icon{
	position:absolute;
	left:0px;
	top:3px;
	color:#ffffff;
	font-size:18px;
	line-height:1em;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-four li a{
	position:relative;
	color:#ffffff;
}

.list-style-four.style-two li .icon{
	color:#f71735;
}

.list-style-four.style-two li,
.list-style-four.style-two li a{
	color:#ffffff;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:3px;
	padding: 12px 35px 12px;
	text-transform: capitalize;
	border:1px solid #ffffff;
	font-family: 'Roboto', sans-serif;
}

.btn-style-one i{
	margin-left:5px;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#92b339;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
	border-color:#92b339;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px 10px;
	font-weight: 400;
	overflow: hidden;
	background:#ff7e28;
	letter-spacing:1px;
	border-radius:5px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #92b339;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #243559;
	font-weight: 500;
	overflow: hidden;
	background:none;
	border-radius:3px;
	padding: 12px 45px 12px;
	text-transform: capitalize;
	border:2px solid #243559;
	font-family: 'Roboto', sans-serif;
}

.btn-style-three i{
	margin-left:5px;
}

.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#92b339;
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
	border-color:#92b339;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #243559;
	font-weight: 700;
	overflow: hidden;
	background:none;
	border-radius:5px;
	padding: 14px 46px;
	text-transform: capitalize;
	background-color:#ffffff;
	
}

.btn-style-four:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#92b339;
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #ffffff;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 13px 30px 13px 30px;
	text-transform: capitalize;
	background-color:#fd5b03;
}

.btn-style-five:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#ffffff;
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
}

.btn-style-five:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-five:hover{
	color: #fd5b03;
}

/*Btn Style Six */

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:3px;
	padding: 13px 35px 13px;
	text-transform: capitalize;
	background-color:#14212b;
	font-family: 'Open Sans', sans-serif;
}

.btn-style-six:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#ff4a17;
}

.btn-style-six .txt{
	position:relative;
	z-index:1;
}

.btn-style-six:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-six:hover{
	color: #ffffff;
}

/* Btn Style Seven */

.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 35px 13px;
	font-weight: 400;
	overflow: hidden;
	background:#fd5b03;
	letter-spacing:1px;
	border-radius:3px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.btn-style-seven:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #3143ef;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-seven .txt{
	position:relative;
	z-index:1;
}

.btn-style-seven:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-seven:hover{
	color: #ffffff;
}

/*Btn Style Eight */

.btn-style-eight{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #0b0c26;
	font-weight: 700;
	overflow: hidden;
	background:none;
	border-radius:0px;
	padding: 9px 30px 9px;
	text-transform: capitalize;
	border:1px solid #0b0c26;
	font-family: 'Roboto', sans-serif;
}

.btn-style-eight:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#f71735;
}

.btn-style-eight .txt{
	position:relative;
	z-index:1;
}

.btn-style-eight:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-eight:hover{
	color: #ffffff;
	border-color:#f71735;
}

/*Btn Style Nine */

.btn-style-nine{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	overflow: hidden;
	background:none;
	border-radius:4px;
	padding: 13px 30px 13px;
	background-color:#f71735;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.btn-style-nine:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#ffffff;
}

.btn-style-nine .txt{
	position:relative;
	z-index:1;
}

.btn-style-nine:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-nine:hover{
	color: #f71735;
}

/*Btn Style Ten */

.btn-style-ten{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	overflow: hidden;
	background:none;
	border-radius:3px;
	padding: 12px 35px 12px;
	text-transform: capitalize;
	border:1px solid #ffffff;
	font-family: 'Roboto', sans-serif;
}

.btn-style-ten:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#f71735;
}

.btn-style-ten .txt{
	position:relative;
	z-index:1;
}

.btn-style-ten:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-ten:hover{
	color: #ffffff;
	border-color:#f71735;
}

/* Social Icon One */

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 22px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #92b339;
}

.theme_color{
	color:#92b339;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); background-size:100px; }

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}



.prod-thumb a{
  height: 106px;
  width: 106px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.count-input{
	color: #222222;
	text-align: center;
	font-size: 19px;
	height: 42px;
	line-height: 42px;
	font-weight: 500;
}