.site-wrap {
	padding-top: 80px;
}

.dropdown-menu {
	font-size: 0.85rem;
}

.form-control {
	font-size: 0.9em;
	height: calc(2.7rem + 2px);
}

.input-group-text {
	font-size: 0.9rem;
}

	.has-error input {
		border-color: #dc3545 !important;
	}

.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem !important;
	font-size: .875rem !important;
	line-height: 1.5 !important;
	font-size: 0.875em !important;
	border-radius: 6px !important;
}

.title-highlight {
	border-bottom: 5px solid #5992fc;
	width:10%
}

.mfp-popup {
  position: relative;
  padding: 40px;
  width: auto;
  max-width: 70%;
  margin: 20px auto;
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.about-us {
	font-size: 1.1em;
}

.badge-lg {
	font-size: 90%;
}

.cta-img {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.text-primary {
	color: #5992fc !important;
}

a.text-primary:hover {
	color: #0c53d8 !important;
}


.arrow-left {
	width: 180px;
	margin-top: -400px;
}

.arrow-right {
	width: 180px;
	margin-top: -450px;
	margin-left: -100px;
}

.launch-banner {
	overflow: hidden; 
	min-height: 440px;
	background-color: #052742;
}

	.launch-banner h1 {
		font-size: 4rem;
		color: #fff;
		font-weight: 600;
	}

.text-danger {
	color: #f0464f !important;
}

@media only screen and (max-width: 575px) {
	.cta-img {
		min-height: 300px;
	}

	.mfp-popup {
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.arrow-left .arrow-right {
		display: none;
	}

	.launch-banner {
		min-height: 400px
	}
}

/* IPad Pro Screen */
@media only screen and (min-width: 1024px) and (max-width: 1366px)  {  
	.launch-banner {
		min-height: 310px;
	}
}


.mfp-close, .close:hover {
	background-color: transparent !important;
}

.welcome-start {
	margin-top: 30%;
}

@media only screen and (max-width: 575px) {
	.welcome-start {
		margin-top: 0 !important;
	}
}

.btn-success, .badge-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

	.btn-success:hover {
		color: #fff;
		background-color: #1e7e34;
		border-color: #1c7430;
	}


.pill-button {
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 30px;
}

.gallery img {
	width: 100%;
	height: 486px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-top: 1.5rem;
}

.launch-video {
	position: absolute; 
	left: 80px; 
	top: 20px;
	width: 400px;
	height: 300px;
}

.help-package {
	z-index: 10;
}

	.help-diy {
		width: 120px;
		position: absolute;
		top: -50px;
		left: -54px;
	}

	.help-expert {
		width: 120px;
		position: absolute;
		bottom: -50px;
		right: -54px;
	}


@media only screen and (max-width: 575px) {
	.launch-video {
		width: 280px;
		height: 250px;
		left: 60px; 
		top: 5px;
	}

	.store-text {
		font-size: 0.7em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
	.launch-video {
		width: 230px;
    	height: 190px;
		left: 60px; 
		top: 5px;
	}
}

/* IPad Pro Screen */
@media only screen and (min-width: 1024px) and (max-width: 1366px)  {  
	.launch-video {
		width: 320px;
    	height: 275px;
		left: 80px; 
		top: 0px;
	}
}


/*=============================================
 Draggable Cover
=============================================*/

.cover-container {
	position: relative;
}

.cover-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

	.cover-wrapper img {
		position: absolute; 
		width: 100%;
		left: 0;
	}

.cover-resize-wrapper {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: none;
}
	.cover-resize-wrapper img {
		position: absolute;
		width: 100%;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
	}

	.cover-resize-wrapper .drag-div {
		position: absolute;
		top: 0;
		width: 100%;
		background: rgba(0,0,0,0.15);
		color: white;
		font-weight: 500;
		padding: 7px;
		border: 1px solid rgba(0,0,0,0.1);
		border-radius: 3px;
	}

.cover-container .cover-btn {
	position: absolute; 
	bottom: 5%; 
	right: 2%;
}

/*=============================================
 Gallery
=============================================*/

.gallery-image-container {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width: 575px) {
	.gallery-image-container {
		min-height: 150px;
	}
}

.slick-prev, .slick-next {
	color: #000;
}

	.slick-prev:before, .slick-next:before {
		content: none;
	}

	.slick-prev i, .slick-next i {
		font-size: 20px;
	}

	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
		color: #ccc;
	}

.shop-product__big-image-gallery-slider .slick-dots li button {
	border: none !important;
}

	.shop-product__big-image-gallery-slider .slick-dots li button:hover {
		margin-top: 3px;
	}

	.slick-dots li button:before {
		font-size: 12px;
		width: 18px;
	}

/*=============================================
 Campaign
=============================================*/

.campaign .card-footer .inspired {
	font-weight: bold; 
	font-size: 1.1em;
}
	
	.campaign .card-footer .inspired h4 {
		font-size: 1.3em;
		margin-bottom: 0;
	}

.campaign .card-footer .inspired div + div {
	top: 0px;
}

.campaign-body {
	color: #707070;
	font-size: 1.125rem;
	text-align: justify;
}

@media only screen and (max-width: 575px) {
	.campaign .card-footer .inspired {
		font-size: 0.8em;
	}

		.campaign .card-footer .inspired h4 {
			font-size: 1.1rem;
		}
}

/*=============================================
 Product
=============================================*/

.products-container .product-card {
	border: none;
	text-decoration: none;
}

	.products-container .product-card .card-body {
		padding: 0;
	}

	.products-container .product-card .card-footer {
		background: none;
		border: none;
		padding: 0;
		display: block;
	}

		.products-container .product-card .card-footer .product-name, .products-container .product-card .card-footer .product-price {
			font-size: 17px;
			font-weight: 500;
			text-align: center;
			letter-spacing: 0.05em;
			margin-bottom: 0;
			color: #000;
			line-height: 22px;
		}

			.products-container .product-card .card-footer .product-price {
				color: #858585;
			}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: bold;
}

.no-banner {
	padding-top: 100px;
}

.whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 20px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.colour-sq {
    width: 28px;
    height: 28px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 2px;
    border: 1px solid lightgrey;
}

	.colour-sq.active {
	    outline: 0;
	    box-shadow: 0 0 0 0.2rem rgb(240 70 79 / 75%);
	    border: none;
	}

/*=============================================
 Canvas
=============================================*/

.drawing-area-front {
	position: absolute;
	top: 18%;
    left: 28%;
    width: 45%;
    height: 66%;
	z-index: 10;
}

	.drawing-area-front.drawing-mask {
		top: 36%;
	    left: 28%;
	    width: 53%;
	    height: 32%;
	}

	.drawing-area-front.drawing-hoodie {
		top: 25%;
	    left: 30%;
	    width: 38%;
	    height: 60%;
	}

	.drawing-area-front.drawing-sweatshirt {
		top: 18%;
		left: 30%;
		width: 40%;
		height: 60%;
	}

.drawing-area-back {
	position: absolute;
	top: 12%;
    left: 28%;
    width: 45%;
    height: 66%;
	z-index: 10;
}

	.drawing-area-back.drawing-mask {
		top: 36%;
	    left: 20%;
	    width: 53%;
	    height: 32%;
	}

	.drawing-totebag {
		top: 40%;
		height: 51%;
	}
	
	.drawing-baseball-cap {
		top: 32%;
		left: 28%;
		width: 44%;
		height: 22%;
	}

	.drawing-area-back.drawing-sweatshirt {
		top: 14%;
    	left: 32%;
		width: 40%;
		height: 60%;
	}

	.drawing-area-back.drawing-hoodie {
		top: 17%;
	    left: 31%;
	    width: 40%;
	    height: 60%;
	}

	.canvas-area {
		/*background: rgba(196, 196, 196, 0.2);*/
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		height: 100%;
	}

		.canvas-area > .canvas-container {
			border-radius: 4px;
			border: 1px solid #333;
		}

/*=============================================
 Footer
=============================================*/

.footer-menu {
	text-decoration: none;
}

	.footer-menu:hover {
		text-decoration: underline;
	}

.footer-copyright {
	color: white;
	font-size: 13px !important;
}

.faq-card {
}

	.faq-card h3 {
		font-size: 20px;
	}

	.faq-card h4 {
		color: #20609A !important;
		font-size: 18px;
	}

.btn-link {
	color: black;
}

.btn-link:hover {
	color: #666666;
	text-decoration: none;
}

.page-link {
	color: #666666;
}

	.page-item.active .page-link {
		border-color: #666666;
		background-color: #666666;
		color: white;
	}


.posts .card {
	height: 100%;
	-webkit-box-shadow: 0px 5px 8px rgb(0 0 0 / 25%);
	box-shadow: 0px 5px 8px rgb(0 0 0 / 25%);
	text-decoration: none;
}

.icon-fb {
	color: #4267B2;
}

.icon-tw {
	color: #1DA1F2;
}

.icon-ig {
	color: #833AB4;
}

.icon-yt {
	color: #FF0000;
}


/*=============================================
 Select2
=============================================*/

.select2-results {
	font-size: 0.9em;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 0.9em;
	padding-left: 18px;
	line-height: 35px;
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

	.select2-selection {
		width: 100%;
		height: 45px !important;
		padding: 5px 0px;
		border-color: #ced4da !important;
		color: #495057;
	}

		.select2-selection__arrow {
			height: 45px !important;
		}

/*=============================================
  Button
=============================================*/

.reasons {
	margin-top: -30px;
}

@media only screen and (max-width: 575px) {
	.reasons {
		margin-top: 0px;
		padding-top: 20px;
	}
}

/*=============================================
  Blog
=============================================*/
 
.post {
	max-width: 100%; 	
	overflow: hidden; 
	text-align: justify;
	font-size: 11pt;
	color: #8A8A8A;
	line-height: 15pt;
}

.bg-img {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.blog-card {
	height: 100%;
}

	.blog-card .bg-img {
		height: 200px;
	}

.post h4, .blog-card h4{
	font-size: 1.2rem;
	color: #000;
}

@media only screen and (max-width: 575px) {
	.bg-img {
		height: 150px;
	}

	.post h4, .blog-card h4{
		font-size: 1rem;
		color: #000;
	}
}

/*=============================================
  My Account
=============================================*/

.address-box {
	background: #fbfbfb;
	border: 1px solid #ebebeb;
	padding: 14px 18px 13px;
	margin: 0 0 30px 0;
	line-height: 23px;
}

.myaccount-tab-menu a {
	font-weight: 400;
	font-size: 13px;
	display: inline-block;
	padding: 7px 10px;
	text-transform: capitalize;
	float: left;
	margin: 0 5px 0 0;
	border-radius: 3px;
	margin-bottom: 20px;
}

	.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
		background-color: #5992fc;
		border-color: #5992fc;
		color: #fff;
	}

.myaccount-content {
}

/*=============================================
 Product
=============================================*/

.shop-product__title h2 {
	font-size: 30px;
	font-weight: 600;
}

.shop-product__price .main-price {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #333;
}

.shop-product__short-desc {
	font-size: 15px;
	line-height: 24px;
	color: #5A5A5A
}

.shop-product__short-desc .available-date {
	font-size: 15px;
	line-height: 24px;
	color: rgb(206, 198, 206);
}

.shop-product__block {
  display: flex;
  align-items: center;
}

.shop-product__block__title {
	flex-basis: 40%;
	font-size: 15px;
	line-height: 32px;
	color: #333;
	font-weight: 600;
}

.shop-product__block__value {
	width: 100%;
	font-size: 16px;
}

.pro-qty {
	border-bottom: 2px solid #ccc;
	padding: 10px 0;
	margin: 0 10px 0 30px;
}
	.pro-qty .qty-btn {
		font-size: 20px;
		font-weight: 500;
		color: #333;
	}

	.pro-qty input {
		border: none;
		width: 80px;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		color: #333;
		margin-bottom: 0;
		padding: 0 15px;
		vertical-align: middle;
	}

.shop-product__rating {
	font-size: 16px;
}

.shop-product__description-tab {
  border-top: 1px solid #ededed;
}
.shop-product__description-tab--double-border {
  border-bottom: 1px solid #ededed;
}
.shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
  font-size: 28px;
  line-height: 50px;
  color: #ababab;
}
.shop-product__long-desc p {
  max-width: 70%;
  margin: 0 auto;
}
.shop-product__long-desc--wide p {
  max-width: 50%;
}

@media only screen and (max-width: 575px) {
	.shop-product__title h2 {
		font-size: 20px;
	}
}

/*=============================================
 Checkout
=============================================*/

.checkout-form {
	font-size: 1rem;
}

/*-- Checkout Title --*/
.checkout-title {
	font-size: 20px;
	line-height: 23px;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 30px;
}

/*-- Checkout Form --*/
.checkout-form label {
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.checkout-form input {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-radius: 0;
	line-height: 23px;
	padding: 10px 20px;
	font-size: 14px;
	color: #777777;
	margin-bottom: 15px;
}

.checkout-form input[type=checkbox] {
	width: auto;
}

.checkout-form .check-box {
	float: left;
	margin-right: 70px;
}

.checkout-form .check-box:last-child {
	margin-right: 0;
}

.checkout-form .check-box input[type=checkbox] {
	display: none;
}

.checkout-form .check-box input[type=checkbox] + label {
	position: relative;
	padding-left: 30px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin: 0;
}

.checkout-form .check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #333333;
  width: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}

.checkout-form .check-box input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.checkout-form .checkout-textarea {
	width: 100%;
	border-color: #999 !important;
	padding: 11px;
}

/*-- Shipping Form --*/
#shipping-form {
  display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
	background-color: #f2f2f2;
	padding: 45px;
}
@media only screen and (max-width: 575px) {
	.checkout-cart-total {
		padding: 30px;
	}
}

.checkout-cart-total h4 {
	flex-basis: 18px;
	line-height: 23px;
	font-weight: 700;
}
.checkout-cart-total h4:first-child {
	margin-top: 0;
	margin-bottom: 25px;
}
.checkout-cart-total h4:last-child {
	margin-top: 15px;
	margin-bottom: 0;
}
.checkout-cart-total h4 span {
	float: right;
	display: block;
}
.checkout-cart-total ul {
	border-bottom: 1px solid #999999;
}
.checkout-cart-total ul li {
	color: #777777;
	font-size: 14px;
	line-height: 23px;
	font-weight: 500;
	display: block;
	margin-bottom: 16px;
}
.checkout-cart-total ul li span {
	color: #333333;
	float: right;
}
.checkout-cart-total p {
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	color: #505050;
	padding: 10px 0;
	border-bottom: 1px solid #999999;
	margin: 0;
}
.checkout-cart-total p span {
	float: right;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method {
	background-color: #f2f2f2;
	padding: 45px;
}
@media only screen and (max-width: 575px) {
	.checkout-payment-method {
		padding: 30px;
	}
}

/*-- Single Payment Method --*/
.single-method {
	margin-bottom: 20px;
}
.single-method:last-child {
	margin-bottom: 0;
}
.single-method input[type=radio] {
	display: none;
}
.single-method input[type=radio] + label {
	position: relative;
	padding-left: 30px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin: 0;
}
.single-method input[type=radio] + label::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	display: block;
	border: 2px solid #999999;
	content: "";
	transition: all 0.3s ease 0s;
}
.single-method input[type=radio] + label::after {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	content: "";
	opacity: 0;
	background-color: #333333;
	width: 10px;
	text-align: center;
	height: 10px;
	transition: all 0.3s ease 0s;
}
.single-method input[type=radio]:checked + label::before {
	border: 2px solid #333333;
}
.single-method input[type=radio]:checked + label::after {
	opacity: 1;
}
.single-method input[type=checkbox] {
	display: none;
}
.single-method input[type=checkbox] + label {
	position: relative;
	padding-left: 30px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	margin: 0;
}
.single-method input[type=checkbox] + label::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	display: block;
	border: 2px solid #999999;
	content: "";
	transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox] + label::after {
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	content: "";
	opacity: 0;
	background-color: #333333;
	width: 10px;
	text-align: center;
	height: 10px;
	transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox]:checked + label::before {
	border: 2px solid #333333;
}
.single-method input[type=checkbox]:checked + label::after {
	opacity: 1;
}
.single-method p {
	display: none;
	margin-top: 8px;
	font-size: 14px;
	color: #777777;
	line-height: 23px;
}

