 
 .source {
	 background-color: #0057ff;
	 color: #fff;
	 font-weight: 700;
	 text-decoration: none;
	 position: absolute;
	 padding: 10px;
	 top: 10px;
	 border-radius: 5px;
	 margin-left: 20px;
}
 .source a {
	 text-decoration: none;
	 color: #fff;
	 text-transform: uppercase;
	 letter-spacing: 2px;
}
 /*.container {
	 border: 1px solid transparent;
	 background-color: #fff;
	 width: 600px;
	 max-width: 60%;
	 margin: 0 auto;
	 display: flex;
	 box-shadow: 0px 11px 46.44px 7.56px rgba(0, 0, 0, 0.44);
	 top: 3rem;
	 position: relative;
}
 @media (max-width: 1000px) {
	 .container {
		 flex-direction: column;
	}
}
 @media (max-width: 780px) {
	 .container {
		 width: 300px;
	}
}*/

.container.card {
	 border: 1px solid transparent;
	 background-color: #fff;
	 width: 800px;
	 max-width: 80%;
	 margin: 0 auto;
	 display: flex;
	 box-shadow: 0px 11px 46.44px 7.56px rgba(0, 0, 0, 0.44);
	 top: 3rem;
	 position: relative;
	 flex-direction: inherit;
	 padding-left: 0px;
	 padding-right: 0px;
}
 @media (max-width: 1000px) {
	 .container.card {
		 flex-direction: column;
	}
}

 @media (max-width: 780px) {
	 .container.card {
		/* width: 300px;*/
		min-width:96%;
	}
	.product-tab {
	    display: none;
	}
	.container .card_right .desci {
	    min-height: 120px;
	    max-height: 120px;
	}
	.modal .container .card_left {
        max-height: 260px !important;
        min-height: 260px !important;
    }
    .container .card_left img {
        min-height: 260px;
    }
    .qty-input .product-qty, .qty-input .qty-count
    {
        min-height:30px;
    }
    .qty-input .qty-count
    {
        width: 3.5em;
    }
    .container .card_right .colours
    {
        margin-bottom: 50px;
    }
    .container .card_right .colours .appear_qty .col-md-6.title
    {
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .qtycount .qty-input .product-qty,
    .seldays .qty-input .product-qty{
        width: 30%;
        font-size : 18px;
    }
    .qtycount .qty-input .qty-count:before, .qtycount .qty-input .qty-count:after,.seldays .qty-input .qty-count:before, .seldays .qty-input .qty-count:after {
        width : 15px;
    }
    .col-md-6.qtycount .qty-input .qty-count:before, .col-md-6.qtycount .qty-input .qty-count:after,
    .col-md-6.seldays .qty-input .qty-count:before, .col-md-6.seldays .qty-input .qty-count:after {
       width: 10px !important;
    }
    .qtycount .qty-input .qty-count,
    .seldays .qty-input .qty-count{
        width : 3em;
    }
    .addmobiletitle {
	    text-align : center;
	}
	.addmobiletitle .titles {
	    font-size: 17px;
	}
	.addmobiletitle .borderline3 {
	    height: 2px;
        background: #000;
        width: 30%;
        margin-left: 31%;
        margin-bottom: 30px;
	}
	.product-checkout-payment ul li label {
	    font-size: 11px !important;
	}
	.product-checkout-payment ul li input[type="radio"], .product-checkout-payment ul li label
	{
	    padding-left: 7px !important;
        padding-right: 7px !important;
        display: initial !important;
	}
	.product-checkout-payment ul li input[type="radio"] {
	    
	}
	.product-checkout-payment ul li label {
	    
	}
}
 .container .card_left {
	 flex: 1 1 50%;
	 padding: 5px;
	 position: relative;
	 background: #f7f5f5; 
}
 .container .card_left .fa {
	 font-size: 1.5rem;
	 color: #e8e8e8;
	 position: absolute;
	 top: 25px;
}
 .container .card_left .fa:hover {
	 color: #f37d3a;
}
 .container .card_left .left {
	 left: 20px;
}
 .container .card_left .right {
	 right: 20px;
}
 .container .card_left img {
	 max-width: 100%;
	 height: 100%;
}
 @media (max-width: 1000px) {
	 .container .card_left img {
		 width:100%;
		 max-width: 100%;
		 display: block;
		 margin: 0 auto;
	}
}
 .container .card_right {
	 flex: 1 1 50%;
	 padding: 40px;
	 background: #f7f5f5;
	 padding-left: 20px;
     padding-right: 20px;
     padding-bottom: 0px;
	 min-height: 400px;
}
 .container .card_right .titlehead span{
	 text-transform: uppercase; 
	 font-weight: 600;
}
.container .card_right .titlehead {
	 
	 color: #000;
	 letter-spacing: 1.2px;
	 font-size: 11px;
	 margin-bottom: 5px;
}
 .container .card_right h3 {
	font-weight: bold;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: 18px;
    overflow: hidden;	 
}
 .container .card_right p {
	 /*font-size: 0.85rem;
	 color: #4f4f4f; */
	 color : #000;
}
.container .card_right .desci {
	font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    max-height: 75px;
    overflow: hidden;	
}
.container .card_right .desci span.titletext {
    font-weight : 600 !important;
} 
.container .card_right .desci span {
	/*font-weight: 700;*/
	color : #000;
    font-size:13px;
    
}
.container .card_right .colours {
	 display: flex;
     text-align: center;
     bottom: 30%;
     position: absolute;
     width: 43%;
}
.container .card_right .colours .appear_qty {
	width: 100%;
}
.container .card_right .colours .appear_qty .col-md-6 {
	padding-left: 5px;
	padding-right: 20px;
}
.container .card_right .colours .appear_qty .col-md-6.title {
	font-weight: 600;
	font-size: 12px;

}
 .container .card_right .colours .colour {
	 border-radius: 20px;
	 height: 12px;
	 width: 12px;
	 background: #fff;
	 margin: 0 8px;
	 position: relative;
}
 .container .card_right .colours .colour:nth-child(1) {
	 margin-left: 0;
}
 .container .card_right .colours .colour:after {
	 position: absolute;
	 content: "";
	 height: 12px;
	 width: 12px;
	 border-radius: 30px;
}
 .container .card_right .colours .orange:after {
	 background: #f37d3a;
}
 .container .card_right .colours .green:after {
	 background: #3af361;
}
 .container .card_right .colours .gray:after {
	 background: #4f4f4f;
}
 .container .card_right .colours .colour:hover {
	 opacity: 0.3;
}
 .container .card_right .colours .active.colour:after {
	 height: 6px;
	 width: 6px;
	 position: absolute;
	 top: 3px;
	 left: 3px;
}
 .container .card_right .card_footer {
	 display: flex;
	 justify-content: flex-end;
	 align-items: center;
	 margin-top: 25px;
}
 .container .card_right .card_footer .price {
	 color: rgba(38, 38, 38, .59);
	 letter-spacing: 1px;
	 font-size: 1.25rem;
}
 .container .card_right .card_footer .btn {
	 text-decoration: none;
	 text-transform: uppercase;
	 font-weight: 500;
	 color: #fff;
	 background: #f37d3a;
	 font-size: 0.7rem;
	 padding: 10px 30px;
	 border-radius: 30px;
	 letter-spacing: 1.2px;
	 margin: 0px;
}

 .container .card_right .card_footer .btn:hover {
	 color: #f37d3a;
	 background: #fff;
}

.site-header.sticky {
	box-shadow: none !important;
}
.is-sticky .site-logo img {
	height: 65px;
}

/* counter button starts */
.qty-input {
	 color: #000;
	 background: #fff;
	 display: flex;
	 align-items: center;
	 overflow: hidden;
}
 .qty-input .product-qty, .qty-input .qty-count {
	 background: transparent;
	 color: inherit;
	 font-weight: bold;
	 font-size: inherit;
	 border: none;
	 display: inline-block;
	 min-width: 0;
	 height: 2.5rem; 
}
 .qty-input .product-qty:focus, .qty-input .qty-count:focus {
	 outline: none;
}
 .qty-input .product-qty {
	 width: 50px;
	 min-width: 0;
	 display: inline-block;
	 text-align: center;
	 appearance: textfield;
}
 .qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
	 appearance: none;
	 margin: 0;
}
 .qty-input .qty-count {
	 padding: 0;
	 cursor: pointer;
	 width: 2.5rem;
	 font-size: 1.25em;
	 text-indent: -100px;
	 overflow: hidden;
	 position: relative;
}
 .qty-input .qty-count:before, .qty-input .qty-count:after {
	 content: "";
	 height: 2px;
	 width: 10px;
	 position: absolute;
	 display: block;
	 background: #fff;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
}
 .qty-input .qty-count--minus {
	 border-right: 1px solid #000;
}
 .qty-input .qty-count--add {
	 border-left: 1px solid #000;
}
 .qty-input .qty-count--add:after {
	 transform: rotate(90deg);
}
 .qty-input .qty-count:disabled {
	 color: #ccc;
	 background: #f2f2f2;
	 cursor: not-allowed;
	 border-color: transparent;
}
 .qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
	 background: #ccc;
}

 .qty-input {
	 border-radius: 4px;
	 box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
	 transform: scale(1.5);
}
 
