
body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    text-transform: capitalize;
}
.noPad
{
    padding: 0;
}
.txtCent
{
    text-align: center !important;
}
.flotRt
{
    float: right;
}
.centralize
{
    margin: auto;
    display: block;
    float: none;
}
a,
a:hover {
    transition: 0.3s all ease-in-out;
    text-decoration: none;
}
select
{
    /* -moz-appearance: window;
    -webkit-appearance: none; */
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #B5202B;
}
a:focus,button:focus ,input:focus,select:focus,textarea:focus
{outline: 0;box-shadow: 0 0 0;}
.p-t-100
{
    padding-top: 100px;
}
.miniBar
{
    border-bottom: 1px solid #ccc;
    padding: 0 35px;
}
.dropdown-toggle::after
{
    content: none;
}
.miniBar ul
{
    list-style: none;
    display: inline-block;
    margin: 0;
}
.miniBar ul li
{
    width: fit-content;
    display: inline-block;
    color: #000;
    margin: 0 5px;
}
.miniBar a
{
    color: #000;
}
.rt
{
    text-align: right;
}
.rt .dropdown
{
    display: inline-block;
    margin-left: 15px;
    font-size: 13px;
}
.scndBr
{
    display: flex;
    text-align: center;
    padding: 20px;
    
}
.scndBr a
{
    color: #000;
}