/*-- Place Order --*/
.place-order {
	margin-top: 40px;
	width: 140px;
	height: 36px;
	border: none;
	line-height: 24px;
	padding: 6px 20px;
	float: left;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #333333;
}
.place-order:hover {
	background-color: #fff;
}

.reset-pass-link {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin-top: 20px;
}

	.reset-pass-link:hover {
		color: #eee;
	}

.prod-img {
	position: relative;
}

	.prod-img .qty-badge {
		position: absolute;
		border-radius: 1.75em;
		background-color: #333;
		color: #fff;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.75em;
		text-align: center;
		min-width: 1.75em;
		height: 1.75em;
		padding: 0 0.5833333333em;
		right: 0.5em;
		top: -0.75em;
		z-index: 3;
	}

/*=============================================
 Order Complete
=============================================*/

.order-tracking-box {
	background-color: #F7F7F7;
	padding: 50px;
}

@media only screen and (max-width: 479px) {
	.shop-product__block__title {
		flex-basis: 200px;
	}

	.shop-product__block__value .shop-product-size-list .single-size {
		margin-right: 25px;
	}

	.shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
		font-size: 22px;
		line-height: 30px;
	}

	.shop-product__variation-image .single-image {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
		font-size: 16px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
		font-size: 18px;
		line-height: 40px;
	}

	.shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
		font-size: 18px;
		line-height: 40px;
	}

	.shop-product__long-desc p {
		max-width: 100%;
	}

	.shop-product__long-desc--wide p {
		max-width: 100%;
	}
}