/* counter button ends */
/*customize counter button starts */
.qty-input {
	box-shadow: none;
	transform: none;
	display: inherit;
    width: 70%;
	background: #fff;
	/*border: 1px solid #000;	*/
	margin-left: 15%;
    margin-top: 3%;
}
.qty-input .product-qty {
	margin-top: 2px;
    margin-bottom: 2px;
	height: auto;
	width: 30px;
}
.owl-theme .item {
	cursor : pointer;
}
.qty-input .product-qty, .qty-input .qty-count {
	height: inherit;
	color : #000;
}
.qty-input .qty-count--minus {
    /*border-right: 1px solid #000;*/
	background: #000;
    color: #fff;
}
.qty-input .qty-count--add {
   /* border-left: 1px solid #000;*/
   background: #000;
    color: #fff;
}
.qty-input .qty-count {
	width: 2.6em;
	font-size: initial;
}
/*customize counter button ends */
.container .card_right .card_footer {
	bottom: 0px;
    position: absolute;
    width: 45%;
}
.container .card_right .card_footer .btn {
	width : 100%;
	background: #000;
	border-radius:0px;
	padding: 0px;
}
.container .card_right .card_footer .btn:hover {
    color: #000 !important;
    background: #fff !important;
	border: 1px solid;
    font-weight: 600;
} 
.container.card button.close{
	position: absolute;
    opacity: 1;
	right: 10px;	
}
.container.card button.close span {
	font-size: 25px;
}
.container.card button.close:hover,
.container.card button.close:focus,
.container.card button.close:active {
	background: transparent;
}