.scndBr img
{
    width: 100px;
}
.navbar-expand-lg
{
    width: fit-content;
    margin: auto;
}
.navbar-expand-lg li
{
    margin: 0 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.srchDv a
{
    float: left;
}
.usrDv a
{
    float: right;
    font-size: 25px;
    margin: 0 0 0 10px;
}
.slogn
{
    background-color: #000;
    padding: 7px;
}
.slogn h6
{
    font-size: 15px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.mainAbs
{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 41%;
    text-align: center;
    color: #fff;
    width: fit-content;
}
.mainAbs a
{
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    padding: 0px 15px;
}
.itm img
{
 width: 100%;
}
.itm
{
    position: relative;
}
.mainAbs h2
{
    font-size: 50px;
    text-transform: uppercase;
}
.slick-prev, .slick-next
{
    background-color: #000;
    z-index: 999;
    padding: 3px 7px;
    width: auto;
    height: auto;
}
.slick-prev:hover, 
.slick-next:hover,
.slick-prev:focus, 
.slick-next:focus
{
    background-color: #000;
    font-size: 1px;
}
.slick-prev
{
    left: 35px;
}
.slick-next
{
    right: 35px;
}
.slick-prev:before
{
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
}
.slick-next:before
{
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
}
.thi
{
    margin-top: 5%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3%;
    padding-bottom: 2%;
}
.thi h4
{
    font-size: 25px;
    text-align: center;
}
.thi p
{
    font-size: 18px;
    text-align: center;
}
.rdTit
{
    font-size: 25px;
    color: #B5202B;
    text-align: center;
    text-transform: uppercase;
}
.bordBtn
{
    text-align: center;
    margin: 20px auto;
    padding: 5px 15px;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: fit-content;
    text-transform: uppercase;
}
.bordBtn:hover
{
    background-color: #000;
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.quik:hover
{
    color: #fff;
}
.quik
{
    position: absolute;
    z-index: 999;
    width: 100%;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    left: 0;
    top: 160px;
    display: none;
    transition: 0.3s all ease-in-out;
}
.singPro:hover .quik
{
    transition: 0.3s all ease-in-out;
    display: block;
}
.singPro img
{
    width: 100%;
   height: 170px;
   margin-top: 30px;
   z-index: 2;
   position: relative;
   background-color: #fff;
   transition: 0.3s all ease-in-out;
}
.nwArr .singPro:hover img,
.fav .singPro:hover img,
.shpDv .singPro:hover img
{
    /* width: 80%;
    height: 130px; */
    transform: scale(0.8);
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: 0.3s all ease-in-out;

}
.singPro:hover
{
    transition: 0.3s all ease-in-out;
    color: #000;
}
.singPro
{
    text-align: center;
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px;
    background-color: #fff;
    transition: 0.3s all ease-in-out;
    color: #000;
}
 a.fav
{
    position: absolute;
    color: #000;
    left: 20px;
    top: 10px;
    font-size: 20px;
}
.nwArr
{
    position: relative;
    margin-bottom: 3%;
    border-bottom: 1px solid #000;
    padding-bottom: 3%;
}
.nwArr h5
{
    font-size: 18px;
}
.nwArr .slick-next,
.catSec .slick-next
{
    right: -135px;
}
.nwArr .slick-prev,
.catSec .slick-prev
{
    left: -135px;
}
.mainAbs h3
{
    font-size: 38px;
    text-transform: uppercase;
}
.mainAbs h5
{
    letter-spacing: 3px;
}
.myContainer
{
    padding-left: 70px;
    padding-right: 70px;
}
.catSec
{
    margin-top: 5%;
    margin-bottom: 3%;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
.catSec .itm img
{
    width: 100%;
    height: 440px;
}
.catSec .singPro h5
{
    margin-top: 20px;
}
.catSec .singPro img
{
    margin-bottom: 20px;
    padding: 0 30px;
    height: 130px;
}
.imgDv
{
    border: 1px solid #eee;
}
.catSec .singPro:hover img
{
    transform: scale(1.3);
}
.catSec .singPro
{
    border: 0;

}
.container-fluid
{
    padding-left: 30px;
    padding-right: 30px;
}
.prodctSlid
{
    margin-bottom: 3%;
}
.flat .mainAbs
{
    background-color: rgba(255, 255, 255, 0.842);
    width: 40%;
    padding: 10px;
    top: 24%;

}
.flat img
{
    width: 100%;
    height: 550px;
}
.flat .mainAbs p
{
    margin-bottom: 5px;
}
.flat .mainAbs p:first-child
{
    font-size: 20px;
    color: #0B685E;
}
.flat .mainAbs p:nth-child(2)
{
    font-size: 26px;
    color: #B5202B;
}
.flat .mainAbs p:nth-child(3)
{
    font-size: 17px;
    color: #7E7E7E;
}
.flat .bordBtn
{
    background-color: #000;
    color: #fff;
    padding: 3px 25px;
    font-size: 16px;
}
.flat .bordBtn:hover
{
    background-color: #fff;
    color: #000;
}
.myContainer .itm img
{
    height: 600px;
}
.logos img
{
    width: 100px;
    margin: 20px;
    display: inline-block;
}
.logos
{
    text-align: center;
    margin: 30px 0 0;
}
.thItm
{
    text-align: center;
}
.thItm h5
{
    font-size: 22px;
}
.thItm small
{
    font-size: 13px;
}

.threes img
{ 
    width: 100%;
    height: 210px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
footer .footCont
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin:30px 0;
}
footer img
{
    width: 100px;
    margin: 40px auto 20px;
    display: block;
}
footer ul
{
    font-size: 14px;
    padding: 0;
    list-style: none;
    margin: auto;
    width: fit-content;
}
footer li 
{
    margin: 20px;
    display: inline-block;
}
footer li a
{
    color: #7E7E7E;
}
footer h6 
{
    font-size: 17px;
    color: #7E7E7E;
    text-align: center;
    margin-bottom: 25px;
}
footer h6 span
{
    color: #B5202B;
}
.forMob
{
    display: none;
}
/* ---------- single product ------------  */
.singlProSec
{
    margin: 5% 0;
}
.proNam
{
    text-transform: uppercase;
    font-size: 25px;
}
.singlProSec .rdTit
{
    text-align: left;
    font-size: 25px;
}
.proDetails
{
    padding: 0 25px;
}
.proDetails small
{
    font-size: 14px;
}
/* radio button  */
.conta {
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding: 2px 13px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .conta input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
  }
  
  .conta input ~ .checkmark {
    border: 2px solid #ccc;
  }
  .conta input:checked ~ .checkmark {
    border: 2px solid #000;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  } 
  .conta input:checked ~ .checkmark:after {
    display: block;
  }
  .conta .checkmark:after {
    width: 100%;
    height: 100%;
  }
  .allSizs label
  {
    display: inline-block;
    text-align: center;
  }
  #proImg a
  {
    border: 1px solid #ccc;
    padding: 0;
    margin-bottom: 6px;
    border-radius: 0;
  }
  #proImg a img
  {
      width: 100px;
      height: 80px;
      margin:15px auto;
      display: block;
  }
  #proImgContent img
  {
      width: 100%;
      margin: 11% 0;
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link,
  #proImg a.active
  {
      background-color: transparent;
      border: 1px solid #000;
  }
  #proImgContent
  {
      border: 1px solid #ccc;
  }
  #proImgContent a.fav
  {
      right: 20px;
      left: auto;
      color: gray;
  }
  .qtyDv
  {
      display: inline-block;
      width: fit-content;
  }
  .qtyInpt
  {
      width: 40px;
      display: inline-block;
      text-align: center;
      border: 0;
  }
  .button-container
  {
      width: fit-content;
      display: inline-block;
  }
  .button-container button
  {
      background-color: transparent;
      border: 1px solid #ccc;
      padding: 0 8px;
  }
  .adToCrt
  {
      background-color: #000;
      color: #fff;
      margin: 0 0 0 20px;
      display: inline-block;
      width: 50%;
      float: right;
  }
  .proDetails h6
  {
      margin-bottom: 25px;
      margin-top: 20px;
  }
  .proTafasel
  {
      margin-top: 40px;
  }
  .proRat
  {
      border: 1px solid #ccc;
      padding: 20px;
  }
  .proRat h5
  {
      text-align: center;
      margin-bottom: 30px;
      font-size: 18px;
  }
  .proRat span::after
  {
      content: '';
      width: 100px;
      height: 2px;    
      background-color: #fff;
      border: 2px solid gray;
      display: block;
      margin-top: -13px;
      z-index: -1;
      position: relative;
  }
  .proRat span
  { 
    background-color: #fff;
    color: gray;
    border: 1px solid gray;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      text-align: center;
      display: inline-block;
      margin-left: 70px;
      font-size: 10px;
      line-height: 25px;
      z-index: 9999;
  }
  .proRat span:first-child
  {
      margin-left: 0;
  }
  
  .proRat span.chkd
  {

    background-color: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .proRat span.chkd::after
  {
    background-color: #000;
    border: 2px solid #000;
  }
  span.chkd:last-child
  {
    background-color: #f00;
    border: 2px solid #f00;
  }
  .proRat span:last-child::after
  {
      display: none;
      content: '';
  }
  .proRat div
  {
      width: fit-content;
      margin: auto;
      display: block;
      float: none;
  }
  .proRat+ .bordBtn
  {
      width: 100%;
      border-color: #ccc;
      letter-spacing: 4px;
  }
  .rtSec
  {
      margin: 3% 0;
  }
  
.singFlats .itm img
{
    height: 400px;
}
.rtSec+ .nwArr
{
    border-bottom: 0;
    border-top: 1px solid gray;
    padding-top: 3%;
    padding-bottom: 0;
}
/* ------------------- shop ------------------   */
.shpDv
{
    margin-top: 60px;
    padding: 0 30px;
}
.fav .singPro,
.shpDv .singPro
{
    margin: 13px 0;
}
.sale
{
    position: absolute;
    background-color: #B5202B;
    color: #fff;
    width: fit-content;
    top: 0;
    right: 0;
    padding: 0 6px;
}
.rdTit span
{
    display: inline-block;
}
span.before
{
    color: gray;
    font-size: 17px;
    text-decoration: line-through;
}
/* left part  */
/* ================== categories ================== */
#column_left {
    border-right: 1px solid #ccc;
    margin-top: 30px;
    font-size: 17px;
    letter-spacing: 4px;
    padding: 5px 20px;
}
#price .collapse.show
{
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
#column_left .nav-list li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	color: #000;
    width: 100%;
}

#column_left .nav-list > li > a {
    font-size: 17px;
}
#column_left .nav-list > li {
    width: 100%;
    padding: 4px;
	border-bottom: 1px solid #ccc;
}
#column_left.nav.nav-list.collapse.show li a
{
    color: #000;
    padding-left: 25px;
}
#column_left.nav.nav-list.collapse.show li a:hover {
	background-color: #000;
    color: #ccc;
}
.pull-right
{
    float: right;
}
#column_left .accordion-heading.collapsed b {
    transform: rotate(-90deg);
    transition: 0.3s all ease-in-out;
}
#column_left .accordion-heading b {
    transition: 0.3s all ease-in-out;
}
#column_left .collapse p
{
    font-size: 17px;
    padding-left: 10px;
}
#column_left .collapse ul
{
    padding: 15px 10px;
    list-style: none;
    clear: both;
    display: block;
    width: 100%;
}
#column_left .cont input,
.logins .cont input
 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#column_left .cont .checkmark:after,
.logins .cont .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
#column_left .cont 
.logins .cont{
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}
#column_left .cont .checkmark ,
.logins .cont .checkmark 
{
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    text-align: center;
    background-color: #fff;
    border:1px solid #000;
}
#column_left .cont 
{
    
}
#column_left .cont input:checked ~ .checkmark {
    
}
#column_left .cont input:checked ~ .checkmark:after,
.logins .cont input:checked ~ .checkmark:after
 {
    display: block;
}
#column_left .collapse ul li h5{
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
#column_left #myRange {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #000;
    outline: none;
    margin-top: 5px;
    margin-bottom: 30px;
    margin:5px auto 30px
  }
  #column_left #myRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
  }

  #column_left .column {
    float: left;
    width: 25%;
    margin:0;
    padding: 10px;
  }
  .ui-widget.ui-widget-content {
    border: 0px solid #000000;
    height: 5px;
    background-color: #ccc;
  }
  .ui-widget-header
  {
      background-color: #000;
  }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #000000;
    background: #000000;
    color: #454545;
    border-radius: 50%;
}
#amount
{
    font-size: 15px;
    border: 0;
    text-align: center;
    width: 100%;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.35em;
}
span.nav-header-primary
{
    text-transform: uppercase;
}
.max,.min 
{
    color: #707070;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
}
.max
{
    float: right;
}
ul#price {
    padding: 10px;
}
/* ----------------------- cart ----------------------- */
.cartSec
{
    margin: 3% 0;
}
.cartSec .row 
{
    margin-top: 35px;
}
.bgTit
{
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    width: fit-content;
    position: relative;
    letter-spacing: 3px;
}
.bgTit::after
{
    background-color: #b5202b40;
    content: '';
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 80%;
    height: 20px;
    z-index: -1;
}
.cartItm .h6Crt 
{
    font-size: 18px;
}
.cartItm .rdTit
{
    text-align: left;
    font-size: 20px;
}
.cartItm .h6Crt span ,
.cartItm h5 
{
    text-transform: uppercase;
}
.cartItm 
{
    margin-top: 30px;
    display: block;
    position: relative;
}
.cartItm .del 
{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 17px;
    color: gray;
}
.cartItm img
{
    width: 170px;
    /* height: 100%; */
    margin: auto;
    display: block;
}
.cartItm .mr-3
{
    height: 100%;
    border: 1px solid #ccc;
    position: relative;
    display: flex;
}
.cartItm .media
{
    display: flex;
}
.cartItm .media-body
{
    background-color: #eee;
    padding: 10px;
}
.cartItm .qtyDv .button-container
{
    background-color: #fff;
}
.cartItm .qtyDv input
{
    background-color: transparent;
}
.cartItm .sale
{
    left: 0;
    right: auto;
}
.gryBord
{
    background-color: #ccc;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 7px;
    margin: 15px 0;
}
.rtCrt,.lftCrt
{
    padding: 20px 50px;
}
.rtCrt h4,
.rtCrt small
{
    color: #ccc;
    text-transform: capitalize;
    clear: both;
    display: block;
}
.rtCrt .rdTit
{
    text-align: left;
    font-size: 30px;
}
.rtCrt .adToCrt
{
    margin: 20px 0;
    float: left;
    width: fit-content;
    padding: 5px 30px;
    clear: both;
}
.cartSec label
{
    font-size: 15px;
    color: gray;
    margin: 0;
    padding: 0 2px;
}
.cartSec form select,
.cartSec form input
{
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;  
    padding-left: 0;  
    margin-bottom: 10px;
    text-transform: capitalize;
}
.cartSec form select,
.cartSec form input::placeholder
{
    color: #000;
}
.frmTit
{
    color: #B5202B;
    font-size: 19px;
    text-align: left;
    margin-bottom: 10px;
}
/* --- payment --------  */
.payMth .myLbl span.checkmark
  {
      display: inline-block;
      width: 15px;
    height: 15px;
    border-radius: 50%;
    right: 10px;
    left: auto;
    top: 15px;
  }
  .payMth .myLbl img
  {
    /* float: left;
    margin-left: auto; */
    display: inline-block;
    transform: scale(0.7);
    margin-right: 20px;
  }
  .payMth .myLbl 
  {
      width: 100%;
      margin: 10px 0;
      position: relative;
  }
  .payMth .myLbl label
  {
      width: 100%;
      display: flex;
      align-items: center;
      height: auto;
      padding: 3px;
      margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
      
  }
  .radio-toolbar.payMth input
  {
    position: absolute;
    right: 3%;
    top: 14px;

    width: fit-content;
    margin: 5px;
  }
  .radio-toolbar.payMth label:hover,
   .radio-toolbar.payMth input[type="radio"]:checked+label {
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    }
    .payMth .conta .checkmark::after
    {
        width: 5px;
        height: 5px;
        background-color: black;
        left: 3px;
        top: 3px;
        border-radius: 50%;
    }
