@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap');
/*@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Didot LT Std';
    src: url('../fonts/DidotLTStd-Roman.woff2') format('woff2'),
        url('../fonts/DidotLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham_book_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Narrow';
    src: url('../fonts/GothamNarrow-Light.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf')  format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'abril_fatfaceregular';
    src: url('../fonts/abrilfatface-regular-webfont.woff2') format('woff2'),
         url('../fonts/abrilfatface-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Almarai', sans-serif;
    src: url('../fonts/jf_flat_regular-webfont.woff2') format('woff2'),
         url('../fonts/jf_flat_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

*, ::after, ::before {
    box-sizing: border-box;
}
::selection {
    background: #263045;
    color: #fff;
    text-shadow: none;
}
body, html{
	margin: 0;
	padding:0;
	background-color: #fff; 
	font-family: 'Almarai', sans-serif;
	font-weight: normal;
  font-style: normal;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color:#ea5607;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;   
  font-weight: 400;
}
p{
  margin: 0 0 20px 0;
  line-height: 24px;
  padding: 0;   
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  text-align: right;
}
.click_collect{
  color:#00ae42;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.section_intro{
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.form_heading{
  margin: 0 0 10px 0;
  line-height: 24px;
  padding: 0;   
  font-weight: 600;
  color: #000000;
  text-align: right;
  font-size: 16px;
  display: block;
}
h1 {
  font-size:51px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;  
  font-family: 'Almarai', sans-serif;
  margin: 0 0 10px 0;  
}
h2 {
  font-size: 62px;
   font-family: 'Almarai', sans-serif;
  color: #fff;
  line-height:normal;  
  margin: 0 0 20px 0;
}
h2 span{
  font-size:34px;
  color: #2d4a8a; 
  font-weight: bold; 
  letter-spacing: 1px;
}
h3 {
   font-size: 22px;  
   color: #000;
   font-weight: 600;
   margin: 0 0 30px 0;
   text-transform: uppercase;
}
h4 {
  font-size: 70px;  
  color: #fff;
   font-family: 'Almarai', sans-serif;
  line-height: 70px;
  margin:15px 0 20px 0; 
}
h5 {
  font-size: 25px;  
  color: #fff;
   font-weight: 600;
   margin: 0 0 20px 0;
}
h6 {
  font-size: 17px;  
  color: #fff;
   font-weight: 600;
   margin: 0 0 10px 0;
}
ul, li, ol{
	margin: 0;
    padding: 0;
    list-style: none;
}
select:-moz-focusring {
color:transparent;
outline:none;
text-shadow:0 0 0 #000;
border:0;
}
select{ 
	-moz-appearance:none; 
	-webkit-appearance:none; 
	appearance:none; 
	cursor:pointer; 
	outline:none; 
  border:0;
	text-transform:uppercase; 
	border-radius:0;
  background-color: #fff;
  padding: 10px 25px 10px 5px;
  font-size: 14px;
  color: #000;
  background-image: url(../images/select_arrow.jpg);
  background-repeat: no-repeat;
  background-position: right center;
}
.view_all{
  text-transform: uppercase;
  color: #005ea4;
  font-size: 14px;
}
.view_all:hover{
  color: #76bc42;
}
.fl{
  float: left;
}
.height_space{
  min-height: 30px;
}
.yellow_color_text{
  color: #a3b704 !important;
}
.tabs {
    margin:0px 0 20px 0;
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.tabs li.current {
    border-color:#1fb9e3;
}
.tabs li {
    width:49.5%;
    float: left;
    border: solid 2px #dae0e1;
    border-radius: 2px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    color: #6c6e6f;
    font-size: 14px;
}
.tabs li span{
  font-weight: 600;
  display: block;
  color: #4c4c4c;
  font-size: 16px;
}
.tabs li.current span{
  font-weight: 700;
  color: #000;
}
.tab-content.current {
    display: block;
}
.tab-content {
    display: none;
}
img {
  outline: 0;
  border: 0;
  max-width: 100%;
}
label{
	color: #494949;
	font-size: 15px;
	margin:0 0 5px 0;
	line-height: 26px;
	letter-spacing: 0.25px;
	display: block;
}
sup{
	color: #f00;
	font-size: 20px;
    vertical-align: top;
}
input[type="text"], input[type="email"],input[type="number"], input[type="search"], input[type="password"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #939393;
	font-size: 16px;
	border:1px #a7a7a7 solid;
	margin: 0;
	padding: 0 15px;
  direction: rtl;
    border-radius: 3px;
}
input[type="submit"], button[type="submit"]{
    color: #fff;
    background-color:#e23e57;
    font-size: 18px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 30px;
    transition: all .2s ease-in-out;
    font-weight: normal;
    border: 1px #e23e57 solid;
    border-radius: 5px;
    cursor: pointer;
}
input[type="submit"]:hover{
	opacity: 0.8;
}
button[type="button"]{
    color: #fff;
    background-color:#c3c3c3;
    font-size: 18px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    padding: 0 30px;
    transition: all .2s ease-in-out;
    font-weight: normal;
    border: 1px #c3c3c3 solid;
    border-radius: 5px;
    cursor: pointer;
}
button[type="button"]:hover{
  opacity: 0.8;
}
textarea{
	width: 100%;
	min-height: 140px;
	line-height: 26px;
	color: #000;
	font-size: 16px;
	border:1px #ced4da solid;
	margin: 0;
	padding:15px;
	resize: none;
  border-radius: 3px;
   font-family: 'Almarai', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus,input[type="number"]:focus, textarea:focus, input[type="submit"]:focus, input[type="file"]:focus, button[type="button"]:focus, input[type="password"]:focus,button[type="submit"]:focus{
	outline: none;
}
.btn{
      color: #fff;
    background-color:transparent;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    height: 44px;
    line-height: 42px;
    margin: 20px 0px 0 0;
    padding: 0 10px;
    transition: all .2s ease-in-out;
    font-weight: normal;
    border: 1px #fff solid;
    cursor: pointer;
}
.btn:hover{
  background-color: #fff;
  color: #183958;
}
.action_icon .btn{
  padding: 0 5px;
  color: #0f834d;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  font-size: 14px;
  text-transform: none;
  margin: 0;
  background-color: transparent;
  border-color: #0f834d;
  width: 100%;
}
.action_icon .btn:hover{
  background-color: #0f834d;
  color: #fff;
}
.action_icon .delete_cart{
  color: #f00;
  background-color: transparent;
  border-color:#f00;
  margin-bottom: 10px;
}
.action_icon .delete_cart:hover{
  color:#fff;
  background-color: #f00;
}
.miniCart__checkout .btn{
  margin: 0;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  border-color: #005ea4;
  background-color: #005ea4;
  border-radius: 0; 
}
.miniCart__checkout .btn:hover{
  color: #005ea4;
  background-color: #fff;
}
.sprite_icon{
  background-image: url(../images/sprite_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.red_color{
  background-color: #ed1c24 !important;
}
.orange_color{
  background-color: #ff8400 !important;
}
.yellow_color{
  background-color: #fff200 !important;
}
.green_color{
  background-color: #00a651 !important;
}
.blue_color{
  background-color: #2e3192 !important;
}
.sky_color{
  background-color: #0983f5 !important;
}
.pink_color{
  background-color: #ec008c !important;
}
.white_color{
  background-color: #ffffff !important;
}
.grey_color{
  background-color: #eaeaea !important;
}
.golden_color{
  background-color: #edad00 !important;
}
.silver_color{
  background-color: #b2b2b2 !important;
}
.maroon_color{
  background-color: #cc0000 !important;
}
.firozi_color{
  background-color: #33ccff !important;
}
.brown_color{
  background-color: #996633 !important;
}
.black_color{
  background-color: #000000 !important;
}
.default_section{
  width: 100%;
  float: left;
}
.default_row{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.clear{
  clear: both;
}
.clear:after, .clear:before{
  content: '';
  clear: both;
}
.large_btn{
  border:1px #fff solid;
  background-color: rgba(0, 0, 0, 0.5); 
  height: 70px;
  line-height: 70px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  text-align: center;
  font-weight: bold;
  transition: all .5s ease-in-out;
}
.large_btn:hover{
  border-color: #76bc42;
  background-color: rgba(255, 255, 255, 0.8); 
  color: #76bc42;
}
.explore_div .btn{
  height: 52px;
  line-height: 52px;
  background-color: #005ea4;
  border-color: #005ea4;
  font-size: 20px;
  padding: 0 15px;
}
.explore_div .btn:hover{
  color: #005ea4;
  background-color: #fff;
}
.filter_heading{
  text-transform: uppercase;
  color: #000;
   font-family: 'Almarai', sans-serif;
  font-size: 15px;
  margin: 0;
}
.checkbox_div .filter_heading{
 margin-bottom: 20px;
 text-align: right;
}
.clear_btn{
  color:rgba(0, 0, 0, 0.5);
  font-family: 'Almarai', sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.checkbox_list {
  display: block;
  position: relative;
  text-align: right;
  padding-right: 25px;
  line-height: 18px;
  margin:0;
  cursor: pointer;
  font-size: 15px;
  color: #000;
  font-weight: normal;
   font-family: 'Almarai', sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox_list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 16px;
  border:1px #c3c3c3 solid;
  background-color: #fff;
  border-radius: 3px;
}
.checkbox_list input:checked ~ .checkmark {
  background-color: #91ba00;
  border-color: transparent;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_list input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_list .checkmark:after {
  right: -1px;
  top: 0px;
  width: 16px;
  height: 13px;
  background-image: url(../images/check_mark.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.checkbox_inner{
  margin-bottom:10px;
  width: 100%;
  float: left;
}
.popularity_item .btn{
 background-color: #005ea4;
 color: #fff;
 font-size: 17px;
 padding: 0 25px;
 border:1px transparent solid;
 position: absolute;
 bottom: 20px;
 left: 50%;
 margin-left: -82px; 
 opacity: 0;
 visibility: hidden;
 transition: all .3s ease-in-out;
}
.popularity_item .btn:hover{
  background-color: #fff;
  color: #005ea4;
  border-color: #005ea4;
}
.popularity_item:hover.popularity_item .btn{
  opacity: 1;
  visibility: visible;
}
.wishlist{
  color: #005ea4;
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  opacity: 0;
  visibility: hidden;
}
.wishlist:after{
  content: '\f08a';
  font-size: 24px;
    color: #005ea4;
    font-family: Fontawesome;
}
.wishlist:hover:after{
  content: '\f004';
}
.popularity_item:hover .wishlist{
 opacity: 1;
 visibility: visible;
}
.modal_id{
    color: #646464;
   font-family: 'Almarai', sans-serif;
  font-size: 16px;
  display: block;
  line-height: normal;
  margin: 0 0 15px 0;
}
.product_short_descption{
  color: #646464;
  font-family: 'Almarai', sans-serif;
  font-size: 16px;
  display: block;
  line-height: normal;
  margin: 0 0 15px 0;
}
.product_prices{
  color: #005ea4;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: normal;
  margin: 0 0 5px 0;
}
.tax_incl{
  color: #62a217;
   font-family: 'Almarai', sans-serif;
  font-size: 12.35px;
  display: block;
  line-height: normal;
  margin: 0 0 25px 0;
}
.select_size .filter_heading, .color_selection .filter_heading, .product_detaillarge .filter_heading{
  font-size: 16px;
}
.select_size .clear_btn{
  text-transform: uppercase;
  font-size: 12.35px;
}
.btn_group{
  width: 100%;
  float: left;
  margin: 20px 0;
  display:flex;
  flex-flow: wrap;
}
.btn_group button[type="button"]{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  border:1px #fff solid;
  position: relative;
  margin: 0 7px 0 0;
  /*background-color: #fff;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,f00000+50,f00000+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(240,0,0,1) 50%, rgba(240,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(240,0,0,1) 50%,rgba(240,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(240,0,0,1) 50%,rgba(240,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f00000',GradientType=1 ); /* IE6-9 */
}

