@font-face { font-family: 'ElegantIcons'; src: url('../../../../system/admin/fonts/ElegantIcons.eot'); src: url('../../../../system/admin/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('../../../../system/admin/fonts/ElegantIcons.woff') format('woff'), url('../../../../system/admin/fonts/ElegantIcons.ttf') format('truetype'), url('../../../../system/admin/fonts/ElegantIcons.svg#ElegantIcons') format('svg'); font-weight: normal; font-style: normal; } 


/* Header */



.shoppingCart { cursor: pointer; position: relative; } 
.shoppingCart a { display: flex; height: 100%; width: 100%; position: relative; } 
.shoppingCart a>span { color: #393838; font-size: 12px; position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%); } 
.shoppingCart .cart-image { height: 50px; width: 50px; background: url(../images/shoppingCart.svg) center center no-repeat; position: relative; } 
.shoppingCart .cart-indication { background: #E15520; border-radius: 100%; display: block; height: 30px; width: 30px; line-height: 30px; font-size: 14px; color: #fff; text-align: center; position: absolute; right: -8px; top: -8px; font-weight: bold; } 


/* Search Page */

.search_header { display: flex; justify-content: space-between; background: #F9F9F9; align-items: center; height: 72px; box-sizing: border-box; border-bottom: 1px solid #E9E5E5; margin-bottom: 20px; } 

.search_header>div { padding: 0 10px; box-sizing: border-box; } 

.search_title { font-size: 26px; font-weight: bold;  color: #1D1D1B; text-transform: capitalize; display: flex; align-items: baseline; justify-content: flex-start; flex-wrap: wrap; } 

.search_title > h1 { font-size: 26px; font-weight: bold;  color: #1D1D1B; padding: 0; } 

.search_title span { font-size: 12px; color: #1D1D1B; font-weight: normal; } 

.search_title>span { padding-left: 10px; } 

.search_results { display: flex; align-items: flex-start; flex-wrap: wrap; } 

.catHeader, .catFooter { margin: 0 10px 20px 10px; } 

.catHeader p, .catFooter p { color: #383838; padding: 10px 0; font-size: 16px; line-height: 26px; } 


/* Pager */

.search_pager { margin-top: 20px;  } 

.search_pager>div { display: flex; flex-direction: row; justify-content: flex-end; } 

.pager_pages { display: flex; flex-direction: row; } 

.pager_link { box-sizing: border-box; margin: 0 4px; } 

.pager_link a { font-size: 20px; color: #1D1D1B; box-sizing: border-box; display: flex; align-items: center; justify-content: center; height: 25px; } 

.pager_link a:after { content: ", "}

.pager_current_page a { color: #E15520; } 

.pager_prev_button a,
.pager_next_button a { position: relative; margin: 0 15px; font-weight: bold; } 

.pager_prev_button a:after,
.pager_next_button a:after { content: none; } 

.pager_prev_button a { padding-left: 15px; } 

.pager_prev_button a:before { content: ""; border: solid #E15520; border-width: 0 0 3px 3px; transform: rotate(45deg); height: 7px; width: 7px; position: absolute; left: 0; top: calc(50% - 2.5px); } 

.pager_next_button a { padding-right: 15px; } 

.pager_next_button a:before { content: ""; border: solid #E15520; border-width: 3px 3px 0 0; transform: rotate(45deg); height: 7px; width: 7px; position: absolute; right: 0; top: calc(50% - 2.5px); } 


/* Product Block */

.product { width: 25%; font-family: 'Open Sans', sans-serif; } 

.product .product_box { padding: 0 10px 20px 10px;} 

.product .product_bg { background: #fff; } 

.product .product_image { height: 280px; width: 100%; position: relative; box-sizing: border-box; border: 1px solid #F3F1F1;} 
/* .product .product_image { height: 280px; width: 100%; position: relative; border: 1px solid #F3F1F1; box-sizing: border-box; }  */

.product .product_image a { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; position: relative; } 

.product .product_image img { height: auto; width: auto; max-height: 100%; max-width: 100%; } 

.product .product_image .saleTitle { position: absolute; left: 0; top: 0; font-size: 16px; color: #fff; font-weight: bold; line-height: 32px; padding: 0 15px; background: #0B9DDE; text-transform: uppercase; z-index: 100; } 

.product .product_image .videoSticker { position: absolute; right: 0; top: 0; background: url("../images/video.svg") center center no-repeat #E15520; height: 32px; width: 40px; z-index: 100; } 

.product .product_image .product_overlay { position: absolute; bottom: 0; width: 100%; background: rgba(244, 123, 32, .9); color: #fff; text-transform: uppercase; font-size: 15px; line-height: 50px; text-align: center; font-weight: bold; transition: ease-in-out all .5s; opacity: 0; } 

.product .product_details { padding: 10px 0; box-sizing: border-box; text-align: center; } 

.product .product_code { color: #707070; font-size: 10px; text-align: center; line-height: 20px; height: 20px; } 

.product .product_title { height: 40px; overflow: hidden; margin-bottom: 10px; } 

.product .product_title a { color: #1D1D1B; font-size: 16px; display: block; line-height: 20px; font-weight: bold; } 

.product .prodShortDesc { font-size: 14px; color: #1D1D1B; line-height: 18px; height: 55px; overflow: hidden; margin-bottom: 10px; } 

.product .product_price { height: 30px; display: flex; align-items: center; justify-content: center; } 

.product .product_price .was-price { color: #1D1D1B; font-size: 12px; font-weight: bold; text-decoration: line-through; padding-right: 5px; } 

.product .product_price .now-price { color: #00A4E4; font-size: 16px; font-weight: bold; } 

.product .product_price .now-price>span { font-weight: normal; font-size: 12px; } 

.product .product_price .nowprice { color: #1D1D1B; font-size: 16px; font-weight: bold; } 

.product .product_price .nowprice>span { font-size: 12px; font-weight: normal; } 

.product .product_buttons { display: flex; align-items: center; justify-content: center; margin: 15px 0 0 0; } 

.product .product_buttons a { display: block; font-size: 16px; border: 1px solid #E15520; box-sizing: border-box; color: #E15520; font-weight: bold; line-height: 52px; text-align: center; background: #fff; transition: ease-in-out all .3s; width: 100%; border-radius: 20px;} 

.product .product_box:hover .product_buttons a { animation: shadow-pulse 1s; animation-iteration-count: 1; background: #E15520; color: #fff;} 

.product .product_box:hover .product_image .product_overlay { opacity: 1; } 


/*Product Module*/

.product_module { display: flex; flex-wrap: wrap; align-items: flex-start; margin: 20px 0; } 


/*Product Featured Module*/

.prod_gal_wrapper { padding: 20px 0; border: solid #E9E5E5; border-width: 1px 0; margin-top: 20px; margin-bottom: 20px; background: #F9F9F9; } 

.prod_gal_wrapper>div { padding: 0 10px; box-sizing: border-box; position: relative; } 

.prod_gal_wrapper>div>div>div { display: flex; align-items: flex-start; } 

.prod_gal_wrapper .product_box { padding-bottom: 0; } 

.prod_gal_wrapper>div>span { display: block;  margin-bottom: 25px; text-align: center; } 

.prod_gal_wrapper>div>span>span { display: inline-block; color: #222222; font-weight: bold; font-size: 30px; line-height: 35px; text-transform: uppercase; position: relative; } 

.prod_gal_wrapper>div>span>span>div { position: absolute; height: 8px; width: 8px; top: calc(50% - 4px); background: #E15520; transform: skew(-10deg); } 

.prod_gal_wrapper>div>span>span>div:first-child { left: -30px; } 

.prod_gal_wrapper>div>span>span>div:nth-child(2) { left: -60px; } 

.prod_gal_wrapper>div>span>span>div:nth-child(3) { left: -90px; } 

.prod_gal_wrapper>div>span>span>div:nth-child(4) { right: -60px; } 

.prod_gal_wrapper>div>span>span>div:nth-child(5) { right: -90px; } 

.prod_gal_wrapper>div>span>span>div:last-child { right: -30px; } 

.prod_gal_wrapper :is(.prod_gal_prev,
.prod_gal_next) { position: absolute; height: 16px; width: 16px; top: calc(50% - 8px); border: solid #1D1D1B; transform: rotate(45deg); } 

.prod_gal_wrapper .prod_gal_prev { border-width: 0 0 5px 5px; left: 0; } 

.prod_gal_wrapper .prod_gal_next { border-width: 5px 5px 0 0; right: 0; } 


/*Category Block*/

.category_container { width: 25%;  } 

.category_container>div { padding: 0 5px 20px 5px; } 

.category_container>div>div { overflow: hidden; height: 100%; width: 100%; position: relative; display: flex; align-items: center; justify-content: center; } 

.category_container .catBlock { height: 280px; background-size: cover !important; width: 100%; cursor: pointer; transition: ease-in-out all .4s; } 

.category_container .catBlock.catNoImage { background-size: contain !important; background-position: top center !important; } 

.category_container .catTitle { position: absolute; height: 58px; display: block; background: rgba(255, 255, 255, .9); color: #222222; font-weight: bold; font-size: 18px; line-height: 58px; width: 100%; text-align: center; box-sizing: border-box; text-transform: uppercase; transition: ease-in-out all .5s; bottom: 0; } 

.category_container>div:hover .catBlock { transform: scale(1.1); } 


/*Category Module*/

.category_module { padding: 20px 0; border: solid #E9E5E5; border-width: 1px 0; background: #F9F9F9; } 

.category_module>div { padding: 0 10px; box-sizing: border-box; position: relative; } 

.category_module>div>div>div { display: flex; align-items: flex-start; } 

.category_module .product_box { padding-bottom: 0; } 

.category_module>div>span { display: block;  margin-bottom: 25px; text-align: center; } 

.category_module>div>span>span { display: inline-block; color: #222222; font-weight: bold; font-size: 30px; line-height: 35px; text-transform: uppercase; position: relative; } 

.category_module>div>span>span>div { position: absolute; height: 8px; width: 8px; top: calc(50% - 4px); background: #E15520; transform: skew(-10deg); } 

.category_module>div>span>span>div:first-child { left: -30px; } 

.category_module>div>span>span>div:nth-child(2) { left: -60px; } 

.category_module>div>span>span>div:nth-child(3) { left: -90px; } 

.category_module>div>span>span>div:nth-child(4) { right: -60px; } 

.category_module>div>span>span>div:nth-child(5) { right: -90px; } 

.category_module>div>span>span>div:last-child { right: -30px; } 

.category_module .category_container>div { padding-bottom: 0; } 

.category_module :is(.cat_gal_prev,
.cat_gal_next) { position: absolute; height: 16px; width: 16px; top: calc(50% - 8px); border: solid #1D1D1B; transform: rotate(45deg); } 

.category_module .cat_gal_prev { border-width: 0 0 5px 5px; left: 0; } 

.category_module .cat_gal_next { border-width: 5px 5px 0 0; right: 0; } 


/*Details Page*/

.prod_details_page { margin: 20px 0 30px; } 
.product_category { padding: 0 10px; background: #F9F9F9; height: 60px; border-bottom: 1px solid #E9E5E5; margin-top: -20px; margin-bottom: 20px;  } 
.product_category>div { box-sizing: border-box; display: flex; align-items: center; flex-wrap: wrap; gap:15px; height: 100%; } 
.product_category>div>a { font-size: 16px; color: #1D1D1B; text-transform: capitalize; text-decoration: underline; } 
/* .product_category>div>a { margin-right: 15px; font-size: 16px; color: #E15520; font-weight: bold; line-height: 24px; text-transform: capitalize; text-decoration: underline; }  */

.prodDetails_section {padding: 10px 0;}
.prodDetails_section_title {padding: 10px 0; position: relative; margin-bottom: 10px;}
.prodDetails_section_title span {font-size: 20px; color: #1D1D1B; font-weight: bold; text-transform: uppercase;}
.prodDetails_section_title::after {content:""; display: block; width: 40px; height: 2px; background: #E15520; position: absolute; bottom:0; left:0;}

.prodDescription {padding: 0 0 20px;}
.prodDescription_inner {overflow:hidden; position: relative;}
.prodDescription_inner::after {content:""; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(2,0,36,0) 40%, rgba(255,255,255,1) 95%); position: absolute;bottom:0; left:0;}
.prodDescription_inner.expanded::after {opacity:0;}

.prodDescription_more {}
.prodDescription_more .readmore {display: flex; align-items: center; justify-content: flex-start; gap:10px;}
.prodDescription_more .readmore span {font-size: 16px; color: #1D1D1B; font-weight: bold;}
.prodDescription_more .readmore::before {content:""; display: block; width: 8px; height: 8px; border: solid #E15520; border-width: 0 1px 1px 0; transform: rotate(45deg); transition: 0.2s ease-in-out all;}
.prodDescription_more .readmore.expanded span.collapsed {display: none;}
.prodDescription_more .readmore:not(.expanded) span.expanded {display: none;}
.prodDescription_more .readmore.expanded::before {transform: rotate(45deg) scale(-1,-1);}

.details_stockist_wrap {display: flex; align-items: center; justify-content: flex-start; flex-wrap:wrap; gap:20px;}
.details_stockist_wrap .stockist {display: flex; align-items: center; justify-content: center; position: relative; height: 47px; width: 230px; border: 2px solid #E15520; border-radius: 20px;}
.details_stockist_wrap .stockist span {font-size: 16px; color: #000000; font-weight: bold; 
	text-transform: uppercase;}
.details_stockist_wrap .become_a_stockist {font-size: 16px; color: #000; 
	font-weight: bold; display: flex; flex-direction: column; gap:5px;}
.details_stockist_wrap .become_a_stockist::after{content: ""; height:4px; background: #E15520; width:100%; }


/*Product Gallery*/

.productImage { width: 100%; height: 580px; border: 1px solid #F3F1F1; box-sizing: border-box; background: #fff; position: relative; overflow: hidden; } 

.productImage div:not(.saleSticker,
.videoSticker) { height: 100% !important; } 

.productImage img { max-width: 100%; max-height: 100%; width: auto; height: auto; } 

.gallery .mainImage { display: flex; align-items: center; justify-content: center; height: 100%; } 

.gallery .mainImage a { display: flex; align-items: center; justify-content: center; height: 100%; } 

.productImage .saleSticker { position: absolute; left: 0; top: 0; line-height: 32px; padding: 0 15px; color: #fff; font-weight: bold; font-family: 'Open Sans', sans-serif; background: #0B9DDE; text-transform: uppercase; font-size: 16px; z-index: 100; } 

.productImage .videoSticker { position: absolute; right: 0; top: 0; background: url("../images/video.svg") 10px center no-repeat #E15520;  color: #fff; font-weight: bold; cursor: pointer; padding: 0 10px 0 45px; text-transform: uppercase; font-size: 16px; line-height: 52px; z-index: 100; } 

.productImage .productImage_next,
.productImage .productImage_prev { height: 50px; width: 50px; position: absolute; top: calc(50% - 25px); right: 0; background: rgba(29, 29, 27, .3); transition: ease-in-out all .5s; } 

.productImage .productImage_prev { right: initial; left: 0; } 

.productImage .productImage_next:after,
.productImage .productImage_prev:after { content: ""; width: 15px; height: 15px; border: solid #FFFFFF; border-width: 5px 5px 0 0; transform: rotate(45deg); display: block; position: absolute; top: calc(50% - 10px); right: calc(50% - 6px); } 

.productImage .productImage_prev:after { transform: rotate(-135deg); right: initial; left: calc(50% - 6px); } 

.productImage .productImage_next:hover,
.productImage .productImage_prev:hover { background: rgba(29, 29, 27, .8); } 

.smallImages { display: flex; margin-top: 10px; flex-wrap: wrap; flex-direction: row; } 

.smallImages .smallImage { margin: 0 10px 10px 0; height: 130px; width: 130px; background: #fff; border: 1px solid #D6D4D4; } 

.smallImages .smallImage a { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; } 

.smallImages .smallImage img { max-width: 100%; max-height: 100%; width: auto; } 

.details {  } 

.details .productCode { color: #707070; font-size: 10px; line-height: 24px; font-family: 'Open Sans', sans-serif; } 

h1.p_title { line-height: 30px; margin-bottom: 10px; padding: 0; color: #1D1D1B; font-weight: bold; font-size: 32px; text-transform: uppercase; } 

.details .shortDesc { color: #1D1D1B; font-size: 14px; line-height: 18px; margin: 10px 0; } 

.saleTitleDetails { margin-bottom: 10px; font-family: 'Open Sans', sans-serif; } 

.saleTitleDetails>span { display: inline-block; background: #0B9DDE; padding: 0 15px; line-height: 32px; color: #fff; text-transform: capitalize; font-weight: bold; font-size: 16px; } 

.details .details_prices { margin-bottom: 15px; } 

.details .mainPrice { line-height: 28px; font-size: 20px; color: #1D1D1B; font-weight: bold; } 

.details .mainPrice .exvat { font-weight: normal; font-size: 12px; } 

.details .was-price { font-size: 14px; color: #5A5757; font-weight: bold; display: block; margin-bottom: 5px; } 

.details .was-price .exvat { font-weight: normal; font-size: 10px; } 

.details .now-price { font-size: 20px; color: #00A4E4; font-weight: bold; display: block; } 

.details .now-price .exvat { font-weight: normal; font-size: 12px; } 

.details label { display: block; line-height: 18px; font-size: 16px; font-weight: bold; color: #393838; margin-bottom: 10px; text-transform: capitalize; } 

.variations { margin-bottom: 15px; width: 100%; } 

.variations select { padding: 0 10px; box-sizing: border-box; border: 1px solid #D6D4D4; color: #393838; text-transform: capitalize; font-size: 16px; width: 100%; height: 50px; line-height: 50px; } 

.details .buttons_options { display: flex; flex-direction: row; align-items: center; height: 60px; flex-wrap: wrap; } 

.details .buttons_options>div { display: flex; height: 100%; align-items: center; } 

/*thumbnail*/
.product_thumnbnails{display: flex; flex-wrap: wrap; gap:10px;}

/*Quantity*/

.number-selector { height: 100%; width: 100%; display: flex; align-items: center; } 

input[type="number"] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; } 

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; } 

.number-input { display: flex; flex-direction: row; align-items: center; border: 1px solid #D6D4D4; border-radius: 5px; height: 60px; } 

.number-input button { outline: none; -webkit-appearance: none; border: 0; align-items: center; justify-content: center; background: #F2F2F2; border-radius: 5px 0 0 5px; width: 46px; height: 100%; cursor: pointer; padding: 0; margin: 0; position: relative; border-right: 1px solid #D6D4D4; } 

.number-input button:before,
.number-input button:after { display: inline-block; position: absolute; content: ''; width: 10px; height: 2px; background-color: #393838; transform: translate(-50%, -50%); } 

.number-input button.plus { border-radius: 0 5px 5px 0; border-right: 0; border-left: 1px solid #D6D4D4; } 

.number-input button.plus:after { transform: translate(-50%, -50%) rotate(90deg); } 

.number-input input[type=number] { width: 60px; padding: 0; height: 100%; color: #393838; border: 0; font-size: 24px; text-align: center;  } 

.addToCartBox { position: relative; z-index: 10; box-sizing: border-box; padding-left: 20px; flex: auto; } 

.addToCartBox .addToCart { width: 100%; } 

.addToCartBox .addToCart a { margin: 0; line-height: 60px; text-align: center; color: #E15520; width: 100%; font-size: 16px; padding: 0 0 0 30px; box-sizing: border-box; text-transform: uppercase; transition: ease-in-out all .3s; background: url(../images/cart_orange.svg) calc(50% - 55px) center no-repeat #fff; font-weight: bold; border: 1px solid #E15520; } 

.addToCartBox .addToCart a:hover { background: url(../images/cart_white.svg) calc(50% - 55px) center no-repeat #E15520; color: #fff; } 

.addToCartBox p { padding: 0; } 

a.shopButton,
button.shopButton { background: #E15520; padding: 0 15px; color: #fff; font-size: 15px; line-height: 42px; display: inline-block; box-sizing: border-box; text-align: center; transition: ease-in-out all .5s; font-family: 'Open Sans', sans-serif; } 

a.disabled { color: #999; } 

a.addedtocartButton { margin-right: 15px; } 

a.shopButton:hover,
button.shopButton:hover { animation: shadow-pulse 1s; animation-iteration-count: 3; background-color: #0B9DDE; } 

.addToCartBox .addToCart a.login_details_page { background: url(../images/account_orange.svg) calc(50% - 40px) center no-repeat #fff; padding: 0 0 0 15px; } 

.addToCartBox .addToCart a.login_details_page:hover { color: #E15520; } 

.become_stockist { margin-top: 10px; } 

.become_stockist p { padding: 0; font-weight: bold; color: #222222; font-size: 16px; line-height: 22px; } 

.become_stockist a { font-size: 16px; color: #E15520; font-weight: bold; text-decoration: underline; line-height: 22px; } 

.delivery_info { display: flex; align-items: center; justify-content: flex-end; margin: 15px 0 0 0; padding: 10px 0 0 0; border-top: 1px solid #E2DEDE; } 

.delivery_info a { color: #393838; line-height: 30px; font-size: 14px; text-decoration: underline; display: block; } 

.product_testimonial { background: #F2F2F2; border: 1px solid #D6D4D4; border-radius: 5px; margin-top: 20px; padding: 15px 15px 20px; } 
.product_testimonial > div { max-height: 120px; overflow: hidden; } 
.product_testimonial.open > div { max-height: initial; } 
.product_testimonial > div > div { padding-left: 55px; background: url(../images/quote_orange.svg) 5px 5px no-repeat; } 
.product_testimonial_description { color: #1D1D1B; font-size: 14px; line-height: 24px; margin-bottom: 10px; } 
.product_testimonial span { font-weight: bold; display: block; margin-bottom: 10px; } 
.product_testimonial .read_toggle { font-size: 14px; color: #00A4E4; padding-left: 55px; margin-top: 10px; } 
.product_testimonial .read_toggle:after { content: " More..."; } 
.product_testimonial.open .read_toggle:after { content: " Less"; } 


/*Product Tabs*/

.maintabs { padding: 20px; font-family: 'Open Sans', sans-serif; background: #fff; margin-bottom: 20px; border: 1px solid #F3F1F1;} 

.maintabs .tabs_header { display: flex; flex-wrap: wrap; margin-bottom: 20px; } 

.maintabs .tabs_header a { line-height: 30px; font-weight: bold; color: #7D7D7A; font-size: 20px; text-transform: uppercase; margin-right: 30px; position: relative; transition: ease-in-out all .3s; } 

.maintabs .tabs_header a.active { color: #1D1D1B; } 

.maintabs .tabs_header a.active:after { content: ""; height: 2px; width: 100%; background: #E15520; position: absolute; left: 0; bottom: 0; } 

.maintabs .tabs_header a:not(.active):after { content: ""; position: absolute; height: 2px; width: 100%; bottom: 0; left: 0; background: #E15520; transition: transform .5s; transform: scaleX(0); transform-origin: right; } 

.maintabs .tabs_header a:hover:not(.active) { color: #1D1D1B; } 

.maintabs .tabs_header a:hover:not(.active):after { transform: scaleX(1); transform-origin: left; } 

.maintabs .tab_content { min-height: 100px; } 

.maintabs .tab_inner_content { } 

.maintabs .tab_inner_content p { color: #1D1D1B; font-size: 16px; padding: 0 0 10px 0; line-height: 30px; } 


/*Product Videos*/

.prodVideo { margin-bottom: 20px; border: 1px solid #F3F1F1; padding: 20px;} 
.prodVideo .prodDetails_section_title {padding: 0 0 10px; margin: 0 0 10px;} 

.prodVideo>span { font-size: 18px; color: #1D1D1B; font-weight: bold; display: block; line-height: 30px; margin-bottom: 10px; padding: 0 10px; box-sizing: border-box; } 

.prodVideo>div { display: flex; flex-wrap: wrap; align-items: flex-start; } 
.prodVideo_inner {padding: 10px 0;}

.prodVideo .video { width: calc(50% - 20px); height: 370px; margin: 0 10px 20px 10px; } 

.associations { margin-top: 30px; } 

.associations>span { display: block; margin-bottom: 20px; color: #1D1D1B; font-weight: bold; line-height: 36px; font-size: 24px; position: relative; font-family: 'Open Sans', sans-serif; padding: 0 10px; box-sizing: border-box; text-transform: uppercase; } 
.associations> span::after {content:""; display: block; width: 40px; height: 2px; background: #E15520; position: relative; bottom:0; left:0;} 

.associations>div { display: flex; align-items: flex-start; flex-wrap: wrap; } 

.greybox { background: #f0f0f0; padding: 5px 10px; margin-bottom: 10px; } 

.priceBox { float: left; width: 280px; } 

.addedtocart_popup { display: flex; flex-direction: column; justify-content: center; align-items: center; } 

.addedtocart_popup h4 { color: #101820; font-size: 20px; line-height: 24px; margin-bottom: 15px; } 

.addedtocart_popup>div { display: flex; flex-direction: row; align-items: center; justify-content: center; } 


/* Large Cart */

.shoppingCheckout { display: flex; flex-direction: column; border: solid #D2D1D1 1px; padding: 10px; margin-bottom: 10px; box-sizing: border-box; border-radius: 5px; background: #FDFCFC; } 

.shoppingCheckout .cartRow { display: flex; flex-direction: row; align-items: center; } 

.cartProducts { display: flex; flex-direction: row; align-items: center; border: 1px solid #CCCCCC; padding: 5px 0 5px 5px; box-sizing: border-box; margin-bottom: 5px; } 

.cartProducts>div { margin: 0 10px; } 

.cartProducts>div:first-child { margin-left: 0; } 

.cartProducts>div:last-child { margin-right: 0; } 

.cartProducts .imageCart { height: 60px; width: 60px; display: flex; border: 1px solid #CCCCCC; align-items: center; justify-content: center; } 

.cartProducts .imageCart img { max-height: 100%; max-width: 100%; height: auto; width: auto; } 

.cartProducts .prodTitle { width: 40%; } 

.cartProducts .prodTitle span { font-size: 16px; color: #1A1818; font-weight: bold; } 

.cartProducts .prodTitle .cartVariations { font-size: 12px; line-height: 20px; } 

.cartProducts .quantity { } 

.cartProducts .quantity span { font-size: 12px; color: #000000; display: block; font-weight: bold; line-height: 25px; } 

.cartProducts .quantity .number-input { height: 34px; border-radius: 0; box-sizing: border-box; } 

.cartProducts .quantity .number-input button { border-radius: 0; width: 34px; background: #1A1818; } 

.cartProducts .quantity .number-input input[type=number] { width: 38px; border: 0; font-size: 16px; } 

.cartProducts .quantity .number-input button:before,
.cartProducts .quantity .number-input button:after { background-color: #fff; } 

.cartProducts .update { flex: 1; } 

.cartProducts .update a { font-weight: bold; text-decoration: underline; font-size: 14px; } 

.cartProducts .remove { height: 88px; margin: -5px -0px -5px 0; width: 55px; background: #F6F6F6; border-left: 1px solid #CCCCCC; } 

.cartProducts .remove a { display: block; height: 100%; width: 100%; background: url(../images/delete.svg) center center no-repeat; } 

.cartProducts .prodPrice { width: 11%; color: #1C1B1B; font-size: 16px; } 

.shoppingCheckout .promocode { padding: 0px 88px 0 0; margin-bottom: 15px; line-height: 40px; } 

.shoppingCheckout .promocode a { color: #1A1818; font-size: 13px; font-weight: bold; text-decoration: underline; } 


.shoppingCheckout .cartVatNo { padding: 0px 0; line-height: 32px; border-top: 1px solid #E1DFDF; padding-top: 5px; } 

.shoppingCheckout .cartVatNo .cartTitle { flex: auto; width: 0; } 

.shoppingCheckout .cartVatField { width: 300px; flex: 0 0 auto; } 

.shoppingCheckout .cartVatField>div { display: flex; align-items: stretch; } 

.shoppingCheckout .cartVatField>div>input { border-radius: 4px 0 0 4px; border: 1px solid #ccc; width: 0; flex: auto; } 

.shoppingCheckout .cartVatField>div>a { border-radius: 0 4px 4px 0; } 

.shoppingCheckout .cartDiscounts { padding: 0px 88px 0 0; line-height: 40px; position: relative; } 

.shoppingCheckout .cartDiscounts .discCode { flex: 1; } 

.shoppingCheckout .cartDiscounts .cartTitle { flex: 1; color: red; font-weight: bold; } 

.shoppingCheckout .cartDiscounts .cartPrice { color: red; font-weight: bold; width: 100px; text-align: left; } 

.shoppingCheckout .cartDiscounts .cart_discount_remove { height: 25px; width: 25px; border-radius: 100%; background: url(../images/cancel.svg) center center no-repeat; position: absolute; top: 7px; right: 10px; } 

.shoppingCheckout .cartDelivery,
.shoppingCheckout .cartVAT { padding: 0px 88px 0 0; line-height: 32px; border-top: 1px solid #E1DFDF; padding-top: 5px; } 

.shoppingCheckout .cartVAT { padding: 20px 88px 20px 0; } 

.shoppingCheckout .cartDelivery .cartTitle,
.shoppingCheckout .cartVAT .cartTitle { flex: 1; } 

.shoppingCheckout .cartDelivery .cartTitle span { display: block; font-size: 14px; font-weight: bold; color: #1C1B1B; } 

.shoppingCheckout .cartDelivery .cartTitle select { border: 1px solid #CCCCCC; text-indent: 10px; line-height: 33px; height: 33px; color: #1C1B1B; font-size: 14px; width: 500px; } 

.shoppingCheckout .cartDelivery .cartPrice,
.shoppingCheckout .cartVAT .cartPrice { width: 100px; font-weight: bold; } 

.shoppingCheckout .CartTotal { padding: 10px 88px 0 0; line-height: 40px; font-size: 16px; font-weight: bold; color: #000; margin: 10px 0 0 0; border-top: 1px solid #E1DFDF; } 

.shoppingCheckout .CartTotal .cartTitle { flex: 1; color: #1A1818; font-size: 20px; } 

.shoppingCheckout .CartTotal .cartPrice { width: 100px; font-size: 20px; } 

.shoppingCheckout .CartTotalNoDelivery { padding: 0px 88px 0 0; line-height: 40px; } 

.shoppingCheckout .CartTotalNoDelivery .cartTitle { flex: 1; font-weight: bold; } 

.shoppingCheckout .CartTotalNoDelivery .cartPrice { width: 100px; } 


/* Checkout */

.checkout-header { font-size: 24px; line-height: 40px; font-weight: bold; color: #1A1818; display: flex; align-items: center; margin-bottom: 15px; font-family: 'Open Sans', sans-serif; } 

.checkout>.checkout-header { padding-left: 35px; background: url(../images/shoppingCart.svg) left center no-repeat; margin-top: 20px; } 

.checkoutDetails .checkout-header { padding-left: 35px; background: url(../images/checkout_icon.svg) left center no-repeat; } 

.checkout-header>a { color: #0052A5; height: 40px; line-height: 40px; font-size: 15px; padding-left: 25px; margin-left: 20px; background: url(../images/member_blue.svg) left center no-repeat; } 

.checkout-header>a>span { color: #0D8DEB; } 

.delv-header { font-size: 20px; color: #1A1818; line-height: 30px; margin-bottom: 10px; font-family: 'Open Sans', sans-serif; } 


/*Checkout Form*/

.delivery-forms { border: 1px solid #D2D1D1; padding: 10px 10px 0 10px; box-sizing: border-box; margin-bottom: 20px; display: flex; flex-direction: row; border-radius: 0 0 3px 3px; background: #FDFCFC; } 

.delivery-forms .delivery-fields { flex: 1; margin: 0 10px; } 

.delivery-forms .billing-check { line-height: 40px; font-size: 15px; color: #4B4B4B; } 

.delivery-forms .checkoutRow { display: flex; flex-direction: column; margin-bottom: 15px; } 

.delivery-forms .checkoutCell { color: #1A1818; font-weight: bold; font-size: 15px; line-height: 30px; } 

div.checkoutCell input[type=text],
div.checkoutCell input[type=email],
div.checkoutCell select { height: 35px; width: 100%; border: 1px solid #CCCCCC; box-sizing: border-box; padding: 0 10px; } 

div.checkoutCell select { padding: 0; } 

.delivery-forms .billing-check { color: #4B4B4B; font-weight: bold; } 

.payment_container { border: 1px solid #D2D1D1; background: #fff; border-radius: 0 0 3px 3px; padding: 10px; box-sizing: border-box; font-family: 'Open Sans', sans-serif; } 

.paymentOptions { display: flex; flex-wrap: wrap; } 

.paymentOption { border: 1px solid #B5B6B8; height: 90px; width: 270px; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; margin-right: 20px; box-sizing: border-box; padding-left: 50px; } 

.paymentOption:hover { cursor: pointer; } 

.paymentOptionSelected:before { content: ""; position: absolute; left: 15px; top: 15px; height: 11px; width: 11px; background: #000; border-radius: 100%; border: 3px #fff solid; -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1); -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1); box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1); transition: ease-in-out all .5s; } 

.paymentTitle { color: #000; font-weight: bold; font-size: 15px; padding-bottom: 12px; } 

.paymentOptionSelected { border-color: #0052A5; transition: ease-in-out all .5s; } 

a.shopButton.continueButton { margin: 15px 0 !important; border-radius: 0; display: block; width: 560px; font-size: 20px; font-weight: bold; color: #fff; line-height: 50px; background: #E15520; position: relative; } 

a.shopButton.continueButton:after { content: ""; position: absolute; height: 7px; width: 7px; right: 18px; top: 21px; border: #fff solid; border-width: 2px 2px 0 0; transform: rotate(45deg); } 

.paymentRow { display: flex; } 

.paymentCell { margin-right: 10px; flex: 1 0 0; } 

.paymentCell p { padding: 0; } 

button.paymentButton { display: block; cursor: pointer; } 


/* Dashboard */

.dashboard { font-family: 'Open Sans', sans-serif; margin-top: 20px; } 

.dashboard .dashboard_header { display: flex; flex-wrap: wrap; margin-bottom: 20px; } 

.dashboard .dashboard_header h1 { color: #1A1818; font-size: 32px; font-weight: bold; padding: 0; margin-bottom: 10px; width: 100%; } 

.dashboard .dashboard_header .dashboard_name { width: 50%; align-items: center; display: flex; color: #1D1D1B; font-size: 18px; font-weight: bold; } 

.logout-button { width: 50%; display: flex; align-items: center; justify-content: flex-end; } 

.logout-button a { font-size: 18px; font-weight: bold; text-decoration: underline; display: inline-block; color: #E15520; line-height: 34px; } 

.dashboard .orderCell { font-size: 16px; color: #BBBDC1; font-weight: bold; } 

.accordian { border: 1px solid #dedede; margin: 10px 0; } 

.acc-title { line-height: 60px; font-size: 18px; font-weight: bold; background: #1D1D1B; color: #fff; text-indent: 20px; cursor: pointer; position: relative; } 

.acc-title:after { content: ""; width: 10px; height: 10px; background: #E15520; clip-path: polygon(0 0%, 100% 0%, 50% 100%); -webkit-clip-path: polygon(0 0%, 100% 0%, 50% 100%); position: absolute; right: 20px; top: calc(50% - 5px); transition: ease-in-out all .3s; } 

.acc-content { display: none; padding: 10px; background: #fff; } 

.acc-active .acc-title { } 

.acc-active .acc-title:after { transform: rotate(180deg); } 

.tabs { } 

.tab_titles { width: 150px; text-indent: 10px; float: left; text-align: left; text-transform: uppercase; font-size: 1.2em; line-height: 35px; color: #323232; position: relative; cursor: pointer; z-index: 2; padding-top: 10px; box-sizing: border-box}

.tab_titles div { margin: 5px 0; cursor: pointer; } 

.tab_active { background: #f4f4f4; color: #3E5A8B; z-index: 2; border: 1px solid #aaa; border-width: 1px 0 1px 1px; border-radius: 5px 0 0 5px; font-weight: bold; } 

.tab_details { float: left; background: #f4f4f4; width: 760px; border: 1px solid #aaa; position: relative; left: -1px; z-index: 1; padding: 0 10px; margin-bottom: 20px; border-radius: 5px; display: none; min-height: 200px; box-sizing: border-box}

.orderRow { font-size: 1.2em; line-height: 30px; clear: both; } 

.dashboard .orderRow { margin-bottom: 15px; display: flex; flex-wrap: wrap; color: #393838; font-size: 16px; font-weight: bold; } 

.dashboard .heading_row { border-bottom: 1px dashed #DCD9D9; padding-bottom: 10px; color: #BBBDC1; } 

.dashboard .orderRow .orderCell:first-child { width: 20%; } 

.dashboard .orderRow .orderCell:nth-child(2) { width: 40%; } 

.dashboard .orderRow .orderCell:nth-child(3) { width: 20%; } 

.dashboard .orderRow .orderCell:nth-child(4) { width: 20%; } 

.orderCell input { position: absolute; left: 0px; top: 5px; height: 30px; width: 100%; box-sizing: border-box; padding: 0 5px; z-index: 20; display: none; } 

.label { float: left; width: 30%; line-height: 30px; margin: 5px 0; } 

.value { float: left; width: 70%; overflow: hidden; line-height: 30px; margin: 5px 0; } 

.value input[type=text],
.value input[type=password],
.value select,
.login_form input[type=text] { height: 35px; width: 100%; border: 1px solid #CCCCCC; box-sizing: border-box; margin: 0; padding: 0 5px; } 

a.saveDetails,
a.updatePassword { float: right; width: auto; } 


/*Login Page*/

.account_form { margin-top: 30px; border: 1px solid #D2D1D1; } 

.account_form .account_form_title { font-size: 20px; color: #1D1D1B; font-weight: bold; background: #F3F1F1; border-bottom: 1px solid #D2D1D1; line-height: 60px; padding: 0 20px; box-sizing: border-box; } 

.account_form_section { background: #fff; } 

.login_form { padding: 15px 10px; box-sizing: border-box; display: flex; flex-direction: row; align-items: center; } 

.login_form span { font-size: 16px; color: #393838; line-height: 28px; } 

.account_form .label { width: 100%; margin-bottom: 0; font-size: 15px; color: #4B4B4B; font-weight: bold; } 

.account_form .value { width: 100%; margin-top: 0; } 

.forgotButton { font-size: 16px; text-decoration: underline; color: #393838; } 

.dashboardSave { display: block; line-height: 50px; margin: 15px 0; background-color: #0D8DEB; text-align: center; color: #fff; font-size: 20px; font-weight: bold; position: relative; } 

.dashboardSave:after { content: ""; position: absolute; right: 20px; top: calc(50% - 4px); width: 7px; height: 7px; transform: rotate(45deg); border: 2px solid #fff; border-width: 2px 2px 0 0; } 

.login_error { text-align: center; font-size: 16px; color: #990000; line-height: 40px; } 

.login_form { margin-bottom: 20px; } 

.account_form:hover .dashboardSave { animation: shadow-pulse 1s; animation-iteration-count: 2; } 


/* Customise */

.cust-area { width: 500px; height: 800px; border: 0px solid #aaa; position: relative; overflow: hidden; background-position: 0 0; background-repeat: no-repeat; margin: 0 auto; white-space: pre-wrap; } 

.areaicon { text-align: center; } 

.area { position: absolute; text-align: center; } 

.areaTitle { font-size: 1.6em; color: #d81921; line-height: 20px; } 

.areaIcon { display: none; } 

.areaText,
.areaFont { margin: 1px; position: relative; height: 25px; line-height: 25px; border: 1px solid #d7d7d7; padding: 0 0 0 5px; font-size: 1.2em; } 

.areaFont { padding: 0; width: 98%; } 

.area-select { margin: 1px; position: relative; height: 25px; line-height: 25px; border: 1px solid #d7d7d7; padding: 0 0 0 5px; font-size: 1.2em; } 

.area-select-arrow { float: right; background: url(../images/select-arrow.png) no-repeat; width: 17px; height: 25px; cursor: pointer; } 

.area-select-list { position: absolute; top: 25px; left: 0; width: 155px; height: 220px; overflow-y: scroll; border: 1px solid #d7d7d7; display: none; background: #fff; padding-top: 15px; z-index: 100; } 

.area-select-listitem { height: auto; margin: 5px auto; text-align: center; width: 50px; cursor: pointer; } 

.area-select-note { font: 12px Arial; text-align: center; color: #6e6e6e; position: absolute; top: 0; width: 100%; line-height: 16px; } 

.cust-price { float: left; width: 100px; font-size: 2em; color: #011b61; line-height: 35px; } 

.cust-add { float: left; width: 220px; } 

.confirmButton { } 

.previewCustom { font-size: 1em; color: #d81921; } 

.swipe { overflow: hidden; visibility: hidden; position: relative; } 

.swipe-wrap { overflow: hidden; position: relative; } 

.swipe-wrap>div { float: left; width: 100%; position: relative; } 

.slideLeft { position: absolute; top: 50%; left: 10px; z-index: 100; } 

.slideRight { position: absolute; top: 50%; right: 10px; z-index: 100; } 

nav #position { text-align: center; list-style: none outside none; margin: 0px; padding: 0px; line-height: auto; } 

nav #position li { display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: none repeat scroll 0% 0% #333; box-shadow: 0px 1px 2px #333 inset, 0px 0px 1px 1px #ccc; margin: 0px 2px; cursor: pointer; padding: 0; } 

nav #position li.on { box-shadow: 0px 1px 3px -1px #28B4EA inset, 0px 1px 2px rgba(0, 0, 0, 0.5); background-color: #1293DC; background-image: -moz-linear-gradient(center top, #1293DC, #0F6297); } 

.groupArea,
.iconGroupArea { border: 1px solid #aaa; margin: 5px 0; padding: 2px; } 

.step { float: left; width: 26px; margin: 5px 2px; line-height: 26px; width: 200px; } 

.step div:nth-child(1) { float: left; height: 26px; width: 26px; margin: 0 2px; text-align: center; font-size: 22px; color: #fff; font-weight: bold; } 

.step div:nth-child(2) { float: left; color: #000080; font-size: 12px; } 

.saleBox { color: #d81921; font-size: 1.6em; line-height: 30px; } 

.delivery-addresses { margin: 20px 0; display: flex; flex-wrap: wrap; align-items: flex-end; } 

.delivery-addresses>* { width: calc(25% - 10px); margin: 0 10px 20px 0; flex: 0 0 auto; } 

.delivery-addresses>div { height: 300px; border: 1px solid #D2D1D1; border-radius: 5px; padding: 20px; display: flex; flex-direction: column; color: #1A1818; font-size: 16px; line-height: 26px; position: relative; } 

.delivery-addresses>div.active { border-color: #E15520; } 

.delivery-addresses>div>label { margin-top: auto; font-weight: bold; } 

.delivery-addresses>a { height: 60px; background: #E15520; border-radius: 5px; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 16px; } 

.delivery-addresses>div>div:last-child { display: none; position: absolute; top: 99%; left: 5px; right: 5px; background: #fff; box-shadow: 0px 0px 6px #00000060; padding: 5px 10px; border-radius: 4px; font-weight: bold; color: #E15520; text-decoration: underline; line-height: 30px; } 

.delivery-addresses>div>div:last-child>div { width: 30px; height: 12px; position: absolute; top: -12px; left: 19px; overflow: hidden; } 

.delivery-addresses>div>div:last-child>div:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #fff; box-shadow: 0px 0px 6px #00000060; transform-origin: 0 100%; transform: rotate(45deg); } 


/*Responsive Shop*/


/*-------------Desktop < 1199px------------*/

@media (min-width: 960px) and (max-width:1199px) { /*Search*/
 /*Product Block*/
 .product .product_image { height: 220px; } 
 .product .product_box { padding: 0 5px 15px 5px; } 
 /*Category Block*/
 .category_container .catBlock { height: 230px; } 
 .category_container .catTitle { font-size: 16px; line-height: 50px; height: 50px; } 
 /*Details page*/
 .productImage { height: 460px; } 
 .smallImages .smallImage { height: 100px; width: 100px; } 
 }


/* --------------Tablet------------------- */

@media (min-width: 768px) and (max-width: 959px) { /*Search Page*/
 .search_title { font-size: 26px; } 
 /*Product Block*/
 .product { width: 33.33333%; } 
 .product .product_box { padding: 0 5px 15px 5px; } 
 .product .product_title a { font-size: 12px; } 
 .product .product_image { height: 237px; } 
 .product .product_price :is(.nowprice,
 .was-price,
 .now-price) { font-size: 13px; } 
 .product .product_buttons a { font-size: 12px; line-height: 40px; } 
 .product .product_price .nowprice>span,
 .product .product_price .now-price>span { font-size: 10px; } 
 /*Category Block*/
 .category_container .catBlock { height: 182px; } 
 .category_container .catTitle { font-size: 14px; height: 37px; line-height: 37px; } 
 /*Details page*/
 .product_category { height: 60px; } 
 .product_category>div>a { font-size: 14px; } 
 .productImage { height: 368px; } 
 .productImage .videoSticker { font-size: 14px; padding: 0 10px 0 40px; line-height: 40px; } 
 h1.p_title { font-size: 24px; } 
 .details label { font-size: 14px; } 
 .delivery_info { justify-content: flex-start; } 
 /*Product Tabs*/
 .maintabs .tabs_header a { font-size: 14px; margin-right: 25px; } 
 .maintabs .tab_inner_content p { font-size: 14px; } 
 .prodVideo .video { height: 250px; } 
 div.apprise { left: calc(50% - 90px) !important; width: 500px !important; } 
 .addedtocart_popup>div>a { margin: 0 5px; padding: 0 15px; } 
 /*Checkout*/
 .shoppingCheckout :is(.CartVat,
 .CartTotalNoDelivery,
 .promocode,
 .cartDelivery,
 .CartTotal,
 .cartDiscounts) { padding: 0 40px 0 0; } 
 .paymentLogo { width: 60px; margin-right: 5px; } 
 .paymentTitle { font-size: 16px; width: 540px; margin-right: 10px; } 
 }


/* --------------Mobile------------------- */

@media (max-width: 767px) { /*Search Page*/
 .search_title { font-size: 18px; flex-direction: column; width: 100%; line-height: 24px; } 
 .search_title span { font-size: 12px; padding: 0; } 
 .catHeader p { font-size: 14px; line-height: 24px; } 
 /*Product block*/
 .product { width: 100%; } 
 .product .product_box { padding: 0 10px 10px 10px; } 
 .product .product_image { height: 300px; } 
 .product .product_title a { font-size: 13px; line-height: 20px; } 
 /*Category Block*/
 .category_container { width: 100%; } 
 .category_container .catBlock { height: 280px; } 
 /*Details Page*/
 .productImage { height: 310px}
 .smallImages { margin-bottom: 15px; } 
 .smallImages .smallImage { height: 70px; width: 70px; } 
 .productImage .saleSticker { font-size: 14px; } 
 .productImage .videoSticker { font-size: 14px; padding: 0 10px 0 40px; line-height: 40px; } 
 .product_category>div>a { font-size: 14px; } 
 h1.p_title { font-size: 24px; } 
 .saleTitleDetails>span { font-size: 14px; } 
 .prod_details_page .details {padding-top:20px;}
 .details .buttons_options { height: initial; flex-direction: column; align-items: flex-start; } 
 .addToCartBox { padding-left: 0; margin-top: 15px; width: 100%; } 
 .delivery_info { justify-content: center; } 
.details_stockist_wrap .stockist {width: 100%;}

 /*Product Tabs*/
 .maintabs { padding: 0 5px; } 
 .maintabs .tabs_header { margin-bottom: 10px; border-bottom: 1px solid #ECECEC; } 
 .maintabs .tabs_header a { font-size: 14px; margin-right: 20px; margin-bottom: 10px; } 
 .maintabs .tab_content { min-height: initial; } 
 .maintabs .tab_inner_content p { font-size: 14px; } 
 .prodVideo .video { height: 210px; width: calc(100% - 10px); margin: 0 5px 10px 5px; } 
 /*Product Featured Module*/
 .prod_gal_wrapper>div>span>span>div { height: 5px; width: 5px; top: calc(50% - 2.5px); } 
 .prod_gal_wrapper>div>span>span { font-size: 24px; } 
 .prod_gal_wrapper>div>span>span>div:first-child { left: -15px; } 
 .prod_gal_wrapper>div>span>span>div:nth-child(2) { left: -30px; } 
 .prod_gal_wrapper>div>span>span>div:nth-child(3) { left: -45px; } 
 .prod_gal_wrapper>div>span>span>div:nth-child(4) { right: -30px; } 
 .prod_gal_wrapper>div>span>span>div:nth-child(5) { right: -45px; } 
 .prod_gal_wrapper>div>span>span>div:last-child { right: -15px; } 
 /*Category Module*/
 .category_module>div>span>span>div { height: 5px; width: 5px; top: calc(50% - 2.5px); } 
 .category_module>div>span>span { font-size: 24px; } 
 .category_module>div>span>span>div:first-child { left: -15px; } 
 .category_module>div>span>span>div:nth-child(2) { left: -30px; } 
 .category_module>div>span>span>div:nth-child(3) { left: -45px; } 
 .category_module>div>span>span>div:nth-child(4) { right: -30px; } 
 .category_module>div>span>span>div:nth-child(5) { right: -45px; } 
 .category_module>div>span>span>div:last-child { right: -15px; } 
 /*Checkout*/
 .checkout-header { font-size: 30px; margin-bottom: 10px; } 
 .cartProducts { padding: 5px; } 
 .cartProducts .prodPrice { width: 70%; } 
 .cartProducts .quantity { margin-top: 10px; } 
 .cartProducts .remove { margin: 0; border: 0; background: #fff; height: 65px; } 
 .shoppingCheckout .cartRow { flex-wrap: wrap; } 
 .shoppingCheckout :is(.CartVat,
 .CartTotalNoDelivery,
 .cartDelivery,
 .CartTotal) .cartPrice,
 .shoppingCheckout .cartDiscounts .discPrice { width: 35%; display: flex; justify-content: flex-end; } 
 .shoppingCheckout :is(.CartVat,
 .CartTotalNoDelivery,
 .promocode,
 .cartDelivery,
 .CartTotal,
 .cartDiscounts) { padding: 0; } 
 .shoppingCheckout .cartDelivery .cartTitle select { width: 100%; } 
 .deliveryDetails .checkout-header { flex-direction: column; align-items: flex-start; height: initial; background-position: left 0px; } 
 .checkout-header>a { margin-left: 0; } 
 .checkoutLogger input[type=email],
 .checkoutLogger input[type=password] { width: 100%; margin-right: 0; margin-bottom: 10px; box-sizing: border-box; } 
 .delivery-forms { flex-direction: column; } 
 .delivery-forms .billing-check { line-height: 23px; margin-bottom: 10px; } 
 .cartProducts .quantity .number-input input[type=number] { flex: initial; width: 50px; } 
 .cartProducts .prodTitle { width: 180px; } 
 .cartProducts .imageCart { margin-right: 5px; } 
 div.deliveryAddress { width: auto !important; margin: 0 0 10px 0; } 
 .paymentOption { width: 100%; margin: 0 0 15px 0; } 
 a.shopButton.continueButton { width: 100%; box-sizing: border-box; } 
 .cartDiscount { height: 25px; width: 25px; } 
 .shoppingCheckout .cartDiscounts .cart_discount_remove { right: 0; top: 7px; } 
 /*Login page*/
 .forgotButton { display: block; text-align: center; } 
 /*Dashboard*/
 .dashboard .dashboard_header h1 { font-size: 26px; margin-bottom: 0; } 
 .dashboard .logout-button { width: initial; } 
 .dashboard .dashboard_header .dashboard_name,
 .dashboard .logout-button a { font-size: 14px; } 
 .dashboard .dashboard_header { margin-bottom: 10px; } 
 .dashboard .dashboard_header .dashboard_name { flex: 1; } 
 .dashboard .orderCell { font-size: 13px; } 
 .dashboard .orderRow .orderCell:nth-child(2),
 .dashboard .orderRow .orderCell:nth-child(3) { width: 30%; } 
 .dashboard .accordian :is(.value,
 .label) { width: 100%; } 

 .product_testimonial { padding: 15px 10px 20px; } 
 .product_testimonial > div > div { background-size: 28px 23px; padding-left: 40px; } 
 .product_testimonial .read_toggle { padding-left: 40px; } 
 }