@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(jquery.fancybox.css);
@import url(odometer-theme-default.css);
@import url(fontawesome-pro-5.12.0.css);
/* @import url(all.css); */
@import url(jquery.mCustomScrollbar.min.css);
@import url(line-awesome.min.css);
/* @import url(swiper.min.css); */
@import url(animate.css);
@import url(slick.css);
@import url(slick-theme.css);


@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Noto+Sans+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');


.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	direction:rtl !important
}


::selection {
  background-color: #204499;
  color: #fff;
}

/* Global Styles  */

body {
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  font-family: 'Droid Arabic Kufi', Tahoma, Arial, "Times New Roman", serif;
}
a {
    color: var(--action-color);

}

.overflow-visible{
    overflow: visible;
}

/* html{
  scroll-behavior: smooth;
} */



::-webkit-scrollbar-track {
  border-radius: 30px;
  background-color: #d7d7d7;
}

::-webkit-scrollbar {
  border-radius: 30px;
  width: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #204499;
}


/* RESETTING */
ul {
  margin: 0;
  padding-right: 0;
  list-style-type: none;
}

a:hover {
  color: unset;
  text-decoration: none;
}

button:focus {
  outline: 0;
  border: 0 !important;
}

/* Fonts Used */
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url("../fonts/Droid Arabic Kufi Regular.ttf");
}


/* @font-face {
  font-family: "GE_Flow_Bold";
  src: url("../fonts/GE-Flow-Bold.otf");
}

@font-face {
  font-family: "GE_Flow_Regular";
  src: url("../fonts/GE-Flow-Regular.otf");
}

@font-face {
  font-family: "GE_Dinar_Two_Medium";
  src: url("../fonts/GE_Dinar_Two_Medium.otf");
}

@font-face {
  font-family: "Roboto_Light";
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto_Bold";
  src: url("../fonts/Roboto-Bold.ttf");
} */

/* General Style Classes */
.res {
  max-width: 100%;
  height: auto;
}



.special_btn {
    font: normal normal bold 18px/30px 'Droid Arabic Kufi',Tahoma,Arial,"Times New Roman",serif;
    color: #FFF;
    padding: 8px 37px;
    border-color: var(--main-color);
    border: 0;
    background: var(--action-color) 0% 0% no-repeat padding-box;
    box-shadow: 0 12px 32px #ddd;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}


.special_btn::before,
.special_btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 90px solid var(--main-color);
    transition: all .5s;
}

.special_btn::before {
    right: -50px;
    border-right: 50px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.special_btn::after {
    left: -50px;
    border-left: 50px solid transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.special_btn:hover::before {
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
}

.special_btn:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(38%);
}
.special_btn:hover span,
.special_btn:focus span {
    color: #fff !important;
    position: relative;
    z-index: 2;
}
.special_btn:hover{
  box-shadow: none;
}



.line_after,
.special_heading {
  position: relative;
}

.line_after::after,
.special_heading::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 1.3px;
  background: var(--thr-color);
  bottom: -13px;
  right: 8px;
}

.line_after::before,
.special_heading::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--thr-color);
  bottom: -16px;
  right: 0px;
  border-radius: 50%
}

.special_heading {
  font-family: "GE_Flow_Bold";
  font-size: 31px;
  color: var(--sec-color);
  display: inline-block;
  margin-bottom: 36px;
}

.special_heading::after {
  content: "";
  position: absolute;
  width: calc(100% - 7px);
  height: 1.3px;
  background: var(--thr-color);
  bottom: -13px;
  right: 7px;
}


/* Start whatsapp  */

.fixed-icone{
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    animation: updown-i 4s infinite ease-in-out;
}
@keyframes updown-i{
    0%,100%{
        transform: translateY(-12px);
    }
    50%{
        transform: translateY(12px);
    }
}
.fixed-icone a{
width: 60px;height: 60px;
background: transparent linear-gradient(164deg, #08AD08 0%, #045704 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #BFBFBF29, 0px 3px 16px #234A9D38;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.fixed-icone a i{
color: #fff;
font-size: 36px;
}

/* end whatsapp  */

/* Start Search */
.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -25px;
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: var(--sec-color);
  background: none;
  border: none;
  border-bottom: 3px solid var(--sec-color);
  font-size: 20px;
  /*  	font-weight: 900;*/
  padding: 15px 0;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  -webkit-appearance: none;
  border-radius: 0px;
  box-shadow: inset 0 0 0 transparent;
  padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--action-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: var(--sec-color);
}

.searchForm .btnSearch {
  box-shadow: none !important;
  /* margin: 0 25px; */
  color: #FFF;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  /* width: 50px;
  height: 50px; */
  background: transparent;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--bg-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  bottom: 0;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
  z-index: 9;
}

/* End Search */




.section-header{position: relative;    padding-bottom: 40px;}
.section-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 0;
}

.section-header .section--title {
    padding-left: 1rem;
    background-color: #fff;
    z-index: 5;
    color: #0f3787;
}
.section--title {
  padding-left: 1rem;
  background-color: #fff;
  z-index: 5;
  color: #0f3787;
  font-size: 26px;
  font-weight: 700;
  line-height: 43px;
}



/* Start top Header */
.top_bar {
  background: var(--main-color);
  padding: 13px 0;

}

.top_bar * {
  color: #fff;
}

.top_bar ul {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Roboto_Light";
}

.top_bar .tpbar_left_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 35px;
}



.social.social_top_header a {
  margin-right: 15px;
  font-size: 13px;
}

.top_bar ul li {
  margin-right: 25px;
}
.top_bar ul li span{
  direction: ltr!important;
  unicode-bidi: embed;
}
.top_bar ul li i {
  margin-left: 2px;
}

/* End top Header */

/* Start navbar */


/* li.menu-item-has-children */


/* ---------- Menu dropdown -------------- */

li.fa-home{font-size: 18px;}
/* .menu svg {
  color: #303868;
  width: 8px;
  margin-inline-start: 4px;
} */
/* Start menu dropdown */

li.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left:-12px;
  top: 0px;
  /* bottom: 0; */
  display: flex;
  align-items: center;
  right: auto;
}

li.menu-item-has-children{
  animation: rotateMenu 400ms ease-in-out forwards;
  transform-origin: top center;
  position: relative;
  perspective: 1000px;
  z-index: 99;
  display: block;
    margin-inline-end: 28px !important;
}
li.menu-item-has-children:hover{
  cursor: pointer;
}

.sub-menu{
  position: absolute;
  top: 20px;
  left: -50px;
  width: 200px;
  perspective: 1000px;
  z-index: -1;
  /* animatin */
  animation: rotateMenu 400ms ease-in-out forwards;
  /* animation: rotateY 300ms ease-in-out forwards; */
  transform-origin: top center;
}
.sub-menu li{
  display: none;
  opacity: 0;
  
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 5px 15px rgb(48 56 104 / 5%);
  border: 1px solid #f0f0f0;
  /* transition: all .4 ease-in-out; */
}
.sub-menu li a{
  transition: 0 !important;
  display: block;
padding: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.sub-menu li a{transition: none}
.sub-menu li:hover{
  background-color:var(--sec-color);
  /* color:#FFF; */
}
/* .sub-menu li:hover a{
	color: var(--action-color);
} */
/* .sub-menu li:hover a{color: #FFF !important;} */


/*  Menu as a whole animated */

li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.sub-menu{
  display: none;
}
.sub-menu li {
  display: block;
  opacity: 1;
}


/* animation */
@keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}