.btn_group button[type="button"].active_btn:after{
   content: '\f00c';
   width: 24px;
   height: 24px;
   line-height: 24px;
   position: absolute;
   top: 7px;
   left: 7px;
   color: #fff;
   font-size: 18px;
   font-family: FontAwesome;
   /*z-index: 9;*/
}
.btn_group button[type="button"].rainbow_btn{
  background-image: url("../images/rainbow_color.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn_group button[type="button"]:last-of-type{
  margin:0;
}
.btn_group button[type="button"].normal_btn{
background: #5f5f5f;
color: #fff;
}
.btn_group button[type="button"].normal_btn:focus{
background: #005ea4;
color: #fff;
}
.number {
    width: 100%;
    float: left;
    display: flex;
    margin: 25px 0;
    align-items: center;
}
.number .minus, .number .plus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #006ce5;
    background-color: #fff;
    border:1px #dddfe2 solid;
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 0 0 0 -1px;
}
.number .minus{
  line-height: 36px;
  font-size: 26px;
}
.number input[type="text"] {
    width: 75px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    border-radius: 0;
    color:#000;
    font-weight: bold;
    padding: 0;
    background-color: #fff;
    border:1px #dddfe2 solid;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}
.form_row {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    text-align: right;
}
.stock_text{
  color: #62a217;
   font-family: 'Almarai', sans-serif;
  font-size: 14.82px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  line-height: normal;
  margin: 0 20px 0px 0px;
}
.out_stock{
  color: #f00;
}
.product_detaillarge p{
  font-size: 15px;
  color: #646464;
   font-family: 'Almarai', sans-serif;
  line-height: 18px;
}
.custom-radios{
  width: 100%;
  float: left;
  margin-top: 5px;
}
.custom-radios .radio_list{display: inline-block;}
.custom-radios .radio_list input[type="radio"] {display: none;}
.custom-radios .radio_list input[type="radio"] + label{margin: 0}
.custom-radios .radio_list input[type="radio"] + label span{
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 0px 3px 0 0;
      vertical-align: middle;
      cursor: pointer;
      border-radius: 50%;
      text-align: center;
      line-height: 18px;
      border:2px transparent solid;
}
.custom-radios .radio_list input[type="radio"] label span img{opacity: 0;transition: all .3s ease;}
.custom-radios .radio_list input[type="radio"]#color-1 + label span {background-color: #2e3192;}
.custom-radios .radio_list input[type="radio"]#color-2 + label span {background-color:#0983f5;}
.custom-radios .radio_list input[type="radio"]#color-3 + label span { background-color: #ec008c;}
.custom-radios .radio_list input[type="radio"]#color-4 + label span { background-color:#a64e00;}
.custom-radios .radio_list input[type="radio"]#color-5 + label span { background-color:#000000;}
.custom-radios .radio_list input[type="radio"]#color-6 + label span { background-color:#eaeaea;}
.custom-radios .radio_list input[type="radio"]:checked + label span{
      border:2px #000 solid;
}
.sub_heading{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  margin: 0 0 15px 0;
  font-family: 'Almarai', sans-serif;
}
.alert{
  width: 100%;
  float: left;
  padding:15px;
  color: #000;
  margin-bottom: 10px; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  font-size: 15px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
}
.alert .btn{
  margin: 0;
  color: #000;
}




.slider-labels {
  margin-top: 10px;
}
.rangecaption{
  margin-top: 20px;
  text-transform: uppercase;
}
.rangecaption span{
  color: #000;
   font-family: 'Almarai', sans-serif;
  font-size: 15px;
}
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
  width: 90%;
  margin: 10px 0 0 5px;
}
.rangeslider_div{
  width: 96%;
  float: right;
  text-align: right;
}
.c-accordion .checkbox_div input[type="submit"]{
  float: right;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -3px;
  top: -8px;
  background-color: #fff;
  border:3px #555555 solid;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #555555;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 4px;
}