/*----------  big image gallery slider  ----------*/
.shop-product__big-image-gallery-slider {
	position: relative;
  }
  .shop-product__big-image-gallery-slider .slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 20px;
  }

  @media only screen and (max-width: 767px) {
	.shop-product__big-image-gallery-slider .slick-dots {
	  margin-top: 50px;
	}
  }
  .shop-product__big-image-gallery-slider .slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 15px;
	margin-left: 0;
	line-height: 1.5;
	padding: 0;
	cursor: pointer;
	background: none;
  }
  .shop-product__big-image-gallery-slider .slick-dots li:last-child {
	margin-right: 0;
  }
  .shop-product__big-image-gallery-slider .slick-dots li.slick-active button {
	background-color: transparent !important;
	border: 1px solid #333333;
	border-radius: 100%;
	opacity: 1;
	width: 18px;
	height: 18px;
	margin: 0;
  }
  .shop-product__big-image-gallery-slider .slick-dots li button {
	font-size: 0;
	display: block;
	cursor: pointer;
	outline: 0;
	line-height: 0;
	border: 0;
	width: 10px;
	height: 10px;
	color: transparent;
	background-color: #1f1f1f !important;
	opacity: 0.2;
	padding: 0;
	border-radius: 50%;
	margin: 0 4px;
  }
  .shop-product__big-image-gallery-slider .slick-arrow {
	background: none;
	border: none;
	font-size: 30px;
	color: #e7e7e7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
  }
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
	right: 20px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.shop-product__big-image-gallery-slider .slick-arrow.slick-next {
	  right: -15px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-product__big-image-gallery-slider .slick-arrow.slick-next {
	  right: -15px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-product__big-image-gallery-slider .slick-arrow.slick-next {
	  right: -15px;
	}
  }
  @media only screen and (max-width: 767px) {
	.shop-product__big-image-gallery-slider .slick-arrow.slick-next {
	  right: 0;
	}
  }
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
	left: 20px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
	  left: -15px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
	  left: -15px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
	  left: -15px;
	}
  }
  @media only screen and (max-width: 767px) {
	.shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
	  left: 0;
	}
  }
  .shop-product__big-image-gallery-slider:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
  }
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
	right: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
	  right: 10px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
	  right: 10px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
	  right: 10px;
	}
  }
  @media only screen and (max-width: 767px) {
	.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
	  right: 10px;
	}
  }
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
	left: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
	  left: 10px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
	  left: 10px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
	  left: 10px;
	}
  }
  @media only screen and (max-width: 767px) {
	.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
	  left: 10px;
	}
  }
  
  /*----------  small image gallery slider  ----------*/
  .shop-product__small-image-gallery-slider {
	position: relative;
	margin-top: -50px;
	cursor: pointer; 
  }
  .shop-product__small-image-gallery-slider--vertical {
	position: relative;
	cursor: pointer;
  }
  .shop-product__small-image-gallery-slider--vertical .slick-current .single-image img {
	border-color: #333;
	transition: 0.6s;
  }
  .shop-product__small-image-gallery-slider--vertical .single-image {
	margin-bottom: 10px;
  }
  .shop-product__small-image-gallery-slider--vertical .single-image img {
	border: 1px solid transparent;
	width: 100%;
  }
  @media only screen and (max-width: 767px) {
	.shop-product__small-image-gallery-slider--vertical .single-image {
	  padding: 0 5px;
	}
  }
  .shop-product__small-image-gallery-slider--vertical .slick-arrow {
	position: absolute;
	z-index: 3;
	height: 30px;
	width: 49%;
	color: #ffffff;
	opacity: 0.7;
	background-color: #7e7e7e;
	transform: translateY(0);
	border: none;
  }
  .shop-product__small-image-gallery-slider--vertical .slick-arrow.slick-prev {
	left: 0 !important;
	top: auto;
	bottom: 0;
  }
  .shop-product__small-image-gallery-slider--vertical .slick-arrow.slick-next {
	left: auto;
	right: 0 !important;
	top: auto;
	bottom: 0;
  }
  .shop-product__small-image-gallery-slider .single-image img {
	border: 1px solid transparent;
  }
  .shop-product__small-image-gallery-slider .slick-current .single-image img {
	border-color: #333;
  }
  .shop-product__small-image-gallery-slider .slick-arrow {
	background: none;
	border: none;
	font-size: 20px;
	color: #e7e7e7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
  }

  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
	right: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.shop-product__small-image-gallery-slider .slick-arrow.slick-next {
	  right: -15px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-product__small-image-gallery-slider .slick-arrow.slick-next {
	  right: -15px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-product__small-image-gallery-slider .slick-arrow.slick-next {
	  right: -15px;
	}
  }
  @media only screen and (max-width: 767px) {
	.shop-product__small-image-gallery-slider .slick-arrow.slick-next {
	  right: 0;
	}
  }
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
	left: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
	  left: -15px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
	  left: -15px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
	  left: -15px;
	}
  }
  @media only screen and (max-width: 767px) {
	.shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
	  left: 0;
	}
  }
  .shop-product__small-image-gallery-slider:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
  }
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
	right: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
	  right: 10px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
	  right: 10px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
	  right: 10px;
	}
  }
  @media only screen and (max-width: 767px) {
	.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
	  right: 10px;
	}
  }
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
	left: 10px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
	  left: 10px;
	}
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
	  left: 10px;
	}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
	  left: 10px;
	}
  }
  @media only screen and (max-width: 767px) {
	.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
	  left: 10px;
	}
  }

/*=============================================
  Design Service
=============================================*/

.design-list {
	height: 280px;
}

	.design-list ul{
		list-style-type: none;
		padding: 0;
	}

	.design-list ul li{
		margin-bottom: 20px;
		font-size: 16px;
	}

  @media only screen and (max-width: 767px) {
	.design-list{
		height: auto;
	}
  }