@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg)
  }
  70% {
    transform: rotateX(20deg)
  }
  100% {
    transform: rotateX(0deg)
  }
}

/* End menu dropdown */


.navbar_sect {
  padding: 23px 0;
  display: flex;
}

.navbar_sect .logo {
  width: auto;
}
.navbar_sect .logo img{
    width: 190px;
    max-width: max-content;
}

.navbar_sect ul.main_navbar {
  display: flex;
  margin-right: 40px;
  align-items: center;
  height: 100%;
}

.navbar_sect ul.main_navbar li {
  margin-inline-end: 16px;
  font-size: 13px;
}

.navbar_sect ul.main_navbar li a {
  color: #000;
  transition: all .4s linear;
  position: relative;

}

/* Active item */
.navbar_sect ul.main_navbar > li a.active {
  color: var(--action-color);
}

.navbar_sect .special_btn {
  width: 167px;
  padding: 0;
  line-height: 46px;

}


.navbar_sect ul li a:hover {
  color: var(--action-color)
}
.navbar_sect ul li ul li a{transition:none !important}
.navbar_sect ul li ul li a:hover {
color: inherit !important
}
.navbar_sect ul li ul li:hover a{
	color: #FFF !important;
}
.navbar_sect .btns_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
}

.navbar_sect .btns_wrapper .search_icon {
  padding-left: 22px;
  font-size: 17px;
  color: var(--sec-color);
}

.navbar_sect .btns_wrapper .cart{
  position: relative;
  font-size: 21px;
  background: none;
  border: 0;
}
.navbar_sect .btns_wrapper .cart span{
  position: absolute;
  top: -8px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: var(--action-color) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}



.user_item{
  margin-right: 9px;
}
.user_item a{
  color: var(--sec-color);
  font-size: 14px;
  transition: all .4s linear;
}
.user_item a:hover{
  color: var(--action-color);
}

/* Start mobile navbar */

.respons-menu {
  position: relative;
  z-index: 8;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--main-color);
  /* height: 70px; */
  padding: 12px 0;
  display: none;
}