/* ----  */
.cartSec .inptCod::placeholder
{
    color: #7E7E7E;
}
.cartSec .inptCod
{
    border: 1px solid #ccc;
    padding: 10px;
}
.cartSec .inptCod+i
{
    position: absolute;
    right: 3px;
    background-color: #b5202b29;
    color: #B5202B;
    top: 3px;
    font-size: 22px;
    padding: 9px;
}
.rtCrt form
{
    position: relative;
}
/* -------------------- about ------------------  */
.abtSec .thi
{
    border-bottom: 0;
}
.abtSec img
{
    width: 100%;
    height: 350px;
}
.ordAbt ol
{
    padding: 0;
}
.ordAbt li
{
    margin-bottom: 35px;
    margin-top: 25px;
}
.boSec 
{
    margin-top: 40px;
}
.boSec img
{
    width: 100%;
    margin: 14px 0;
}
.boSec h5
{
    font-size: 22px;
    margin-top: 19%;
}
.boSec h2
{
    font-weight: bolder;
    font-size: 40px;
    margin-top: 20px;
    letter-spacing: 4px;
}
.boSec p
{
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* --------------------- contact us page  -------------------  */
.contactSec
{
    margin-top: 4%;
}
.contactSec form
{
    margin-top: 35px;
}
.contactSec form input ,
.contactSec form textarea
{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px 25px;
    color: #000;
    margin: 10px 0;
    text-transform: capitalize;
}
.contactSec form input::placeholder ,
.contactSec form textarea::placeholder
{
    color: gray;
}

.contactSec form .bordBtn
{
    margin: 20px auto;
    width: fit-content;
    padding: 5px 25px;
    display: block;
    float: none;
} 
.contactSec form input ,.logins input
{
    background-size: 17px;
    background-position: right center;
    background-repeat: no-repeat;
    background-origin: content-box;
    
}
form input.nm
{
    background-image: url(../img/user.png);
}
form input.mob
{
    background-image: url(../img/mob.png);
}
form input.em,
.logins form input.em
{
    background-image: url(../img/msg.png);
}
.mapDv
{
    position: relative;
    margin-top: 60px;
}
.contactDetls
{
    position: absolute;
    left: 5%;
    top: 30%;
    background-color: #fff;
    padding: 25px;

}
.contactDetls h5
{
    color: gray;
    font-size: 18px;
}
.contactDetls span
{
    color: #2B7771;
    font-weight: bold;
    margin-right: 10px;
}
.socials
{
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0;
}
.socials li 
{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.socials li a
{
    display: block;
    background-color: #eee;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: auto;
}
.socials li:last-child
{
    margin-right: 20px;
}
.socials .gtDirec
{
    background-color: transparent;
    border-radius: 0;
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 3px 20px;
    width: 100%;
    margin: 0;
    margin-left: 20px;
    height: fit-content;
}
/* ---  */
.fav .singPro img
{
    height: 130px;
}
.fav .bgTit
{
    margin: 50px auto;
}
/* -- orders ---  */
#ordersTbs
{
    width: fit-content;
    margin:20px auto;
    float: none;
    border: 0;
}
#ordersTbs.nav-tabs .nav-link
{
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    margin: 0 10px;
    padding: 5px 20px;
}
#ordersTbs.nav-tabs .nav-item.show .nav-link, 
#ordersTbs.nav-tabs .nav-link:hover, 
#ordersTbs.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #000;
}
.ordCont
{
    border: 1px solid #ccc;
    padding: 30px;
    display: block;
    width: 100%;
    clear: both;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #000;
}
.ordDet1
{
    color: gray;
    font-size: 18px;
    margin-bottom: 0;
}
.ordDet2
{
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.ordDet3
{
    color: #B5202B;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.proces
{
    position: relative;
    margin-top: 30px;
}
.proces span:nth-child(2)
{
    left: 0;
}
.proces span:nth-child(3)
{
    left: 0;
    right: 0;
    margin: auto;
}
.proces span:nth-child(4)
{
    right: 0;
}
.proces span
{

    display: inline-block;
    background-color: #E6E6E6;
    color: #ABABAB;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
    position: absolute;
    width: fit-content;
    bottom: -17px;
}
.proces span.done 
{
    background-color: #0B685E;
    color: #fff;
}
.proces span.cancel
{
    background-color: #B5202B;
    color: #fff;
}
.proces hr
{
    border-bottom: 1px solid;
}
.cncl:hover,
.cncl
{
    position: absolute;
    right: 50px;
    top: 80px;
    border: 1px solid #000;
    padding: 5px 15px;
    text-align: center;
    color: #000;
}
/* ---------------------- sign up - login -------------------  */
.logins 
{
    margin: 40px 0;
}
.logins input
{
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;  
    padding-left: 0;  
    margin-bottom: 10px;
    text-transform: capitalize;
}
.logins .adToCrt
{
    width: 100%;
    display: block;
    margin: 20px 0;
}
.logins .row span
{
    font-size: 15px;
    text-transform: capitalize;
    padding-left: 25px;
}
.logins .row input
{
    margin-left: 0;
    display: inline-flex;
    width: fit-content;
    margin-right: 10px;
    margin-top: 6px;
}
.logins .cont .checkmark
{
    margin-right: 20px;
    padding: 0;
    margin-top: 2px;
}
.logins .row
{
    margin: 0;
    position: relative;
}
.logins a.forg
{
    color: #B5202B;
    margin-left: auto;
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
}
.dnt 
{
    border: 1px solid #ccc;
    padding: 15px 20px;
    text-align: center;
    margin: 20px 0;
    clear: both;
    color: gray;
}
.dnt a
{
    color: #000;
    font-weight: bolder;
    font-size: 17px;
    text-transform: uppercase;
}
.logins .passDv
{
    position: relative;
}
.logins form input.pw
{
    background-image: url(../img/eye.png);
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
    width: 20px;
    border: 0;
    margin: 0;
    padding: 0;
}
.logins p
{
    color: gray;
    text-align: center;
    font-size: 17px;
}
.logins .socials a
{
    box-shadow: 1px 2px 2px 0px #cccccccf;
}
.logins .socials li
{
    margin: 5px;
}
.logins .socials
{
    width: fit-content;
    margin: auto;
}
.logins label
{
    color: gray;
}
.logins input::placeholder
{
    color: #000;
}
.logins input
{
    margin-bottom: 20px;
}
.logTit
{
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-top: 50px;
}
.logDet
{
    color: #ccc;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.logins .rdTit
{
    font-size: 17px;
    margin-top: 10px;
}
/* ----------- verification code ----------------  */

.number-code > div {
    display: flex;
  }
  .number-code > div > input:not(:last-child) {
    margin-right: 20px
  }
  
  .content-area {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
    background: var(--background2);
    max-width: min(100%, 50rem);
    margin-top: 30px;
  }
  form input.code-input {
    font-size: 1.5em;
    width: 1em;
    text-align: center;
    flex: 1 0 1em;
    border-bottom: 1px solid #ccc;
  }
  form input[type=submit] {
    margin-left: auto;
    display: block;
    font-size: 1em;
    cursor: pointer;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  }
  form input[type=submit]:hover {
    background: var(--background3);
  }
  form input {
    padding: var(--spacing);
    border-radius: calc(var(--spacing) / 2);
    color: var(--text1);
    background: var(--background1);
    border: 0;
    border: 4px solid transparent;
  }
  .normTit
  {
      font-size: 22px;
      text-align: center;
      font-weight: bold;
  }
/* ---------------------------- responsive  ------------------------------- */
@media (width:2560px) {
    
}
@media (width:1440px){
    .flat img
     {
        height: 500px;
    }
    .catSec .itm img
    {
        height: 390px;
    }
}
@media (width: 1280px){
    #proImg a img {
        height: 60px;
    }
    .proDetails h6 {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .nwArr .slick-next, .catSec .slick-next {
        right: -55px;
    }
    .nwArr .slick-prev, .catSec .slick-prev
    {
        left: -55px;
    }
    .catSec .itm img
    {
        height: 350px;
    }
    .myContainer .itm img,.flat img
     {
        height: 500px;
    }
    .mainAbs
    {
        top: 30%;
    }
    .catSec .itm img
    {
        height: 390px;
    }
}
@media (max-width: 1024px){
    
    #proImg a img {
        height: 60px;
        margin: 5px auto;
    }
    .proDetails h6 {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    
    .nwArr .slick-next, .catSec .slick-next {
        right: -35px;
    }
    .nwArr .slick-prev, .catSec .slick-prev
    {
        left: -35px;
    }
    .myContainer .itm img,.flat img
     {
        height: 400px;
    }
    .mainAbs
    {
        top: 30%;
    }
    .catSec .itm img
    {
        height: 340px;
    }
    .rdTit {
        font-size: 20px;
    }
    .mainAbs h3
    {
        font-size: 30px;
    }
    .singPro img
    {
        height: 120px;
    }
    .threes img
    {
        height: 180px;
    }
}
@media (max-width:768px){
    .forMob
    {
        display: block;
    }
    .rtCrt, .lftCrt
    {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    .fav .singPro img {
        height: 90px;
    }
    #proImg a img {
        height: 40px;
        margin: 0px auto;
        width: 100%;
    }
    #proImgContent img {
        margin: 2% 0;
    }
    .singlProSec .rdTit,.proNam,.boSec h2
    {
        font-size: 20px;
    }
    .conta,.qtyInpt
    {
        font-size: 14px;
    }
    .proDetails small {
        font-size: 12px;
    }
    .rtSec .centralize
    {
        width: 100%;
        max-width: 70%;
    }
    .nwArr .slick-next, .catSec .slick-next {
        right: -25px;
    }
    .nwArr .slick-prev, .catSec .slick-prev
    {
        left: -25px;
    }
    .myContainer .itm img,.flat img
     {
        height: 350px;
    }
    .threes img
    {
        height: 140px;
    }
    .mainAbs
    {
        top: 13%;
    }
    .catSec .itm img,
    .abtSec img
    {
        height: 250px;
    }
    .flat .mainAbs
    {
        width: 70%;
    }
    .mainAbs h2
    {
        font-size: 40px;
    }
    .srchDv,.usrDv,.scndBr img
    {
        display: none;
    }
    /* menu - nav  */
    .rt {
        text-align: left;
    }
    .rt ul{
        padding: 0;
    }
    .miniBar
    {
        padding: 0 10px;
    }
    .navbar-toggler
    {
        transform: scale(0.6);
        top: 0px;
        padding: 1px 4px;
        z-index: 99999;
        border: 1px solid #000;
    }
    .navbar-light .navbar-toggler
    {
        border-color: #000;
    }
    .miniBar
    {
        position: relative;
    }
    .scndBr
    {
        padding: 0;
    }
    .navbar-expand-lg
    {
        margin: 0;
        padding: 0;
        width: auto;
        position: absolute;
        right: 0px;
        top: -30px;
    }

    .navbar-collapse
    {
        position: fixed;
        width: 50%;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
        right: 0;
        top: 0;
        /* padding-top: 20px; */
        /* height: 100%; */
        border-bottom: 2px solid #000;
    }
    #navbarSupportedContent
    {
        text-align: left;
    }
    #navbarSupportedContent .nvLnks
    {
        margin: 10px;
        width: fit-content;
    display: inline-block;
    float: right;
    margin-top: 35px;
    }
    #navbarSupportedContent ul li
    {
        border-bottom: 1px solid rgba(0, 0, 0, 0.628);
        font-size: 14px;
    }
    #navbarSupportedContent img
    {
        display: block;
        width: 60px;
        margin: 10px;
        display: inline-block;
    }
}
@media (max-width:500px){
    #column_left
    {
        padding: 0;
    }
    .dnt
    {
        padding: 10px;
    }
    .rtCrt .rdTit
    {
        font-size: 22px;
    }
    .cartItm .mr-3
    {
        height: auto !important;
    }
    .proces
    {
        margin-top: 10px;
    }
    .ordCont
    {
        padding: 10px;
    }
    .proces span {
        font-size: 12px;
        padding: 1px 5px;
        bottom: -10px;
    }
    .cncl
    {
        right: 20px;
        font-size: 14px;
        padding: 0 3px;
    }
    .mainAbs h2,.mainAbs h3,.bgTit,.boSec h2
     {
        font-size: 25px;
    }
    .shpDv .col-md-3, .fav .col-lg-2
    {
        max-width: 49%;
        padding: 0 5px;
    }
    .fav .singPro, .shpDv .singPro {
        margin: 5px 0;
    }
    .shpDv {
        padding: 0 ;
    }
    .boSec h5 {
        font-size: 18px;
        margin-top: 30px;
    }
    .cartSec .row {
        margin-top: 5px;
    }
    .rtCrt, .lftCrt {
        padding: 15px;
    }
    .cartItm .media
    {
        display: block;
    }
    .cartItm .mr-3
    {
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .proDetails {
        padding: 0;
        margin: 6% 0;
    }
    .myContainer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .rtSec .centralize {
        width: 100%;
        max-width: 100%;
    }
    .proRat span::after {
        width: 60px;
        border: 1px solid gray;
        margin-top: -11px;
    }
    .proRat span.chkd::after {
        border: 1px solid #000;
    }
    .proRat span
    {
        margin-left: 30px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 8px;
    }
    #proImgContent img {
        margin: 2% 0;
        height: 100%;
    }
    .adToCrt.bordBtn
    {
        margin: 0;
    }
    .rtCrt .adToCrt {
        margin: 20px 0;
    }
    .logins .adToCrt,
    .contactSec form .bordBtn {
        margin: 20px auto;
    }
    .contactDetls
    {
        left: 0;
        top: 20%;
        padding: 15px;
    }
    .socials li:last-child {
        margin: 20px auto;
        display: block;
    }
    .logins .socials li:last-child
    {
        display: inline-block;
    }
    .contactSec form input {
        background-size: 12px;
    }
    .contactSec form input, .contactSec form textarea
    {
        padding: 7px;
    }
    .mapDv iframe
    {
        height: 350px;
    }
    .socials li {
        margin-right: 3px;
    }
    .socials .gtDirec
    {
        margin-left: 0;
        padding: 0 10px;
    }
    .flat .bordBtn
    {
        margin: 2px auto;
    }
    .rtSec+ .nwArr
    {
        margin-top: 50px;
    }
    .rdTit,.flat .mainAbs p:nth-child(2),
    .thItm h5,.singlProSec .rdTit, .proNam,
    .singPro h5,.rtCrt h4,.logTit,.logDet,
    form input.code-input
    {
        font-size: 18px;
    }
    /* here   */
    .slick-prev:before,.sale,#column_left .nav-list > li > a,
    .slick-next:before,#column_left .collapse ul li h5,
    .thi p,.nwArr h5,span.before,.logins input,.logins .row span,
    .bordBtn,.catSec .singPro h5,.logins p,.logins label,
    .slogn h6,.mainAbs a,.dnt a,.dnt,.logins a.forg,
    .flat .mainAbs p:first-child,.cartItm .rdTit,
    .flat .mainAbs p:nth-child(3),.ordDet1,.ordDet3,
    .flat .bordBtn,footer h6,.miniBar a,.ordDet2,.h6Crt,
    .cartItm .h6Crt span, .cartItm h5,.cartItm .h6Crt,
    form input.code-inputm
    {
        font-size: 14px;
    }
    footer ul
    {
        font-size: 13px;
    }
    .nwArr .slick-next, .catSec .slick-next {
        right: -5px;
    }
    .nwArr .slick-prev, .catSec .slick-prev {
        left: -5px;
    }
    .myContainer .itm img, .flat img {
        height: 190px;
    }
    .flat .mainAbs {
        width: 95%;
        top: 2%;
    }
    .catSec .singPro img
    {
        height: 50px;
        margin: 10px 0;
    }
    .singPro img
    {
        height: 80px;
    }
    .catSec .itm img,.abtSec img
    {
        height: 200px;
        margin: 10px 0;
    }
    .quik
    {
        top: 84px;
    }
    .logos img
    {
        width: 70px;
        margin: 5px;
    }
    .bordBtn {
        text-align: center;
        margin: 15px auto;
        padding: 2px 20px;
    }
    .prodctSlid
    {
        padding: 0 20px;
    }
    .threes img
    {
        width: 70%;
        margin: 10px auto;
        display: block;
    }
    footer img {
        width: 75px;
    }
    footer li {
        margin: 10px;
    }
    footer ul
    {
        text-align: center;
    }
    .quik
    {
        font-size: 12px;
        padding: 2px;
    }
    .proNam+p ,.proNam+p+p,
    .singPro .bordBtn
    {
        font-size: 13px;
    }
    .slick-prev:before, .slick-next:before
    {
        font-size: 10px;
    }
    .singPro
    {
        margin: 5px;
    }

}
@media(max-width:380px){
    .singPro a.fav
    {
        font-size: 14px;
    }
    span.before
    {
        font-size: 11px;
    }
    .singPro .rdTit
    {
        font-size: 12px;
    }
    .fav .singPro img 
    {
        height: 65px;
    }
    .proNam+p,.proNam+p+p, .singPro .bordBtn {
        font-size: 11px;
    }
    .myContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .singPro img {
        height: 60px;
        margin-top: 20px;
    }
    .bordBtn {
        margin: 10px auto;
        padding: 2px 5px;
    }
    .rdTit, .flat .mainAbs p:nth-child(2), .thItm h5 {
        font-size: 15px;
    }
    .quik {
        top: 74px;
    }
    .mainAbs {
        top: 5%;
    }
    .mainAbs h2, .mainAbs h3,.bgTit {
        font-size: 20px;
    }
    .catSec .singPro img {
        height: 35px;
    }
    .catSec .itm img {
        height: 160px;
    }
}