
/** template-css **/

.collection-style-three{
	position: relative;
	padding-top: 120px;
	padding-bottom: 40px;
}

.collection-block-two{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 20px;
}

.collection-block-two .inner-box{
	position: relative;
	display: block;
	border: 2px dashed rgba(255,255,255,0.5);
	border-radius: 10px;
	padding: 63px 20px 60px 20px;
	z-index: 1;
}

.collection-block-two .image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.collection-block-two .inner-box .content-box{
	position: relative;
	float: right;
	z-index: 1;
}

.collection-block-two .inner-box .content-box h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 7px;
	text-shadow: 5px 6px 0px rgba(37,59,112,0.1);
}

.collection-block-two .inner-box .content-box p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Rounded Mplus 1c Bold', sans-serif;
	font-weight: 700;
	color: #fff;
	text-shadow: 3px 4px 0px rgba(37,59,112,0.1);
}

.modify-shop-section .shop-block-one .inner-box .content-box .box .rating li{
	font-size: 12px;
}

.modify-shop-section .shop-block-one .inner-box .content-box .box{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

.modify-shop-section .shop-block-one .inner-box .image-holder .image-box{
	border-radius: 0px;
}

.modify-shop-section .shop-block-one .inner-box .image-holder .image-box img{
	border-radius: 0px;
	transform: scale(1.05);
}

.modify-shop-section .shop-block-one .inner-box{
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 15px;
	margin-bottom: 70px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(227, 230, 236, 0.6);
	transition: all 500ms ease;
}

.modify-shop-section .shop-block-one .inner-box .image-holder .image-box:before{
	border-radius: 0px;
}

.modify-shop-section .shop-block-one .inner-box:hover{
    box-shadow: 0 20px 30px 2px #e3e6ec;
}

.modify-shop-section .shop-block-one .inner-box .content-box .box h4{
	margin-bottom: 2px;
}

.modify-shop-section .shop-block-one .inner-box .content-box .box .rating{
	margin-bottom: 2px;
}

.title-text .title-shap{
	position: relative;
	width: 95px;
	height: 11px;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
}

.shop-section.modify-shop-section .sortable-masonry .filters .filter-btns li:before,
.shop-section.modify-shop-section .sortable-masonry .filters .filter-btns li:after{
	display: none;
}

.shop-section.modify-shop-section .sortable-masonry .filters .filter-btns li{
	font-size: 16px;
	line-height: 26px;
	color: #9c9fa6;
	padding: 2px 17px;
	border-radius: 30px;
	margin: 0px 0px;
}

.shop-section.modify-shop-section .sortable-masonry .filters .filter-btns li.active,
.shop-section.modify-shop-section .sortable-masonry .filters .filter-btns li:hover{
	color: #fff;
}

.shop-section.modify-shop-section .sortable-masonry .filters{
	margin-bottom: 60px;
}

.special-products.modify-shop-section .shop-block-one .inner-box{
	margin-bottom: 70px;
}

.news-section .title-text p{
	margin-top: 18px !important;
}

.modify-single-product .product-details-content .product-details .rating li{
	font-size: 14px;
}

.modify-single-product .product-details-content .product-details h3{
	margin-bottom: 26px;
}

.modify-single-product .product-details-content .product-details .text{
	margin-bottom: 15px;
}

.modify-single-product .product-details-content .customer-review-box .rating{
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.modify-single-product .product-details-content .customer-review-box .review{
	position: relative;
	display: inline-block;
}

.modify-single-product .product-details-content .customer-review-box .review a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #93959e;
}

.modify-single-product .product-details-content .customer-review-box .review a:hover{

}

.color-box .custom-check-box .custom-control.material-checkbox .material-control-input {
  display: none;
}

.color-box .custom-check-box .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}

.color-box .custom-check-box .custom-control.material-checkbox .material-control-indicator:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
}

.color-box .custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before{
  opacity: 1;
}

.color-box .custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  -webkit-transform: rotateZ(0deg) translate(0px, 0px);
  transform: rotateZ(0deg) translate(0px, 0px);
}

.modify-single-product .product-details-content .color-box p{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 15px;
	line-height: 35px;
	color: var(--text-color-one);
	font-weight: 700;
	margin-right: 75px;
}

.modify-single-product .product-details-content .color-box .custom-color{
	position: relative;
	display: inline-block;
	float: left;
}