.respons-menu ul {
  display: flex;
  flex: 0 1;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.respons-menu ul li {
  display: inline-flex;
  flex: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.respons-menu ul li a {
  display: block;
  line-height: 1.8;
}

.respons-menu ul li a i {
  font-size: 20px;
  color: #fff;
}

.respons-menu ul li a span {
  display: block;
  color: #fff;
  font-size: 15px;
}

.respons-menu ul li .open-sidebar span,
.searchForm .btnSearch span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.respons-menu ul li .open-sidebar {
  background: transparent;
  /* color: var(--bg-color); */
  height: auto;
  width: auto;
  line-height: 1.6;
}

.respons-menu ul li .open-sidebar i {
  font-size: 20px;
}


.overlay_gen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 999999999;
  display: none;
}

/* Start Sidebar */

.open-sidebar {
  float: right;
  background: transparent;
  color: #fff;
  font-size: 25px;
  width: 45px;
  height: 45px;
  margin-left: 0;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
  background: var(--main-color);
  line-height: 45px;
}

.sidebar {
  background-size: cover;
  /* background: #fff; */
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  width: 350px;
  z-index: 999999999;
  transform: translateX(100%);
  transition: all .3s;
  background-position: 36%;
  opacity: 1;
}

.sidebar .side-logo img {
  /* max-width: 100px; */
}

.sidebar.opened {
  transform: translateX(0%);
  transition: all .3s;
}

.sidebar:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sidebar .side-logo {
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sidebar .side-social {
  text-align: start;
  padding: 4px 0;
  position: relative;
  background: var(--main-color);
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  border-radius: 50px;
  text-align: center;
}

.sidebar .side-social ul li {
  display: inline-block;
}

.sidebar .side-social ul li a {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  margin: 8px 12px;
  transition: all .3s;
  color: #f9f9f9 !important;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
}

.sidebar .side-social ul li a.lin {
  color: #1562cc;
}

.sidebar .side-social ul li a.tw {
  color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
  color: #622e04;
}

.sidebar .side-social ul li a:hover i {
  color: #167a12;
}

.sidebar .side-nav {
  max-height: 100%;
  /* overflow: hidden; */
  height: calc(100% - 90px);
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.sidebar .side-nav ul li {
  display: block;
  position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-left: 5px;
}

.sidebar .side-nav ul li a {
  display: block;
  font-size: 17px;
  padding: 11px 25px;
  position: relative;
  color: #333;
  font-weight: normal;
}

.sidebar .side-nav ul li a:hover,
.sidebar .side-nav ul li a:focus {
  color: #fff;
  background-color: var(--main-color);
  border: none !important;
  outline: none;
}

.sidebar .side-nav ul li.open a i {
  transform: rotate(180deg);
  transition: all .3s;
  color: #ffb017;
}

.sidebar .side-nav ul li a i {
  margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
  width: 100%;
  min-width: 100%;
  top: 100%;
  border-radius: 0;
  position: relative;
/*   display: none; */
	left: 0;
  opacity: 1;
  visibility: visible;
  transform: skewX(0);
  padding: 0 20px;
}

.sidebar .side-nav ul li .sub-menu li a {
  /* color: #fff; */
}

.overlay_gen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 999999999;
  display: none;
}

.side-nav .menu-item-has-children > a:after {
  float: left;
  margin: 0;
}

/* End Sidebar */

/*------ End mobile navbar -----*/
/*--------------- End navbar --------------*/




/* Start Slider */


/* start animate home slider*/

.home_slider_sect .owl-item.active .owl-slide-text h2{
  animation: 1s fadeInUp;

}
.home_slider_sect .owl-item.active .owl-slide-text h4{
  animation: 1.3s fadeInUp;

}
.home_slider_sect .owl-item.active  .owl-slide-text p{
  animation: 1.6s fadeInUp;

}
.home_slider_sect .owl-item.active  .owl-slide-text .special_btn{
  animation: 1.9s fadeInUp;

}

/* end animate  home slider*/



.home_slider_sect {
  /* background: transparent linear-gradient(90deg, #ded4ff 0%, #ffccfd 41%, #ffffff 100%) 0% 0% no-repeat padding-box; */
  background: transparent linear-gradient(90deg, #EDEDED 0%, #EDEDED 41%, #ffffff 100%) 0% 0% no-repeat padding-box;
  /* background: url(../images/bg-slider.png); */
  padding: 90px 0 20px;
  width: 100%;
  background-size: cover;
  background-position-y: bottom;
}

.home_slider_sect .owl-slide-text h2 {
  color: var(--thr-color);
  font-size: 42px;
  margin-bottom: 58px;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 22px;
}

.home_slider_sect .owl-slide-text h4 {
  font-weight: 700;
  color: var(--thr-color);
  font-size: 19px;
}

.home_slider_sect .owl-slide-text p {
  line-height: 2.2;
  color: var(--thr-color);
  font-size: 16px;
  padding: 11px 0 28px;
}



/* .home_slider_sect .slide_im{position: relative;} */

/* .home_slider_sect .slide_im{
  position: relative;
  -webkit-mask-box-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  -webkit-mask-size: contain;
  mask-size: cover;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 560px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: -44px;
} */

.home_slider_sect .slide_im {
  position: relative;
  min-height: 570px;
}

/* .home_slider_sect .slide_im::before {
  content: "";
  background: url(../images/dotted-mask.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
  transform: translate(-50%, -50%);
  z-index: 7;
} */

.home_slider_sect .slide_im img {
  /* -webkit-mask-box-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  -webkit-mask-size: contain; */
  /* max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 9; */

  max-width: 100%;
  height: auto;
  max-height: 500px;
}


/* .home_slider_sect .slide_im::after {
  content: "";
  background: url(../images/mask.png);
  width: 82%;
  height: 89%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
  transform: translate(-50%, -50%);
  z-index: 4;
} */

/* owl dots */
.home_slider_sect .owl-dots {
    display: flex;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.home_slider_sect .owl-dots .owl-dot span {
  background: var(--sec-color) !important;
  padding: 6px;
  margin: 0 5px !important;
}

.home_slider_sect .owl-dots .owl-dot.active span {
  padding: 8px;
  background: var(--action-color) !important;
}


/* Start banners-h  */

.banners-h {
  padding: 0 0 50px;
}

.banners-h .banner-block{
    height: 100% !important;
    margin: 0 !important;
    text-align: center;
}

.banners-h .row{
    gap: 30px 0;
}

.banners-h .special_btn_2:hover{
    background: #204499 !important;
    color: #fff !important;
}

.banner-block {
  margin: 15px 0;
  padding: 50px 35px 35px;
  height: 230px;
  background: var(--sec-color);
  border-radius: 10px;
}

.banner-block h3 {
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  max-width: 100%;
  min-height: 64px;
  overflow: hidden;
}

.banner-block p {
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0;
  max-height: 24px;
  overflow: hidden;
}

.banner-block .btn {
  min-width: 103px;
  min-height: 27px;
  background: var(--action-color);
  border-radius: 50px;
  color: #FFF;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}


/* .banners-h .col-md-3.col-sm-6:nth-child(2) .banner-block {
  background: #a1eca4;
}

.banners-h .col-md-3.col-sm-6:nth-child(3) .banner-block {
  background: #c3eca1;
}

.banners-h .col-md-3.col-sm-6:nth-child(4) .banner-block {
  background: #e9eca1;
} */

.banner-block .btn:hover,
.banner-block .btn:focus,
.banner-block:hover .btn,
.banner-block:focus .btn {
  background: #FFC446;
  color: var(--sec-color)
}



/* End banners-h  */


/* Start Products slider */
.best-seller, .banners-h {
    padding: 40px 0 40px;
}
.best-seller:not(.featured-products){
    background-color: rgb(32 68 153 / 5%);
}

.best-seller:not(.featured-products) .section--title {
    background-color: #f4f5fa !important;
}
/* Start Best Seller */
.best-slider .special_btn {
  margin-bottom: 52px;
}
.wrap_title{
  display: flex;align-items: center;
}
.wrap_title i{
  font-size: 32px;
  color: #FFF;
  margin-left: 20px;
}
.title_sect {
  margin: 0 0 50px;
  background-color: var(--main-color) !important;
  padding: 40px 21px;
  background-image: url(https://samnanstore.shop/wp-content/uploads/2024/06/dd2.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;

}

.title_sect h3 {
  margin: 0;
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 43px;
}





.owl-carousel .item {
  direction: rtl;
}

.best-slider .item {
  padding: 0 15px;
}

/* product block animate */
.cart-icon {
  position: absolute;
  top: 50%;
  right: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  font-size: 18px;
  cursor: pointer;
  transform: translateX(60px);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  left: calc(50% - 25px);
}

.cart-icon button{
  border: 0;
  color: var(--sec-color);
  background: var(--action-color);
 opacity: .7;
  color: #FFF;
  transition: all .3s linear;
  padding: 5px 10px;
  border-radius: 4px;
}
.cart-icon:hover button{
  background: var(--action-color);
	opacity: 1;
}

.cart-icon button i{
  font-size: 18px;
}
.pro-block .img-block:hover .cart-icon {
  transform: translateX(2px);
  opacity: 1;
  visibility: visible;
  display: flex;
  direction: rtl;
  margin: 0;
}




.pro-block {
    margin: 15px 0;
    background: #fdfdfd;
    padding: 10px 10px 16px;
    min-height: 390px;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0px 7px 20px rgb(0 0 0 / 6%);
    border-radius: 5px;
    position: relative;
}

.pro-block .img-block {
  height: 200px;
  position: relative;
}

.pro-block .img-block:hover .img{
  opacity: 0.5;
  transition: all .5s;
}

.pro-block .img-block .img {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;

}

.pro-block .img-block .img img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 196px;
  max-height: 200px;
  transition: all 0.3s;
}

.pro-block .img-block:hover img{
    transform: scale(1.2);
}
.pro-block .details-block {
  padding: 20px 0 0;
}


.pro-block .details-block .name {
    display: block;
    color: var(--sec-color);
    font-size: 16px;
    line-height: 27px;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
    margin: 0 0 12px;
}

.pro-block .details-block .price-h {
  display: flex;
  align-items: center;
}

.pro-block .details-block .price-h .price-in {
    max-width: 100%;
    flex: 0 0 100%;
    margin-inline-end: 0;
    min-height: 25px;
    display: flex;
    gap: 13px;
}

.pro-block .details-block .price-h .price-in span {
  font-size: 16px;
  /* display: block; */
  font-weight: 300;
  color: var(--action-color);
}

.pro-block .details-block .price-h .price-in .price-old {
  color: #717171;
  text-decoration: line-through;
}

.pro-block .details-block .price-h .price-in .price-new {
  color: var(--thr-color);
}

.pro-block .details-block .price-h .disc-h{
    position: absolute;
    color: #fff;
    padding: 4px 6px;
    border-radius: 3px;
    top: 5px;
    right: 5px;
}

.pro-block .details-block .price-h .disc-h span {
    min-width: 53px;
    min-height: 28px;
    border-radius: 4px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: var(--action-color);
    position: static !important;
    line-height: inherit;
    font-weight: 500;
}

.pro-block .details-block .btn-border {
  display: flex;
  width: 100%;
  min-width: 100%;
  min-height: 43px;
  gap: 10px;
}

.pro-block .details-block .btn-pro {
  padding: 12px 0 0;
}

.btn-border {
  min-width: 244px;
  min-height: 53px;
  background: #fff;
  border: 1px solid var(--sec-color);
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--sec-color);
  transition: all .3s linear;
}

.btn-border:hover,
.btn-border:focus {
  /* background: #eccaa1;
  color: #fff;
  border-color: #eccaa1; */

  background: var(--action-color);
  color: #fff;
  border-color: var(--action-color);
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 68px;
  height: 68px;
  background: #343434;
  opacity: 0.83;
  font-size: 29px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  line-height: 68px;
  transition: all .5s;
}

.owl-carousel .owl-nav .owl-prev {
  left: -6%;
}

.owl-carousel .owl-nav .owl-next {
  right: -6%;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  background: #eccaa1;
  color: #fff;
}



/* End Products slider */



/* Start Categories-h */

.categories-h {
  padding: 80px 0;
	overflow:hidden;
}

.category-inner {
  justify-content: center;
}

.category-inner .item {
  /* max-width: 14.2%; */
  /* flex: 0 0 14.2%; */
  padding: 0 10px;
}




.cat-block {
  display: block;
  margin: 15px 0 35px;
  text-align: center;
}

.cat-block .icon {
  width: 140px;
  height: 140px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  margin: auto;
}

.cat-block .icon::after {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
  background: #000;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  transform: rotate(45deg) translateX(80px);
  opacity: .1;
}

.cat-block .icon img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-inner .item:nth-child(2) .cat-block .icon,
.category-inner .item:nth-child(6) .cat-block .icon {
  background: #5036BB;
}

.category-inner .item:nth-child(3) .cat-block .icon,
.category-inner .item:nth-child(7) .cat-block .icon {
  background: #9F9F9F;
}

.category-inner .item:nth-child(4) .cat-block .icon,
.category-inner .item:nth-child(8) .cat-block .icon {
  background: #2A2A2A;
}

.cat-block .details {
  padding: 20px 0 0;
}

.cat-block .details h3 {
  margin: 0;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  transition: all .5s;
}

.cat-block:hover .icon {
  /* transform: translateY(-15px); */
  box-shadow: 0px 7px 20px rgb(27 8 104 / 40%);
}

.cat-block:hover .details h3 {
  color: var(--action-color);
  animation: 1s pulse;
}


/* End Catogries-h */



/* Start contact_info */

.contact_info{
  background: #f3f3f3;
  padding: 60px 0;
}

.contact_info .prod-img{
  height: auto;
  width: 250px;
  text-align: center;
}
.contact_info h4{
  font-size: 24px;
  margin-bottom: 23px;
  font-weight: 700;
  color: var(--thr-color);
}
.contact_info p {
  font-size: 16px;
  color: var(--thr-color);
  margin-bottom: 29px;
  line-height: 25px;
}

.contact_info .social_info a {
  width: 55px;
  height: 55px;
  background: var(--sec-color);
  color: #FFF;
  display: block;
  margin-inline-end: 12px;
  text-align: center;
  border-radius: 7px;
  transition: all .4s linear;
}
.contact_info .social_info a:hover{
  background: var(--action-color);
  color: #FFF;
}
.contact_info .social_info {
  display: flex;
}

.contact_info .social_info a i {
  font-size: 23px;
  line-height: 55px;

}

/* End contact_info */



/* Start ISO section */

.iso_sec{
  /* background: #f3f3f3; */
  margin: 60px 0;
}

.iso_sec .row{
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
}

.iso-info.section-info {
  margin-top: 18px;
}

.iso-info h4{
  font-size: 24px;
  margin-bottom: 23px;
  font-weight: 700;
  color: var(--thr-color);
}


.iso-info p {
  font-size: 16px;
  color: var(--thr-color);
  margin-bottom: 29px;
  line-height: 25px;
}

.prod-img{
  text-align: center;
}
 .prod-img img{
  max-width: 300px;
  height: 300px;
  object-fit: cover;
}
/* End ISO section */


/* start warranty section */
.warranty{
  background: #f3f3f3;
  padding: 60px 0;
}

.warranty .prod-img{
  height: auto;
  text-align: center;
}
.warranty h4{
  font-size: 24px;
  margin-bottom: 23px;
  font-weight: 700;
  color: var(--main-color);
}
.warranty p {
  font-size: 16px;
  color: var(--thr-color);
  margin-bottom: 29px;
  line-height: 25px;
}



/* end warranty section */



/* Start Pages Styles */

.body-inner {
  padding: 80px 0;
}



/* breadcrumb */
.breadcrumb {
  margin: 0 0 0;
/*   margin: 25px 0 0; */
  background: var(--main-color);
  padding: 23px 0;
}

.text-bread h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #FFF;
  margin: 0 0 16px;
}

.text-bread ul {
  display: flex;
}

.text-bread ul li {
  position: relative;
  padding: 0 10px;
}

.text-bread ul li:first-child {
  padding-inline-start: 0;
}

.text-bread ul li a,
.text-bread ul li span {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  /* color: #1A1919; */
  color: #FFF;
}

.text-bread ul li span {
  opacity: 0.7;
  color: var(--action-color);
}

.text-bread ul li a::after {
  content: "-";
  position: absolute;
  left: -3px;
  top: 6px;
}


/* End Pages Styles */

/* fix css*/

.side-nav li::after {
    content: none;
}

/* Start Req-page */

.req-block .error{
    color:red !important;
}

.req-block span.toggle-password {
    position: absolute;
    left: 0;
    top: 40px;
    margin: 15px 20px;
    color: #A49E9E;
}

.req-block .btn {
    min-width: 188px;
    min-height: 45px;
    border-radius: 3px;
    background: var(--main-color);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 12px 10px;
    overflow: visible;
    position: relative;
    border: none;
    font-family: 'Noto Sans Arabic', sans-serif;
    outline: none;
    box-shadow: none !important;
    z-index: 2;
}

.req-block .btn.btn-border {
    border: 1px var(--main-color) solid;
    color: var(--main-color);
    background: transparent;
}


.req-block .btn:hover, .req-block .btn.btn-border:hover {
    color: #fff;
    background: var(--sec-color);
}

.req-block .title h1 {
font-weight: 700;
    font-size: 28px;
    line-height: 82px;
    color: #1E1E1E;
    margin: 0;
    font-family: 'Noto Sans Arabic', sans-serif;
}


.req-block .title h1 span {
    color: var(--thr-color);
}

.req-block .title.title-center {
    text-align: center;
}

.req-block .title {
    margin: 0 0 30px;
}


.req-block {
    background: #FFFFFF;
    box-shadow: 14px 14px 44px rgba(10, 38, 90, 0.11);
    border-radius: 5px;
    padding: 40px;
    max-width: 463.53px;
    margin: 0 auto;
}

.req-block .title_sect h1 {
    font-size: 20px;
    line-height: 50px;
}

.req-block .form-group {
    margin: 14px 0;
    position: relative;
}

.req-block .form-group label {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 175% */
    margin: 0 0 12px;
    color: #1A1919;
}

.req-block .form-group .form-control {
    height: 45px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 0 20px;
}

.req-block .form-group .iti {
    display: block;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 175% */
    color: #5E5E5E;
    direction: ltr;
}

.iti__flag,
.iti__arrow {
    display: none;
}

.req-block .form-group p {
    font-weight: 300;
    font-size: 12px;
    line-height: 28px;
    /* identical to box height, or 233% */
    margin: 5px 0 0;
    color: #989898;
}

.req-block .form-group .btn {
    width: 100%;
    margin: 20px 0;
    min-height: 48px;
    font-weight: 700;
    font-size: 16px;
}

.req-block .form-group .btn::before {
    width: 65%;
    bottom: 10px;
}

.req-block .form-group .btn.btn-border.btn-form {
    margin: 0;
}

.req-block .form-group .form-control:focus {
    border-color: var(--main-color);
    border-radius: 5px;
    box-shadow: 0px 1px 4px var(--main-color);
}


/* End Req-page */




/* Start Contact-page */

.contact-page .req-block {
    max-width: 531px;
    margin: 0;
}

.contact-page .row {
    align-items: center;
    -webkit-align-items: center;
}

.req-block .form-group textarea.form-control {
    height: 83.6px;
    padding: 10px 20px;
}

.info-contact {
    background: var(--sec-color);
    box-shadow: 14px 14px 44px rgba(10, 38, 90, 0.11);
    border-radius: 5px;
    padding: 40px;
	font-family: 'Droid Arabic Kufi';
}

.info-contact .title h1 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
}
.info-contact .title h1 span{
	    color: var(--main-color);
}
.info-contact ul li {
    margin: 17px 0;
}

.info-contact ul li a {
    display: flex;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
	align-items:baseline;
}

.info-contact ul li a i {
    width: 20px;
    margin-inline-end: 10px;
}

.info-contact ul li a span u {
    text-decoration: none;
    display: inline-block;
    direction: ltr;
}

.info-contact ul li:last-child {
    margin-bottom: 0;
}


/* Start About-page */


.about-page .text-banner h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 82px;
    margin: 0 0 17px;
}

.about-page .text-banner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    margin: 16px 0;
    color: #1E1E1E;
}

