@font-face {
    font-family: 'saudi_riyal';
    src: url('fonts/saudi_riyal.woff2') format('woff2'),
         url('fonts/saudi_riyal.woff') format('woff'),
         url('fonts/saudi_riyal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: 'Lama Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url("fonts/LamaSans-LightCondensedItalic.ttf") format('truetype');
}
  
@font-face {
font-family: 'Lama Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url("fonts/LamaSans-RegularCondensedItalic.ttf") format('truetype');
}
  
  @font-face {
    font-family: 'Lama Sans';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("fonts/LamaSans-MediumCondensedItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/LamaSans-BlackCondensedItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/LamaSans-SemiBoldCondensedItalic.ttf") format('truetype');
  }
  
  
  @font-face {
    font-family: 'Lama Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url("fonts/LamaSans-BlackCondensedItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/LamaSans-ExtraBoldCondensedItalic.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("fonts/LamaSans-LightCondensed.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/LamaSans-RegularCondensed.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("fonts/LamaSans-BlackCondensed.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-weight: 500;
    font-display: swap;
    src: url("fonts/LamaSans-MediumCondensed.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-weight: 600;
    font-display: swap;
    src: url("fonts/LamaSans-SemiBoldCondensed.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-weight: 700;
    font-display: swap;
    src: url("fonts/LamaSans-BoldCondensed.ttf") format('truetype');
  }
  
  @font-face {
    font-family: 'Lama Sans';
    font-weight: 900;
    font-display: swap;
    src: url("fonts/LamaSans-ExtraBoldCondensed.ttf") format('truetype');
  }
  *, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
/*
@font-face {
    font-family: 'Lama Sans';
    src: url('fonts/InriaSans-Bold.ttf');
    font-weight:normal;
}
*/

:root {
    --black             : #000000;
    --gray              : #7d7d7d;
    --blue              : #1E90FF;
    --blue_bark         : #004E97;
    --blue-dark         : #131f35;
    --blue-border       : #5EA9DD;
    --blue-light        : #F1F4FD;
    --green             : #67C15E ;
    --white             : #ffffff;
    --white-2           : #F9F9F9;
    --font-p            : #808080;
    --gary-line         : #DBDBDB;
    --font-red          : #CE0000;
    --border-color      : #f3f3f3; /* #F0F0F0 */
    --border-color-2    : #F0F0F0;
    --border-color-3    : #d7d7d7;
    --bg-color          : #F7f7f7;
}
.f-white{
    color:var(--white) !important;
}
body{
    padding: 0px;
    margin: 0px;
    color: var(--black); 
    font-family: 'Lama Sans', sans-serif;
    direction: rtl;
}
a{  color:var(--black); 
    text-decoration: none !important;
}
a:hover{color:var(--blue-dark);}
ul , ol{
    list-style: none;
}
h2{
    font-size: 13px;
    color:var(--black);
}
h3{
    color:var(--black);
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}
h4{
    font-size: 13px;
    color:var(--gray);
    margin-bottom: 4px;
}
p{
    color:var(--gray);
    font-size: 14px;
}
table{
    width: 100%;
}
table tr:nth-child(2n) td {
    background-color: var(--blue-light);
}
table td {
    border: medium;
}
table td {
    padding: 7px 15px;
    width: 60%;
    color: var(--gray);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    background-color: var(--white);
}
table td:first-child {
    padding-right: 15px;
    width: 40%;
    font-weight: 300;
    color: var(--font-p);
}
.notfound{text-align: center; 
    display: block;
    width: 100%; 
    background-color: var(--border-color-2);
padding: 20px;
margin-top: 10px !important;}
.accordion-button::after {
    margin-right: auto !important;
    margin-left: 0px !important;
}
.agree{
    text-align: left; 
    display: block;
    width: 100%; 
    color: var(--green) !important;
}
.error{
    text-align: left; 
    display: block;
    width: 100%; 
    color: var(--font-red) !important;
}
header.notify-red{
    background-color: #FFF;
    margin: 10px auto;
}
header.notify-red p{
    width: 80%;
    text-align: center !important;
    color:var(--white);
    background-color:var(--font-red);
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0px;
    border-radius: 20px;
    margin: 0px auto;
}
header{
    background-color:transparent; /* 00274B */
    color:#E0e0e0;
}
header .header-top a{
    color:var(--white);
    font-size: 13px;
}
header .header-top .col-md-6:nth-child(1){
    text-align: left;
}
header .header-top .col-md-6:nth-child(2){
    text-align: right;
}
header .header-top a:hover{
    color:#FFFF00;
}
header .header-middle{
    background-color: var(--white);
    padding: 20px 0px;
}
header .header-middle .navbar{
    background-color: transparent !important;
}
header .header-middle .nav-item{
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    margin: 0px 10px;
}
header .header-middle .navbar-brand{
    margin-right: 0px;
    margin-left: 10px;
}
header .navbar-collapse{
    margin-top: 10px;
}
.dropdown-menu[data-bs-popper]{
    left: auto;
    right: 0px;
}
header .header-middle .logo{
    margin-left: 20px;
}
header .header-middle .logo img{width: 150px;}
header .search-box{
    text-align: center;
    display: flex;
    position: relative;
    max-height: 50px;
}
header .search-box input[type="text"]{
    color:var(--blue_bark);
    border:1px solid var(--white);
    margin: 0px;
    padding: 10px 50px;
    background-image: url('../img/search.svg');
    background-size: 30px;
    background-position: 5% center;
    background-repeat: no-repeat;
    width: 100%;
}

.a-theme-1{
    font-size: 15px;
    border-radius: 22px;
    color:var(--blue_bark);
    text-align: center;
    padding: 14px 30px;
    background-color:var(--blue-light);
    font-weight: bold;
    margin-left: -10%;
}
header .icons{
    text-align: left;
    align-items: center;
    align-self: center;
    align-content: center;
    display: block;
}
header .icons ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
header .icons ul li{
   display: inline-block;
   margin: 0px 5px;
}
header .icons ul li img{width: 25px;}
header .icons ul li a{
    color:#FFF;
    font-size: 11px;
    font-weight: bold;
}
header .dd-menu a{
    text-align: left;
    color:var(--black) !important;
}
header .dd-menu .dropbtn{
    border:none;
    color:#FFF !important;
    min-width: auto ;
}
header .dd-menu .dropbtn:hover , header .dd-menu .dropbtn:focus{
    background-color: transparent !important;
}
header .dd-menu .dropdown-content{
    min-width: 120px;
}
.header-bottom{
    position: relative;
    background-color: var(--blue);
    padding: 8px 0px;
}
.whatsapp-banner {
    height: 35px;
    background: #25d366;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    width: 100%;
}
.whatsapp-banner a{
    flex: 1;
    padding: 0px;
    margin: 0px;
}
.second-menu{
  position: absolute;
  left: 20%;
  top: 0;
  text-align: center;
}
.second-menu .dropdown.static{
padding: 8px 15px !important;
}
.tab-content > .active{
    padding: 20px 0px;
}
.nav-tabs{
    font-size: 15px;
    border:none;
}
.nav-tabs .nav-link .circle {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #EDF4FA;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: -50px;
}

.nav-tabs .nav-link.active .circle {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #EDF4FA;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    display: inline-block;
    margin-bottom: -50px;
}

.nav-tabs .nav-link.active , .nav-tabs .nav-item.show .nav-link{
    position: relative;
    color:var(--blue);
    border:none;
    font-weight: 600;
    border-bottom: 4px solid var(--blue);
}

.tab-1 {display: block; 
    width: 100%;
    text-align: right;}
.tab-1 .nav-link{
    display:inline-block; width: auto;
color:var(--black);
font-size: 14px;
font-weight: 400;
padding: 0px 10px;
border-bottom: 5px solid #EDF4FA;
}

.category-nav img{
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}
.tab-ul{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: initial;
    scroll-snap-type: x mandatory;
    gap: 12px;
    overflow-y: hidden;
    align-items: flex-end;
    align-content: end;
}
.tab-ul button {
    flex-direction: column;
    border: none;
    margin-bottom: 0;
    padding: 0;
    width: calc(100% / 5 - 8px);
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    white-space: nowrap;
    scroll-snap-align: start;
}
.lnk-cat-all{
    background-color:#131f35 !important;
    color:var(--white);
    padding: 11px 16px;
    border-radius: 0px;
}
.no-padding{
    padding: 0px !important;
}
.social ul {
    list-style: none;
    position: fixed;
    top:10%;
    left: 0%;
    z-index: 99999;
}
.social ul li {padding: 10px;}
.social ul li img{width: 20px;}
.social ul li:nth-child(1){background-color: #3C599F;}
.social ul li:nth-child(1) svg{background-color: #FFF;}
.social ul li:nth-child(2){background-color: #5EA9DD;}
.social ul li:nth-child(3){background-color: #DE4B39;}
.social ul li:nth-child(4){background-color: #67C15E;}
/* Products design appear */
.theme-block-1 .item{
    border:1px solid var(--border-color);
    padding: 10px;
    border-radius: 15px;
    min-height: 350px;
}
.theme-block-1 .item-2{
  width: 24% !important;
  display: inline-block !important;
  margin: 0.5%;
  margin-bottom: 12px;
  position: relative;
  max-width: 200px;
  padding-bottom: 100px;
}
.theme-block-1 .item-2 h2{
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
color:#000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.theme-block-1 .item-2 i img , .theme-block-1 .item i img{
width: 20px !important;
height: 20px !important;
display: inline-block;
}
span.item-model {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 8px 3px;
    color: #000000 !important;
    background-color: #f3f3f3;
    border-radius: 3px;
    margin: 3px 0;
}
span.item-make {
    color: #109922 !important;
    background-color: #caffcd;

    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 8px 3px;
    border-radius: 3px;
    margin: 3px 0;
}
.item span.catalogue-partname {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
}

.item-footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 3px;
}
.item-footer img {
    max-width: 60px;
    width: 100%;
    max-height: 30px;
    height: 100%;
}

.catalogue-number, .catalogue-sellername {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
}
.catalogue-sellername {
    display: block;
    color: #808080;
    padding-bottom: 4px;
}
.catalogue-number {
    display: block;
    color: #030012;
}


.pq-container {
    border: #1d90ff 1px dashed;
    background-color: #f9fffe;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    padding: 15px 0px 0px;
}
.pq-container a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.pq-text {
    color: #1d90ff;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 700;
}

.theme-block-flex{
    display: flex;
    flex-wrap: wrap;
}

.theme-block-1 .item-3{
    width: 19% !important;
  display: inline-block !important;
  margin: 0.5%;
  margin-bottom: 12px;
  position: relative;
}
.theme-block-1 .item img{
    width: 170px;
    margin: auto;
    height: 130px;
    object-fit: contain;
display: block;
margin-bottom: 10px;
max-width: 100%;
}
.theme-block-1 .item:hover{
    border:1px solid var(--blue-dark);
}
.theme-block-1 .boxs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: absolute;
}
.theme-block-1 .boxs span{
    padding: 5px 8px;
    color:#FFF;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
    margin-right: 5px;
    margin-bottom: 5px;
}
.theme-block-1 .boxs .hot{
    background-color: var(--font-red);
}
.theme-block-1 .boxs .best-sell{
    background-color: var(--blue);
}
.theme-block-1 .boxs .new{
    background-color: var(--green);
}
.theme-block-1 .boxs .out-stock{
    background-color: var(--font-p);
}
.theme-block-1 .boxs .best-sell{
    background-color: var(--blue-light);
    color:var(--blue-dark);
}
.theme-block-1 .icons{
    display: flex;
    visibility: hidden;
    width: 20%;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin: auto;
    padding: 8px 10px;
    position: absolute;
margin: auto;
margin-top: 0px;
z-index: 1;
background-color: var(--white);
border:1px solid var(--border-color);
-webkit-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -moz-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -ms-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -o-transition:all .25s cubic-bezier(.25,.46,.45,.94);
  transition:all .25s cubic-bezier(.25,.46,.45,.94);
  border-radius: 15px;
  left:10px;
  /* box-shadow: 0 1px 20px 0 #c8c8c8; */
}
.theme-block-1 .item:hover .icons{
    display: flex;
    margin-top: -100px;
    visibility: visible;
}
.theme-block-1 .item-2 .icons{
    width: auto !important;
}
.theme-block-1 .icons .ico{
    flex: 1;
    padding: 5px 0px;
}

.theme-block-1 .icons .ico:nth-child(2){
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
}
.theme-block-1 .icons .ico img{
    width : 20px !important;
    height: 20px !important;
    margin: auto;
}
.theme-block-1 .icons .ico.compare{
    transform: rotate(90deg);
}
.theme-block-1 .price .normal{
    color:var(--blue-dark);
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    font-weight: 600;
}
.theme-block-2 .sub-title{
    min-height: 70px !important;
}
.theme-block-2 .sub-title a{color:var(--font-p) !important;}
.theme-block-1 .sub-title{
    min-height: 14px !important;
    text-transform: uppercase;
}
.theme-block-1 .sub-title a{color:var(--font-p) !important;}
.theme-block-1 .price .old{
    color:var(--gray);
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    /* text-decoration: line-through; */
}
.theme-block-1 .price{
    position: absolute;
    bottom: 54px;
    min-height: 40px;
    width: 88%;
}
.theme-block-1 .price .old:after {
    position: relative;
    background-color: var(--gray);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: -9px;
}
.theme-block-1 .price .offer{
    color:var(--font-red);
    font-size: 16px;
    text-align: right;
    display: inline-grid;
    float: right;
}
.theme-block-1 .price .offer i , .theme-block-1 .price .normal i{
    color:var(--gray);
    font-size: 10px;
    font-weight: 300;
}
.theme-block-1 .btn-add-cart{
    -webkit-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -moz-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -ms-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -o-transition:all .25s cubic-bezier(.25,.46,.45,.94);
  transition:all .25s cubic-bezier(.25,.46,.45,.94);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    margin-top: 9px;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--white) !important;
    background: var(--blue);
    border:1px solid var(--white);
    height: 42px;
    width: 90%;
    display: block;
    position: absolute;
    bottom: 4px;
}
.theme-block-1  .owl-carousel .owl-item img{
    width: 80%;
  margin: auto !important;
  height: 136px;
  object-fit: contain;
}

.theme-block-1 .btn-add-cart img{
    -webkit-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -moz-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -ms-transition: all .25s cubic-bezier(.25,.46,.45,.94);
  -o-transition:all .25s cubic-bezier(.25,.46,.45,.94);
  transition:all .25s cubic-bezier(.25,.46,.45,.94);
    width: 20px !important;
    height: 20px !important;
    margin: auto;
  bottom: -30px;
  position: relative;
}
.theme-block-1 .btn-add-cart .ico{
    text-align: center;
}
.theme-block-1 .item .btn-add-cart .txt{
    -webkit-transition: all .25s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: all .25s cubic-bezier(.25,.46,.45,.94);
    -ms-transition: all .25s cubic-bezier(.25,.46,.45,.94);
    -o-transition:all .25s cubic-bezier(.25,.46,.45,.94);
    transition:all .25s cubic-bezier(.25,.46,.45,.94);
    display: block;
}
.theme-block-1 .item:hover .btn-add-cart .txt{
display: none;
}
.theme-block-1 .item:hover .btn-add-cart img{
    bottom: 0px;
}


.theme-block-2{
    display: block;
}
.theme-block-2 .item a{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
    border-bottom:1px dashed var(--border-color-3);
    margin-bottom: 10px;
}
.theme-block-2 .item:last-child a{
    border: none;
}
.theme-block-2 .item img{
   width: 40%; 
   padding: 10px;
   object-fit: contain;

}
.theme-block-2 .data{
    width: 70%;
}
.theme-block-2 .data h3{
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.theme-block-2 .data p{
    font-size: 13px;
    color:var(--font-red);
    margin-bottom: 0px;
}
.theme-block-2 .data p span{
    font-size: 10px;
    color:var(--font-p);
}
/*Boxs Style*/
.box-theme-1{
    display: flex;
    width: 100%;
    margin:20px auto;
    flex: 1;
}
.box-theme-1 .box{
    padding: 10px;
    text-align: center;
}
.box-theme-1 .box img{
    width: 100%;
    margin-bottom: 10px;
}
.box-theme-1 .box h3{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color:var(--black);
}
.box-theme-1 .box p{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin: auto;
    width: 80%;
}
.box-theme-2 img{
    width: 100%;
    display: block;
}
.box-theme-2 span {
    margin-bottom: 6px;
display: block;
width: 70px;
margin-top: 20px;
}
.box-theme-2 .head-2{
    margin-bottom: 20px;
}
.box-theme-2 p{
font-weight: 300;
text-align: justify;
margin-bottom: 30px;
}
.box-theme-3{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    background-color: var(--bg-color);
    border-bottom:1px solid var(--blue-light);
    padding: 20px;
}
.box-theme-3 svg{
    color:var(--blue-dark);
}
.box-theme-3 .box{
    flex: 3;
    padding-left: 15px;
}
.box-theme-3 .box h4{
color:var(--black);
font-size: 15px;
font-weight: 600;
}
.box-theme-3 .box p{
    margin-bottom: 0px;
    padding: 0px;
    font-weight: 300;
}
.brands{
    background-color: var(--white-2);
    padding: 30px 0px 40px;
}
.brands small{
  background-color: var(--blue-light);
  padding: 6px 12px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 500;
}
.brands h2{
    font-weight: 600;
color: var(--black);
font-size: 16px;
margin-top: 10px;
margin-bottom: 15px;
text-align: left;
}
.brands h3{
  font-weight: 600;
color: var(--black);
font-size: 11px;
margin-top: 10px;
margin-bottom: 15px;
text-align: center;
}
.brands .owl-item{
    background-color: var(--white);
}
.brands .owl-master-cat .owl-item img{
    width: 100%;
    height: 15vh;
}
.testimonials{
    padding: 60px 0px;
}
.testimonials .item .data{
    display: flex;
}
.testimonials .item .box-img{
    flex: 1;
    position: absolute;
}
.testimonials .item .box-img::before{
  width:95%;
  height: 95%;
  background: transparent;
  border:1px solid var(--blue-light);
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  margin-top: 3%;
  margin-right: 3%;
}
.testimonials .item .box-img img{
  height: 100%;
  object-fit: cover;
  width: 250px;
  height: 300px;
}
.testimonials .item .box-data{
    flex: 3;
  background-color: var(--white-2);
  padding: 35px 40px;
  padding-right: 40px;
  margin-top: 30px;
  padding-right: 21%;
  margin-right: 12%;
  margin-top: 7%;
}
.testimonials .item .box-data p{
    color:var(--font-p);
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 30px;
    width: 90%;
    text-align: justify;
}
.testimonials .item .box-data h4{
    color:var(--black);
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
}
.testimonials .item .box-data .date{
color:var(--font-p);
font-size: 12px;
font-weight: 400;
margin-top: 5px;
}
.testimonials .box-rat{
    display: block;
}
.testimonials .box-rat .Icon_icon__nIPx4 {
    display: inline-block;
    width: 25px;
}
.menu-side ul{
    list-style: none;
    position: fixed;
    top:10%;
    right: 2%;
    z-index: 10;
}
.menu-side ul li {
    padding: 10px; 
    background-color: var(--blue-light);
    border-bottom: 1px solid var(--blue-dark);
}
.menu-side ul li:hover{
    background-color: var(--white);
}
.menu-side ul li img{width: 25px;}

.menu-side-2{
    padding: 20px 20px;
    background-color: var(--bg-color);
}
.menu-side-2 .head{
    color:var(--black);
    font-size: 18px;
    font-weight: 600;
}

.side-1{
margin-bottom: 40px;
}
.search-box input[type="text"]{
    color:var(--blue_bark);
    border:1px solid var(--border-color);
    border-radius: 15px;
    font-size: 13px;
    margin: 0px;
    padding: 10px 40px;
    background-image: url('../img/search-blue.png');
    background-size: 15px;
    background-position:15px center;
    background-repeat: no-repeat;
    width: 100%;
}
.side-1 .head{
    position: relative;
    color:var(--black);
    font-size: 16px;
    font-weight: 600;
    border-bottom:1px solid var(--border-color);
    padding-bottom: 10px;
}
.side-1 .head::after {
    content: ' ';
    height: 2px;
    width: 90px;
    display: block;
    background-color: var(--blue-border);
    position: absolute;
    bottom: -1px;
    left: 0;
}


/* Section Slider */

.ads {padding: 0px; margin: 0px;}
.ads img{width: 100%;}


/*Footer*/
.footer-small{
    background-color: #F9F9F9;
    border-top      : 1px solid #D9D9D9;
    padding: 40px 0px;
    text-align: center;
    margin-top: 50px;
}
.footer-small ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.footer-small ul li{
    display: inline-block;
}
footer .copyright{
    display: block;
    margin: auto;
    text-align: center;
    font-size: 14px;
    background-color: var(--blue);
    margin-top: 30px;
    padding: 0px;
}
footer .copyright p{
    padding: 10px 0px;
    color:var(--white);
    margin-bottom: 0rem;
}
.footer-up{
    background-color: #F9F9F9;
    border-top      : 1px solid #D9D9D9;
    border-bottom   : 1px solid #D9D9D9;
    padding: 20px 0px;
    margin-top: 30px;
}
.footer-up p{
    color:var(--gray);
    margin: 0px;
    padding: 0px;
}

.footer-up h2{
    font-size: 20px;
    color: var(--black);
}
.footer-up h4{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 12px;
    color:var(--black);
}
.footer-up p a , .footer-up .detail p{
    font-size: 12px;
    color: var(--black);
    line-height: 15px;
    margin-top: 6px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.footer-up .data{ 
    display: table;
    width: 100%;
}
.footer-up img{
    padding-top: 3px;
    width: 30px;
    vertical-align: top;
    display: table-cell;
}
.footer-up .detail{
   display: table-cell;
   vertical-align: top;
   
}
.footer-middle{
    padding-top: 30px;
}
.footer-middle .title , .footer-bottom .title , .footer-middle .widget-title{
    color:var(--blue_bark);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
  margin-top: 20px;
  margin-left: 15px;
}

.footer-middle .title::before , .footer-bottom .title::before ,
.footer-middle .widget-title::before{
    width:30px;
  background: var(--blue-light);
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  margin-top: -5px;
  margin-left: -15px;

  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.footer-middle .title:hover::before , .footer-bottom .title:hover::before,
.footer-middle .widget-title:hover::before{
    width:80px;
}

.footer-middle .ul-theme-1 , .footer-middle .ul-theme-1 ul{
    margin: 0px;
    padding: 0px;
}
.ul-theme-social{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ul-theme-social li{
    display: inline-block;
}
.ul-theme-social li a{
display: inline-block;
width: 35px;
    height: 35px;
padding: 2px;
}
.ul-theme-social li a img{
    width: 25px;
        height: 25px;
}
.footer-middle .ul-theme-1 li{
    margin-bottom: 10px;
}
.footer-middle .ul-theme-1 li a{
    font-size: 14px;
    color:var(--font-p);
}
.footer-middle .ul-theme-1 li a:hover{
    color:var(--blue-dark);   
}
.footer-middle.drak .ul-theme-1 li a{
    color:#eee;
}
.footer-middle.drak .ul-theme-1 li a:hover{
    color:var(--blue);
}
.footer-middle .ul-theme-1 li::before{
    /*
background: url('../img/arrow-r.svg') no-repeat;
background-position: 2% left;
background-size: 25px;
content: '';
display: inline-block;
height: 20px;
width: 25px;
*/
}
.footer-middle .social-media {
    margin-bottom: 30px;
}
.footer-middle .social-media svg{
   /* width: 20px; */
   fill:#FFF;
   width: 1em;
   height: 1em;
}
.footer-middle .social-media .social-icon {
    font-size: var(--icon-size,25px);
    line-height: var(--icon-size,25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
}
.footer-middle .social-media .social-icon .social-icon-facebook-f {
    background-color: #3b5998;
}
.footer-middle .social-media .social-icon  .social-icon-twitter {
    background-color: #1da1f2;
}
.footer-middle .social-media .social-icon  .social-icon-youtube {
    background-color: #cd201f;
}
.footer-middle .social-media .social-icon .social-icon-ins {
    background-color: #CB2867;
}
.footer-middle .ul-theme-2{
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}
.footer-middle .ul-theme-2 li{
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    background-color: #ECECEC;
    color:var(--font-p);
    padding: 6px 12px;
    margin-bottom: 10px;
    border-radius: 14px;
    font-weight: 600;
}
.footer-middle p{
    color:var(--gray);
    font-size: 13px;
}
.footer-middle.drak .ul-theme-2 li{
    background-color: #c1c1c1; /* #353535 */
    color:#eee;
}
.footer-middle .subscribe-box {margin-bottom: 40px;
display: table;
width: 100%;}
.footer-middle .subscribe-box input[type="text"]{
    font-size: 14px;
    color:var(--blue_bark);
    border:1px solid var(--white);
    border-radius: 22px 0px 0px 22px;
    margin: 0px;
    padding: 10px 20px;
    width: 80%;
    background-color: #ECECEC;
    display: table-cell;
}
.footer-middle .subscribe-box input[type="button"]{
    cursor:pointer;
    color:var(--blue_bark);
    border:1px solid var(--white);
    border-radius: 22px;
    margin: 0px;
    padding: 10px 10px;
    width: 44px;
    background: var(--blue-light ) url('../img/send.svg') no-repeat;
    background-size: 30px;
    background-position:center;
    margin-left: -20px;
    display: table-cell;
    height: 43px;
    margin-top: 0px;
    vertical-align: top;
}
.footer-middle.drak{
    background-color: #131f35;
    position: relative;
    z-index: 0;
}
.footer-middle.drak .title , .footer-bottom.drak .title{
    color:var(--blue-light);
}
.footer-middle.drak .title::before , .footer-bottom.drak .title::before{
    background-color: transparent;
}
.footer-bottom{ margin-top: 10px; margin-bottom: 20px; }
.footer-bottom .copyright{
    text-align: right;
    font-size: 14px;
    color:var(--font-p);
    padding: 0px;
    margin: 0px;
}
.footer-bottom .copyright img{width: 80%;}
.footer-bottom.drak{
    margin-top: 0px;
    margin-bottom: 0px;
    padding:10px 0px;
    background-color: #1c1c1c;
    position: relative;
    z-index: 0;
}
footer .payment-methods img {
    image-rendering: -webkit-optimize-contrast;
    display: inline-block;
    margin-left: 10px;
    height: 27px;
    width: auto;
}
.payment-methods .download-icons img {
    height: 40px;
}

.accordion{
    width: 100%;
    display: block;
}
.accordion .accordion-button{
    width: 100%;
    padding: 15px 20px;
    border:none;
    border-bottom:1px solid var(--border-color);
    background-color: transparent;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}
.accordion .accordion-item{
    border:none;
}
/* Block Side Right */
.side-box-r {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999999999999999999999;
    top: 0;
    right: 0;
    background-color: var(--bg-color);
    overflow-x: hidden;
    transition: 0.5s;
}
  
.side-box-r a {
    text-decoration: none;
    font-size: 25px;
    color: var(--font-p);
    transition: 0.3s;
}

.side-box-r .box-1 {
    padding: 16px 16px 14px;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(226, 229, 241);
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.side-box-r .box-1 p {
    flex: 1 1 0%;
    font-weight: bold;
    font-size: 1rem;
    color:var(--gray);
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.side-box-r .box-1 a {
    width: 20px;
    max-width: unset;
    height: 20px;
    max-height: unset;
    margin-top: -10px;
}
.side-box-r .box-2{
    padding: 20px;
    background-color: var(--white);
    margin-top: 8px;
}
.side-box-r .box-2 strong {
    font-size: 1.2rem;
    color:var(--black);
    margin-right: 4px;
} 

.side-box-r .box-2 p .currency {
    font-size: 1.2rem;
  margin-right: 6px;
  font-weight: 300;
}

.side-box-r .box-2 .oldPrice {
    text-decoration: line-through;
    font-size: 13px;
}

.side-box-r .box-2 .green {
    background: rgb(223, 241, 217);
    color: rgb(55, 174, 2);
    font-weight: 900;
    padding: 0.1em 0.5em;
    font-size: 12px;
    margin: 0px 12px;
    border-radius: 2px;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    line-height: normal;
}
.side-box-r .box-2 .green .value {
    position: relative;
}
.side-box-r .box-2 .row-2 {
    font-size: 0.75rem;
    color:var(--gray);
}
.side-box-r .box-2 .highlight {
    font-weight: bold;
    text-decoration: underline;
    color:var(--blue-dark);
}
.side-box-r .box-2 .row-3 {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.side-box-r .box-2 .offer_column_first{
display: block;
width: 100%;
}
.side-box-r .row-3 .offer_column_topic {
    font-weight: 900;
    width: 49%;
    display: inline-block;
    font-size: 14px;
    color:var(--gray);
    padding: 0px;
    margin: 0px;
}

.side-box-r .row-3 .offer_column {
    width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.side-box-r .row-3 .offer_column_secondary {
    width: 100%;
    display: block;
}
.side-box-r .row-3 .offerName {
    display: inline-block;
    width: 49%;
    font-size: 13px;
    color:var(--font-p);
    font-weight: 300;
}

.side-box-r .row-3 .offer_column {
    display: inline-block;
    width: 49%;
    font-size: 13px;
    color:var(--font-p);
}
.side-box-r .row-4 {
    width: 100%;
    display: block;
    text-align:  center;
    border-top: 1px solid rgb(226, 229, 241);
    border:2px solid var(--bg-color);
}
.side-box-r .row-4 button{
    width: 49%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    background-color: transparent;
    border: none;
}
.side-box-r .row-4 .btn[disabled] {
    background-color: rgb(255, 255, 255);
    color: rgb(178, 187, 210);
  }
.side-box-r .row-4 .btn:first-child {
    border-right: 1px solid rgb(226, 229, 241);
}
.side-box-r .row-4 .btn {
    width: 49%;
    display: inline-block;
    font-size: 0.857rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 5px 13px;
}
.side-box-r .row-4 .selectedOffer {
  display: inline-block;
  text-transform: capitalize;
}
.side-box-r .row-4 .selectedOffer .imgCtr {
    margin-right: 6px;
    display: inline-block;
}
.side-box-r .row-4 .selectedOffer .imgCtr img {
    width: 20px;
    max-width: unset;
    height: 20px;
    max-height: unset;
}
.side-box-r .row-4 .btn.primary {
    width: 49.5%;
    background-color: rgb(247, 249, 254);
    color: var(--blue-dark);
    font-weight: bold;
    border-radius: 0px;
}
.side-box-r a:hover {
    color: #f1f1f1;
}
  
.side-box-r .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
  
@media screen and (max-height: 450px) {
   /* .side-box-r {padding-top: 15px;} */
   .side-box-r a {font-size: 18px;}
}
/* breadcrumb */
.breadcrumb-section{
    background-color: var(--border-color);
    padding: 50px 0px 40px;
}
.breadcrumb-section .title{
    color: var(--black);
    font-size: 26px;
}
.breadcrumb-section .breadcrumb {
    text-align: left;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}
.breadcrumb-section .breadcrumb ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    background-color: transparent;
}
.breadcrumb-section .breadcrumb ul li{
    display: inline-block;
    font-size: 15px;
}
.breadcrumb-section .breadcrumb ul li::after{
    content: "/";
    position: relative;
    margin: 0px 10px;
}
.breadcrumb-section .breadcrumb ul li:last-child::after{
    content: "";
}

/* breadcrumb */
.breadcrumb-2{
    background-color: var(--bg-color);
    padding: 10px 0px 10px;
}

.breadcrumb-2 .breadcrumb {
    text-align: right;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}
.breadcrumb-2 .breadcrumb ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: right;
    background-color: transparent;
}
.breadcrumb-2 .breadcrumb ul li{
    display: inline-flex;
    font-size: 13px;
}
.breadcrumb-2 .breadcrumb ul li a.active{
    color:var(--blue-dark);
}
.breadcrumb-2 .breadcrumb ul li::after{
    position: relative;
    display: inline-flex;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../img/arrow-r.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 10px;
}
.breadcrumb-2 .breadcrumb ul li:last-child::after{
    content: "";
    background-image: none;
}

/* Block Contactus*/
.block-contact{
    padding: 60px 0px;
}
.block-contact h2{
    color:var(--black);
    font-size: 22px;
    font-weight: 600;
}
.block-contact h4{
    font-size: 15px;
    margin-bottom: 18px;
}
.block-contact .ico-box{
margin-top: 40px;
}
.block-contact .item{
    display: table;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed var(--border-color);
}
.block-contact .item img{
    padding: 10px;
    width: 50px;
    display: table-cell;
    vertical-align: top;
    border-radius: 50%;
    border: 1px solid var(--blue-light);
}
.block-contact .item .data{
    display: table-cell;
    width: 80%;
}
.block-contact .item .data p , .block-contact .item .data a{
    color:var(--gray);
    margin-bottom: 0px;
}
.block-contact .item:hover img{
    border-color: var(--blue-border);
}
/* Forms */
.forms label{
display: block;
width: 100%;
  font-weight: 600;
  font-size: 15px;
  text-align: right;
  margin: auto;
  margin-bottom: 5px;
}
.forms label .required{color: var(--font-red) !important;}
.forms input[type="text"],.forms input[type="email"],
.forms textarea ,.forms input[type="password"] ,
.forms select {
    border:1px solid var(--border-color);
    background-color: var(--white);
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    border-radius: 15px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    
}

.forms input[type="text"]::-ms-expand , .forms input[type="email"]::-ms-expand {
    background-color: transparent;
    border: 0;
}
  
.forms input[type="text"]:focus,.forms input[type="email"]:focus {
    color: var(--font-p);
    background-color: #fff;
    border-color: var(--blue-border);
    outline: 0;
    box-shadow: none;
}
  
.forms input[type="text"]::-webkit-input-placeholder ,
.forms input[type="email"]::-webkit-input-placeholder {
    color: var(--font-p);
    opacity: 1;
}
  
.forms input[type="text"]::-moz-placeholder ,
.forms input[type="email"]::-moz-placeholder{
    color: var(--font-p);
    opacity: 1;
}
  
.forms input[type="text"]:-ms-input-placeholder,
.forms input[type="email"]:-ms-input-placeholder {
    color: var(--font-p);
    opacity: 1;
}
  
.forms input[type="text"]::-ms-input-placeholder,
.forms input[type="email"]::-ms-input-placeholder {
    color: var(--font-p);
    opacity: 1;
}
  
.forms input[type="text"]::placeholder,
.forms input[type="email"]::placeholder {
    color: var(--font-p);
    opacity: 1;
}
  
.forms input[type="text"]:disabled, .forms input[type="text"][readonly] {
    background-color: #f8fafd;
    opacity: 1;
}
  
.forms select:focus::-ms-value {
    color: var(--font-p);
    background-color: #fff;
}

  
.forms textarea{
    min-height: 150px;
}
.forms .submit{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 500ms ease;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    padding: 12px 33px 12px 36px;
    border-radius: 15px;
    margin-top: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: var(--blue-light);
    background: var(--blue);
    cursor: pointer;
    border:1px solid var(--blue);
    margin-bottom: 20px;
}

.forms .submit::before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: var(--black);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.forms .submit:hover::before {
    bottom: -40%;
}
.forms p{
    color:var(--font-p);
    font-size: 14px;
}
.forms p a{color:var(--blue-dark)}

.page-login .forms {
    padding: 30px 30px;
    background-color: var(--bg-color);
}

/* Pages */
.page{
    padding: 0px 0px;
}
.page .head-3{
    margin-top: 80px;
}
.page-terms {
    padding: 50px 0px;
}
.page-terms h1{
    text-align: center;
}
.page-terms h2{
    font-size: 17px;
    margin-top: 35px;
    display: block;
}
.page-terms strong{
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}
.page-terms p{
  color: var(--font-p);
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-terms ul{
    list-style: circle;
}
.page-terms li{
    color:var(--font-p);
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.page-terms ol{
    list-style:decimal;
}
.page-terms .contain-faq{
    margin-bottom: 80px;
}
.page-terms .item-faq h4{
color:var(--black);
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.payments h1 {
    font-size: 4vw;
    line-height: 72.09px;
}
.payments .icons {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    padding-top: 50px;
}
.side-image-div {
    text-align: center;
    display: block;
    margin: auto;
    width: 580px;
    height: 400px;
    margin-bottom: 50px;
}
.page-howtobuy{
padding: 80px 0px;
}
.page-howtobuy  div p {
    font-size: 18px;
    color: #000;
    margin-left: 2%;
    width: 50%;
}
.page-howtobuy div img, .page-howtobuy div p {
    display: inline-block;
}
.page-howtobuy .data{
    width: 80%;
    margin: auto;
}

.page-howtobuy div .discuss-pic {
    float: right;
    margin-right: 3%;
}

.page-howtobuy .arrow-pic {
    padding-top: 0%;
}
.page-howtobuy .arrow-pic img {
    float: right;
    margin-top: -6%;
    width: auto;
    padding-top:5%; padding-bottom:5%;
}

.page-howtobuy .arrow-pic img:nth-child(2n) {
    padding-left:5%; 
}

.page-howtobuy .all {
    padding-right: 0%;
    padding-left: 0%;
    margin-right: 0%;
    margin-left: 0%;
}

.page-howtobuy div span {
    font-size: 58px;
    color: var(--blue-dark);
    margin-right: 2%;
    vertical-align: top;
}

.terms-of-sale span.subHeading {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-dark);
    text-transform: uppercase;
}
.terms-of-sale li.subHeadingList {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.terms-of-sale ol.orderedList {
    counter-reset: item;
    list-style: indic;
}
.terms-of-sale li.policyList {
    display: list-item;
    list-style-type: lower-alpha;
    list-style-position: initial;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
    font-weight: 300;
}
.terms-of-sale table.ppTable {
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-top: 25px;
    min-width: 687px;
}
.terms-of-sale tr.ppTableRow {
    border-bottom: 1px solid #ddd;
}
.terms-of-sale th.ppTableHead {
    border-right: 1px solid #ddd;
    padding: 5px;
    font-weight: 600;
}
.terms-of-sale tr.ppTableRow {
    border-bottom: 1px solid #ddd;
}

.terms-of-sale td.ppTableData {
    border-right: 1px solid #ddd;
    padding: 5px;
}
.terms-of-sale li.policyDetailsList {
    margin-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    font-size: 14px;
}

.terms-of-sale li.policyDetailsList::before {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 4px;
    left: 0px;
    right: 0px;  
}
.terms-of-sale span.policyDetails {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.8;
    color: var(--gray);
}
.terms-of-sale .ccLink {
    color: var(--blue-dark);
    text-decoration: none;
    font-size: 12px;
}
.terms-of-sale p.tableData {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: var(--gray);
}

.page-login{ text-align: center;
padding-top: 50px;}
.btn-1{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 500ms ease;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    max-width: 150px;
    padding: 10px 20px;
    border-radius: 15px;
    margin: auto;
    margin-top: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--white) !important;
    background: var(--font-red);
    border:1px solid var(--white);
    display: block;
}

.btn-1::before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: var(--black);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.btn-1:hover::before {
    bottom: -40%;
}
.btn-2{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 500ms ease;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    padding: 15px 33px 15px 36px;
    border-radius: 15px;
    margin-top: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--white) !important;
    background: var(--blue);
    border:1px solid var(--white);
    display: block;
}

.btn-2::before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: var(--black);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.btn-2:hover::before {
    bottom: -40%;
}

.btn-3{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 500ms ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 12px 15px 12px 15px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize !important;
    cursor: pointer;
    color: var(--font-p) !important;
    background: var(--border-color);
    border:1px solid var(--border-color);
    margin: auto;
display: block;
min-width: 120px;
}

.btn-4{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 500ms ease;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    padding: 12px 25px 12px 25px;
    border-radius: 15px;
    margin-top: 9px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--white) !important;
    background: var(--black);
    border:1px solid transparent;
    display: block;
}

.btn-4::before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    border:1px solid var(--blue-dark);
    background: var(--blue-dark);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.btn-4:hover::before {
    bottom: -40%;
}

.title-break {
    margin-top: 20px;
    margin-bottom: 20px;
    color:var(--black);
    font-size: 15px;
    display: flex;
    flex-direction: row;
}
.title-break:before, .title-break:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
  }
.title-break:before {
    margin-right: 10px
  }
.title-break:after {
    margin-left: 10px
  }

/*Page Details*/
.colors{
    display: inline-block;
    width: 90%;
    padding:0px;
    margin: 0px;
    position: relative;
    display: inline-block;
}
.colors li{
    width: 25px;
    height: 25px;
    border:1px solid var(--gary-line);
    padding:2px;
    display: inline-block;
    position: relative; margin-right: 10px;
    border-radius: 35%;
}
.colors li.active{
    border:3px solid #2588ff;
}

.colors.small{
    width: 100%;
}
.colors.small li{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.result-searchs{
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.result-searchs li{
    background-color: var(--bg-color);
    margin-right: 5px;
    font-weight: normal;
    font-size: 14px;
    width: auto;
    padding: 10px 10px 12px 14px;
    border-radius: 15px;
    display: inline-block;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.result-searchs li span{
    padding: 2px 8px 5px;
    border-radius: 50%;
    background-color: var(--border-color-3);
    color:var(--black);
    text-transform: none;
    text-decoration: none;
    margin-left: 10px;
    cursor: pointer;
}
.product-details .data h4 a{
    color:var(--font-p);
    font-size: 14px;
}

.product-details .data h1{
    color:var(--black);
    font-size: 18px;
    font-weight: 600;
}

.product-details .data .product-data ul {
    padding: 0;
    margin: 5px 0 0 0;
    gap: 10px;
    display: flex;
    list-style-type: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 6px;
    justify-content: flex-start;
}
.product-details .data .product-data{
    margin-top: 5px;
}
.product-details .data .product-data ul li {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    flex-direction: row;
}

.product-details .product-data ul li span:nth-child(1) {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: var(--black);
    margin: 0;
}
.product-details .product-data a ul li span:nth-child(2) {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: var(--black);
    margin: 0;
}
.product-details .data .other {
    color:#808080;
    font-size: 14px;
    margin-top: 10px;
}
.product-details .data .other b{
    min-width: 110px;
    display: inline-block;
    font-size: 11px;
}

.product-details .data .other .item{
    margin-bottom: 12px;
}
.product-details .data .other .item span{
    font-weight: 300;
    background-color: transparent;
    padding:0px !important;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0px !important;
    border-radius: 12px;
}

.product-details .money{
    width: 17px;
    margin-right: 11px;
}
.product-details .para{
    color:var(--font-p);
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.product-details .delivery  , .product-details .verify {
    font-size: 12px;
    line-height: 18px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 3px;
    box-sizing: border-box;
    border-radius: 3px;
    color: var(--black);
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.product-details .icon-saudi_riyal {
    font-size: 12px;
    line-height: 18px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 3px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 0;
    color: var(--black);
}
.product-details .icon-saudi_riyal img{width: 10px;}
.product-details .delivery img{
width: 18px;
}
.product-details .data p{
    color:var(--font-p);
    font-size: 13px;
    font-weight: 300;
}
.product-details .data .price .old span , 
.product-details .data .price .new span , 
.product-details .data .price .saving span{
    min-width: 50px;
    display: inline-block;
    font-weight: 300;
    color: var(--black);
    font-size: 14px;
}

.product-details .data .price .old i{
    color:var(--font-p);
    color:var(--gray);
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.product-details .data .price .old i:after {
    position: relative;
    background-color: var(--gray);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: -9px;
}

.product-details .data .price .new .p{
    color:var(--font-red);
    font-size: 24px;
    font-weight: 500;
}

.product-details .data .price .new .vat{
    color:var(--gray);
    font-size: 12px;
    font-weight: 300;
}

.product-details .data .price .saving .p{
  color: var(--black);
  font-weight: 900;
  display: inline-block;
  flex-wrap: wrap;
  -moz-box-align: center;
  align-items: center;
}

.product-details .data .price .saving .offer{
    color:var(--gray);
    font-size: 12px;
    font-weight: 300;

  background: rgb(223, 241, 217);
  color: rgb(55, 174, 2);
  padding: 0px 0.5em;
  font-size: 12px;
  margin: 0px 12px;
  border-radius: 2px;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
.product-details hr{
    width: 100%;
    background-color: #dedede;
    height: 2px;
    display: block;
  margin: 10px 0px;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-details .data{
    padding: 20px 0px !important;
}
.product-details .data .btns{
    display: table;
    width: 100%;
}
.product-details .data .btns img{
    width: 20px;
    margin-top: -4px;
}
.product-details .data .btns .wishlist{
    color:var(--font-p);
    /* padding:0px 10px 10px 10px; */
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    width: 30%;
    float: left;
    left: 20px;
}
.product-details .data .btns .whatsapp{
    background-color: var(--green);
    color:#FFF;
    padding: 10px 10px;
    border-radius: 25px;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    max-width: 60px;
}
.product-details .data .quantity{
    background-color: transparent;
    border:1px solid var(--border-color);
    padding: 5px;
    border-radius: 20px;
    width: 160px;
    display: inline-block;
}
.product-details .data .quantity input[type='number']{
border:none;
width: 60px;
padding-left: 10px;
margin-right: 10px;
}
.product-details .data .box-quantity{
    display: flex;
}
.product-details .data .box-quantity b{display: inline-flex; flex: 1;}
.product-details .data .box-quantity div{display: inline-flex;}
.product-details .data .quantity button{
    background-color:var(--border-color);
    border:none;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
    height: 35px;
    width: 35px;
    line-height: 17px;
}
.product-details .data .add-to-cart{
    background-color: var(--blue);
    color:#FFF;
    text-align: center;
    display: inline-flex;
    padding: 15px 50px 12px;
    font-size: 14px;;
    border-radius: 20px;
    width: auto;
    align-content: center;
    align-items: center;

}
.product-details .data .features {
    color:#808080;
    font-size: 14px;
}
.product-details .data .features b{
    min-width: 100px;
    display: inline-block;
}
.product-details .data .features span{
    font-weight: 300;
}
.product-details .data .variation{
    cursor: pointer;
    padding: 5px 10px;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    margin-right: 10px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    color:#333;
}

.product-details .data .variation .hide{
    display: none;
}

.product-details .data .variation.active{
    border: 1px solid #ccc;
}
.product-details .in-stock{
    font-weight: 600 !important;
    color:var(--green);
}
.product-details .out-stock{
    font-weight: 600 !important;
    color:var(--font-p);
}
.sizes{
    list-style: none;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.sizes li{
    cursor: pointer;
    padding: 5px 10px;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    margin-right: 4px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    color:#333;
}

ul.ty-tags-list {
    padding-right: 0;
}

.ty-tags-list__item {
    display: inline-block;
}

.ty-tags-list__a {
    position: relative;
    display: block;
    float: right;
    margin: 3px 15px 3px 5px;
    padding: 0 10px 0 27px;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    border: 0 none;
    background: #e6e6e6;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.ty-tags-list__a:before {
    position: absolute;
    top: 50%;
    right: -14px;
    float: right;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-width: 12px 0 12px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #e6e6e6;
    content: "";
}

.ty-tags-list__a:after {
    position: absolute;
    top: 50%;
    right: 0;
    float: right;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #fff;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ty-tags-list__a {
    background: #e6e6e6;
    color: #676767;
    transition: none;
    padding-left: 10px;
}

.ty-tags-list__a:hover {
    background: var(--blue);
    color: #fff;
    text-shadow: none;
}

.ty-tags-list__a:hover:before {
    border-left-color: var(--blue);
}

/*
.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .gallery-top {
    height: 80%;
    width: 100%;
  }

  .gallery-thumbs {
    
    box-sizing: border-box;
    padding: 10px 0;
  }

.gallery-thumbs .swiper-slide {
height: 100%;
opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
*/


.product-details .box-delivery{
    margin-top: 10px;
    padding: 0px;
    padding: 12px;
    background-color: var(--blue-light);
    margin-bottom: 10px;
}
.product-details .box-delivery .para{
    color:var(--font-p);
    margin-bottom: 0px;
}
.product-details .box-delivery .highlight{
  font-weight: bold;
  text-decoration: underline;
}
.product-details .box-delivery div{
    font-size: 14px;
}

.product-details .box-1 {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 14px 12px;
    border-bottom: 1px solid rgb(240, 242, 248);
}

.product-details .box-1 .imgCel {
    margin-right: 12px;
}
.product-details .box-1 .para{
    font-size: 14px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    color:var(--font-p);
    font-weight: 300;
    display: inline-block;
  text-align: left;
}
.product-details .box-6{
    display: flex;
    flex-direction: column;
    padding: 12px 0px 0px 12px;
    cursor: default;
}
.product-details .box-6 .c-1 {
    display: flex;
    margin-bottom: 24px;
}
.product-details .box-6 .con{
    margin-left: 10px;
}
.product-details .box-6 h2 {
    font-weight: 600;
    font-size: 0.8em;
    margin-bottom: 1px;
}
.product-details .box-6 p {
    color:var(--font-p);
    font-weight: 300;
    font-size: 13px;
}
.product-details .a-lnk{
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in 0s;
    color: var(--blue-dark) !important;
    flex-shrink: 0;
    margin-left: 6px;
    display: inline-block;
}

.product-details .a-lnk .line {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    transition: all 0.2s ease-in 0s;
    height: 1px;
    background: var(--blue-dark);
}
.product-details .a-lnk span{font-weight: 300; font-size: 13px;}
.product-details .a-lnk:hover span {
    color:var(--black);
}
.product-details .a-lnk:hover .line{
    width: 0%;
}
.product-details .box-freq{
    position: relative;
    background-color: var(--bg-color);
    padding: 10px;
}
.product-details .box-freq h3{
    color:var(--black);
    font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}

.box-freq .item {
    background-color: var(--white);
    padding: 10px;
}
.box-freq .item img{
    width: 100%; /*18vh*/
    height: 18vh;
    object-fit: contain;
    margin: auto;
    margin-bottom: 20px;
}
.box-freq .item h4{
    color: var(--gray);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
.box-freq .item .price{text-align: center; font-weight: 500;}
.box-freq .item .price span{font-weight: 300;}
.box-freq .owl-nav{text-align: center;
    text-align: center;
    position: absolute;
    right: 10px;
    top: -40px;
}
.box-freq .owl-prev span , .box-freq .owl-next span{
    font-size: 15px;
    color:var(--blue-dark);
}
.box-freq .owl-prev {margin-right: 5px;}
.box-freq .owl-next {margin-left: 5px;}
.box-freq .btn-buy-1{
    width: 90%;
    margin: 0px auto 10px;
    background-color: var(--white);
    border:1px solid var(--blue-dark);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color:var(--blue-dark); 
    display: block;
  padding: 10px;
  border-radius: 25px; 
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: all 500ms ease;
}
.box-freq .btn-buy-1:hover{
    color:var(--white);
    background-color: var(--blue-dark);
}
.product-details .box-offer{
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 1em;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}
.product-details .box-offer .c-one{
    flex: 1 1 0%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
}
.product-details .box-offer .c-one img {
    width: 24px;
    max-width: unset;
    height: 24px;
    max-height: unset;
    margin-right: 6px;
}
.product-details .box-offer .c-one p{
    margin: 0px 5px;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}
.product-details .box-offer .c-one p strong{font-weight: 600; color:var(--black);}
.product-details .box-offer .c-two {
    margin-left: 6px;
}
.product-details .details{
    padding: 20px;
    background-color: var(--bg-color);
}
.product-details .details h2{
font-weight: 600;
font-size: 18px;
border-bottom: 2px solid var(--border-color);
padding-bottom: 10px;
}
.product-details .details h3{
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray);
}
.product-details .details b{
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--font-p);
}
.product-details .details p{
    color: var(--font-p);
    font-weight: 300;
  text-align: justify;
  line-height: 25px;
}
.product-details .details ul{
    list-style: square;
}
.product-details .details video{
    display: block;
    width: 90%;
    margin: auto;
}

.product-details .rating{
    margin-top: 20px;
    padding: 20px;
    background-color: var(--bg-color);
}
.product-details .rating h2{
font-weight: 600;
font-size: 18px;
border-bottom: 2px solid var(--border-color);
padding-bottom: 10px;
}
.product-details .rating h3{
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 0px;
}
.product-details .rating b{
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--font-p);
}
.product-details .rating p{
  color: var(--font-p);
  font-weight: 300;
  text-align: justify;
  line-height: 25px;
  padding-left: 15px;
}
.product-details .rating p.date{
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.product-details .rating .num-rating{
    font-weight: 900;
  font-size: 2.3rem;
  text-align: inherit;
}
.product-details .rating .para{
    color:var(--font-p);
    font-weight: 300;
    font-size: 14px;
    padding-left:0px;
}
.product-details .rating .item b{
color:var(--gray);
font-size: 15px;
display: inline-block;
  width: 10px;
  margin-bottom: 2px;
}
.product-details .rating .item small{
    color:var(--font-p);
    font-size: 12px;
    font-weight: 300;
}
.contain-line {
    display: inline-block;
    width: 80%;
    min-width: 60px;
}
.contain-line .line {
    background: var(--gary-line);
    position: relative;
    border-radius: 50px;
    height: 8px;
    margin-bottom: -1px;
    display: block;
}
.line-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(56, 174, 4);
    border-radius: 50px;
    height: 100%;
    display: block;
}
.line-2{
    position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(130, 174, 4);
  border-radius: 50px;
  height: 100%;
  display: block;
}
.line-3{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(243, 172, 48);
    border-radius: 50px;
    height: 100%;
    display: block;
}
.line-4{
    position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(243, 108, 50);
  border-radius: 50px;
  height: 100%;
  display: block;
}
.line-5{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(243, 108, 50);
    border-radius: 50px;
    height: 100%;
    display: block;
}
/* Page Seller details */
.seller-header .header{
    height: 80px;
    background-image: url('../img/seller-profile-default-banner-2.jpg');
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.seller-header .con-img{
    width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  border: 5px solid rgb(243, 244, 248);
  position: relative;
  transform: translateY(-50%);
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  overflow: hidden;
}
.seller-header .con-img img{ width: 40%; height: 40%; 
object-fit: contain;}
.seller-header h3{
    color: var(--blue-dark);
  font-size: 18px;
  display: block;
  width: 100%;
  margin-top: -45px;
  padding-left: 20px;
}
.seller-header p{
    color:var(--font-p);
    font-size: 16px;
    font-weight: normal;
}

.seller-details .boxs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.seller-details .boxs .item {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(235, 236, 240);
    border-radius: 8px;
    padding: 16px;
    width: 48%;
    position: relative;
}
.seller-details .boxs .item h4{
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    color:var(--black);
}
.seller-details .boxs .item p {
    font-weight: bolder;
    font-size: 2rem;
    line-height: 0.75em;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
    height: 40px;
    color:var(--black);
}
.seller-details .boxs .item .para{
    color:var(--gray);
    font-size: 14px;
}
.seller-details .boxs .item span {
    color:var(--black);
}
.seller-details .boxs-2 {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}
.seller-details .boxs-2 .item {
  padding: 16px;
  width: calc(100%);
  gap: 10px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: start;
  justify-content: flex-start;
  border: 1px solid rgb(235, 236, 240);
  border-radius: 8px;
}

.seller-details .boxs-2 .item h4 {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    gap: 4px;
    min-width: 200px;
    color:var(--black);
}
.Tooltip_container__bE_Kq{
    display: none;
}
.seller-details .boxs-2 .item .hr {
    height: 100%;
    width: 1px;
    background: rgb(235, 236, 240);
    flex: 0 0 auto;
  }
.seller-details .boxs-2 .item p {
    color: var(--gray);
    font-size: 13px;
    text-align: justify;
    font-weight: 300;
}

.seller-details .box-3 h2{
color:var(--black);
font-weight: 500;
font-size: 18px;
}


.comments{
    position: relative;
}
.comments .contain-rating{
padding-left: 15px;
}
.comments .data{
  border-bottom: 1px solid rgb(235, 236, 240);
  margin-bottom: 16px;
  padding: 15px;
  background-color: #FFF;
}

.comments .title {
    display: flex;
    gap: 16px;
    padding-left: 15px;
}
.comments .cell-letter{
    width: 44px;
    height: 44px;
    color: rgb(155, 160, 177);
    background: rgb(239, 243, 253);
    border-radius: 100%;
    font-weight: 900;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    text-transform: uppercase;
    flex: 0 0 auto;
}
.comments .comm-txt{
    max-width: 600px;
    margin: 8px 0px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color:var(--font-p);
    font-weight: 300;
}
.comments .verify-txt {
  border-left: 1px solid rgb(218, 220, 227);
  padding: 0px 16px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  gap: 2px;
  color:var(--black);
  font-size: 13px;
  font-weight: 300;
}
.comments .date{
    font-weight: 300;
    margin-bottom: 0px;
  padding-bottom: 0px;
}
.comments .con-btn{
    display: flex;
    gap: 10px;
    -moz-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 0px 16px;
    margin-left:15px;
}
.comments .btn-comm{
    color: var(--gray);
    border-radius: 4px;
    border: 1px solid var(--gray);
    padding: 2px 20px;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
}

.head-2{
    position: relative;
    color:var(--black);
    font-size: 18px;
    font-weight: 500;
    /* 
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom:1px solid var(--border-color); */
}
/*
.head-2::after {
    content: ' ';
    height: 2px;
    width: 90px;
    display: block;
    background-color: var(--blue-border);
    position: absolute;
    bottom: -1px;
    left: 0;
}
*/
.breadcrumb-item + .breadcrumb-item::before{
    float: right !important;
    padding-left: 10px;
}
.contain-head {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-bottom: 20px;
}
.contain-head .head-2{
    flex: 1;
}
.contain-head .btn-2{
    padding: 14px 20px 10px 20px;
}
.head-3{
    text-align: center;
    position: relative;
    color:var(--black);
    font-size: 25px;
    font-weight: 300;
    border-bottom:1px solid var(--border-color);
    padding-bottom: 10px;
    margin: auto;
    margin-bottom: 40px;
    width: 80%;
    text-transform: capitalize;
}
.head-3::after {
    content: ' ';
    height: 10px;
    width: 50px;
    display: block;
    background-color: var(--blue-border);
    position: relative;
bottom: -16px;
margin: auto;
}
.para-1{
    font-size: 13px;
    color:var(--font-p);
    text-align: center !important;
    display: block;
    margin-top: -18px !important;
    width: 50%;
    margin: auto;
}
.para-2{
    font-size: 13px;
    color:var(--font-p);
    text-align: left !important;
    display: block;
    margin-top: -18px !important;
    margin: auto;
}
.small-head-2{
  background-color: var(--blue-light);
  padding: 6px 12px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 500;
}
.head-4 span{
    background-color: var(--blue-light);
    padding: 10px 12px 6px;
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
}
.head-4 h2{
    color: var(--blue-dark);
    font-weight: 600;
    font-size: 40px;
    margin-top: 20px;
    line-height: 50px;
}
.head-4 p{
    color: var(--font-p);
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
.head-4 a{
    width: 120px !important;
    padding: 12px 0px;
    font-size: 13px;
    font-weight: 600;
}
.head-404{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.img-404{
    margin: auto;
    width: 80%;
    max-width: 200px;
    margin-bottom:10px;
}
.para-404{
    color:var(--font-p);
    font-size: 14px;
    font-weight: 400;
    text-align: center !important;
    display: block;
    width: 100%;
}
.comx-2 .item{
    display: flex;
    border-bottom:1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.comx-2 .item:last-child{
    border:none;
}
.comx-2 .body{
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}
.comx-2 .body p{
    color: var(--font-p);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}
.comx-2 .uer-name{
    font-size: 15px;
    color:var(--black);
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.comx-2 .uer-name a{ padding: 0px; margin: 0px;}
.comx-2 span { margin: 0px; margin-left: 10px; margin-top: -3px;}
.comx-2 span a{
    color:var(--font-p);
    font-size: 13px;
    font-weight: 300;
}
.comx-2 .lnk-reply{color:var(--blue-dark);
margin-left: auto !important;
font-size: 14px;
}
.comx-form{
    margin-top: 50px;
}
.comx-form p{
    color:var(--font-p);
    font-size: 13px;
}
.comx-form .forms label ,.comx-form .forms input[type="text"],
.comx-form .forms input[type="email"],.comx-form .forms textarea,
.comx-form .forms input[type="password"]{
    width: 100% !important;
}
img.Icon_icon__nIPx4.Icon_ratingDarkGreen__XDInQ {
    filter: invert(45%) sepia(24%) saturate(4053%) hue-rotate(69deg) brightness(102%) contrast(97%);
}
img.Icon_icon__nIPx4.Icon_ratingRed__SJCJ_ {
    filter: invert(41%) sepia(60%) saturate(936%) hue-rotate(338deg) brightness(111%) contrast(91%);
}
img.Icon_icon__nIPx4.Icon_grey3__cJZ6u {
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(4537%) hue-rotate(178deg) brightness(91%) contrast(95%);
}
img.Icon_icon__nIPx4.Icon_ratingLightGreen__W85hA {
    filter: invert(49%) sepia(100%) saturate(655%) hue-rotate(40deg) brightness(97%) contrast(97%);
}
img.Icon_icon__nIPx4.Icon_ratingOrange___PaWH {
    filter: invert(79%) sepia(81%) saturate(1830%) hue-rotate(330deg) brightness(95%) contrast(100%);
}

.jbYOhX {
    width: 18px;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
}
.kMMSiB {
    width: 70%;
    display: inline-flex;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

.dWVKJA {
    background: rgb(255, 255, 255);
    gap: 10px 20px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    flex-wrap: wrap;
}
.num-txt {
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: default;
}
.num-txt h4 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 6px;
    color:var(--black)
}
.cKAEmE {
    max-width: 200px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 6px;
}

.box-rating small {
    display: flex;
    width: 100%;
    color:var(--font-p);
}
.box-rating .he-num {
    width: 10px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}
.box-rating {
    display: grid;
    -moz-box-align: center;
    place-items: center end;
    cursor: default;
    grid-template-columns: auto auto minmax(10px, 100%) auto;
    gap: 2px 6px;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 300px;
}
.ilbRsn {
    border-radius: 20px;
    height: 8px;
    display: block;
    background: rgb(243, 244, 248);
    position: relative;
    margin-top: 1px;
    width: 100%;
  }
.ilbRsn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: yellow;
    width: 68.8151%;
    border-radius: 20px;
}

.fNdfGc {
    border-radius: 20px;
    height: 8px;
    display: block;
    background: rgb(243, 244, 248);
    position: relative;
    margin-top: 1px;
    width: 100%;
}
.fNdfGc::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: rgb(130, 174, 4);
    width: 11.1818%;
    border-radius: 20px;
}
.bjtdtm {
    border-radius: 20px;
    height: 8px;
    display: block;
    background: rgb(243, 244, 248);
    position: relative;
    margin-top: 1px;
    width: 100%;
}
.bjtdtm::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: rgb(243, 172, 48);
    width: 4.26735%;
    border-radius: 20px;
}
.jtutal {
    border-radius: 20px;
    height: 8px;
    display: block;
    background: rgb(243, 244, 248);
    position: relative;
    margin-top: 1px;
    width: 100%;
}
.jtutal::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: rgb(243, 108, 50);
    width: 13.5021%;
    border-radius: 20px;
}
.ezyHWj {
    border-radius: 20px;
    height: 8px;
    display: block;
    background: rgb(243, 244, 248);
    position: relative;
    margin-top: 1px;
    width: 100%;
}
.ezyHWj::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: rgb(243, 108, 50);
    width: 2.23374%;
    border-radius: 20px;
}
.head-note {
    margin-top: 30px;
    margin-bottom: 30px;
}
.head-note h1{
    color:var(--black);
    font-size: 22px;
}
.head-note p{
    color:var(--black);
    font-size: 14px;
    margin: 0;
}
.master-cat {
    padding-bottom: 35px;
}
.master-cat h3{
    color:var(--black);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.owl-master-cat .owl-item{
    padding: 10px;
    border-radius: 20px;
    border:1px solid transparent;
}
.owl-master-cat .owl-item:hover{
    border:1px solid var(--blue-border);
}
.owl-master-cat .owl-item img{
    width: 11vh;
    height: 11vh;
    object-fit: contain;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.owl-master-cat .owl-item h4{
    text-align: center;
    color: var(--black);
}
.owl-master-cat .owl-nav{
    margin-top: -75px;
}

.owl-master-cat .owl-next{
  float: right;
  width: 35px;
  height: 35px;
  position: relative;
  background-repeat: no-repeat !important;
  background-image: url('../img/arrow-r.svg') !important;
  background-size: 25px !important;
  border-radius: 50% !important;
  border: 1px solid var(--blue-border) !important;
  background-position: center !important;
}
.owl-master-cat .owl-next:hover{
    border: 1px solid var(--blue_bark) !important;
}
.owl-master-cat .owl-next span{font-size: 0px;}

.owl-master-cat .owl-prev{
    width: 35px;
    height: 35px;
    position: relative;
    background-repeat: no-repeat !important;
    background-image: url('../img/arrow-l.svg') !important;
    background-size: 25px !important;
    border-radius: 50% !important;
    border: 1px solid var(--blue-border) !important;
    background-position: center !important;
}
.owl-master-cat .owl-prev:hover{
    border: 1px solid var(--blue_bark) !important;
}
.owl-master-cat .owl-prev span{font-size: 0px;}
.dropbtn {
    text-align: left;
    min-width: 140px;
    font-weight: 500;
    background-color: transparent;
    color: var(--gray);
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid var(--bg-color);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
  }

  .dropbtn::before {
content: "";
  position: absolute;
  overflow: hidden;
  width: 20px;
  height: 20px;
  right: 4px;
  top: 5;
  z-index: 2;
  opacity: 0.5;
  background: url('../img/arrow-down-svgrepo-com.svg');
  background-size: contain;
  transform: rotate(0deg);
  background-repeat: repeat;
  opacity: 0.5;
  -webkit-transition: all 150ms;
-moz-transition: all 150ms;
-o-transition: all 150ms;
transition: all 150ms;
}
  
.dropbtn:focus::before{
transform: rotate(180deg);
}
.dropbtn:hover, .dropbtn:focus {
  color:var(--black);
  background-color: var(--bg-color);
}
  
.dropdown {
    position: relative;
    display: inline-block;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    margin-top: 10px;
    overflow: auto;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 99;
}
  
  .dropdown-content a {
    font-size: 13px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
.dd-menu a:hover {background-color: #ddd;}  
.dd-menu .show {display: block;}

.pagination{
    width: 100%;
    display: block; 
    text-align: center;
    margin-top: 40px;
}
.pagination .items{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.pagination .items span , .items button{
    background-color: transparent !important;
    display: inline-block;
    padding: 10px 16px 5px;
    color:var(--font-p);
    font-size: 13px;
    border:none !important;
}
.pagination .arrow{
    width: 25px;
  height: 25px;
  /*
  border: 1px solid var(--blue-border);
  border-radius: 25px;
  padding: 5px;
  */
}
.pagination .selected {
    background: none;
    box-shadow: inset 0 0 0 2px var(--blue-dark), 0 5px 15px 0 rgba(62,119,170,0.2);
font-weight: bold;
border-radius: 12px;
 color:var(--gray);
}

.pagination .btn{
    padding: 0 15px;
    color:var(--black);
    font-weight: 300;
}
.res{margin-top: 20px;
margin-bottom: 20px;}
.res-search{
    color:var(--font-p);
    font-size: 14px;
}
.res-search b{font-weight: 600;
color:var(--gray);
}
.box-filter-view {
    display: block;
    flex-flow: wrap;
    gap: 20px;
    text-align: left;
}
.box-filter-view .dd-menu{
    display: inline-block;
    text-align: left;
}
.catalog .title-p{
    color:var(--black);
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}
.catalog .head{
    color:var(--blue-dark);
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.catalog .accordion-item{
    border:none;
}
.catalog .acc-head {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-bottom: 1px solid var(--border-color);
    background-color: transparent;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.catalog .acc-head a{
    font-size: 14px;
}

.catalog .accordion .accordion-button{
    font-size: 14px;
}
.catalog .accordion-body ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.catalog .accordion-body ul li a{
    font-size: 14px;
    color:var(--font-p);
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
}
.filter-menu{
    border:1px solid var(--bg-color);
}
.filter-menu .head{
    color:var(--gray);
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.filter-menu .box{
    width: 100%;
}
.filter-menu .search-input{
    color:var(--blue_bark);
    border:1px solid var(--border-color);
    border-radius: 15px;
    margin: 0px;
    padding: 7px 12%;
    /* background-image: url('../img/search-blue.png'); */
    background-size: 15px;
    background-position: 5% center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.filter-menu .box-price{
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.filter-menu .between.to {
    text-transform: uppercase;
    font-size: 0.923077rem;
    font-weight: 600;
    margin: 0px 10px;
    color:var(--gray);
}

.filter-menu .textInput {
    border: 1px solid #e2e5f1;
    padding: 9px 10px 8px;
    flex: 1 1 0%;
    min-width: 83px;
    font-size: 12px;
}
.filter-menu .filter-price-btn{
    background-color: transparent;
    border:none;
    text-transform: uppercase;
  font-size: 0.923077rem;
  font-weight: 600;
  margin: 0px 10px;
    width: 40px;
    color:var(--gray);
}

 /* Customize the label (the container) */
 .con-check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:var(--font-p);
  }
  

.con-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.con-check .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: transparent;
border: 1px solid #eee;
border-radius: 8px;
}
  
.con-check:hover input ~ .checkmark {
background-color: #ccc;
}
  
.con-check input:checked ~ .checkmark {
background-color: var(--blue-dark);
}
  
.con-check .checkmark:after {
content: "";
position: absolute;
display: none;
}
  
.con-check input:checked ~ .checkmark:after {
display: block;
}
.con-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* radio button */
.con-radio {
    width: 100%;
    display: block;
    position: relative;
    margin: auto;
    margin-bottom: 12px;
    cursor: pointer;
    color:#818587;
    direction: rtl;
    font-size: 13px;
    text-align: left;
    background-color: #FFF;
    padding: 14px 20px;
    padding-left: 50px;
    border-radius: 8px;
    border:none;
    font-weight: normal;
  }
  .con-radio a{
    color:#000000;
    text-decoration: solid;
  }
  
  /* Hide the browser's default radio button */
  .con-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .con-radio .checkmark {
    position: absolute;
    top: 12px;
    left: 14px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .con-radio:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .con-radio input:checked ~ .checkmark {
    background-color: #FFF;
    border:2px solid var(--blue-dark);
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .con-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .con-radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .con-radio .checkmark:after {
       top: 5px;
      left: 5px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: var(--blue-dark);
  }
  .con-radio img{  float: left;margin-top: -10px;}
  .con-radio p{ 
  color:#505050; 
  float: left; 
  font-weight: bold;
  display: inline-block;
  width: 30%;
  text-align: left;
  }

  
.div-expand{
 position: relative;
}
.div-contain-expand{
overflow: hidden;
max-height:95px;
position: relative;
-webkit-transition: all 150ms;
-moz-transition: all 150ms;
-o-transition: all 150ms;
transition: all 150ms;
}

.div-contain-expand.expanded{
    max-height:none;
}

.expand-more{
  color: var(--blue-border);
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid var(--blue-border);
  width: auto;
  display: inline-block;
  width: 20px;
  padding-bottom: 5px;
}

/*Blogs Page */
.blogs{
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}
.blogs .item{
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: start;
    align-content: start;
}
.blogs .img{
    height: 100%;
   flex: 1.8;
}
.blogs .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs .data{
    width: 80%;
    padding: 0px 10px;
    padding-left: 30px;
    flex: 3;
}

.blogs h2{
  font-size: 20px;
  color: var(--black);
  font-weight: 600;
}
.blogs .date {
    margin-right: 10px; 
    color:var(--gray);
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.blogs .date img{width: 25px; margin-right: 5px;}

.blogs .btn-2{
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    width: 120px;
    padding: 10px auto;
   text-align: center;
}

.blogs p{
    color:var(--font-p);
    font-size: 13px;
    text-align: justify;
}

/* Versoin 2 */
.blogs-2{
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}
.blogs-2 .item{
    width: 49%;
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px;
}
.blogs-2 .img{
    width: 100%;
 display: block;
   margin: auto;
   text-align: center;
}
.blogs-2 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs-2 .data{
    width: 100%;
    display: block;
    padding: 0px 0px;
}
.blogs-2 h2{
  font-size: 1.5rem;
  color: var(--black);
  font-weight: 400;
  margin-top: 10px;
}
.blogs-2 .date {
    margin-right: 10px; 
    color:var(--gray);
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.blogs-2 .date img{width: 25px; margin-right: 5px;}
.blogs-2 p{
    color:var(--font-p);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    text-align: justify;
}
.blogs-2 .btns{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.blogs-2 .btn-2{
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    width: 120px;
   text-align: center;
   display: inline-block;
   margin-top: 0px;
}
.blogs-2 .lnk-comment{
    color:var(--font-p);
    margin-left: 10px;
    font-size: 12px;
}
.blogs-2 .lnk-comment img{
    width: 20px;
}

/* Versoin 3 */
.blogs-3{
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}
.blogs-3 .item{
    width: 100%;
    margin-bottom: 50px;
    display: inline-block;
    padding: 0px;
}
.blogs-3 .img{
   width: 100%;
   display: block;
   margin: auto;
   text-align: center;
}
.blogs-3 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
}
.blogs-3 .data{
    width: 100%;
    display: block;
    padding: 0px 0px;
}

.blogs-3 h2{
  font-size: 1.5rem;
  color: var(--black);
  font-weight: 400;
  margin-top:  20px;
}
.blogs-3 .date {
    margin-right: 10px; 
    color:var(--gray);
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.blogs-3 .date img{width: 25px; margin-right: 5px;}
.blogs-3 p{
    color:var(--font-p);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    text-align: justify;
}
.blogs-3 .btns{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.blogs-3 .btn-2{
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    width: 120px;
   text-align: center;
   display: inline-block;
   margin-top: 0px;
}
.blogs-3 .lnk-comment{
    color:var(--font-p);
    margin-left: 10px;
    font-size: 12px;
}
.blogs-3 .lnk-comment img{
    width: 20px;
}
/* Version 4 */
.blogs-4 .item .img{
    position: relative;
    margin-bottom: 15px;
}
.blogs-4 .item .img img{
    width: 100%;
    height: 236px;
    object-fit: cover;
    border: 1px solid var(--blue-light);
    border-radius: 10px;
    padding: 0px;
}
.blogs-4 .item .data h4{
   color:var(--black);
   margin-top: 10px;
   font-size: 14px;
   font-weight: 600; 
}
.blogs-4 .item .date {
    position: absolute;
    background-color: var(--border-color-2);
    padding:8px 12px;
    color:var(--gray);
    font-size: 12px;
    bottom: 0px;
}
.blogs-4 .item .date img{
    width: 20px;
    height: 20px;
    border:none;
}
.blogs-4 .btn-3{
    width: 100px;
    font-weight: 600;
    font-size: 11px;
    float: right;
    margin-bottom: 30px;
    padding: 8px;
    border:1px solid var(--font-p);
    background-color: transparent;
}
.blogs-4 p{
    font-size: 13px;
    margin-top: 12px;
    line-height: 24px;
}
/* Blog Single */
.blog-single{
margin-top: 20px;
margin-bottom: 20px;
}
.blog-single .img{
    width: 100%;
    display: block;
    margin-bottom: 3.5rem !important;
}
.blog-single .img img{width: 100%;}
.blog-single .data h2{
    width: 100%;
    color:var(--black);
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 1rem !important;
}
.blog-single .date {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bg-color);
    font-size: 13px;
    color:var(--font-p);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-single .date img{width: 20px; margin-left: 10px;
}
.blog-single p{
    color: var(--font-p);
    line-height: 30px;
    font-weight: 300;
    font-size: 15px;
}


.blog-nav{
    width: 100%;
    padding: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}
.blog-nav .nav-item{
    width: 50%;
    font-size: 14px;
    display: inline-flex;
}
.blog-nav .nav-link{
    font-size: 13px;
    width: 100%;
}
.blog-nav .nav-item:first-child{text-align: left;}
.blog-nav .nav-item:last-child{text-align: right;}
.blog-nav .nav-item img{
    width: 20px;
}
/* Tree View  */

details {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    max-height: 2.5em !important;
    transition: all 0.1s ease;
  }
  details ::-webkit-details-marker {
    display: none;
  }
  details > summary {
    position: relative;
    margin-top: 0.25em;
    color: var(--font-p);
    padding: 0.1em 0.5em 0.2em;
    background: transparent;
    font-size: 13px;
  }
  details > summary:before {
    content: "+";
    color: #eee;
    font-size: 0.5em;
    margin-right: 0.5em;
  }
  details  small {
    position: relative;
    margin-top: 0.25em;
    padding: 0.1em 0.5em 0.2em;
    background: transparent;
    font-size: 13px;
    color:var(--font-p) !important;
  }
details[open] > summary {
background: transparent;
color: var(--font-p);
}

details[open] > summary:before {
content: "-";
color: #ccc;
}
  
.folder {
margin: 0 0 0.5em 0.86em;
padding: 0.5em 0em 0.5em 1.5em;
border-left: 0.1em #ccc dotted;
 border-bottom: 0.1em #ccc dotted;
}
.folder p {
margin: 0;
text-align: left;
}
  
details[open] {
height: auto;
max-height: 99em !important;
transition: all 1.2s ease;
}
  
details:not([open]) .folder {
height: 0px !important;
}

/* Page of products */
.products{
    padding: 50px 20px;
}

/* Lists Styles */
.list__1{
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list__1 .item a{
    color: var(--font-p);
}
.list__1 .item a:hover{
    color: var(--blue-dark);
}

.list__2{
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.list__2 li{
    border-bottom:1px solid var(--border-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.list__2 li:last-child{
    border:none;
}
.list__2 a h4{
  font-size: 14px;
  color: var(--black);
  line-height: 16px;
  display: table;
  font-weight: 500;
  margin-top: 0px;
}
.list__2 a:hover{
    color: var(--blue-dark);
}
.list__2 .img{display: table-cell; vertical-align: top;
    padding-left: 10px;
width: 25%;}
.list__2 .img img{
    object-fit: cover;
    width: 100%;
    height: 12vh;
}
.list__2 .data{display: table-cell; vertical-align: top; 
padding-left: 10px;}
.list__2 .date{color:var(--font-p); font-size: 12px;}

.list__3{
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.list__3 li{
    border-bottom: 1px solid var(--border-color);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list__3 li img{width: 20px;}
.list__3 li a{
    font-size: 13px;
    font-weight: 300;
    color:var(--font-p);
}
.list__3 li a:hover{
    font-weight: 600;
    color:var(--black);
}

.list__4 .head , .list__4 h5{
font-size: 14px;
font-weight: 600;
color:var(--gray);
}
.list__4 ul{
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 10px !important;
}
.list__4 ul li {
    margin-bottom: 10px !important;
    display: block;
    width: 100%;
}
.list__4 ul li a{
    font-size: 13px;
    font-weight: 300;
    color:var(--font-p) !important;
    display: block !important;
    width: 100%;
}
.list__5{
    margin: 0px !important;
    padding: 0px !important;
}
.list__5 li{
    cursor: pointer;
    border:1px dashed var(--bg-color);
    padding: 10px;
    width: 48%;
    display: inline-block;
    text-align: center;
}
.list__5 li img{
    width: 9vh;
    height: 9vh;
    object-fit: contain;
}
.list__5 li:hover{
    border:1px dashed var(--blue-border);
    border-style: solid;
}

.list__6 , .list__7 {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.list__6 ul , .list__7 ul{
    padding: 0px !important;
    margin: 0px !important;
}
.list__6 li{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.list__6 li img{width: 20px;}
.list__6 li a{
    font-size: 13px;
    font-weight: 300;
    color:var(--font-p);
}
.list__6 li a:hover{
    font-weight: 600;
    color:var(--black);
}
.list__7 li{
    margin-top: 10px;
    font-size: 13px;
}
.list__7 li img{ width: 20px; padding: 2px; margin-right: 10px;}

.wishlist-page , .compare-prod-page , .checkout-page , 
.track-page, .cart-page , .account-page{
margin-top: 40px;
margin-bottom: 40px;
}
.checkout-page .head-3{
    margin-top: 20px;
    margin-bottom: 60px;
}
.cart-page .box-btns , .cart-page .forms{
    margin-top: 50px;
}
.cart-page .box-btns{text-align: right;}
.cart-page .box-btns .btn-3 ,.cart-page .box-btns .btn-4{
display: inline-block;
margin: 0px;
}
.cart-page .forms input[type="text"]{
    width: 70%;
    display: inline-block;
}
.cart-page .btn-1{
margin: 0px;
display: inline-block;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.table-2{
    width: 100%;
}
.table-2 tr:nth-child(2n) td {
    background-color: var(--blue-light);
}
.table-2 td {
    border: medium;
}
.table-2 td {
    padding: 7px 15px;
    width: 40%;
    color: var(--gray);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    background-color: var(--white);
}
.table-2 td:first-child {
    padding-right: 15px;
    width: 15%;
    font-weight: 300;
    color: var(--font-p);
}

.table-2 tbody tr td {
    padding: 1.125rem 0rem;
    width: 20%;
}
.table-2 tbody td {
    border-top-width: 0;
    border-bottom: 1px solid var(--border-color);
}
.table-2 td {
    font-size: 1.06225rem;
}

.table-2 th, .table-2 td {
    border-width: 0;
    vertical-align: middle;
    padding: 0.75rem;
}

.table-2 .img-prod{
    max-width: 6.25rem;
    border:1px solid var(--bg-color);
    padding: 10px;
    width: 100%;
}
.table-2 .title ,.table-2 .price ,.table-2 .status-g{
    color:var(--gray);
    font-size: 16px;
    font-weight: 300;
}
.table-2 .status-g{
    color:var(--green);
}

.table-2 .close{
    width: 100%;
    display: block;
    text-align: center;
    color:var(--font-p);
    font-size: 24px;
    font-weight: 300;
}

.table-2 {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: none;
    margin-top: 40px;
    width: 100%;
    color:var(--gray);
    border:none;
    overflow: hidden;
}

.table-2 caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}
  
.table-2 tr {
    border: 1px solid var(--border-color);
    border-left: none;
    border-right: none;
    padding: 0.35em;
}
  
.table-2 th,
.table-2 td {
padding: 0.625em;
    text-align: center;
}
  

.table-2 th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.table-2 thead th , .table-2 thead tr{
    border-top: none;
    border-left: none;
    border-right: none;
}
.table-2 thead th {
    border-top-width: 0;
    border-bottom-width: 1px;
}
.table-2 thead th {
    border-bottom-width: 1px;
    color: var(--black);
}

.table-2 th {
    font-weight: 400;
}
@media screen and (max-width: 600px) {
    .table-2 {
      border: 0;
    }
  
    .table-2 caption {
      font-size: 1.3em;
    }
  
    .table-2 thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    .table-2 tbody tr:first-child td{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .table-2 tbody tr td{
        width: 100%;
    }
    .table-2 tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: 0.625em;
    }
    .table-2 .close{
        text-align: right !important;
        padding-right: 10px;
    }
    .table-2 td:first-child{
        width: 100%;
    }
    .table-2 td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 0.8em;
      text-align: right;
      width: 100%;
    }
  
    .table-2 td::before {
      /*
      * aria-label has no advantage, it won't be read inside a .table-2
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
  
    .table-2 td:last-child {
      border-bottom: 0;
    }
    .table-2 button{
        width: 90%;
    }
}


.table-compare th, .table-compare td {
    padding: 0.75rem;
    text-align: center;
    width: auto !important;
    border: 1px solid var(--border-color-3);
}
.table-compare th {
    vertical-align: middle;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid var(--border-color-3);
    text-transform: uppercase;
    min-width: 12.5rem;
}
.table-compare .title{
    color:var(--blue-dark);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 1rem !important;
    text-align: center;
    margin-top: 15px;
}
.table-compare .product-compare-image{
    display: block;
    text-align: center;
    width: 100%;
}
.table-compare .img-prod {
    height: auto;
    max-width: 6.25rem;
    border:1px solid var(--bg-color);
    height: 130px;
object-fit: contain;
}
.table-compare .price{text-align: center;}
.table-compare .close{
    width: 100%;
    display: block;
    text-align: center;
    color:var(--black);
    font-size: 24px;
    font-weight: 500;
}

.checkout-page .order{
    padding: 20px;
    background-color: var(--bg-color);
}
.checkout-table th , .checkout-table td{
    border-bottom: 1px solid var(--border-color-3);
    background-color: transparent !important;
    padding: 0.75rem 0px;
}
.checkout-table td strong{
    font-weight: 600;
    color:var(--black);
    font-size: 15px;
}
.checkout-table th{font-size: 15px;}
.checkout-table th:nth-child(2n) , .checkout-table td:nth-child(2n){
    text-align: right;
}

.coupon-table th , .coupon-table td{
    border-bottom: 1px solid var(--border-color-3);
    background-color: transparent !important;
    padding: 1.9rem 0px;
    color:var(--font-p);
}
.coupon-table td strong{
    font-weight: 600;
    color:var(--black);
    font-size: 15px;
}
.coupon-table th{font-size: 15px;}
.coupon-table th:nth-child(2n) , .coupon-table td:nth-child(2n){
    text-align: right;
}
.coupon-table tr:last-child td{
    border-bottom: none;
}


/* Style Blocks for ads or slider */
.ads h2{
font-weight: 400;
font-size: 20px;
color:var(--black);
}
.ads small{
    color:var(--blue-dark);
    font-size: 13px;
}
.ads-bg-1{
    background-color: #F1EFE9;
}
.ads-1{
  display           : flex;
  overflow-y        : hidden;
}
.ads-1 .box{
    padding: 10px;
    flex: 1;
    flex-grow: 4;
    overflow-y: hidden;
}
.ads-1 .owl-one img{
    position: relative;
    object-fit: cover;
    margin: auto;
    height: 100%;
    -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ads-1 .box:nth-child(1){
    flex-grow: 2;
}
.ads-1 .box:nth-child(2){
    flex-grow: 2;
}
.ads-1 .box:nth-child(3){
    flex-grow: 4;
}
.ads-1 .large .owl-one{
    height: 100%;
    display: inline-flex;
}
.ads-1 .large .owl-carousel .owl-stage ,
.ads-1 .large .owl-carousel .owl-stage-outer{
    height: 100%;
    background-color: #3764EB;
}
.ads-1 .large .owl-carousel .item{
    height: 100%;
}
.ads-1 .large .owl-carousel.owl-drag .owl-item{height: 100%;}
.ads-1 .large .data{
    width: 80%;
    margin-left: 10%;
    position: relative;
    margin-top: -200px;
}
.ads-1 .large .data h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.ads-1 .large .owl-nav , .item-prod-1 .owl-nav ,
.ads-4 .owl-nav{
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    top:0;
}
.ads-1 .large .owl-nav button , 
.item-prod-1 .owl-nav button,
.ads-4 .owl-nav button { 
    width: 50%; 
    text-align: left; 
}
.ads-1 .large .owl-nav button span , 
.item-prod-1 .owl-nav button  span,
.ads-4 .owl-nav button span{
    font-size: 0px;
    display: block;
    padding: 10px;
    height: 37px;
    width: 35px;
    background-image: url('../img/arrow-l.svg');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    border:2px solid var(--blue-light);
}
.ads-1 .large .owl-nav button:nth-child(2) , 
.item-prod-1 .owl-nav button:nth-child(2),
.ads-4 .owl-navbutton:nth-child(2) {
    text-align: right;
}
.ads-1 .large .owl-nav button:nth-child(2) span, 
.item-prod-1 .owl-nav button:nth-child(2) span,
.ads-4 .owl-nav button:nth-child(2) span{
    background-image: url('../img/arrow-r.svg');
    float: right;
}


.ads-2{
  display           : flex;
  justify-content   : center;
  flex-direction    : row;
}
.ads-2 .box{
    margin: 0px;
    padding: 5px;
    flex: 1;
    flex-grow: 4;
    overflow-y: hidden;
}
.ads-2 .box a{
    display: flex;
    height: 100%;
}
.ads-2 .box:nth-child(2){
    flex-grow: 6;
    padding-left: 0px;
}


.ads-3{
    display           : flex;
    justify-content   : center;
    align-items       : center;
    flex-direction    : row;
}
.ads-3 .box{
    padding: 10px;
    flex: 1;
    flex-grow: 4;
    overflow-y: hidden;
}
.ads-3 .box:nth-child(1){
    padding: 20px;
}
.ads-3 .box a{
    display: block;
    width: 25%;
    min-width: 150px;
}
.ads-3 .box:nth-child(2){
    flex-grow: 6;
}

.ads-4{
    display           : flex;
    justify-content   : center;
    flex-direction    : row;
}
.ads-4 .box{
    padding: 10px;
    flex: 1;
    flex-grow: 6;
    overflow-y: hidden;
    height: 100%;
}
.ads-4 .box:nth-child(2){
    flex-grow: 2;
    padding: 0px;
}
.ads-4 .box:nth-child(2) a{
    display: flex;
    height: 50%;
    margin-top: 10px;
}
.ads-4 .box:nth-child(2) a:nth-child(2){
    margin-top: 18px;
}
.ads-4 .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ads-4 .owl-slider{
    height: 80%;
}
.ads-4  .owl-carousel .owl-stage-outer ,.ads-4 .owl-carousel .owl-stage{
    height: 100%;
    display: flex;

}
.ads-5 img{
width: 100%;
margin: auto;
}
.ads-6{margin-top: 50px; margin-bottom: 50px;}
.ads-6 img{width: 100%; object-fit: contain;}
.owl-slider .item{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.owl-slider .item .row-data{
    display: flex;
    flex: 1;
    flex-grow: 1;
    align-items: center;
    height: 100%;
}
.owl-slider .item .col-img {
    padding: 10px;
    width: 69%;
    height: auto;
}
.owl-slider .item .data{
    width: 30%;
    padding: 10px;
}
.owl-slider .item h3{
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.owl-slider .item .row-data p{
    padding-right: 10px;
}
.shop{
    margin-top: 20px;
}
.item-prod-1{
    border:2px solid var(--blue-light);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.item-prod-1 h2{
    color:var(--black);
    font-size: 16px;
}
.item-prod-1 p{
    font-size: 12px; 
    font-weight: 300;
    margin-bottom: 5px;
}
.item-prod-1 .imgs{
    width: 100%;
    margin: auto;
    display: block;
    padding: 10px;
    border:1px solid var(--border-color-3);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.item-prod-1 .p-name{
    color:var(--gray);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.item-prod-1 .price{
    color:var(--font-red);
    font-size: 16px;
}
.item-prod-1 .price small{
    color:var(--font-p);
    font-size: 12px;
}
.item-prod-1 .in-stock{
    color: var(--green);
}

.item-prod-2{
    border:2px solid var(--blue-light);
    padding:10px;
    border-radius: 10px;
    padding-top: 20px;
}
.item-prod-2 .head{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.item-prod-2 .head h2{
    color:var(--black);
    font-size: 22px;
    font-weight: 300;
    flex: 3;
}
.item-prod-2 .head span{
    font-size: 10px;
    background-color: var(--blue-light);
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    align-content: center;
    text-align: center;
}
.item-prod-2 .head span i{
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-style: normal;
   line-height: 10px;
}
.item-prod-2 .p-name{
    font-size: 16px;
    text-align: center;
    color:var(--blue-dark);
    font-weight: 600;
}
.item-prod-2 .price {text-align: center;}
.item-prod-2 .price .old{
    color:var(--font-p);
    text-decoration: line-through;
}
.item-prod-2 .owl-carousel .owl-item{text-align: center;margin-top: 10px;}
.item-prod-2 .owl-carousel .owl-item img{
    width: 60%;
    margin: auto;
}
.item-prod-2 .price .new{
    color:var(--font-red);
    font-size: 20px;
}
.rounded-box{
    display: flex;
    align-items: center;
    align-content: center;
}
.rounded-box span{
    font-size: 14px;
    font-weight: 300;
}
.rounded-pill{
    background-color: var(--border-color-2);
    border-radius: 15px;
    height: 20px;
    display: flex;
}
.rounded-pill .active{
    height: 100%;
    width: 30%;
    border-radius: 15px 0px 0px 15px;
    background-color: var(--blue-light);
}
.counter-title{
    text-align: center;
    font-size: 13px;
    color:var(--font-p);
}
/* Styles of counter */
.counter-1{
    display: flex;
    justify-content   : center;
    align-items       : center;
    flex-direction    : row;
}
.counter-1 div{
    color:var(--bg-color);
    text-align: center;
    flex: 1;
    flex-grow: 4;
    padding: 10px;
    background-color: var(--blue-dark);
}
.counter-1 div:nth-child(2){
    border-left: 2px solid var(--bg-color);
    border-right: 2px solid var(--bg-color);
}

.counter-2{
    display: flex;
    justify-content   : center;
    align-items       : center;
    flex-direction    : row;
    width: 60%;
    margin: auto;
}
.counter-2 div{
    color:var(--black);
    text-align: center;
    flex: 1;
    flex-grow: 4;
    padding: 10px;
    
    font-size: 20px;
}
.counter-2 .num{
    background-color: var(--border-color-2);
    margin-bottom: 0px;
}
.counter-2 div span{
    margin-top: 0px;
font-weight: 200;
font-size: 10px;
}

/* Menu */
.navbar {
    background-color: #E9EDF3;; /* var(--blue-light); */
    display: flex;
    padding: 0px;
}
.navbar .dropdown{
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    flex: 1;
}
.navbar .dropdown .dropdown-toggle{
    background-color: transparent;
    border: none;
    font-size: 17px;
}
.navbar li:hover > ul.dropdown-menu {
    display: block;
}
.navbar .sub-container{
    position: relative; 
    width: 100%;
    /* display: flex; */
}
.navbar .sub{
    border: none;
    display: none; /* flex */
    width: 100%;
    margin-bottom: 0px;
    flex-direction: row;
}
.navbar .sub .head{
    width: 20%;
    background-color: var(--bg-color);
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    color:var(--black);
    cursor: pointer;
    border:1px solid var(--border-color);
}
.navbar .sub .submenu{
    flex: 4;
    width: 80%;
}
.lnk-forgetpass{
    display: block;
font-size: 14px;
color:var(--gray);

}
.lnk-hotline{
    font-size: 12px !important;
    font-weight: 600 !important;
    color:var(--font-red) !important;
}
.lnk-hotline img{width: 20px;}
.dropdown.static { 
    position: static !important; 
    padding: 8px 0px;
} 

.dropdown-menu.larger { 
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important; */
    margin-top: 0px !important; 
    width: 100% !important; 
    padding: 20px;
}

.dropdown-menu { 
    text-align: right;
    margin-top: 0px !important; 
    padding: 20px;
}
.dropdown-menu ul{
    padding: 0px !important;
    margin: 0px;
    border:1px solid transparent;
}
.dropdown ul li a{
    font-size: 13px;
    color:var(--black);
}
.dropdown ul li a:hover{
    color:var(--blue-dark);
}

.dropdown-menu.details{
    display: block; 
    padding: 0px; 
    width: 100%; 
    background-color: transparent !important;
    box-shadow: none !important;
    border:none !important;
}

.dropdown-menu.show .sub{
    display: flex;
}
#allcat:hover .sub{
    display: flex;
}

.submenu{
   /* position: absolute; */
  display: none;
  z-index: 100;
  top: 0;
  min-width: 200px;
  min-height: 80%;
  right: auto !important;
  left: 20% !important;
  list-style: none;
  padding: 0px ;
  background-color: var(--white);
  margin-top: -2px !important;
  
}

.submenu h4{
    font-size: 14px;
    color:var(--black);
    font-weight: 600;
    padding: 10px 10px;
    width: 100%;
    border-bottom: 1px solid var(--border-color-3);
}
.submenu a{
    font-size: 13px;
    color:var(--font-p) !important;
}
.submenu a:hover{
    color:var(--blue-dark) !important;
}
.sub:hover .submenu{
    display: inline-flex;
}
.submenu a{
    padding-left: 10px !important;
}
.ads-img-1 {margin-top: 20px; margin-bottom: 20px; 
display: flex;
height: 89%;
align-items: center;
align-content: center;}
.ads-img-1 img{
    width: 100%;
    object-fit: contain;
}

.ads-img-2{
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-top: 20px;
}

.ads-img-2 img{
    width: 96%;
    object-fit: cover;
}


/* Modal Pop up */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
.modal .head{
    background-color: var(--blue-dark);
    display: flex;
    align-items: center;
    align-content: center;
    padding: 20px;
}
.modal .head img{
    width: 40px;
}
.modal .head h2{
    color:var(--white);
font-size: 20px;
font-weight: 600;
display: inline-block;
width: 100%;
padding: 0px;
margin: 0px;
}
.modal .head svg{
    fill: #FFF;
}
.modal .content{
    padding: 20px;
}
.modal .content .search-box{
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.modal .notfound{
    font-size: 13px;
    line-height: 30px;
    color:var(--font-p);
    width: 100%;
    text-align: center;
}
.modal .para-items{
    font-size: 11px;
    line-height: 30px;
    color:var(--font-p);
    width: 100%;
    text-align: left;
}
.modal  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    /* border: 1px solid #888; */
    width: 60%;
}
.modal .boxs-2{
    width: 80%;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal .boxs-2 .item{
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 20px 0px;
}
.modal .boxs-2 .item img{width: 50px; margin: auto; display: block; margin-bottom: 10px;}
.modal .close {
    color: var(--bg-color);
    float: right;
    font-size: 24px;
    font-weight: bold;
    background-color: var(--black);
    padding: 5px 15px;
    position: absolute;
  right: 0;
}
  
.modal .close:hover,
.modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal .list__2{
    position: relative;
    height: 200px;
    max-height: 200px;
    overflow: scroll;
}
.cart-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.cart-popup.open {
    display: block;
}

.cart-popup-content {
    padding: 20px;
}

.cart-popup-actions {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
}

.cart-popup-actions a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
}
.cart-popup-content {
    padding: 20px;
}

.cart-popup-content .cart-items {
    list-style: none;
    padding: 0;
}

.cart-popup-content .cart-items li {
    margin-bottom: 10px;
    font-weight: bold;
}

.cart-popup-actions {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
}

.cart-popup-actions a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
}

.newsletter{
    display: flex;
    flex-direction: row;
}
.newsletter .box-1{
    flex: 1;
}
.newsletter .box-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter .box-2{
    padding: 100px 0px 80px;
    text-align: center;
    flex: 1;
}
.newsletter .box-2 .title{
    font-weight: 600;
    font-size: 24px;
    color: var(--black);
}
.newsletter .box-2 .para{
    color:var(--font-p);
    font-weight: 400;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
}
.newsletter-email{
    font-size: 13px;
    color:var(--blue_bark);
    background-color:#F8F8F8 ;
    border:1px solid #E6E6E6;
    border-radius: 22px;
    margin: 0px;
    padding: 10px 50px;
    text-align: center;
    width: 80%;
}
/* Loading Spinner */
.lds-ring {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--blue-border);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--blue-border) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
 animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
  


.ec-store-directory > ul,
.ec-store-directory > ul ul {
  margin: 0 0 0 0.438rem;
  padding: 0;
  list-style: none;
  position: relative;
}

.ec-store-directory > ul::before,
.ec-store-directory > ul ul::before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #dddddd;
}

.ec-store-directory a {
  font-weight: 700;
  color: #333e48;
}

.ec-store-directory > ul {
  margin-left: 0;
}

.ec-store-directory > ul ul a {
  font-weight: 400;
}

.ec-store-directory > ul li {
  margin: 0;
  padding: 0 1.313rem;
  line-height: 1.75rem;
  position: relative;
}

.ec-store-directory > ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid #dddddd;
  margin-top: -1px;
  position: absolute;
  top: 1.25rem;
  left: 0;
}

.ec-store-directory > ul > li::before {
  top: 1.25rem;
}

.ec-store-directory > ul li:last-child:before {
  background-color: #fff;
  height: auto;
  top: 1.313rem;
  bottom: 0;
}

.ec-store-directory > ul ul li:last-child:before {
  top: 1.25rem;
}

.ec-store-directory > ul li > a {
  padding: 0.35rem 0;
}

.ec-store-directory ul li > a {
  display: inline-block;
  color:var(--font-p);
  font-size: 13px;
}

.ec-store-directory ul li > a:hover{
    color:var(--blue-dark);
}


/* New 25-11-2025 */


#loading-spinner  , .loading-spinner{
    position: relative;
    top: 35%;
    right: 12%;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: none;
}
.loading-spinner{
    top:auto !important;
    right:auto !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
    z-index: 9999;
  margin-top: 6px;
  border-radius: 28px;
  margin-left: 11px;
}

#search-results div {
    padding: 10px;
}

#search-results div:last-child {
    border-bottom: none;
}

.search-result {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #333;
    text-decoration: none;
}

.search-result:last-child {
    border-bottom: none;
}

.product-details {
    margin-bottom: 0rem;
}

.product-details h3 {
    margin: 0;
    font-size: 14px;
    text-align: right;
}

.product-price {
    float: right;
    font-weight: bold;
    color: #333;
}

.product-details .product-title {
    font-weight: 400;
    font-size       : 2.4rem;
    letter-spacing  : -.025em;
    margin-bottom   : 1.2rem;
    margin-top      : -.5rem;
    padding-right   : 1rem
}

.product-details .ratings-container {
    margin-bottom: 1.3rem
}

.product-details .product-price {
    font-size: 1.2rem;
}
.product-details .product-price bdi{
    font-size: 15px;
    color:var(--blue_bark);
    display: table-cell;
}
.product-details .product-price .ins{
    text-decoration: none;
}

.product-details .new-price {
    margin-right: 1rem
}

.product-details .product-content {
    margin-bottom: 0.6rem
}

.product-details .product-content p:last-child {
    margin-bottom: 0
}

.product-details .product-countdown {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 260px;
    margin-left: -5px;
    margin-bottom: 2rem
}

.product-details .product-countdown .countdown-section {
    background-color: #fafafa
}

.product-details .product-nav-dots a,.product-details .product-nav-dots span {
    width: 2rem;
    height: 2rem
}

.product-details .product-cat {
    font-weight: 400;
    font-size: 1.4rem
}

.product-details .product-cat span {
    margin-right: .7rem
}

.product-details .product-cat a {
    color: #666;
    box-shadow: none;
    transition: all .35s ease
}

.product-details .product-cat a:hover,.product-details .product-cat a:focus {
    color: #c96;
    box-shadow: 0 1px 0 #c96
}

.product-details .product-size {
    flex-flow: row wrap;
    padding-top: 0;
    margin-bottom: 0
}

.product-details .product-size a {
    color: #666;
    width: 4rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    border: .1rem solid #d7d7d7;
    background-color: transparent;
    border-radius: 0;
    margin-right: 1rem
}

.product-details .product-size a.active,.product-details .product-size a:hover,.product-details .product-size a:focus {
    color: #c96;
    border-color: #c96;
    background-color: transparent
}

.product-details .product-size a.disabled {
    color: #dadada;
    border-color: #ebebeb;
    background-color: transparent
}

.product-image {
    margin-right: 10px;
}

.product-image img {
    width: 50px; /* Adjust the image size as needed */
    height: 50px; /* Adjust the image size as needed */
}

.product-details h3 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.product-summary {
    font-size: 13px;
    font-weight: normal;
    text-align: right;
}

.product-price {
    float: right;
    font-weight: bold;
}

.details-filter-row {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 2rem
}

.details-filter-row .form-control {
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    border-color: #d7d7d7;
    min-width: 131px
}

.details-filter-row .select-custom {
    margin-bottom: 0;
    margin-right: 3.9rem
}

.details-filter-row .select-custom .form-control {
    padding-right: 3rem
}

.details-filter-row .select-custom::after {
    font-size: 1rem;
    right: .9rem
}

.details-filter-row label {
    display: inline-block;
    width: 67px;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0
}

.details-filter-row .product-nav {
    margin-bottom: 0
}

.details-filter-row .product-nav-thumbs {
    padding-top: 0
}

.size-guide {
    color: #777;
    display: inline-flex;
    align-items: center
}

.size-guide i {
    font-size: 1.8rem;
    margin-right: .7rem
}

.size-guide:hover,.size-guide:focus {
    color: #c96
}

.product-details-quantity {
    max-width: 131px
}

.product-details-quantity .form-control {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    text-align: center;
    margin-bottom: 0
}

.product-details-action {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 3rem
}

.product-details-action .btn-cart {
    padding: 1rem 1.5rem;
    max-width: 198px;
    color: #c96;
    border: 0.1rem solid #c96
}

.product-details-action .btn-cart span {
    font-size: 1.4rem;
    color: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .35s ease, color 0s ease
}

.product-details-action .btn-cart:before {
    margin-right: .4rem
}

.product-details-action .btn-cart:hover,.product-details-action .btn-cart:focus {
    color: #fff;
    border-color: #c96;
    background-color: #c96
}

.details-action-wrapper {
    display: flex;
    align-items: center;
    margin-left: 4rem
}

.details-action-wrapper .btn-product {
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    align-self: stretch;
    line-height: 1.4
}

.details-action-wrapper .btn-product:before {
    margin-right: 1rem
}

.details-action-wrapper .btn-product.btn-wishlist:before {
    margin-top: -.2rem
}

.details-action-wrapper .btn-product span {
    font-size: 1.4rem
}

.details-action-wrapper .btn-product+.btn-product {
    padding-left: 1.3rem;
    margin-left: 1.6rem
}

.product-details-footer {
    color: #777;
    display: flex;
    font-weight: 400;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 1.7rem;
    border-top: .1rem solid #ebebeb;
    padding-bottom: 1.7rem
}

.product-details-footer .social-icons {
    margin-left: auto
}

.product-details-footer .social-icon {
    margin-bottom: 0
}

@media screen and (min-width: 992px) {
    .container-fluid .product-details-top .col-lg-7 {
        -ms-flex:0 0 56.5%;
        flex: 0 0 56.5%;
        max-width: 56.5%
    }

    .container-fluid .product-details-top .col-lg-5 {
        -ms-flex: 0 0 43.5%;
        flex: 0 0 43.5%;
        max-width: 43.5%
    }
}

@media screen and (min-width: 1700px) {
    .container-fluid .product-details-action .btn-cart {
        min-width:240px
    }

    .container-fluid .details-filter-row .form-control {
        min-width: 171px
    }
}

.product-details-tab {
    margin-bottom: 5rem
}

.product-details-tab .nav.nav-pills .nav-link {
    color: #333333;
    font-size: 1.6rem;
    padding: .55rem 3rem;
    border-bottom-width: .2rem;
    text-transform: capitalize
}

.product-details-tab .nav.nav-pills .nav-link:hover,.product-details-tab .nav.nav-pills .nav-link:focus {
    color: #c96;
    border-bottom-color: #c96
}

.product-details-tab .nav.nav-pills .nav-item+.nav-item {
    margin-left: 2rem
}

.product-details-tab .tab-content {
    border: .1rem solid #dadada;
    margin-top: -.1rem;
    border-radius: .3rem
}

.product-details-tab .tab-content .tab-pane {
    padding: 2.7rem 3rem
}

.product-desc-content h2 {
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -.01em;
    margin-bottom: 1.8rem
}

.product-desc-content h3 {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-bottom: 1.8rem
}

.product-desc-content ul {
    color: #333333
}

.product-desc-content ul li {
    position: relative;
    padding-left: 1.3rem
}

.product-desc-content ul li:before {
    content: '•';
    position: absolute;
    display: block;
    top: 0;
    left: .2rem
}

.product-desc-content a {
    color: #333;
    border-bottom: .1rem solid #b8b8b8;
    transition: all .35s ease
}

.product-desc-content a:hover,.product-desc-content a:focus {
    color: #c96;
    border-bottom-color: #c96
}

.product-desc-content blockquote {
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: 1.6rem
}

.product-desc-content blockquote p {
    margin-bottom: 0
}

.product-desc-content blockquote cite {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0
}

.reviews h3 {
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-bottom: 2.3rem
}

.review {
    padding-bottom: 1.3rem;
    margin-bottom: 2rem;
    border-bottom: .1rem solid #ebebeb
}

.review:last-child {
    margin-bottom: 0
}

.review .col-auto {
    width: 120px;
    padding-right: 2rem
}

.review h4 {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -.01em;
    margin-bottom: .8rem
}

.review h4 a {
    color: inherit
}

.review h4 a:hover,.review h4 a:focus {
    color: #c96
}

.review .ratings-container {
    padding-top: .7rem;
    margin-bottom: .5rem
}

.review .review-date {
    color: #ccc
}

.review-content {
    margin-bottom: .8rem
}

.review-action {
    font-size: 1.2rem
}

.review-action a {
    color: #777;
    transition: all .35s ease
}

.review-action a:hover,.review-action a:focus {
    color: #c96;
    box-shadow: 0 1px 0 #c96
}

.review-action a+a {
    margin-left: 1.6rem
}

.review-action i {
    font-size: 1.4rem;
    margin-right: .6rem
}

.product-details-centered {
    text-align: center
}

.product-details-centered .ratings-container,.product-details-centered .product-price,.product-details-centered .details-filter-row {
    justify-content: center
}

.product-details-centered .product-content {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto
}

.product-details-centered .details-row-size .select-custom {
    margin-right: 2rem
}

.product-details-centered .details-filter-row label {
    width: auto;
    margin-right: 1rem
}

.product-details-centered .details-filter-row .form-control {
    min-width: 104px
}

.product-details-centered .product-details-action {
    flex-direction: column;
    align-items: center
}

.product-details-centered .product-details-action .btn-cart {
    min-width: 218px
}

.product-details-centered .details-action-wrapper {
    margin-left: 0
}

.product-details-centered .details-action-wrapper .btn-product+.btn-product {
    border-left-width: 0
}

.product-details-centered .product-details-quantity {
    max-width: 100px
}

.details-action-col {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem
}

.details-action-col .product-details-quantity {
    margin-right: 2rem
}

.details-action-col label {
    display: inline-block;
    width: 67px;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0
}

.product-details-extended .nav.nav-pills {
    border-top: .1rem solid #ebebeb
}

.product-details-extended .nav.nav-pills .nav-link {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-top: .2rem solid transparent;
    border-bottom: none;
    margin-top: -.1rem
}

.product-details-extended .nav.nav-pills .nav-link.active,.product-details-extended .nav.nav-pills .nav-link:hover,.product-details-extended .nav.nav-pills .nav-link:focus {
    border-color: #c96
}

.product-details-extended .tab-content {
    border: none
}

.product-details-extended .tab-content .tab-pane {
    padding: 0
}

.product-desc-row {
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 500px
}

.product-desc-row.text-white h2,.product-desc-row.text-white h3,.product-desc-row.text-white h4 {
    color: inherit
}

.product-details-separator {
    margin-bottom: 6rem
}

.product-details-separator .details-filter-row label {
    margin-right: 2.4rem
}

.product-details-separator .details-filter-row .product-size {
    margin-right: 2rem
}

@media screen and (min-width: 768px) {
    .product-details-separator [class*="col-"] {
        padding-top:1rem
    }

    .product-details-separator [class*="col-"]+[class*="col-"]:before {
        content: '';
        width: .1rem;
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        background-color: #ebebeb
    }
}

.details-footer-col {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    border-top: none
}

.product-details-centered .details-footer-col {
    align-items: center
}

.details-footer-col .product-cat {
    margin-bottom: 2.6rem
}

.details-footer-col .social-icons {
    margin-left: 0
}

.product-details-accordion .card {
    border: .1rem solid #ebebeb
}

.product-details-accordion .card .card-title {
    font-weight: 400
}

.product-details-accordion .card .card-title a {
    background-color: #fafafa
}

.product-details-accordion .card .card-title a:not(.collapsed) {
    background-color: #fff
}

.product-details-accordion .card .card-body {
    padding-top: 0
}

.product-details-accordion .card .card-body p:last-child {
    margin-bottom: .2rem
}

.product-details-sidebar {
    margin-bottom: 3rem
}

.product-details-sidebar .details-filter-row .select-custom {
    margin-right: 1.9rem
}

.product-details-sidebar .product-details-action {
    flex-direction: column;
    align-items: flex-start
}

.product-details-sidebar .details-action-wrapper {
    margin-left: 0
}

.product-details-sidebar .details-action-col {
    width: 100%
}

.product-details-sidebar .details-action-col .btn-product {
    flex: 1 1 auto;
    max-width: 230px
}

.product-details-sidebar .product-details-action {
    margin-bottom: 2.6rem
}

.hide{
    display: none !important;
}
.show{
    display: block;
}
.show-inline{
    display: inline-block;
}

.sidebar-product {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.sidebar-product .widget {
    margin-bottom: 4.5rem
}

.sidebar-product .widget-title {
    font-size: 2.4rem;
    letter-spacing: -.025em;
    margin-bottom: 2.4rem
}

.sidebar-product .products {
    margin-bottom: 3rem
}

.sidebar-product .btn {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

.sticky-bar {
    display: none
}

.about{
    margin-top: 80px;
    margin-bottom: 50px;
}
.about h2{
    font-size: 25px;
    font-weight: 500;
}

.about p{
    line-height: 32px;
    font-size: 18px;
}
.about img{
    width: 100%;
}

.about .boxs{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 80px;
}
.about .boxs img{
    width: 80%;
    margin: auto;
    display: block;
}
.about .boxs p{
    width: 80%;
    margin: auto;
    margin-top: 15px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}


.navbar .megamenu{ padding: 1rem; }
.nav-link{color:var(--black);}
.nav-link:hover , .nav-link:focus , .navbar-nav .nav-link.show{
    color:var(--blue) ;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */
.accordion-body{
    padding-top: 10px !important;
    padding: 10px !important;
}
.price-input {
    width: 100%;
    display: flex;
    margin: 0px 0 25px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
}
  .field input {
    width: 80%;
    height: 100%;
    outline: none;
    font-size: 12px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 50px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress {
    height: 100%;
    left: 2%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--blue-dark);
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--blue);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--blue);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  /* Support */
  .support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
  }
  .b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn.paypal i {
    color: blue;
  }
  .b-btn:hover {
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
  }
  

  @media screen and (min-width: 992px) {
    .product-gallery-vertical .row {
        margin-left:-.5rem;
        margin-right: -.5rem;
        flex-direction: row-reverse
    }

    .product-gallery-vertical .btn-product-gallery {
        right: 2.5rem
    }

    .product-gallery-vertical .product-image-gallery,.product-gallery-vertical .product-main-image {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .product-gallery-vertical .product-main-image {
        flex: 0 0 80%;
        max-width: 80%
    }

    .product-gallery-vertical .product-image-gallery {
        width: auto;
        flex: 0 0 20%;
        max-width: 20%;
        margin-left: 0;
        margin-right: 0
    }

    .product-gallery-vertical .product-gallery-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1rem
    }

    .product-gallery-vertical .product-gallery-item:before,.product-gallery-vertical .product-gallery-item:after {
        left: 0;
        right: 0
    }

    .sticky-bar {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #fff;
        box-shadow: -15px 0 43px rgba(51,51,51,0.15)
    }

    .sticky-bar .row {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .sticky-bar .col-6 {
        display: flex;
        align-items: center
    }

    .sticky-bar .product-media {
        max-width: 60px;
        margin-right: 2rem;
        margin-bottom: 0;
        flex-shrink: 0
    }

    .sticky-bar .product-title {
        margin-bottom: 0;
        letter-spacing: -.025em
    }

    .sticky-bar .product-price {
        margin-bottom: 0;
        margin-right: 2rem
    }

    .sticky-bar .product-details-quantity {
        margin-right: 2rem;
        max-width: 100px
    }

    .sticky-bar .product-details-action {
        margin-bottom: 0
    }

    .sticky-bar .btn-cart {
        min-width: 200px;
        margin-right: 2rem
    }

    .sticky-bar .btn-product+.btn-product {
        border: none
    }

    .sticky-bar .btn-wishlist {
        font-size: 1.8rem;
        margin-right: 2rem
    }

    .sticky-bar .btn-wishlist span {
        display: none
    }

    .sticky-bar .btn-wishlist:before {
        margin-right: 0
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .details-action-wrapper {
        margin-left:1rem
    }

    .product-details-sidebar .product-details-quantity {
        max-width: 91px
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-action {
        flex-direction:column;
        align-items: flex-start
    }

    .details-action-wrapper {
        margin-left: 0;
        margin-top: 1.5rem
    }

    .product-details-action .btn-cart {
        min-width: 198px
    }

    .product-details-tab .nav.nav-pills .nav-item+.nav-item {
        margin-left: 1rem
    }

    .product-details-tab .nav.nav-pills .nav-item .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .product-desc-row {
        min-height:380px
    }

    .product-desc-content h2,.product-details .product-title {
        font-size: 2.2rem
    }

    .product-gallery-separated {
        margin-bottom: 3rem
    }
    .theme-block-1 .item-2{
        width: 49% !important;
    }
    .theme-block-1{
        width: 90% !important;
        margin: auto;
    }
    .products{
        padding: 50px 0px !important;
        overflow-x: hidden;
    }
    .footer-middle .title, .footer-bottom .title, .footer-middle .widget-title{
        text-align: center;
    }
    .payment-methods{
        text-align: center;
    }
    .download-icons{
        text-align: center;
    }
    .ul-theme-social{
        text-align: center;
    }
    .footer-middle .col-md-2 a{
        display: block;
        text-align: center;
        margin: auto;
    }
.footer-up img {
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .footer-up .detail{
        display: block;
        text-align: center;
    }
    .footer-up h2{
        text-align: center;
    }
    .footer-up p{
        text-align: center;
    }
    .head-4 , .head-4 p{
        text-align: center;
    }
    .head-4 h2{
        text-align: center;
    }
    .head-4 a{
        margin: auto;
    margin-bottom: 20px;
    }
    .footer-middle .title::before, .footer-bottom .title::before, .footer-middle .widget-title::before{
        display: inline-flex;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb-nav .d-flex {
        flex-direction:column;
        align-items: flex-start !important
    }

    .product-pager {
        margin-right: auto;
        margin-top: 1rem
    }

    .product-details-tab .nav.nav-pills .nav-item+.nav-item {
        margin-left: 0
    }
    .theme-block-1 .item-2{
        width: 49% !important;
    }
    .theme-block-1{
        width: 90% !important;
        margin: auto;
    }
    .products{
        padding: 50px 0px !important;
        overflow-x: hidden;
    }
    .footer-middle .title, .footer-bottom .title, .footer-middle .widget-title{
        text-align: center;
    }
    .payment-methods{
        text-align: center;
    }
    .download-icons{
        text-align: center;
    }
    .ul-theme-social{
        text-align: center;
    }
    .footer-middle .col-md-2 a{
        display: block;
        text-align: center;
        margin: auto;
    }
    .footer-up img {
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .footer-up .detail{
        display: block;
        text-align: center;
    }
    .footer-up h2{
        text-align: center;
    }
    .footer-up p{
        text-align: center;
    }
    .head-4 , .head-4 p{
        text-align: center;
    }
    .head-4 h2{
        text-align: center;
    }
    .head-4 a{
        margin: auto;
    margin-bottom: 20px;
    }
    .footer-middle .title::before, .footer-bottom .title::before, .footer-middle .widget-title::before{
        display: inline-flex;
    }
}

@media screen and (max-width: 580px) {
    .product-details-action {
        flex-direction:column;
        align-items: flex-start
    }

    .details-action-wrapper {
        margin-left: 0;
        margin-top: 1.5rem
    }

    .product-details-footer {
        flex-direction: column;
        align-items: flex-start
    }

    .product-details-footer .social-icons {
        margin-left: 0;
        margin-top: 1rem
    }

    .review .row {
        flex-direction: column
    }

    .details-filter-row .select-custom {
        margin-right: 1.5rem
    }

    .product-details-action .btn-cart,.product-details-centered .product-details-action .btn-cart {
        min-width: 198px
    }

    .product-details-sidebar .details-action-col .btn-product {
        min-width: 168px
    }
    .theme-block-1 .item-2{
        width: 49% !important;
    }
    .theme-block-1{
        width: 90% !important;
        margin: auto;
    }
    .products{
        padding: 50px 0px !important;
        overflow-x: hidden;
    }
    .footer-middle .title, .footer-bottom .title, .footer-middle .widget-title{
        text-align: center;
    }
    .payment-methods{
        text-align: center;
    }
    .download-icons{
        text-align: center;
    }
    .ul-theme-social{
        text-align: center;
    }
    .footer-middle .col-md-2 a{
        display: block;
        text-align: center;
        margin: auto;
    }
    .footer-up img {
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .footer-up .detail{
        display: block;
        text-align: center;
    }
    .footer-up h2{
        text-align: center;
    }
    .footer-up p{
        text-align: center;
    }
    .head-4 , .head-4 p{
        text-align: center;
    }
    .head-4 a{
        margin: auto;
    margin-bottom: 20px;
    }
    .head-4 h2{
        text-align: center;
    }
    .footer-middle .title::before, .footer-bottom .title::before, .footer-middle .widget-title::before{
        display: inline-flex;
    }
}


.services-page .services-list {
    padding: 0px;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.services-page .services-list > li{
    width: calc(92% / 4);
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 1px 3px rgba(56, 56, 56, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    margin-left: 2%;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
 .services-page .services-list .item{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 1px 3px rgba(56, 56, 56, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    margin-left: 2%;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.services-page .services-list > li:hover ,  .services-page .services-list .item:hover{
    box-shadow: 0px 1px 3px rgba(56, 56, 56, 0.2);
}
.services-page .services-list > li .handle-text-area , .services-page .services-list .item .handle-text-area {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.services-page .services-list > li .deal-offer , .services-page .services-list .item .deal-offer{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 10px 10px 5px;
}
.services-page .services-list > li .deal-offer .deal-discount  , .services-page .services-list .item .deal-offer .deal-discount {
    padding-top: 5px;
}
     .services-page .services-list > li .deal-offer .discount-percentage ,  .services-page .services-list .item .deal-offer .discount-percentage{
    	 color: #e41f38;
    	 font-weight: bold;
    }
     .services-page .services-list > li .discount , .services-page .services-list .item .discount{
    	 padding: 2px 7px;
    	 border-radius: 2px;
    	 background: #e61f39;
    	 color: #fff;
    	 font-weight: bold;
    	 font-size: 12px;
    	 line-height: 24px;
    	 display: block;
    	 padding-bottom: 3px;
    	 box-sizing: border-box;
    	 text-align: center;
    }
     @media (max-width: 900px) {
    	 .services-page .services-list > li  , .services-page .services-list .item {
    		 width: 100%;
    		 margin-left: 0;
    		 margin-right: 0;
    	}
    }
     .services-page .services-list > li .in-cart, .services-page .services-list .item .in-cart {
    	 padding: 5px;
    	 color: #41d3bd;
    	 position: absolute;
    	 font-size: 12px;
    	 font-weight: bold;
    	 left: 0;
    }
     .services-page .services-list > li > a  , .services-page .services-list .item a{
    	 display: block;
    	 width: 100%;
    }
     .services-page .services-list > li:nth-child(3n) , .services-page .services-list .item::nth-child(3n){
    	 margin-left: 0px;
    }
     @media (max-width: 900px) {
    	 .services-page .services-list > li:nth-child(3n),.services-page .services-list .item::nth-child(3n) {
    		 margin-left: 15px;
    	}
    }
     @media (max-width: 900px) {
    	 .services-page .services-list > li:nth-child(1n) , .services-page .services-list .item::nth-child(1n){
    		 margin-left: 0px;
    	}
    }
     .services-page .services-list > li .img , .services-page .services-list .item .img{
    	 text-align: center;
    	 display: flex;
    	 align-items: center;
    	 justify-content: center;
    	 overflow: hidden;
    	 padding: 9px;
    }
     @media (max-width: 900px) {
    	 .services-page .services-list > li .img ، .services-page .services-list .item .img {
    		 min-height: 90px;
    		 height: auto;
    	}
    }
     .services-page .services-list > li .img img , .services-page .services-list .item .img img{
    	 width: 100%;
    	 height: 100%;
    	 border-radius: 8px;
    	 transition: 0.3s all ease-in-out;
    }
     .services-page .services-list > li .img img:hover , .services-page .services-list .item .img img:hover {
    	 transform: scale(1.1);
    }
     @media (max-width: 900px) {
    	 .services-page .services-list > li .img img ,  .services-page .services-list .item .img img {
    		 height: auto;
    		 min-height: 70px;
    		 min-width: 100px;
    	}
    }
     .services-page .services-list > li .data  ,  .services-page .services-list .item .data{
    	 text-align: right;
    	 box-sizing: border-box;
    	 display: flex;
    	 flex-direction: column;
    	 justify-content: space-between;
    	 height: auto;
    }
.services-page .services-list p.service-title ,  .services-page .services-list .item p.service-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2px;
    color: #000;
}
.services-page .services-list > li .data .card-info ,  .services-page .services-list .item .data .card-info {
    border-bottom: 1.10654px dashed rgba(0, 0, 0, 0.3);
    padding: 10px 10px 15px 10px;
}
.services-page .services-list > li .data > div > span, .services-page .services-list > li .data > div > p, 
.services-page .services-list > li .data .h3, .services-page .services-list > li .data .h4 ,
.services-page .services-list .item .data div span,
.services-page .services-list .item .data div p,
.services-page .services-list .item .data div .h3,
.services-page .services-list .item .data div .h4
{
    margin: 0px;
}
.services-page .services-list > li .data > div > span,
.services-page .services-list .item .data div span {
    	 color: #868297;
    	 font-size: 12px;
    }
.services-page .services-list > li .data > div > p.service-category,
.services-page .services-list .item .data div p.service-category
 {
    color: #868297;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
}
.services-page .services-list > li .data > div > p,
.services-page .services-list .item .data div p {
    	 color: #0d0630;
    	 font-size: 18px;
    	 font-weight: bold;
    	 line-height: 22px;
}
@media (max-width: 900px) {
    .services-page .services-list > li .data > div > p,
    .services-page .services-list .item .data div p {
    	font-size: 16px;
    	line-height: 24px;
    	height: initial;
    }
}
.services-page .services-list > li .data > div > p.handle-text-area {
    color: #808080;
    font-size: 14px;
}
.services-page .services-list .item .data div p.handle-text-area{
    color: #808080;
    font-size: 13px;
    font-weight: 500;
}
@media (max-width: 900px) {
    .services-page .services-list > li .data > div > p.handle-text-area,
    .services-page .services-list .item .data div p.handle-text-area {
    	font-size: 12px;
    	line-height: 24px;
    }
}
.services-page .services-list > li .data > div > p.service-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2px;
}
.services-page .services-list .item .data div p.service-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 2px;
}
     @media (max-width: 900px) {
    	 .services-page .services-list > li .data > div > p.service-title ,
         .services-page .services-list .item .data div p.service-title{
    		 font-size: 14px;
    	}
    }
     .services-page .services-list > li .data .h4 ,
     .services-page .services-list .item .data .h4{
    	 color: #0d0630;
    	 font-size: 18px;
    	 font-weight: bold;
    	 line-height: 24px;
    }
     @media (max-width: 900px) {
    	 .services-page .services-list > li .data .h4,
         .services-page .services-list .item .data h4 {
    		 font-size: 16px;
    		 line-height: 28px;
    	}
    }
.services-page .services-list > li .data .h3 ,
.services-page .services-list .item .data .h3{
    	 color: #55506e;
    	 font-size: 16px;
    	 line-height: 24px;
    	 font-weight: normal;
    	 display: inline-block;
    	 position: relative;
}
.icon-saudi_riyal::before {
    content: "\e900";
    font-family: 'saudi_riyal' !important;
    font-size: inherit;
    color: inherit;
}
.services-page .services-list > li .data .h3:after ,
.services-page .services-list .item .data .h3:after{
    content: "";
    position: absolute;
    top: 12px;
    right: 0px;
    width: 100%;
    height: 1px;
    background: #6c6884;
}
.services-page .services-list > li.expired .data .h3, 
.services-page .services-list > li.expired .data .h4, 
.services-page .services-list > li.expired .data p, 
.services-page .services-list > li.expired .data span,
.services-page .services-list .item.expired .data .h3,
.services-page .services-list .item.expired .data .h4,
.services-page .services-list .item.expired .data p,
.services-page .services-list .item.expired .data span
{
    opacity: 0.4;
}
.services-page .services-list > li.expired .img img ,
.services-page .services-list .item.expired .img img{
    filter: grayscale;
    opacity: 0.4;
}
.services-page .services-list > li.expired .discount, .services-page .services-list > li.expired .in-cart,
.services-page .services-list .item.expired .discount,
.services-page .services-list .item.expired .in-cart
{
    background-color: #b3b3b3;
}
.services-page .services-list > li.expired:after,
.services-page .services-list .item.expired:after {
    	 content: "انتهى العرض";
    	 position: absolute;
    	 font-size: 14px;
    	 line-height: 30px;
    	 text-align: right;
    	 font-weight: bold;
    	 width: 100%;
    	 height: 38px;
    	 background-color: #ea4334;
    	 color: #fff;
    	 bottom: 0;
    	 right: 1px;
    	 padding: 0px 5px 5px 5px;
    	 box-sizing: border-box;
}
@media (max-width: 900px) {
.services-page .services-list.homepage,
.services-page .services-list .item.homepage {
    		 flex-direction: row;
    		 overflow-x: auto;
    		 flex-wrap: initial;
    		 width: 100%;
    		 justify-content: initial;
    		 overflow-y: auto;
    		 overscroll-behavior-x: contain;
    		 scroll-snap-type: x mandatory;
    	}
    	 .services-page .services-list.homepage > li,
         .services-page .services-list .item.homepage > li {
    		 width: initial;
    		 margin-left: 10px;
    		 margin-right: 0px;
    		 display: flex;
    		 max-width: initial;
    		 flex: 0 0 60%;
    		 scroll-snap-align: center;
    	}
    }