.color-box .custom-check-box{
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 16px;
}

.color-box .custom-check-box:last-child{
	margin-right: 0px;
}

.size-box .custom-check-box .custom-control.material-checkbox .material-control-input {
  display: none;
}

.size-box .custom-check-box .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  border: none;
}

.size-box .custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 50%;
  background: #fae4e1;
  border: none;
  -webkit-transform: rotateZ(0deg) translate(0px, 0px);
  transform: rotateZ(0deg) translate(0px, 0px);
}

.size-box .custom-check-box .custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: var(--text-color-one);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}

.modify-single-product .product-details-content .size-box p{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 15px;
	line-height: 35px;
	color: var(--text-color-one);
	font-weight: 700;
	margin-right: 80px;
}

.modify-single-product .product-details-content .size-box .custom-size{
	position: relative;
	display: inline-block;
	float: left;
}

.modify-single-product .product-details-content .size-box{
	position: relative;
	margin-bottom: 20px;
}

.size-box .custom-check-box{
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	margin-right: 9px;
}

.modify-single-product .product-details-content .color-box{
	margin-bottom: 13px;
}

.addto-cart-box .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  padding: 0px 40px;
  border: 1px solid #dddddd;
  z-index: 1;
  border-radius: 5px;
}

.addto-cart-box input.quantity-spinner {
  line-height: 38px;
  height: 38px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Rounded Mplus 1c Bold', sans-serif;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color-one);
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 33px;
  width: 30px;
  background: transparent;
  padding: 0px 0px;
  left: -34px;
  top: 4px;
  border-right: none;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 33px;
  width: 30px;
  background: transparent;
  padding: 0px 0px;
  right: -36px;
  top: 3px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #d9d9d9;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #d9d9d9;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 2px;
  left: 7px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.modify-single-product .addto-cart-box p{
	position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 40px;
    color: var(--text-color-one);
    font-weight: 700;
    margin-right: 50px;
}

.modify-single-product .addto-cart-box .btn-box{
    position: relative;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    float: left;
}
.modify-single-product .product-details-content .product-details .addto-cart-box form {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.modify-single-product .addto-cart-box .btn-box a.theme-btn-two{
	margin-left: 10px;
}

.modify-single-product .addto-cart-box .btn-box a.theme-btn-two span{
	
}

.modify-single-product .product-details-content .product-details .addto-cart-box{
	margin-bottom: 10px;
}

.modify-single-product .product-details-content .product-details{
	margin-top: -9px;
}

.related-product .owl-dots{
	position: absolute;
	top: -87px;
	right: -5px;
}

.related-product .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0px 5px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 500ms ease;
}

.related-product .owl-theme .owl-dots .owl-dot.active span,
.related-product .owl-theme .owl-dots .owl-dot span:hover{
	opacity: 1;
	width: 30px;
	border-radius: 15px;
}



/** responsive-css **/


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

	.collection-block-two .image{
		display: none;
	}

	.collection-block-two .inner-box .content-box{
		float: left;
	}

	.modify-single-product .addto-cart-box .btn-box a.theme-btn-two{
		margin-top: 15px;
	}

}


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

	.collection-block-two{
		margin-bottom: 30px;
	}

	.modify-contactinfo-section .single-info .inner-box{
		margin-bottom: 30px;
	}

	.modify-contactinfo-section{
		padding-bottom: 90px;
	}

	.contact-section .contact-inner,
	.rtl .contact-section .contact-inner,
	.contact-section .map-inner,
	.rtl .contact-section .map-inner{
		padding: 50px 30px !important;
	}

}


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

	.collection-block-two .inner-box .content-box{
		float: none;
		display: block;
		text-align: center !important;
	}

	.collection-style-three{
		padding: 70px 0px 40px 0px;
	}

	.special-products.modify-shop-section .shop-block-one .inner-box{
		margin-bottom: 30px;
	}

	.special-products.modify-shop-section{
		padding-bottom: 40px;
	}

	.related-product .owl-dots{
		display: none;
	}

	.modify-shop-section .shop-block-one .inner-box{
		margin-bottom: 40px;
	}

	.modify-contactinfo-section{
		padding-bottom: 40px;
	}

	.modify-single-product .product-details-content .size-box p{
		margin-right: 15px;
	}

	.contact-section .contact-inner{
		margin-bottom: 0px !important;
	}

}