.about-page .row {
    align-items: inherit;
    -webkit-align-items: inherit;
}

.more-about {
    padding: 0 0 80px;
}
.more-about .title h1{
	font-weight: 700;
	font-size: 32px;
	line-height: 82px;
	color: #1E1E1E;
	font-family: 'Noto Sans Arabic', sans-serif;
	/* margin: 0; */
	text-align: center;
}
.more-about .title h1 span {
    color: var(--main-color);
}

 .about-block {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(174, 200, 216, 0.48);
    border-radius: 5px;
    display: flex;
    height: calc(100% - 30px);
    margin: 15px 0;
    padding: 27px;
}

 .about-block .icon {
    background: var(--main-color);
    box-shadow: 0px 4px 14px #E2F4FF;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

 .about-block .details {
    width: calc(100% - 80px);
    padding-inline-start: 14px;
}

 .about-block .details h3 {
    color: var(--sec-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 14px;
}

.about-block .details p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: #000;
}

.about-block .more-about .title h1 {
    line-height: 55px;
}

.about-page .overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.about-page .img-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-page .img-banner .img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 502px;
    overflow: hidden;
    border-start-start-radius: 20px;
}

.about-page .img-banner {
    position: relative;
    max-width: 548px;
    margin-inline-start: auto;
}