.modal .container.card {
    position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.prod-footer {
	width : 100%;
	min-height: 50px;
}
.prod-footer .contents {
	width: 80%;
	float: left; 
}
.prod-footer .add-cart {
	width: 20%;
	float: right;
}
.prod-footer .add-cart a {
    /*background-color: #f2f2f2;
    border-radius: 30px;
    color: #444;*/
    display: block;
    height: 35px;
    line-height: 37px; 
    position: relative;
    width: 35px;
    -webkit-transform: scale(0.4) translate(0px, 30px);
    -moz-transform: scale(0.4) translate(0px, 30px);
    -ms-transform: scale(0.4) translate(0px, 30px);
    -o-transform: scale(0.4) translate(0px, 30px);
    transform: scale(0.4) translate(0px, 30px);
}

.prod-footer .add-cart .add-to-cart::before {
    /*background: transparent url(../img/icons/bag.png) no-repeat scroll 1px -1px;
    content: ""; 
	
    height: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 16px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
	
	/*content: "\25AE";  
    font-family: FontAwesome;
	left:-5px;
    position:absolute;
    top:0;*/
	
	content: "\f06e";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	left:-5px;
    position:absolute;
    top:0; 
	font-size: 50px;
}
.mb-30p
{
	margin-bottom:30px;
}

/*start owl portion */
.owl-carousel2 .owl-item
			{
				padding: 5px;
			}
			.product.type-7 .title .title-ls
			{
				max-height: 40px;
				min-height: 40px;
				overflow: hidden;
				letter-spacing: 1.2px;
				text-transform: inherit !important;
			}
			.product.type-7 .thumb img 
			{
				min-height : 200px;
				max-height : 200px;
				overflow : hidden;
			}
			.owl-nav {
				position: absolute;
				top: calc(50% - 21px);
				width: 107%;
				left: -21px
			}

			.owl-nav div {
				position: absolute;
				top: 50%; 
				width: 40px;
				height: 40px;
				border-radius: 50%;
				box-shadow: 0 0 12px 0 rgb(64 87 109 / 27%);
			}
			
			.owl-nav div:hover {
				border :1px solid #1d1d1d;	
				color: #000;
			}

			.owl-prev {
				left: 0;
				display: flex;
				background: #fff
			}

			.owl-next {
				right: 0;
				display: flex;
				background: #fff
			}

			.owl-prev i,
			.owl-next i {
				margin: auto
			}
			h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
			{
				color: #000;
			}
			.product.type-7 .Size {
				padding: 22px 0 10px;
			}
/*ends owl portion */

/*start */

  
.pos-r {
    position: relative;
} 
.section-title{margin-bottom:50px; position: relative;}
.section-title p{font-size: 16px;}
.title-effect {width: 50px; height: 50px; top: 0; position: absolute; left: 0; opacity: 0.5; animation: rotation 12.8s steps(1) 0s infinite;}
.text-center .title-effect{left: 50%; margin-left: -25px;}
.text-center .section-title h6{padding: 15px 0;}

.title-effect .bar {background: #000;}
.title-effect .bar-top {width: 100%; height: 7px; position: absolute; top: 0; left: 0; transform-origin: left top; transform: scale(0, 1); animation: bar-top 3.2s linear 0s infinite;}
.title-effect .bar-right {width: 7px; height: 100%; position: absolute; top: 0; right: 0; transform-origin: left top; transform: scale(1, 0); animation: bar-right 3.2s linear 0s infinite;}
.title-effect .bar-bottom {width: 100%; height: 7px; position: absolute; right: 0; bottom: 0; transform-origin: right top; transform: scale(0, 1); animation: bar-bottom 3.2s linear 0s infinite;}
.title-effect .bar-left {width: 7px; height: 100%; position: absolute; left: 0; bottom: 0; transform-origin: left bottom; transform: scale(1, 0); animation: bar-left 3.2s linear 0s infinite;}

.title {position: relative; color: #000; margin-bottom: 0;font-weight : 400;}
.section-title h2{margin-bottom: 15px;}

/* ------------------------
    How It Work
------------------------*/
.work-process{position: relative;}
.step-num {background: #fff; border-radius: 50%; box-shadow: 0 12px 20px 0 rgb(189 189 189 / 40%); color: #000; display: inline-block; font-size: 18px; font-weight: 600; height: 50px; right: 0; line-height: 55px; position: absolute; text-align: center; top: 0; width: 50px;}
.theme-bg .work-process h4, .theme-bg .work-process p{color: #ffffff;}
.step-icon {background: #ffffff; width:140px; height:140px; position: relative; border: 3px solid #fafaff; border-radius: 50%; line-height: 140px; font-size: 40px; text-align: center; color: #000;}
.step-icon span {position: relative;}
.step-icon span::after, .step-icon span::before {border-radius: 50%; content: ""; height: 40px; position: absolute; width: 40px; z-index: -1;}
.step-icon span::after {background: #000; height: 25px; left: -10px; top: 5px; width: 25px;}
.step-icon span::before {background: #000; bottom: 0; right: -10px;}
.dark-bg .step-icon{color: rgba(255,255,255,0.9); background: none;}
.dark-bg .step-desc h4{color: #000;}
.dark-bg .step-icon{border-color: rgba(255,255,255,0.1);}
.dark-bg .step-desc p{color: rgba(255,255,255,0.7);}
.step-num-box{position: relative; display: inline-block; margin-bottom: 20px;}
.work-process .box-loader{position: absolute; top: 30%; right: -15%; left: inherit;}
.work-process.style-2 {padding: 0; display: flex; align-items: center;}
.work-process.style-2:before{display: none;}
.work-process.style-2 .step-num-box {margin-bottom: 0; margin-right: 30px;}
.work-process.style-3 {padding: 70px 30px 0;}
.work-process.style-3 .step-num {background: none; box-shadow: none; color: rgba(255, 255, 255, 0.1); font-size: 120px; height: auto; left: 50%; line-height: 120px; margin-bottom: 0; position: absolute; top: 0; transform: translateX(-50%); width: auto;}
#svg-container {position: absolute; width: 100%; left: 52%;  z-index: -1; transform: translateX(-50%); width: 75%;}
#svgC {margin: 0 auto; width: 100%;}


/* ------------------------
    box-loader
------------------------*/
.box-loader {border-radius: 100%; margin: 0 auto; position: absolute; top: 15px; left: 15px;}
.box-loader span{display: inline-block; width: 10px; height: 10px; border-radius: 100%; background: #000; margin: 0 5px; opacity: 0;}
.box-loader span:nth-child(1){animation: opacitychange 1s ease-in-out infinite;}
.box-loader span:nth-child(2){animation: opacitychange 1s ease-in-out 0.33s infinite;}
.box-loader span:nth-child(3){animation: opacitychange 1s ease-in-out 0.66s infinite;}


/*--rotation--*/

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}

/*--opacitychange--*/

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

/* responsive */
@media (max-width: 1200px){
	#svg-container { width: 85%; }
}
@media (max-width: 992px){
	.md-mt-5 { margin-top: 50px !important; }
	/*Step*/
	.work-process .box-loader{display: none;}
	.step-desc p {max-width: 300px;  margin: 0 auto;}
	#svg-container {width: 100%; transform: rotate(90deg); left: 0; top: 50%;}
}

/*ends */
.primary-footer .widget .textwidget, .primary-footer .widget .footer-links li
{
	color:#fff;
}
.primary-footer .widget .footer-links a, 
.primary-footer .widget .textwidget a 
{
	color: #fff;
}
.primary-footer .widget .widget-title
{
	margin-bottom: 10px;
}
.primary-footer .widget p 
{
	margin-bottom: 10px;
}
.section-full
{
	padding: 40px 0;
}
.site-footer
{
	padding: 10px 0;
}
.primary-footer .links 
{
	margin-top : 30px;
}
.links ul li {
    float: left;
    margin-bottom: 10px;
}

.links ul li a {
    font-size: 12px;
    margin: 2px;
    color: #fff;
}
.links ul li a::after {
    content: '¦';
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.links ul li a.lastlist::after {
	display : none;
}
.secondery-footer.dark {
	margin-top: 30px;
}
.secondery-footer .inner-footer .full-width {
	width: 100%;
}
.secondery-footer .inner-footer .full-width p {
	color : #fff;
}

.container .card_right .colours .appear_qty .col-md-6 .sqftcount {
	padding : 0px;
}
.container .card_right .colours .appear_qty .col-md-6 .sqftcount .qty-input {
	width: 90%;
    margin-left: 5%;
	margin-top: 7%;
}
.container .card_right .colours .appear_qty .col-md-6 .sqftcount .qty-input .qty-count {
	width: 1.5em;
}
.container .card_right .colours .appear_qty .col-md-6 .sqftcount .qty-input .product-qty{
	width: 20px;
}
 
.container .card_right .colours .appear_qty .col-md-4 {
	padding-left : 5px;
	padding-right : 5px;
}	
.container .card_right .colours .appear_qty .col-md-4 .qty-input {
	width: 90%;
	margin-left:5%;
}

.container .card_right .colours .appear_qty .col-md-4 .qty-input .qty-count{
	width: 2.2em;
}
.container .card_right .colours .appear_qty .col-md-4 .qty-input .product-qty {
	width: 30px;
}	
.step-desc p {
	color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
}
.intro .title-effect {
	left: 48.4%;
}
.bookngs .title-effect {
	left: 53%;
}
.cart .title-effect {
	left: 54%;
}
.carttable thead th {
	text-align: center;
}
.carttable .one {
	width: 10%;
}
.carttable .prodname {
	width: 60%;
	word-break: break-all;
}
.carttable td .less {
    font-size:10px;
}
.carttable .image {
	width: 5%;
}
.carttable .two {
	width: 10%;
}
.carttable .days {
	width: 10%;
}
.carttable .deletes {
	width: 5%;
}
.carttable tbody tr td{
	text-align: center;
}
.carttable tbody .endclose {
	cursor: pointer;
}
.mover80 {
	width: 80%;
}
.mover80 .leftside
{
	margin-left: 10%;
}
.mover80 .leftside .btnss
{
	background: #000;
	color: #fff;
}
.mover80 .rightside
{
	margin-right: 10%;
    float: right;
}
.mover80 .rightside .btnss
{
	background: #000;
	color: #fff;
}
.mover80 .leftside .btnss span 
{
	 margin-left: 10px;
}
.mover80 .rightside .btnss span 
{
	 margin-right: 10px;
}
.checkout .title-effect
{
	left: 50.4%;
}


.primary-footer .widget .textwidget, .primary-footer .widget ul.footer-links
{
        padding-left: 0;
}
.primary-footer .widget .textwidget, .primary-footer .widget .footer-links li 
{
    margin-bottom: 7px;
    font-size: 13px;
    list-style-type: none;
}
.primary-footer .widget .widget-title:after 
{
    position: absolute;
    left: 0;
    top: auto;
    content: '';
    width: 4px;
    height: 23px;
    background: #3A78C9;
}
footer .widget ul li a:before {
    content: '--';
    color: inherit;
    letter-spacing: 0;
    margin-right: 8px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
footer .widget ul li a:hover
{
    margin-left: 2px;
    text-decoration: none;
    color: #3A78C9 !important;
}
@media only screen and (min-width: 800px)
{
	.carttable
	{
		width: 80%;
		text-align: center;
		margin-left: 10%;
	}
}
@media only screen and (max-width: 600px)
{
	.product.type-7 .thumb img
	{
	    min-height: 130px;
        max-height: 130px;
	}
	.product-tab .nav-tabs .nav-link span
	{
	    display : none;
	}
	.product-tab .nav-tabs .nav-link img
	{
	    margin-left: 10px;
	}

}	

/* css addedd for checkout - starts */

.containersform {
	background: #FFFFFF;
	width: 95%;
	height: 840px;
	margin: 0 auto;
	position: relative;
	margin-top: 10%;
	box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
}

.rightbox {
	float: right;
	width: 80%;
	height: 100%;
}

.leftbox {
	float: left;
	top: -5%;
	left: 5%;
	position: absolute;
	width: 10%;
	height: 110%;
	background: #df001e;
	box-shadow: 3px 3px 10px rgba(119, 119, 119, 0.5);
}

.navside a {
	list-style: none;
	padding: 35px;
	color: #fff;
	font-size: 2em;
	display: block;
	transition: all 0.3s ease-in-out;
	padding-top: 15px;
}

.navside a:hover {
	color: #f8f8f8;
	transform: scale(1.2);
	cursor: pointer;
}

.navside a:first-child {
	margin-top: 50%;
}

.navside #email-s,
.navside #instruction-s {
	margin-top: -12%;
}

.navside #phone-s .fa {
	font-size: 1.5em;
}

.navside #phone-s {
	margin-top: -15%;
}

.navside #otp-s {
	margin-top: 9em;
}

.navside .active {
	color: #fff;
}

.containersform .titletext {
	color: #000;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-decoration: underline;
	padding: 3px 1px 5px 2px;
}

.containersform h2 {
	color: #000;
	width: 80%;
	text-transform: inherit;
	font-size: 12px;
	margin-left: 2px;
	margin-bottom: 0px;
}

.containersform p {
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to right, #000, rgba(213, 42, 51, 0.5)) 1 0%;
	border-top: 0;
	width: 80%;
	font-size: 0.7em;
	padding: 7px 0;
	color: #070707;
	margin-top: 10px;
}

.containersform span {
	font-size: 0.5em;
	color: #000;
}

.containersform .btnstop .btn {
	background: #df001e;
	color: #fff;
	border: 1px solid #df001e;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 30%;
	font-weight: 600;
}

.containersform .btnquote .btn {
	background: #df001e;
	color: #fff;
	border: 1px solid #df001e;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 40%;
	font-weight: 600;
}

.containersform .btnstop .btn:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.containersform .btnquote .btn:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.containersform .btnquote .form-control {
	background: #fff;
	color: #000;
	border: 1px solid #000 !important;
	border: 0px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 40%;
	font-weight: 600;
	margin-left: 30%;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	outline: none !important;
	border-radius: 5px !important;
	margin-top: 20px;
	margin-bottom: 10px;
}

.containersform .btnquote .form-control:hover,
.containersform .btnquote .form-control:focus,
.containersform .btnquote .form-control:active {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}


/*
.containersform .btn 
{
	float: right; 
	text-transform: uppercase;
	font-size: 10px;
	border: none;
	color: #000;
}
.containersform .btn:hover 
{
	text-decoration: underline;
	font-weight: 900;
}
  */

.containersform input {
	border: 1px solid #ddd;
	padding: 2px;
	margin: 0;
}

.containersform .privacy h2 {
	margin-top: 25px;
}

.containersform .settings h2 {
	margin-top: 25px;
}

.containersform .noshow {
	opacity: 0;
}

.containersform .navside #profile-s .fa {
	font-size: 1.8em;
}

.containersform .fa {
	font-size: 1.2em;
}

.containersform .form-control {
	border: 0;
	border-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0.5)) 1 0%;
	border-top: 0;
	width: 80%;
	font-size: 0.7em;
	padding: 7px 0;
	color: #070707;
	padding-left: 5px;
}

.containersform input:focus,
.containersform textarea:focus {
	border: 0 !important;
	border-width: 2px !important;
	border-top-width: 2px !important;
	border-style: solid !important;
	border-top-style: solid !important;
	border-image: linear-gradient(to right, #df001e, rgba(249, 219, 122, 0.5)) 1 0% !important;
	border-top: 0 !important;
	color: #000 !important;
}

#form_result span {
	font-size: 15px !important;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.min_package_amount {
	font-size: 16px !important;
}

.containerss .packages_error {
	color: #ec032e !important;
	padding: 0px !important;
	font-size: 11px !important;
	font-weight: 100 !important;
	line-height: inherit !important;
}

#apply_coupon {
	margin-top: 10px;
	background-color: #df001e;
	border-color: #fff;
	color: #fff;
	font-size: 10px;
	float: left;
}

#apply_coupon_result {
	margin-top: 10px;
	color: #000;
	font-size: 10px;
	float: left;
}

/* css addedd for checkout - ends */
.hintbox {
	padding:0px;
	position: relative;
    background: #fff;
    margin: 0 0 30px 0;
    padding: 20px 15px;
    border: 1px solid #ddd;
}
/* css for buy now pay later - starts */
 .product-tab  {
	position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 56px;
 }
 .product-tab .nav-tabs .nav-link {
    color: #000;
    border-radius: 0;
    border: 0;
	width: 20%;
}
.product-tab .nav-tabs .nav-link img {
    width: auto;
    margin-right: 10px;
    height: 25px;
}
@media (min-width: 768px)
{
	.pl-md-5, .px-md-5 {
		padding-left: 3rem!important;
	}
	
}
.product-tab .nav-tabs {
    border-top: 1px solid #546670;
    border-bottom: 1px solid #546670;
}
.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 100%;
    margin-top: 0px;
	width: 100%;
}
.product-tab .nav-tabs .nav-item.show .nav-link, .product-tab .nav-tabs .nav-link.active {
    color: unset;
    background-color: unset;
    border: 0;
    border-radius: 0;
}
.site-header.is-sticky {
	position : absolute;
}
.fixedElement.sticky {
    /*position: fixed;
    top: 74px;*/
	/*position: fixed;
    top: 5%;
    width: 100%;
    z-index: 9999;
    background: #fff;*/
}
.description, .benefits-product {
    background: unset;
}
.pdt-m {
    right: 0;
    bottom: 0;
    width: 10%;
}

@media (min-width: 768px)
{
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem!important;
	}
}

.benefits-product .left-content .benefitslist li:before {
    content: '';
    position: absolute;
    border-right: 2px solid #556670;
    border-bottom: 2px solid #556670;
    width: 8px;
    height: 8px; 
    left: 10px;
    margin-top: 10px;
    transform: translateY(-50%) rotate(
-45deg
);
}
.fc-slate2 .fs-14 .benefitslist li:before {
            content: '';
            position: absolute;
            border-right: 2px solid #556670;
            border-bottom: 2px solid #556670;
            width: 8px;
            height: 8px; 
            left: 10px;
            margin-top: 10px;
            transform: translateY(-50%) rotate(
        -45deg
        );
        }
.fc-slate2 .fw-600 {
    margin-bottom:5px;
}
.fc-slate2 .fs-14 p {
    margin-bottom: 5px;
    font-size: 13px !important;
}
.fc-slate2 .fs-14 .benefitslist {
    font-size: 13px;
}
.fc-slate2 .fs-14 .benefitslist li {
    margin-bottom: 5px !important;
    font-size: 13px !important;
}
.eligibility .card {
    border: 0;
    background-color: transparent;
}
.fc-slate2 .fs-14 .bolder {
    font-size: 14px !important;
    text-decoration: underline;
}
.bring-down p {
    margin-top: 30px;
    font-weight:600;
    font-size:14px !important;
}
#product-desc .formof {
    margin-top:10px;
}
.eligibility .card img {
   /* width: 65px; */
    z-index: 1;
    height: 70px;
}
.eligibility-bg-div {
    width: 80px;
    background: #fff;
    opacity: 0.3;
    height: 80px;
    position: absolute;
    right: 36%;
    top: 27%;
}
.eligibility .card-body {
    z-index: 1;
    position: relative;
}
.lh-24 {
    line-height: 24px;
}