.noUi-target {
  border-radius: 4px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 3px solid #345DBB;
  border: 3px solid rgba(85,85,85,1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -3px;
  top: -8px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.block__pic {
    width:100%;
    height: auto;
}

.loader_overlay{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center center;
    background-image: url(../images/loader_img.gif);
}
.modal-box {
    display: none;
    position: fixed;
    top: 50px;
    margin-left: -500px;
    left:50%;
    z-index: 9999999;
    max-width:1000px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    padding: 10px;
}
.modal-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
}
a.close {
    position: absolute;
    top: 5%;
    right: 2%;
}
.modal-box .close_btn{
  right: 10px;
  top: 10px;
}
.close_btn img{
  max-width: 30px;
}


.c-accordion {
    width: 100%;
    float: left;
    position: relative;
}
.category_left .category_heading {
    text-transform: uppercase;
    color: #fff;
    background-color: #999;
}
.c-accordion .js-btn {
    display: block;
    position: absolute;
    padding: 18px 20px;
    border-top: 0px #f7f7f7 solid;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    top: 10px;
    left: 0;
}
.accordion__body {
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 0 0px;
    max-height: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.c-accordion .js-btn:after {
    content: '\f106';
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 15px;
    top: 11px;
    font-family: FontAwesome;
}
/*.c-accordion .js-btn:before {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #d2ab66;
    position: absolute;
    right: 21px;
    top: 11px;
}*/
.c-accordion .js-btn.js-is-active:after {
    content: '\f107';
}
.js-is-active + .accordion__body {
    min-height: 1em;
    max-height:inherit;
    opacity: 1;
}
.leftpart_div{
  width: 100%;
  float: left;
}

.mobile_button{
    font-weight: bold;
    display: none;
    color: #005ea4;
    text-transform: uppercase;
    border: 1px solid #005ea4;
    font-size: 13px;
    padding:0 10px;
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    margin:0 0 10px 0;
}
.leftpart_div .filter_bar{
  display: none;
  width: 100%;
}
.web_button{
  text-align: center;
  margin: 15px 0;
}
.catalogue_item .web_button img{
  display: inline-block;
}
.web_button button[type="button"]{
  width: 200px;
  height: 60px;
  text-indent: -10000px;
  font-size: 0;
  background-image: url(../images/web_button.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
}











@media (max-width: 1749px) {
h4{
  font-size:50px;
  line-height: 50px;
  margin: 10px 0;
}
.action_icon .btn{
  font-size: 12px;
}
.magnifier{
  left:770px !important;
}
}
@media (max-width:1450px) {
.magnifier{
  left:650px !important;
}
}
@media (max-width:1280px) {
.magnifier{
  left:600px !important;
}
}
@media (max-width:1239px) {
  .large_btn{
    height: 50px;
    line-height: 50px;
  }
 h4{
  font-size: 36px;
  line-height: 36px;
 }
 .shop_categoty_list h3{
  font-size: 16px;
  margin: 0 0 10px 0;
 }
 .explore_div .btn{
  margin: 10px 0 15px 0;
 }
 .popularity_item .btn{
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  margin-left: -65px;
}
.magnifier{
  left:480px !important;
}

}
@media (max-width:991px){
   .popularity_item .btn{
    padding: 0 20px;
   }
  h2{
    font-size: 40px;
    margin: 0 0 5px 0;
  }
  h1{
    font-size: 30px;
    line-height: 30px;
  }
  h3{
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .explore_div .btn{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
  h4{
    font-size: 26px;
    line-height: 26px;
  }
h6{
  font-size: 14px;
}
.magnifier{
  left:70px !important;
}
.modal-box{
  max-width: 90%;
  margin-left:0px;
  left: 20px;
}
}
@media (max-width:767px){
  h1 br{
    display: none;
  }
  h4{
    margin-top:0px;
    font-size: 20px;
    line-height: 20px;
  }
  .btn{
    margin:0;
  }
 .magnifier{
  left:20px !important;
} 
.leftpart_div,.top_filterbar{
  display: none;
}
.mobile_button,.leftpart_div.show-menu{
  display: block;
}
.leftpart_div .filter_bar{
  display: flex;
  margin:20px 0 5px 0;
}
.leftpart_div .clear_btn{
  padding-right: 0px;
}
.product_listing{
  justify-content: space-around;
}



/*.checkbox_div .filter_heading{
  margin: 0;
}
.leftpart_div .checkbox_div{
  padding: 20px 0 0 0;
}
.leftpart_div.show-menu .checkbox_div .filter_heading{
    margin: 0 0 0px 0;
}*/

}
@media (max-width:479px){
  h1{
    font-size: 20px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 16px;
  }
  .c-accordion .js-btn{
    top: 5px;
  }
  .noUi-horizontal{
    width: 92%;
  }
  .btn_group button[type="button"]{
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 12px;
  }
  .click_collect{
    font-size: 14px;
  }
}