.about-page .img-banner .exp-years {
    width: 125px;
    height: 125px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    margin-inline-start: 170px;
    text-align: center;
}

.about-page .img-banner .exp-years::after {
    content: "";
    position: absolute;
    background: url(../images/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    inset: 7%;
    z-index: -1;
    margin: -57% 0;
    margin-inline-end: -50%;
    /* right: auto; */
}

.about-page .img-banner .exp-years .exp-inner {
    padding: 20px;
}

.about-page .img-banner .exp-years .exp-inner h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    font-family: 'Noto Sans Arabic', sans-serif;
    color: var(--thr-color);
    margin: 0;
}

.about-page .img-banner .exp-years .exp-inner h4 {
    font-weight: 300;
    font-size: 19px;
    line-height: 21px;
    color: #124B81;
}

.about-page .text-banner h1 {
    color: var(--dark-color);
    font-family: 'Noto Sans Arabic', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 82px;
    margin: 0 0 32px;
    line-height: 1.3;
}

.about-page .text-banner {
    padding-inline-end: 100px;
}

.about-page .text-banner h1 span {
    color: var(--thr-color);
}

.about-page .text-banner p {
    font-family: 'Noto Sans Arabic', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    margin: 32px 0;
    color: #3D3B3B;
}

.about-page .text-banner .btn {
    min-width: 190px;
    min-height: 58px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
}


/* End About-page */



/* Start gallary section */
section.gallary{
/*     background-color: #E8E5E5; */
    padding: 90px 0;
}
.gallary .image{
    margin-bottom: 30px;
}
.gallary .image a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.gallary .image a::after{
    position: absolute;
    content: '';
    background-color: var(--sec-color);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}
.gallary .image a::before{
    position: absolute;
    content: '\f067';
    font-family: 'font awesome 5 pro';
    font-size: 25px;
    color: var(--sec-color);
    background-color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 9;
    transition: all 0.3s;
}
.gallary .image a:hover::after{
    opacity: 0.4;
}
.gallary .image a:hover:before{
    opacity: 1;
}
.gallary .image img{
    width: 100%;
/*     height: 200px; */
    object-fit: cover;
}
.gallary .section-title{
    margin-bottom: 40px;
}
/* end gallary section */



/* Start Faq-page */

.faq-inner {
    max-width: 767px;
    margin: 0 auto;
}

.faq-inner .accordion-item {
    margin: 18px 0;
    border: 1px solid #C3C5D6;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 18px;
}

.faq-inner .accordion-item .accordion-button {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 0;
    background: transparent;
    box-shadow: none;
    padding-inline-end: 30px;
}

.faq-inner .accordion-item .accordion-button::after {
    background: transparent;
    content: "\2b";
    font-family: 'Font Awesome 5 Pro';
    font-size: 22px;
    position: absolute;
    right: -18px;
    top: 0;
    margin: 25px 18px;
    line-height: 20px;
}

.faq-inner .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.accordion-body {
    border-top: 1px solid #C3C5D6;
    padding: 23px 0 28px;
}

.accordion-body p {
    color: #6B6B6B;
    font-size: 18px;
    line-height: 28px;
}


/* End Faq-page */


/* Start Footer */
.footer_cont .navbar{justify-content: center;     background: var(--main-color); }

 .link{color: var(--action-color)}