.eligibility {
    background-color: #fbfbfb;
}
.fc-slate-90 {
    color: rgba(84, 102, 112, 0.9);
}
.fw-600 {
    font-weight: 600;
}
.demo {
    background-color: #f4f4f4;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
}
.faq-product .panel-heading {
    background-color: transparent;
    border: 1px solid #e5e5e5;
}
.panel-title {
    font-size: 14px;
}
.faq-collapse.collapsed, .faq-collapse.collapsed:hover {
    background-color: transparent;
    color: #000;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.faq-collapse.collapsed, .faq-collapse.collapsed:hover {
    background-color: transparent;
    color: #000;
}
.faq-collapse, .faq-collapse:hover {
    background-color: #000;
    color: #fff ;	
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    font-size: 14px;
    background-color: #fff;
}
.fs-14 {
    font-size: 14px;
}
/* css for buy now pay later - ends  */
/*checkout starts*/
.mt-45 {
    margin-top: 45px;
}
.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}
label.left {
    text-align: left;
}
.form-field-wrapper label {
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    display: block;
}
.form-full-width {
    width: 100%;
}
.form-field-wrapper {
	padding-right: 15px;
    padding-left: 15px;
}
.form-field-wrapper input.input-md,.form-field-wrapper .input-md {
    /*padding-top: 13px;
    padding-bottom: 13px;*/
    height: 38px;
}
.form-field-wrapper input, .form-field-wrapper input[type="text"], .form-field-wrapper input[type="email"], .form-field-wrapper input[type="tel"], .form-field-wrapper input[type="number"], .form-field-wrapper input[type="password"], .form-field-wrapper input[type="radio"], .form-field-wrapper input[type="checkbox"], .form-field-wrapper textarea, .form-field-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    color: #333;
    outline: none;
    font-weight: 400;
    font-size: 13px;
	padding-left: 10px;
    /*padding-left: 25px;
    padding-right: 25px;*/
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    display: inline-block;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
}
.form-required {
    color: #f00;
}
abbr[title] {
    border-bottom: none;
    text-decoration: none;
    text-decoration: none;
}
.nametitle 
{
	text-align: left;
	padding-left: 30px;
    padding-bottom: 20px;
    font-size: 18px;
}
.form-field-wrapper .left
{
	width: 100%;
}
.form-field-wrapper .left input 
{
	height: 0px;
    width: 20%;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}

.product-checkout .checkout-order-review {
    background-color: #f8f8f8;
    margin-top: 8px;
    padding: 40px 30px;
}
.product-checkout .checkout-order-review h3 {
    text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
}
.product-checkout-review-order .responsive-table {
    background-color: #fff;
    padding: 20px 25px 0;
    margin-bottom: 35px;
}
.product-checkout-review-order table tr th {
	vertical-align: middle;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
	padding: 15px 10px;
    color: inherit;
    margin: 0;
    text-transform: uppercase;
	border: medium none;
    max-width: 50%;
    width: 50%;
	    text-align: left;
}
.product-checkout-review-order .product-total, .product-checkout-review-order .cart-subtotal td, .product-checkout-review-order .shipping td, .product-checkout-review-order .order-total td {
    text-align: right;
}
.product-checkout-review-order table tr th, .product-checkout-review-order table tr td {
    border: medium none;
    max-width: 50%;
    width: 50%;
}
.product-checkout-review-order table tr td.product-name {
    text-align: left;
}
.product-checkout-review-order table tr td {
	padding: 15px 12px;
	vertical-align: middle;
}
.product-checkout-review-order .cart-subtotal th, .product-checkout-review-order .shipping th {
    text-align: left;
    text-transform: none;
	font-size: 14px;
}
.product-checkout-review-order table tr th, .product-checkout-review-order table tr td {
    border: medium none;
    max-width: 50%;
    width: 50%;
}
ul#shipping_method {
    list-style: none;
}
ul#shipping_method li input{
	display: inline-block;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    color: #333;
    outline: none;
    font-weight: 400;
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.product-checkout-review-order .order-total th, .product-checkout-review-order .order-total td {
    font-size: 22px;
    font-weight: 600;
}
.product-checkout-review-order .order-total td {
    color: #34b79d;
}
.product-checkout-review-order table tr th, .product-checkout-review-order table tr td {
    border: medium none;
    max-width: 50%;
    width: 50%;
}
.product-checkout-payment ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-checkout-payment ul li {
    margin-bottom: 20px;
}
.product-checkout-payment ul li input[type="radio"], .product-checkout-payment ul li label {
    display: inline-block;
    margin: 0;
	display: inline-block;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    color: #000;
    outline: none;
    font-weight: 600;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.product-checkout-payment ul li label.nxtstp {
	font-size: 17px;
}
.product-checkout-payment
{
	text-align: left; 
}
.product-checkout-payment ul li input 
{
	
}
.product-checkout-payment ul li label
{
	background: transparent; 
	border : 0px;
	padding-left: 5px;
}
.payment_box.payment_method_bacs p 
{
	line-height: 22px;
    font-size: 13px;
    margin-top: 15px;
}
.product-checkout-payment ul li img.paypal-img {
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
}
.place-order .btn-color {
    background-color: #000;
    border-color: transparent;
    color: #fff !important;
	padding: 12px 45px !important;
    display: inline-block;
	font-size: 12px;
    line-height: 1;
    font-weight: 400;
    font-family: "Montserrat",sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border-width: 1px;
    border-style: solid;
	transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.mark-content label {
	display : block;
	cursor: pointer;
}

.mark-content #terms_and_conditions {
	width: 10%;
    height: 20px;
	margin-top: 20px;
    vertical-align: middle;
	display: inline;
}	
.otptext h2 {
	font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.otpcontents {
	margin-top: 30px;
	display : none;
}
.otpcontents .form-field-wrapper{
	padding-left:0px;
	padding-right:0px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.otpcontents .form-field-wrapper input {
	margin-bottom:5px;
}
.resnet {
	
}
/*checkout ends*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#product-partners .step-icon span::before {
    background: transparent;
    
}
#product-partners .step-icon span::after {
    background: transparent;
    
}
#product-partners .step-icon img {
    width : 80%;
}
#product-partners .work-process .box-loader {
    display : none;
}
#product-desc .home-button {
    background: #000;
    border: 0;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.form-control.btnss
{
	height:50px;
}
.product-checkout-review-order table tr th.product-name,
.product-checkout-review-order table tr td.product-name
{
    width : 70%;
    padding-left: 3px;
    padding-right: 3px;
}
.product-checkout-review-order table tr td.product-img
{
    width : 5%;
    padding-left: 3px;
    padding-right: 3px;
}
.product-checkout-review-order table tr th.product-ssqft,
.product-checkout-review-order table tr td.product-ssqft
{
    width : 10%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}
.product-checkout-review-order table tr th.product-total,
.product-checkout-review-order table tr td.product-total
{
    width : 10%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}
.product-checkout-review-order table tr th.del,
.product-checkout-review-order table tr td.del
{
    width : 5%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}
.container .card_right .colours .appear_qty .col-md-6.title,
.container .card_right .colours .appear_qty .col-md-8.title,
.container .card_right .colours .appear_qty .col-md-4.title
{ 
    color : #000;
    font-weight:400;
}
.container .card_right .colours .sqftcount .alt-txt p 
{
    font-size: 11px;
}
.container .card_right .colours .appear_qty .col-md-6.title .borderline1,
.container .card_right .colours .appear_qty .col-md-8.title .borderline1,
.container .card_right .colours .appear_qty .col-md-4.title .borderline1{
    height: 5px;
    background: #5d5d5d;
    width: 40%;
    margin-left: 31%;
    margin-bottom: 2px;
}
.container .card_right .colours .appear_qty .col-md-6.title .borderline2, 
.container .card_right .colours .appear_qty .col-md-4.title .borderline2{
    height: 2px;
    background: #000;
    width: 27%;
    margin-left: 38%;
    margin-bottom: 5px;
}
.container .card_right .colours .appear_qty .col-md-8.title .borderline2 {
     width: 20%;
     margin-left: 43%;
     height: 2px;
     background: #000;
     margin-bottom: 5px;
}
/* new added  to cart for qty */
.add-to-cart-button {
	 background: #000;
	 border: none;
	 border-radius: 4px;
	 -webkit-box-shadow: 0 3px 13px -2px rgba(0, 0, 0, .15);
	 box-shadow: 0 3px 13px -2px rgba(0, 0, 0, .15);
	 color: #fff;
	 display: flex;
	 font-family: 'Ubuntu', sans-serif;
	 justify-content: space-around;
	 min-width: 100%;
	 overflow: hidden;
	 outline: none;
	 padding: 0.7rem;
	 position: relative;
	 text-transform: uppercase;
	 transition: 0.4s ease;
	 width: auto;
	 bottom: 10px;
}
 /*.add-to-cart-button:active {
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, .45);
	 box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, .45);
	 -webkit-transform: translateY(4px);
	 transform: translateY(4px);
}*/
 .add-to-cart-button:hover {
	 cursor: pointer;
}
 /*.add-to-cart-button:hover, .add-to-cart-button:focus {
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, .45);
	 box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, .45);
	 -webkit-transform: translateY(-1px);
	 transform: translateY(-1px);
}*/
 .add-to-cart-button.added {
	 background: #2fbf30;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 252, 3, 0.45);
	 box-shadow: 0 0 0 0.2rem rgba(11, 252, 3, 0.45);
}
 .add-to-cart-button.added .add-to-cart {
	 display: none;
}
 .add-to-cart-button.added .added-to-cart {
	 display: block;
}
 .add-to-cart-button.added .cart-icon {
	 animation: drop 0.3s forwards;
	 -webkit-animation: drop 0.3s forwards;
	 animation-delay: 0.18s;
}
 .add-to-cart-button.added .box-1, .add-to-cart-button.added .box-2 {
	 top: 18px;
}
 .add-to-cart-button.added .tick {
	 animation: grow 0.6s forwards;
	 -webkit-animation: grow 0.6s forwards;
	 animation-delay: 0.7s;
}
 .add-to-cart, .added-to-cart {
	 margin-left: 36px;
}
 .added-to-cart {
	 display: none;
	 position: relative;
}
 .add-to-cart-box {
	 height: 5px;
	 position: absolute;
	 top: 0;
	 width: 5px;
}
 .box-1, .box-2 {
	 transition: 0.4s ease;
	 top: -8px;
}
 .box-1 {
	 left: 23px;
	 transform: rotate(45deg);
}
 .box-2 {
	 left: 32px;
	 transform: rotate(63deg);
}
 .cart-icon {
	 left: 15px;
	 position: absolute;
	 top: 8px;
}
 .tick {
	 background: #146230;
	 border-radius: 50%;
	 position: absolute;
	 left: 28px;
	 transform: scale(0);
	 top: 5px;
	 z-index: 2;
}
 @-webkit-keyframes grow {
	 0% {
		 -webkit-transform: scale(0);
	}
	 50% {
		 -webkit-transform: scale(1.2);
	}
	 100% {
		 -webkit-transform: scale(1);
	}
}
 @keyframes grow {
	 0% {
		 transform: scale(0);
	}
	 50% {
		 transform: scale(1.2);
	}
	 100% {
		 transform: scale(1);
	}
}
 @-webkit-keyframes drop {
	 0% {
		 -webkit-transform: translateY(0px);
	}
	 100% {
		 -webkit-transform: translateY(1px);
	}
}
 @keyframes drop {
	 0% {
		 transform: translateY(0px);
	}
	 100% {
		 transform: translateY(1px);
	}
}
/* end added  to cart for qty */


/* new added  to cart for sqft */
.add-to-cart-button1 {
	 background: #000;
	 border: none;
	 border-radius: 4px;
	 -webkit-box-shadow: 0 3px 13px -2px rgba(0, 0, 0, .15);
	 box-shadow: 0 3px 13px -2px rgba(0, 0, 0, .15);
	 color: #fff;
	 display: flex;
	 font-family: 'Ubuntu', sans-serif;
	 justify-content: space-around;
	 min-width: 100%;
	 overflow: hidden;
	 outline: none;
	 padding: 0.7rem;
	 position: relative;
	 text-transform: uppercase;
	 transition: 0.4s ease;
	 width: auto;
}
 /*.add-to-cart-button:active {
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, .45);
	 box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, .45);
	 -webkit-transform: translateY(4px);
	 transform: translateY(4px);
}*/
 .add-to-cart-button1:hover {
	 cursor: pointer;
}
 /*.add-to-cart-button:hover, .add-to-cart-button:focus {
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, .45);
	 box-shadow: 0 0 0 0.2rem rgba(252, 186, 3, .45);
	 -webkit-transform: translateY(-1px);
	 transform: translateY(-1px);
}*/
 .add-to-cart-button1.added {
	 background: #2fbf30;
	 -webkit-box-shadow: 0 0 0 0.2rem rgba(11, 252, 3, 0.45);
	 box-shadow: 0 0 0 0.2rem rgba(11, 252, 3, 0.45);
}
 .add-to-cart-button1.added .add-to-cart1 {
	 display: none;
}
 .add-to-cart-button1.added .added-to-cart1 {
	 display: block;
}
 .add-to-cart-button1.added .cart-icon {
	 animation: drop 0.3s forwards;
	 -webkit-animation: drop 0.3s forwards;
	 animation-delay: 0.18s;
}
 .add-to-cart-button1.added .box-1, .add-to-cart-button1.added .box-2 {
	 top: 18px;
}
 .add-to-cart-button1.added .tick {
	 animation: grow 0.6s forwards;
	 -webkit-animation: grow 0.6s forwards;
	 animation-delay: 0.7s;
}
 .add-to-cart1, .added-to-cart1 {
	 margin-left: 36px;
}
 .added-to-cart1 {
	 display: none;
	 position: relative;
}
body .container .card_right .desci {
    min-height: 110px;
    max-height: 110px;
    margin-top: 30px;
}
.container .card_right .colours .appear_qty .col-md-4.sqftcount .qty-input .qty-count, .container .card_right .colours .appear_qty .col-md-4.seldays .qty-input .qty-count {
    width: 2em;
    height: 21px;
}
.sqftcount .qty-input .product-qty {
    font-size : 13px;
}
 .add-to-cart-box {
	 height: 5px;
	 position: absolute;
	 top: 0;
	 width: 5px;
}
#product-desc .formof .card-body .btn-dark.chngcolor {
    background:#eee !important;
    cursor: none;
    color:#000;
}
 .box-1, .box-2 {
	 transition: 0.4s ease;
	 top: -8px;
}
 .box-1 {
	 left: 23px;
	 transform: rotate(45deg);
}
 .box-2 {
	 left: 32px;
	 transform: rotate(63deg);
}
 .cart-icon {
	 left: 15px;
	 position: absolute;
	 top: 8px;
}
 .tick {
	 background: #146230;
	 border-radius: 50%;
	 position: absolute;
	 left: 28px;
	 transform: scale(0);
	 top: 5px;
	 z-index: 2;
}
 @-webkit-keyframes grow {
	 0% {
		 -webkit-transform: scale(0);
	}
	 50% {
		 -webkit-transform: scale(1.2);
	}
	 100% {
		 -webkit-transform: scale(1);
	}
}
 @keyframes grow {
	 0% {
		 transform: scale(0);
	}
	 50% {
		 transform: scale(1.2);
	}
	 100% {
		 transform: scale(1);
	}
}
 @-webkit-keyframes drop {
	 0% {
		 -webkit-transform: translateY(0px);
	}
	 100% {
		 -webkit-transform: translateY(1px);
	}
}
 @keyframes drop {
	 0% {
		 transform: translateY(0px);
	}
	 100% {
		 transform: translateY(1px);
	}
}
/* end added  to cart for sq ft */



#itemscarousel.owl-carousel2 .owl-item {
   /* box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 6%);*/
   background : #f9f9f9;

    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
}

/* button click starts */
.mover80 .rightside .btnss.intro {
    background: #9d9d9d;
    cursor: none;
}
.mover80 .leftside .btnss.bckclk {
    background: #9d9d9d;
    cursor: none;
}
#resendotp.dischng {
    color : #eee;
}
/* button click ends */
li a.text-under {
    text-decoration:underline;
    font-weight: 600;
}
.bring-down .marry .form-check-input {
    height: 20px;
    width: 50px;
    position: relative;
    cursor: pointer;
}
.bring-down  .marry .form-check-label {
    position: absolute;
    cursor: pointer;
}
@media (max-width: 700px) {
.fc-slate2 .fs-14 p {
        margin-bottom: 15px;
        font-size: 14px !important;
    }
.fc-slate2 .fw-600 {
    margin-bottom: 15px;
    } 
 .fc-slate2 .fs-14 .benefitslist li {
    margin-bottom: 10px !important;
 }
 .bring-down p {
       margin-top: 10px;
 }
}
@media (min-width: 850px) {
    .qty-input {
        width : 80%;
    }
    
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .container .card_left img {
        min-height:400px;
        max-height:400px;
    }
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .container .card_left img {
        min-height:400px;
        max-height:400px;
    }

}