.footer_cont .navbar a{color: #FFF;font-size: 13px; }
footer .wrap_social_rights{
  padding: 25px 0;
  background: var(--sec-color);
  text-align: center;
}
footer .social_info{margin-bottom: 25px;}
footer .social_info a {
  width:35px;
  height: 35px;
  background: transparent;
  border: 1px solid #EEE;
  color: #FFF;
  display: block;
  margin-inline-end: 12px;
  text-align: center;
  border-radius: 7px;
  transition: all .4s linear;
    line-height: 35px;
}
footer .social_info a:hover{
  background: var(--action-color);
  color: #FFF;
}
footer .social_info {
  display: flex;
  justify-content: center;
}

footer .social_info a i {
  font-size: 14px;


}

.mh-copyrights {color: #FFF;}




/* End Footer */



/*---------------------- NEW styles ADDED --------- */
 .contact_info .social_info a i{display:block;border-radius: 7px;}

.contact_info .social_info a .fa-youtube{background:#c4302b}

.contact_info .social_info a i.fab.fa-instagram {background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }

.contact_info .social_info a i.fab.fa-tiktok {background:#000000}

.contact_info .social_info a i.fab.fa-snapchat-ghost {background:linear-gradient(120deg, #fffc00, #dbdbdb);}

.contact_info .social_info a i.fab.fa-telegram {background: #0088cc}

.contact_info .social_info a i.fab.fa-twitter {
    background: #1DA1F2;
}



/*  new category section from cowy */
/* background: url(https://mall.cowaystatic.com/static/front/resources/web/images/main/content_bg1.png) no-repeat;background-size: cover; */

.con2 { padding: 60px 0; background: var(--main-color); border-radius: 8px;}
.con2 .title_wrap {margin-bottom: 60px;}
.con2 .title_wrap .main_tit {text-align: center; color: #fff; font-size: 38px;}
.con2 .con_box {
	    display: grid;
    justify-content: center;
    grid-template-columns: repeat(5, 185px);
    grid-gap: 40px 0px;
}
/* .con2 .con_box li {width: 200px; line-height: 1;} */
.con2 .con_box li a {display: flex; flex-direction: column; align-items: center; justify-content: center;}
.con2 .con_box .img_wrap {display: flex ; align-items: center; width: 54px; height: 54px; margin-bottom: 16px;}
.con2 .con_box .img_wrap img {width: 100%;}
.con2 .con_box .ko_text {margin-bottom: 7px; font-size: 16px; font-weight: 700; color: #fff; line-height: 1; text-align: center;}

@media (max-width:991.9px) {
.con2 .con_box {grid-template-columns: repeat(4, 200px);
	}
}

@media (max-width:800px) {
.con2 .con_box {grid-template-columns: repeat(3, 1fr);
	}
}

/*--------------------------------------------------------------
# Start Header
--------------------------------------------------------------*/
.header_section {
  /* Slider style */
  /* current slide
    ---------------------------------*/
  /* nav
    ---------------------------------*/
}
.header_section:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -5px;
  left: 0;
  /* background-image: url(../images/ripped-paper-header-1.png); */
  background-position: center center;
  background-size: cover;
  transform: rotate(180deg);
}
.header_section .info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  margin: 1.5rem;
}
.header_section a {
  text-decoration: none;
  color: rgba(225, 255, 255, 0.8);
}
.header_section p {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.header_section .cd-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header_section .cd-slider.ie9 nav div span {
  display: none;
}
.header_section .cd-slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s;
}
.header_section .cd-slider ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  width: 135vh;
  height: 135vh;
  border: solid var(--sec-color);
  border-width: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: border-width 0.4s 0.6s;
}
.header_section .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
}
.header_section .content blockquote {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
}
.header_section blockquote p {
  font-size: 4rem;
  margin-bottom: 0;
  font-family: "bahij_semiBold";
  white-space: nowrap;
  background-color: rgba(38, 38, 38, 0.3803921569);
  padding: 0px 20px;
  margin-bottom: 10px;
}
.header_section blockquote span {
  font-size: 2rem;
  color: #fff;
  font-family: "bahij_semiBold";
  display: block;
  background-color: rgba(38, 38, 38, 0.3803921569);
  padding: 0px 20px;
}
.header_section .cd-slider li.current_slide {
  visibility: visible;
}
.header_section .cd-slider li.current_slide::before {
  border-width: 16rem;
}
.header_section .cd-slider li.current_slide .content {
  opacity: 1;
  transform: scale(1);
}
.header_section nav div {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  list-style: none;
}
.header_section nav div:last-of-type {
  left: auto;
  right: 4%;
}
.header_section .prev,
.header_section .next {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s;
  background-color: var(--sec-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_section .prev::before {
  transform: rotate(45deg);
  top: 24%;
}
.header_section .prev::after {
  transform: rotate(-45deg);
  bottom: 24%;
}
.header_section .next::before,
.header_section .next::after {
  left: auto;
  right: 43%;
}
.header_section .next::before {
  transform: rotate(-45deg);
  top: 24%;
}
.header_section .next::after {
  transform: rotate(45deg);
  bottom: 24%;
}
.header_section .prev:hover,
.header_section .next:hover {
  box-shadow: 0 0 0 5px #325e895e;
}
.header_section nav > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  z-index: 5;
  pointer-events: none;
  will-change: width, height;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

/*--------------------------------------------------------------
# End Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Start Newsletter
--------------------------------------------------------------*/
.em-1 {
    font-size: 1em
}

.em-2 {
    font-size: 2em
}

.px-10 {
    padding: 0 10px
}

.transparent {
    background-color: transparent!important
}

.visible {
    overflow: visible
}

.bold {
    font-weight: 700
}

.light {
    font-weight: 200
}

.pointer {
    cursor: pointer
}

button {
    outline: none!important
}

.mt-10 {
    margin-top: 10px!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.pt-10 {
    padding-top: 10px!important
}

.pb-10 {
    padding-bottom: 10px!important
}

.mt-20 {
    margin-top: 20px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.pt-20 {
    padding-top: 20px!important
}

.pb-20 {
    padding-bottom: 20px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.pt-30 {
    padding-top: 30px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.mt-40 {
    margin-top: 40px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.pt-40 {
    padding-top: 40px!important
}

.pb-40 {
    padding-bottom: 40px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.pt-50 {
    padding-top: 50px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.mt-60 {
    margin-top: 60px!important
}

.mb-60 {
    margin-bottom: 60px!important
}

.pt-60 {
    padding-top: 60px!important
}

.pb-60 {
    padding-bottom: 60px!important
}

.mt-70 {
    margin-top: 70px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.pt-70 {
    padding-top: 70px!important
}

.pb-70 {
    padding-bottom: 70px!important
}

.mt-80 {
    margin-top: 80px!important
}

.mb-80 {
    margin-bottom: 80px!important
}

.pt-80 {
    padding-top: 80px!important
}

.pb-80 {
    padding-bottom: 80px!important
}

.mt-90 {
    margin-top: 90px!important
}

.mb-90 {
    margin-bottom: 90px!important
}

.pt-90 {
    padding-top: 90px!important
}

.pb-90 {
    padding-bottom: 90px!important
}

.mt-100 {
    margin-top: 100px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.pt-100 {
    padding-top: 100px!important
}

.pb-100 {
    padding-bottom: 100px!important
}

.mb-0 {
    margin-bottom: 0
}

.mt-0 {
    margin-top: 0
}

.mb-15 {
    margin-bottom: 15px
}

.mt-15 {
    margin-top: 15px
}

.mb-25 {
    margin-bottom: 25px
}

.mt-25 {
    margin-top: 25px
}

.pt-0 {
    padding-top: 0!important
}

section {
    overflow: hidden;
    position: relative
}

.main-color {
    color: var(--main-color)!important;
}

.sec-color {
    color: var(--main-color);
}

.gray-color {
    color: #aeb0b3
}

.p-relative {
    position: relative;
    z-index: 2
}

.weight-500 {
    font-weight: 500
}

.weight-700 {
    font-weight: 700
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.flex-h {
    display: flex;
    align-items: center
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

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

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.br-0 {
    border-radius: 0!important
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-20 {
    gap: 20px
}

.gap-30 {
    gap: 30px
}

.gap-30-bottom {
    gap: 30px 0
}

.gap-60-bottom {
    gap: 60px 0
}

.gap-40 {
    gap: 40px
}

.row-small {
    margin: 0 -8px
}

.row-small [class*=col-] {
    padding: 0 8px
}

.text-white {
    color: #fff
}

.text-black {
    color: #020202
}

.text-ellipsis {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.small {
    font-size: .875em
}

.flex-1 {
    flex: 1
}

.flex-none {
    flex: none
}

.newsletter-section {
    margin: 60px 0;
    overflow: hidden;
}


.newsletter-section .content-section {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(63deg, var(--sec-color) 0%, var(--main-color) 100%);
    padding: 5px 15px;
}
ss
.newsletter-section .content-section:after {
    position: absolute;
    content: "";
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(..//images/shape-6.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 200%;
    background-position: center;
    opacity: 0.1;
}

.newsletter-section .content-section .p-relative.flex-h{
    gap: 0 55px;
}

.newsletter-section .content-section .main-info .head {
    font-size: 2em;
    color: #030303;
}

.newsletter-section .input_box {
    margin-top: 25px;
    display: flex;
    align-items: center;
    background-color: #F8F6F6;
    border-radius: 70px;
    padding: 8px;
    justify-content: space-between;
    max-width: 544px;
}

.newsletter-section .input_box .icon {
    color: #111;
    width: 40px;
    height: 40px;
    background: #66bde263;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.newsletter-section a {
    color: #f2885e;
    font-weight: 700;
    font-size: 20px;
}

.xoo-wsc-modal .xoo-wsc-img-col{
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100px;
    margin-inline-end: 15px;
    background-color: #f2f2f26b;
}

.xoo-wsc-modal .xoo-wsc-pname a{
    color: #204499;
    font-size: 16px !important;
}

.xoo-wsc-body,
.xoo-wsc-body span.amount,
.xoo-wsc-body a{
    font-size: 14px !important;
}

.xoo-wsc-qty-price{
    font-size: 14px;
    margin-top: 8px;
}
.xoo-wsc-sm-right{
    padding: 0 !important;
}
.xoo-wsc-sm-right span.xoo-wsc-smr-del{
    margin: 0;
    font-size: 16px;
    width: 30px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e53935;
    color: #fff;
    border-radius: 3px;
}
span.xoo-wsch-close {
    font-size: 30px !important;
    color: #e53935;
    top: 15px;
}

.xoo-wsc-modal span.xoo-wsch-text {
    margin: 0 8px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 14px !important;
    background-color: #344261 !important;
    min-height: 45px !important;
    display: flex !important;
    align-items: center;
    color: #fff !important;
    height: auto !important;
    line-height: normal !important;
    justify-content: center;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button{
    margin: 0 !important;   
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background-color: #204499 !important;
}
.xoo-wsc-ft-amt{
    color: #f2885e;
}

.section-header{
    padding-bottom: 0;
}
.pro-block .details-block .price-h .disc-h{
    text-align: end;
}
.wc_payment_method.payment_method_paytabs_all label img{
    max-width: 100px;
}
/*--------------------------------------------------------------
# End Newsletter
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Start preloader
--------------------------------------------------------------*/
#fuse-splash-screen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #141414;
  z-index: 999;
  pointer-events: none;
  height: 100%;
  transition: 0.5s;
}
#fuse-splash-screen.show {
  opacity: 0;
  visibility: hidden;
}
#fuse-splash-screen .center {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#fuse-splash-screen .center .logo {
  width: 180px;
  margin: 0 auto;
}
#fuse-splash-screen .center .logo img {
  filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2));
}
#fuse-splash-screen .spinner-wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100px;
  height: 100px;
}
#fuse-splash-screen .spinner-wrapper .spinner {
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -50px;
  animation: outer-rotate 2.91667s linear infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner {
  width: 100px;
  height: 100px;
  position: relative;
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
  position: absolute;
  left: 49px;
  right: 49px;
  top: 0;
  bottom: 0;
  border-top: 10px solid;
  box-sizing: border-box;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right,
#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
  position: absolute;
  top: 0;
  height: 100px;
  width: 50px;
  overflow: hidden;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle,
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 10px solid #20409a;
  border-bottom-color: transparent;
  border-radius: 50%;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left {
  left: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle {
  left: 0;
  border-right-color: transparent;
  animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  -webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right {
  right: 0;
}
#fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
  right: 0;
  border-left-color: transparent;
  animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  -webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

@keyframes outer-rotate {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes left-wobble {
  0%, 100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes right-wobble {
  0%, 100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes sporadic-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
/*--------------------------------------------------------------
# End preloader
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start categories section
--------------------------------------------------------------*/
.categories_section {
  padding: 70px 0 56px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.categories_section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 33, 0.86);
}
.categories_section .container {
  position: relative;
  z-index: 1;
}
.categories_section .main-heading h3 {
  color: #fff;
}
.categories_section .content {
  display: flex;
  flex-wrap: wrap;
}
.categories_section .content .main-box {
  max-width: 20%;
  flex: 20%;
  padding: 0 7px;
  margin-bottom: 14px;
}
.categories_section .content .main-box:nth-of-type(odd) .inner {
  background-color: rgba(126, 123, 123, 0.5);
}
.categories_section .content .main-box:nth-of-type(odd) .inner:hover {
  background-color: #7e7b7b;
  border-radius: 25px 5px 5px 5px;
}
.categories_section .content .main-box:nth-of-type(even) .inner {
  background-color: rgb(51 94 137 / 80%);
}
.categories_section .content .main-box:nth-of-type(even) .inner:hover {
  background-color: rgb(51 94 137 / 100%);
  border-radius: 25px 5px 5px 5px;
}
.categories_section .content .main-box .inner {
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  transition: 0.3s;
}
.categories_section .content .main-box .inner .icon {
  height: 80px;
  margin-bottom: 10px;
}
.categories_section .content .main-box .inner img {
  width: 65px;
  height: 100%;
  object-fit: contain;
}
.categories_section .content .main-box .inner .name {
  color: #fff;
}

ins .woocommerce-Price-amount bdi{
    color: var(--action-color) !important;
}

ins .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol{
    color: var(--action-color) !important;
}

/*--------------------------------------------------------------
# End categories section
--------------------------------------------------------------*/

.footer{
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.footer .contact-info-side .item:not(:last-of-type) {
  margin-bottom: 13px;
}
.footer .contact-info-side .item .icon {
  width: 24px;
  height: 24px;
  border: 1px solid #888FAE;
  border-radius: 50%;
  font-size: 0.7em;
}


.footer .footer-top {
    padding-bottom: 20px
}

.footer .footer-top .desc p{
    color: #585858;
    line-height: 24px;
    font-size: 14px;
}

.footer .info-box img{
    max-width: auto;
    margin-bottom: 30px;
}

.footer .box .head {
    position: relative;
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: bold;
}

.footer .box .head:after {
    position: absolute;
    content: "";
    bottom: -15px;
    right: 0;
    width: 59px;
    height: 6px;
    background-color: var(--sec-color);
}

.footer .box ul li:not(:last-of-type) {
    margin-bottom: 7px
}
.footer .box .navbar-footer{
    column-count: 2;
    gap: 50px;
    display: block;
}
.footer .box ul li a {
    position: relative;
    padding-inline-start:20px;
    color: #020202;
    font-size: 14px;
}

.footer .box ul li a:hover{
    color: var(--sec-color);
}

.footer .box ul li a:before {
    position: absolute;
    content: "\f053";
    font-family: "font awesome 5 pro";
    font-weight: 500;
    right: 0
}

.contact-info-side .item{
    color: #020202;
}

.contact-info-side .sohial-media{
    margin-top: 25px;
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
}

.contact-info-side .sohial-media a{
    color: #535353;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    transition: 0.3s;
}
.contact-info-side .sohial-media a:hover{
    background-color: var(--sec-color);
    color: #fff;
}

.footer .copyrights {
    padding: 19px 0;
    border-top: 1px solid rgba(0,0,0,.11)
}

.footer .copyrights .payments {
    gap: 8px
}

.footer .copyrights .payments .item {
    border: 1px solid #dfdfdf;
    width: 67px;
    height: 38px
}

.woocommerce #customer_details{
    padding: 30px 15px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
}

.woocommerce #customer_details .woocommerce-billing-fields{
    padding: 44px 30px;
    background-color: rgb(244 248 255);
    border-radius: 15px;
    position: relative;
    height: 100%;
    border: 0;
}

.woocommerce #customer_details .woocommerce-billing-fields h3,
.woocommerce #customer_details .woocommerce-additional-fields h3 {
    font-size: 19px;
    color: #000;
}

.woocommerce #customer_details .form-row label {
    font-size: 14px;
    color: #707070;
    margin-bottom: 4px;
}

.woocommerce #customer_details .form-row input.input-text,
.woocommerce #customer_details .form-row textarea,
.woocommerce #customer_details .form-row select{
    border-radius: 25px;
    border: 1px solid #b8c5dc !important;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    font-size: 19px !important;
}

.woocommerce #customer_details .woocommerce-additional-fields{
    padding: 0;
    border: 0;
}

.woocommerce #customer_details #ship-to-different-address .woocommerce-form__label{
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce #customer_details #ship-to-different-address .woocommerce-form__label input{
    width: 18px;
    height: 18px;
}

.woocommerce .woocommerce-info{
    border-radius: 10px;
    background: none;
    border: 1px solid var(--main-color);
    font-size: 14px;
}

.woocommerce .shop_table,
.woocommerce .shop_table th,
.woocommerce .shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-collapse: collapse;
    padding: 13px 16px!important;
    font-weight: normal!important;
}

.woocommerce .shop_table {
    text-align: center !important;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    border-radius: 20px !important;
    overflow: hidden;
    padding: 0!important;
    width: 100%;
    border-collapse: collapse !important;
}

.woocommerce .shop_table th {
    background: var(--sec-color);
    color: #fff !important;
}

.woocommerce #order_review_heading {
    margin: 50px 0 15px;
    font-size: 26px;
    color: #020202;
    font-weight: bold;
}

.woocommerce .woocommerce-checkout-payment{
    padding: 30px;
    border-radius: 20px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    margin-top: 40px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 0 0 10px !important;
    width: 19px !important;
    height: 19px !important;
}

.woocommerce-checkout #payment ul.payment_methods li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
    gap: 10px;
    align-items: center;
}
.woocommerce-checkout #payment div.payment_box p:last-child label{
    margin: 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: rgb(244 248 255) !important;
    border-radius: 10px;
}

.woocommerce-checkout #payment div.form-row {
    text-align: start !important;
    font-size: 14px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #204499 !important;
}

.body-inner.woo_default_page {
    padding: 80px 0 50px;
}
.partner.brands{
    padding-bottom: 50px;
}

.partner.brands h3{
    margin: 0 0 20px !important;
    font-size: 26px !important;
    color: #202020 !important;
    font-weight: bold !important;
}

.partner.brands .item {
    margin: 0 !important;
    max-width: fit-content !important;
    flex: auto !important;
}
.partner.brands .sponser-img img {
    height: auto;
    width: 100px;
    object-fit: contain;
}

.partner.brands .sponser-img div {
    height: auto ;
    width: auto ;
    display: block; 
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.woocommerce table.cart td.actions .coupon{
    align-items: center;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 48px;
}

/*--------------------------------------------------------------
# Start Slider
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .slider,
.slide {
    height: auto;
  }
}
.slider{
    direction: ltr;
}
.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide .slide__img a{
    height: 100%;
}

.slide .slide__img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: var(--action-color);
  opacity: 0.25;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%) !important;
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1) translateY(-50%) !important;
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--action-color);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--action-color);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--action-color);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  animation: arrowDown 1.6s ease forwards;
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
/*--------------------------------------------------------------
# End Slider
--------------------------------------------------------------*/

@media (max-width:480px) {
    .con2 .con_box {
        grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 1199.98px) {
    .parallax-slider {
        height: auto;
    }
}

@media(max-width: 991.98px) {
    .categories_section .content .main-box {
        max-width: 25%;
        flex: 25%;
    }
    .mt-md-30 {
        margin-top: 30px;
    }
    .gap-md-40 {
        gap: 40px 0;
    }
    .woocommerce #customer_details .woocommerce-billing-fields {
        margin-bottom: 40px;
    }
    .navbar .settings{
        gap: 0;
    }
    .navbar .settings .icons-box{
        gap: 0;
    }
    .parallax-slider .content {
        padding: 147px 0;
    }
}

@media(max-width: 767.98px) {
    .newsletter-section .p-relative.flex-h {
        flex-direction: column;
        gap: 20px;
    }
    .categories_section .content .main-box {
        max-width: 33.333%;
        flex: 33.3333%;
    }
    .best-slider .special_btn {
        margin-bottom: 0;
    }
    .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width:575.98px) {
    .banners-h .row {
        gap: 15px 0;
    }
    .banner-block h3{
        font-size: 18px;
    }
    .banner-block p {
        font-size: 14px;
    }
    .iso_sec {
        margin: 45px 0;
    }
    .iso_sec .prod-img img{
        width: 150px;
    }
    .iso-info h4 {
        font-size: 20px;
    }
    .newsletter-section {
        margin-top: 45px;
    }
    .newsletter-section .content-section {
        padding: 5px 15px 40px;
    }
    .newsletter-section:after {
        display: none;
    }
    .newsletter-section .image img{
        width: 230px;
    }
    .pro-block .details-block .price-h {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }
    .pro-block .details-block .price-h .price-in {
        max-width: 100%;
        flex: 0 0 100%;
        margin-inline-end: 0;
    }
    .best-seller .row{
        margin: 0 -5px;
    }
    .best-seller .row [class*="col-"]{
        padding: 0 5px;
    }
    .best-seller .pro-block {
        min-height: auto;
    }
    .best-seller .pro-block .img-block {
        height: 100px;
    }
    .categories_section .content .main-box {
        max-width: 50%;
        flex: 50%;
    }
    .header_section nav div {
        top: auto;
        left: 50%;
        width: 30px;
        height: 30px;
        transform: translateX(calc(-50% - 20px));
        bottom: 7px;
        font-size: 14px;
    }
    .header_section nav div:last-of-type {
        left: auto;
        right: 50%;
        transform: translateX(calc(50% + 20px));
    }
    .woocommerce #customer_details {
        padding: 15px 0;
    }
    .woocommerce #customer_details .woocommerce-billing-fields {
        padding: 30px 15px 10px;
    }
    
    .woocommerce table.shop_table {
        display: block !important;
        width: auto !important;
    }
    .woocommerce table.shop_table tbody {
        display: contents !important;
    }
    .woocommerce .woocommerce-checkout-payment {
        padding: 15px 0;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        justify-content: center;
    }
    .partner.brands .sponser-slider.row{
        margin: 0 -5px;
    }
    .partner.brands .sponser-slider.row .col-md-2{
        padding: 0 5px;
    }
    .partner.brands h3 {
        font-size: 22px !important;
    }
    .wc_payment_method.payment_method_paytabs_all label img {
        max-width: 35px;
    }
    .parallax-slider .content {
        padding: 66px 0;
    }
    .slick-nav {
        display: none !important;
    }
    .slick-dots {
        bottom: 14px;
    }
    .stick-dots .slick-dots li button{
        width: 11px;
        height: 11px;
    }
}
/* Highlighted note styles */
.highlighted-note {
  background-color: #b1f191; /* Yellow background color */
  padding: 20px;
  margin-bottom: 20px;
  font-size: 20px; /* Big font size */
  text-align: center;
}