@media only screen 
  and (device-width: 1366px) 
  and (device-height: 1024px) {
      .container .card_left img {
        min-height:400px;
        max-height:400px;
    }

}


.bring-down input:not([type="submit"]),.bring-down  textarea
        {
           height: 2.5rem;
           margin-bottom: 40px;
        }
        .bring-down .form-group select 
        {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #9e9e9e;
            border-radius: 0;
            outline: none; 
            width: 100%;
            margin: 0 0 20px 0;
            padding: 0;
            box-shadow: none;
            box-sizing: content-box;
            transition: all 0.3s;
        }
        .aligndob .col-md-4 fieldset
        {
            border : 1px solid;
        }
        .aligndob .col-md-4 fieldset legend 
        {
            font-size:14px;
            width: auto;
            margin-left: 10px;
            border:0px;
            margin-bottom: 0px;
            padding-left: 5px;
            padding-right: 5px;
        }
        .aligndob .col-md-4 fieldset select
        {
            width: 91%;
            margin-bottom:0px;
            padding-left:5px;
        }
        .aligndob .col-md-4 fieldset select.form-control:not([size]):not([multiple])
        {
            height: inherit;
        }
        .bring-down .col-md-4 .form-control:focus
        {
            box-shadow : none;
            border : 0;
            border-bottom:2px solid #000;
        }
        .bring-down .col-md-4 .form-control
        {
            padding-left: 10px;
        }
        @media (max-width: 700px)
        {
            .aligndob .col-md-4 {
                width: 33.33333%;
            }
            .aligndob {
                margin-bottom: 25px;
            }
             .aligndob .col-md-4 fieldset select
            {
                width: 90%;
            }
            .bring-down .marry {
                padding: 0px;
                margin-left: -10px;
            }
            .bring-down .marry .form-check-input {
                height: 20px;
                width: 30px;
                position: relative;
                cursor: pointer; 
            }
            .bring-down  .marry .form-check-label {
                position: absolute;
                cursor: pointer;
                font-size: 10px;
            }
        }
        
        
        .benefitslist {
            list-style-type: disc;
        }
        .fs-14 .move {
            margin-left:1%;
        }