/* Start Global Rules */
*
{
  margin: 0;
  padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body
{
	font-family: AvenirArabic-Medium,Arial,Helvetica,sans-serif;
	background-color: white;
}

.footer-container a:visited, .footer-container a:link, .footer-container a:hover, .footer-container a:active {
  color: #6d6e71;
  text-decoration: none;
  cursor: pointer;
}

a.btn-create-bundle {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  width: 160px;
  margin-top: 10px;
}

a.btn-create-bundle:hover {
  background: var(--primary-color);
  color: #fff;
}

.new-container{
	margin: auto;
}

/* End Global Rules */

/*	start	Header	*/
.header
{
  min-height: auto;
  width: 100%;
  margin-top: 0;
  background-color: var(--header-footer-color);
  /*background: rgb(1,1,1);*/
  /*background: linear-gradient(0deg, rgba(1,1,1,1) 0%, rgba(102,46,147,1) 100%);*/
}

.header .top-header
{
  height: 105px;
  background-color: var(--header-footer-color);
  /*background: rgb(1,1,1);*/
  /*background: linear-gradient(0deg, rgba(1,1,1,1) 0%, rgba(102,46,147,1) 100%);*/
}

.header .top-header .logo-header
{
  display: inline;
  float: right;
  padding-left: 30px;
}

.header .top-header .logo-header img
{
  height: 36px;
  margin-top: 2px;
}

.header .top-header .menu-header
{
  width: 100%;
  height: 105px;
  float: right;
}

.header .top-header .menu-header .title-header
{
  display: block;
  width: 100%;
  height: 35px;
  background-color: var(--primary-color);
}

.header .top-header .menu-header .title-header .title-header-content
{
  max-width: 1740px;
  margin: auto;
  padding: 0 35px;
}

.header .top-header .menu-header .title-header .text-right
{
  width: 15%;
  display: inline;
}

.header .top-header .menu-header .title-header .text-left
{
  width: 85%;
  display: inline;
}

.header .top-header .menu-header .title-header ul { padding: 5px 15px; }

.header .top-header .menu-header .title-header li
{
  display: inline-block;
  font-size: 12px;
  font-weight:500;
  color: white;
}

.header .top-header .menu-header .title-header li > span.separator {
  font-size: 16px;
  color: white;
  margin: 0 10px;
}

.header .top-header .menu-header .title-header ul li:last-child:after {content: "";}
.header .top-header .menu-header .title-header ul li a:visited,
.header .top-header .menu-header .title-header ul li a:link,
.header .top-header .menu-header .title-header ul li a:hover,
.header .top-header .menu-header .title-header ul li a:active { text-decoration:none; }
.header .top-header .menu-header .title-header ul li a:hover {	text-decoration:underline;}
.header .top-header .menu-header .title-header ul li a { color: white; }

.header .top-header .menu-header .search-header
{
  display: block;
  width: 100%;
  float: right;
  padding-left: 30px;
  padding-right: 50px;
  padding-top: 15px;
}

.header .top-header .menu-header .search-header .search-header-content
{
  max-width: 1665px;
  margin: auto;
}

.header .top-header .menu-header .search-header .search
{
 float: right;
 width: 65%;
 top:0;
}

.header .top-header .menu-header .search-header .search::after {
  content: "";
  clear: both;
  display: table;
}
.header .top-header .menu-header .search-header .search input[type=text]
{
  float: right;
  font-size: 13px;
  padding: 10px 10px 10px 0;
  width: 55%;
  height: 40px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #dddddd;
  border-left: none;
  outline: none;
}

.header .top-header .menu-header .search-header .search .button-search
{
  height: 40px;
  width: 50px;
  border-radius: 10px 0 0 10px;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.header .top-header .menu-header .search-header .search .button-search:hover
{
  border-color: var(--primary-dark-color);
  background-color: var(--primary-dark-color);
}

.header .top-header .menu-header .search-header .cart-header
{
 float: right;
 width: 35%;
 position: relative;
}

.header .top-header .menu-header .search-header .cart-header span a.top_cart
{
  float: left;
  margin: 5px 10px;
  padding: 5px 10px;
  font-size: 17px;
  color: var(--header-color);
}
.header .top-header .menu-header .search-header .cart-header .dot
{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav-header
{
  /*border-top: 1px solid var(--header-color);*/
  width: 100%;
  background-color: #efefef;
}

.header .nav-header .nav-left
{
  max-width: 1745px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 38px;

}
.header .nav-header .nav-right
{
  float: left;
  text-align: left;
  height: 100%;
  margin-left: 30px;
}

.header .nav-header span.separator {
  font-size: 20px;
  color: var(--header-color);
  margin: 0 10px;
}

.header .top-header .menu-header .search-header .cart-header span.separator {
  font-size: 20px;
  color: var(--header-color);
  margin: 5px 0px;
  padding: 5px 0px;
}

.header .top-header .menu-header .search-header .cart-header .account-header {
  float: left;
  padding: 10px 15px;
  padding-bottom: 0;
}

.header .top-header .menu-header .search-header .cart-header .account-header .header-link {
  padding: 5px;
  font-size: 14px;
  color: var(--header-color);
}

.header .top-header .menu-header .search-header .cart-header .account-header .header-link:hover {
  text-decoration: underline;
}

.header .top-header .menu-header .search-header .cart-header .account-header > span {
  color: var(--header-color);
}

.header .new-dropdown
{
  display: inline-block;
}

.header .new-dropdown:hover
{
  background-color: white;
}

.header .new-dropdown > .btn
{
  color: var(--header-color);
  font-size: 15px;
  font-weight: bold;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding-top: 10px;
  padding-bottom: 12px;
}

.header .new-dropdown > .btn:hover
{
  text-decoration: underline;
  color: black;
}
.header .new-dropdown > .btn:focus
{
  color: var(--primary-dark-color);
}
.header .new-dropdown > .btn:enabled
{
  background-color: transparent;
  border: none;
}

.header .new-dropdown > .btn span{
  font-size: 10px;
}

.header .new-dropdown .dropdown-menu {
  /*overflow-y:scroll;*/
  width: 300px;
}

.header .account-header .new-dropdown .dropdown-menu {
  position: absolute;
  top: 23px;
  right: -30px;
}

.header .new-dropdown .dropdown-menu > li > a , .header .new-dropdown .dropdown-menu > li.dropdown-header{
  padding: 5px 15px;
  width: 100%;
  text-align: right;
  color: var(--main-color);
  font-size: 14px;
}

.header .new-dropdown .dropdown-menu > li.dropdown-header {
  font-weight: bold;
  font-size: 14px;
}
.header .new-dropdown .dropdown-menu > li.dropdown2:hover {
  background-color: var(--primary-color);
}
.header .new-dropdown .dropdown-menu > li.dropdown2:hover > a {
  color: white;
}

.header .new-dropdown .dropbtn2{
  display: inline-block;
  padding: 14px 16px;
  text-decoration: none;
}

.header .new-dropdown .dropbtn2 span { float: left; }



.header .new-dropdown li.dropdown2 {
  /*position: relative;*/
}

.header .new-dropdown .dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #FFF;
  width: 450px;
  z-index: 1;
  right: 100%;
  top: -1px;
}

.header .new-dropdown .dropdown-content2 a {
  color: black;
  padding: 2px 0;
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
}

.header .new-dropdown .dropdown-content2 a:hover {text-decoration: underline;}

.header .new-dropdown .dropdown2:hover .dropdown-content2 {
  display: block;
  border: 1px solid #EEE;
  min-height: 479px;
}

.header  .new-dropdown ul{list-style: none; margin-right: 0;}

.header .brands-dropdown .dropdown-menu {
  min-height: 350px;
}

.header .brands-dropdown .dropdown2:hover .dropdown-content2 {
  width: 300px;
  min-height: 417px;
}

.header .res-nav-header
{
  height: 100px;
  width: 100%;
}

.header .res-nav-header .res-top
{
  width: 100%;
  display: block;
  height: 50px;
  color: var(--header-color);
  padding: 10px 15px;
}
.header .res-nav-header .res-bottom
{
  width: 100%;
  display: block;
  height: 50px;
  padding: 5px 15px;
}
.header .res-nav-header .res-top .logo-header
{
  width: 100px;
  height: 100%;
  float: right;
}


.header .res-nav-header .res-bottom a.res-icon
{
  width: 7%;
  float: right;
  color: var(--header-color);
  margin-top: -1px;
  display: none ;
}


.header .res-nav-header .res-bottom .search-header
{
  width: 93%;
  float: right;
  padding-right: 5px;
}

.header .res-nav-header .res-bottom .search-header .search
{
 float: right;
 width: 100%;
 height: 35px;
}

.header .res-nav-header .res-bottom .search-header .search::after {
  content: "";
  clear: both;
  display: table;
}
.header .res-nav-header .res-bottom .search-header .search input[type=text]
{
  float: right;
  font-size: 13px;
  padding: 10px 10px 10px 0;
  width: 85%;
  height: 35px;
  border-radius: 0 10px 10px 0;
  border: 1px solid #dddddd;
  border-left: none;
  outline: none;
}

.header .res-nav-header .res-bottom .search-header .search .button-search
{
  height: 35px;
  border-radius: 10px 0 0 10px;
  width: 15%;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.header .res-nav-header .res-bottom .search-header .search .button-search:hover
{
  border-color: var(--primary-dark-color);
  background-color: var(--primary-dark-color);
}

.header .res-nav-header .res-top .cart-header
{
  width: 60px;
  float: left;
}

.header .res-nav-header .res-top .cart-header span a i
{
 font-size: 25px;
 color: var(--header-color);
 text-align: center;
}
 /*.navbar-collapse.collapse { display:  none !important;}*/
@media (max-width: 767px)
{
  .header .top-header,
  .header .nav-header{
    display:none;
  }
  .header .res-nav-header{
    display:block;
  }
  .header .res-nav-header .res-top .logo-header img {  width: 100%; }
}
@media (min-width: 766px) and (max-width: 992px)
{
  .header .top-header .menu-header .title-header a{font-size: 12px;}
 .header .top-header,
 .header .nav-header{
   display:block;
 }
 .header .res-nav-header{
   display:none;
 }
 .header .nav-header
 {
 height: 100% !important;
 }
  .header .top-header .menu-header .search-header .search input[type=text] {
    width: 25%;
  }
}

@media (min-width: 991px) and (max-width: 1199px)
{
  .header .top-header,
  .header .nav-header{
    display:block;
  }
  .header .res-nav-header{
    display:none;
  }
  .header .nav-header
  {
  height: 100% !important;
  }
  .header .top-header .menu-header .search-header .search input[type=text] {
    width: 45%;
  }
}
@media (min-width: 1200px)
{
  .header .top-header,
  .header .nav-header{
    display:block;
  }
  .header .res-nav-header{
    display:none;
  }
}


/*Start New responsive style */

.header .res-nav-header .res-bottom .topnav {
  overflow: hidden;
  display: block;
  margin-top:45px;
  z-index: 16;
  background-color: #FFF;
  width: 100%;
  margin-right: -10px;
}
.header .res-nav-header .res-bottom .topnav
{
  width: 106%;
  margin-top: 0;
}
/*
.header .res-nav-header .res-bottom .topnav a {
  float: left;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 95%;
  margin: 10px auto;
}



.header .res-nav-header .res-bottom .active {
  color: white;
}



.header .res-nav-header .res-bottom .dropdown {
  float: left;
  overflow: hidden;
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 95%;
  margin: 10px auto;

}

.header .res-nav-header .res-bottom .dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border: 1px solid #CCC;
  color: black;

}

.header .res-nav-header .res-bottom .dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 160px;
  max-width: 100%;

}

.header .res-nav-header .res-bottom .dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.header .res-nav-header .res-bottom .topnav a:hover, .dropdown:hover .dropbtn {

}

.header .res-nav-header .res-bottom .dropdown-content a:hover {
  color: yellow;
}

.header .res-nav-header .res-bottom .dropdown:hover .dropdown-content {
  display: block;

}
*/





.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important; }
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link,
.mainmenu ul li ul li a, .mainmenu ul li ul li ul li a, .mainmenu ul li ul li ul li ul li a
{
  padding: 10px !important;
  text-decoration: none;
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 95%;
  color: #6d6e71;
  font-size:14px;
  text-transform:capitalize;
  display: block !important;
  margin: 5px auto;
}
.mainmenu ul li a.dropdown-toggle {
  width: 96.8%;
  margin-left: -2px;
}
.mainmenu ul li ul li a, .mainmenu ul li ul li ul li a, .mainmenu ul li ul li ul li ul li a
{
  width: 92%;
  margin: 10px;
}
.mainmenu ul li ul li ul li a, .mainmenu ul li ul li ul li ul li a
{
  width: 88%;
  margin: 10px;
}
.mainmenu ul li ul li ul li ul li a
{
  width: 85%;
  margin: 10px;
}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{ outline: 0;}
/*==========Sub Menu=v==========*/
/*.mainmenu .collapse ul > li:hover > a{text-decoration: underline;}*/
.mainmenu .collapse ul li:hover > a{text-decoration: underline;}
/*.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #4CAF50;}*/
/*.mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}*/

/*.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#1565C0;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#1E88E5}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}*/

/******************************Drop-down menu work on hover**********************************/
.mainmenu
{
  background:#FFF;
  position: relative;
  color: var(--main-color);
  z-index: 50;
  top:0;
}

.mainmenu ul li
{
  list-style: none;
}


@media only screen and (min-width: 992px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;right:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;right:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;right:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 992px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 35px 16px 15px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 45px 16px 15px}
}

@media screen and (max-width: 992px) {

  /*.header .res-nav-header .res-bottom .topnav a, .dropdown .dropbtn,
  .header .res-nav-header .res-bottom .topnav .dropdown .dropdown-content .topnav .res-dropdown-content2
  {
    display: none;
  }

  .header .res-nav-header .res-bottom .topnav .dropdown  .dropdown-content .topnav:hover .res-dropdown-content2
  {
    background-color: red;
    display:block;
  }*/
  .header .res-nav-header .res-bottom a.res-icon {
    float: right;
    display: block;
    padding-top: 4px;
    font-size: 25px;
  }
  /*.header .res-nav-header .res-bottom .topnav .dropdown { border:0;}*/

/*
  .header .res-nav-header .res-bottom .topnav.responsive {
      position: relative;
      width: 105% !important;
      margin-left: -10px;
      margin-top: 0;


  }*/
  .header .res-nav-header .res-bottom .responsive a.res-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .res-nav-header .res-bottom  li.dropdown-header {
    font-size: 15px;
    font-weight: bold;
    float: right;
    color:#555;
    text-transform:capitalize;
    display: block !important;
    margin: 0 0 0 3px;
  }
  /*.header .res-nav-header .res-bottom .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    color: var(--main-color);
  }
  .header .res-nav-header .res-bottom .topnav.responsive .dropdown {float: none; color: var(--main-color); }
  .header .res-nav-header .res-bottom .topnav.responsive .dropdown-content  {position: relative;}
  .header .res-nav-header .res-bottom .topnav.responsive .dropdown .dropbtn{
    display: block;
    width: 100%;
    text-align: left;
    color: var(--main-color);
  }
  .header .res-nav-header .res-bottom .topnav.responsive a:hover,
  .header .res-nav-header .res-bottom .topnav.responsive .dropdown .dropbtn:hover{
    text-decoration: underline;
    color: var(--main-hover-color);
  }*/
}

@media (max-width: 992px)
{
  .header .res-nav-header .res-top .cart-header .dot
  {
    height: 18px;
    width: 18px;
    color: var(--primary-color);
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mt-sm-30px {
    margin-top: 30px;
  }

  .header .top-header .menu-header .title-header .text-right
  {
    width: 20%;
  }

  .header .top-header .menu-header .title-header .text-left
  {
    width: 80%;
  }

  .header .top-header .menu-header .title-header .text-left li.hidden-small
  {
    display: none;
  }
}






/*End New responsive style */











.header .header-main
{
  width: 100%;
	height: 100%;
  background-color: white;
	padding: 15px;
	font-size: 13px;
	font-weight:500;
}

.header .header-main h2
{
  font-weight:600;
}

.header .header-main p a
{
  color: var(--main-color);
}

@media (max-width: 767px)
{
  .header .header-main {
    text-align: right;
  }
}


/* Start Slider */
.slider  div
{
  height: auto;
  overflow: hidden;
}

.slider  div.slide {
  margin-top: 20px;
}

.slider  div > h2
{
  border-bottom: 1px solid red;
}

.slider .btnLeft
{
	float:right;
  display:inline-block;
	max-width:5%;
	width:100%;
	text-align: center;
  /*font-size: 20px;*/
  height: 250px;
  /*border: 1px solid #CCC;*/
}
.slider .pagination
{
	float:right;
	display:inline-block;
	max-width:90%;
	width:90%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
	height:auto;
  margin:-10px 0px auto;

}

.slider .pagination::-webkit-scrollbar { display: none; }

.slider .btnRight
{
	float:right;
  display:inline-block;
	max-width:5%;
	width:100%;
	text-align:center;
  /*font-size: 20px;*/
  height: 250px;
  /*border: 1px solid #CCC;*/
}


.slider .btnRight:hover, .slider .btnLeft:hover
{
	/*background-color: rgba(0, 0, 0, 0.03);*/
  /*border: 1px solid #CCC;*/
}


.slider .slide .btnLeft a > span ,.slider .slide .btnRight a > span
{
	max-width:100%;
	width:50px;
	height: 100%;
  padding: 100px 0;
  font-size:40px;
  color: var(--primary-color);
}


.slider .pagination ul
{
	text-align:right;
	display: flex;
  height:auto;
  transition: all .6s;
  min-width:calc(185px * 20);
	flex-direction: row;
  align-items: right;
  justify-content: right;
	overflow: hidden;

}

.slider .swiper-container ul li
{
	display: inline-block;
	font-size: 18px;
	padding: 0px;
    /*margin: 0 5px;*/
	white-space:nowrap;
  width: 180px;
}

.slider .swiper-container ul li:last-child:after { content: ""; }

.slider .swiper-container ul li > a
{
	text-decoration: none;
	transition: background-color .3s;
}

.slider .swiper-container ul li > a.active , .section-bottom .slider .swiper-container ul li > a:hover { color:black; }

.slider .swiper-container .contant
{
  width: 160px;
  height: 270px;
  overflow:hidden;
/*  overflow-wrap:  break-word;*/
  padding-bottom: 10px;
}

.slider .swiper-container .contant img
{
  height: 150px;
  display:block;
  padding: 5px;
  margin: 0;
  width: 150px;
  object-fit: contain;
}

.slider .swiper-container .contant a.product-link
{
  font-size: 14px;
  color: black;
  text-decoration: none;
  /*background-color: #CCC;*/
  /*overflow-wrap: break-word !important;*/
  height: 35px;
  width: auto;
  /*word-wrap: break-word !important;*/
  /*word-break: break-all !important;*/
  white-space:normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: right;
  line-height: 18px;
  margin-bottom: 10px;
}



.slider .swiper-container .contant a.product-link:hover
{
  text-decoration:underline;
}
.slider .swiper-container .contant span.new-price
{
  font-size: 18px;
  font-weight: bold;
  display:block;
  color: var(--primary-color);
  text-align: right;
}

.slider .swiper-container .contant span.old-price
{
  font-size: 12px;
  display:block;
  color: #555;
  text-decoration: line-through;
}

.slider .swiper-container .contant span.new-price .currency {
  font-size: 12px;
}

@media (max-width: 767px)
{
  .slider .btnLeft, .slider .btnRight { display: none; }
  .slider .pagination {overflow-x: scroll;  -ms-overflow-style: none;  scrollbar-width: none; }
  .slider .pagination::-webkit-scrollbar { display: none; }
}




/* End Slider */



/* Start Body */
.section-top
{
  height: 693px;
  margin: 30px 0 auto;
}
@media (max-width: 767px)
{
  .section-top {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 766px) and (max-width: 992px)
{
  .section-top {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 991px) and (max-width: 1199px)
{
  .section-top {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1200px)
{
  .section-top {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}

.section-top .section-left
{
  background-color: white;
  float:right;
  width: 47%;
  height: 693px;
  margin: 0px 8px 0 15px;
}

.section-top .section-left .slide  .carousel-inner .item-slide
{
  height: 693px;
}

.section-top .section-left .slide .carousel-inner .item .image-slide
{
  padding: 100px 20px;
  height: 100%;
}

.section-top .section-left .slide  .carousel-inner .item .carousel-caption .h3-slide
{
    color: black;
    font-size: 28px;
    font-weight: bold;
}

.section-top .section-left .slide  .carousel-inner .item .carousel-caption .p-slide
{
    color: black;
    font-size: 20px;
}

.section-top .section-left .slide .carousel-indicators .li-slide
{
  background-color: black;
}

.section-top .section-right
{
  float: right;
  width: 49%;
  height: 100%;
  margin: -8px 8px 0 15px;
  overflow: hidden;
}

@media (max-width: 767px)
{
  .section-top .section-left, .section-top .section-right {
    margin:0 0 10px 0;
    float: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 766px) and (max-width: 992px)
{
  .section-top .section-left, .section-top .section-right {
    margin:0 0 10px 0;
    float: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media (min-width: 991px) and (max-width: 1199px)
{
  .section-top .section-left, .section-top .section-right {
    margin:0 0 10px 0;
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1000px)
{
  .hidden-semi-small {
    display: none;
  }
}

.section-top .section-right .section-right-top
{
  width: 100%;
  height: 47%;
  display: block;
  background-color: white;
  margin: 10px 5px;
  padding: 5px 15px;
  overflow: hidden;
}
.section-top .section-right .section-right-top .slider .slide
{
  margin-right: -20px;
}
.section-top .section-right .section-right-bottom
{
  width: 100%;
  height: 47%;
  display: block;
  background-color: white;
  margin: 10px 5px;
  padding: 5px 15px;
  overflow: hidden;
}
@media (max-width: 767px)
{
  .section-top .section-right .section-right-top, .section-top .section-right .section-right-bottom {
    margin:0 0 5px 0;
    float: none;
    width: 100%;
  }
}


.section-top .section-right .section-right-bottom .title
{
  width: 100%;
  display: block;
  height: auto;
}
.section-top .section-right .section-right-bottom .title h2{display:inline-block; font-weight: bold;}
.section-top .section-right .section-right-bottom .title h2 span{background-color: red; padding: 5px; color: white}
.section-top .section-right .section-right-bottom .image
{
  width: 25%;
  float: right;
  background-color: #555;
}
.section-top .section-right .section-right-bottom .image {height: 190px;}
.section-top .section-right .section-right-bottom .image img
{
  width: 100%;
  height: 100%;
}
.section-top .section-right .section-right-bottom .detalis
{
  width: 70%;
  float: right;
}
.section-top .section-right .section-right-bottom .detalis h3 a
{
  color:  var(--main-color);
}
.section-top .section-right .section-right-bottom .detalis h3 a:hover
{
  text-decoration: underline;
}
.section-top .section-right .section-right-bottom .detalis span
{
  display: block;
  color: black;
  font-weight: bold;
  font-size: 17px;
}
.section-top .section-right .section-right-bottom .detalis span.old-price
{
  text-decoration: line-through;
  font-weight: 500;
}

.main-container {
  margin-top: 25px;
  margin-bottom: 30px;
}

.section-bottom
{
  margin: 10px 0 auto;
  width: 100%;
  background-color: white;
  color: black;
  overflow: hidden;
}
@media (max-width: 767px)
{
  .section-bottom {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .main-container {
    margin-top: 15px;
  }
}

.section-bottom .features,
.section-bottom .items,
.section-bottom .slider,
.new-container > .row
{
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 767px)
{
  .section-bottom .features,
  .section-bottom .items,
  .section-bottom .slider,
  .new-container > .row
  {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}


.section-bottom .features .col-3
{
  float: right;
  padding: 20px;
}

.section-bottom .features .col-3 svg
{
  font-size: 25px;
  margin: 0 10px 0 0;
  float: right;
  color: var(--main-color);
}

.section-bottom .features .col-3 span
{
  font-weight: bold;
  float: right;
}
@media (max-width: 767px)
{
  .section-bottom .features .col-3
  {
    width: 100% ;
    float: none;
    margin: 0 ;
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
  }
}
@media (min-width: 766px) and (max-width: 992px)
{
  .section-bottom .features .col-3
  {
    width: 100% ;
    float: none;
    margin: 0 ;
    padding: 20px 0;
    border-bottom: 1px solid #CCC;
  }
}

@media (min-width: 991px) and (max-width: 1199px)
{
  .section-bottom .features .col-3
  {
    width: 31%;
    margin: 10px;
  }
}
@media (min-width: 1200px)
{
  .section-bottom .features .col-3
  {
    width: 31%;
    margin: 8px;
  }
}

.section-bottom .items-ad
{
  width: 100%;
  overflow: hidden;
  background-color: white;
}

.section-bottom .items-ad .images,
.section-bottom .items-ad .slider
{
  float: right;
}

.section-bottom .items-ad .images
{
  width: 30%;
  background: url("../image/catalog/banners/5e9619cc25ffdb000102cf03_1920x1080_FES_v1.jpg");
  height: 315px;
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.section-bottom .items-ad .images h2
{
  font-weight: bold;
  color:#FFF;
}
.section-bottom .items-ad .images h2, .section-bottom .items-ad .images a
{
  padding-right: 10px;
  width: 100%;
}

.section-bottom .items-ad .slider
{
  width: 70%;
  padding-top: 15px;
}

@media (max-width: 767px)
{
  .section-bottom .items-ad
  {
    padding: 10px 0 0;
  }
    .section-bottom .items-ad .images{padding-top: 10px;}
  .section-bottom .items-ad .images,
  .section-bottom .items-ad .slider
  {
    float: none;
    width: 100%;
  }
  .section-bottom .items-ad .slider
  {
    margin-top: -100px;
  }
  .section-bottom .items-ad .slider .pagination ul li
  {
    background-color: white;
    margin:0 10px;
  }
}



.section-bottom .items > h2,
.section-bottom .slider > h2
{
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-top: 15px;
}

.section-bottom .items .row
{
  overflow: hidden;
  border-bottom: 1px solid #CCC;
}

.section-bottom .items .row .col-3
{
  width: 25%;
  float: right;
  padding: 20px;
}

.section-bottom .items .row .border
{
  border: 1px solid #CCC;
}



.section-bottom .items .row .col-3 span
{
  color: #bb0628;
  display: block;
  font-size: 11px;
}
.section-bottom .items .row .col-3 h3
{
  font-weight: bold;
}
.section-bottom .items .row .col-3 p
{
  font-size: 13px;
}

.section-bottom .items .row .col-3 a
{
  font-size: 13px;
  color: #0046be;
}

.section-bottom .items .row .col-3 a:hover
{
  text-decoration: underline;
}

@media (max-width: 767px)
{
  .section-bottom .items .row
  {
    border-bottom: 0px;
  }
  .section-bottom .items .row .col-3
  {
    width: 100%;
    margin: 10px 0;
    float: none;
    height:100%;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
  }
  .section-bottom .items .row .col-3 img
  {
    width: 50% !important;
    float: right;
    padding:0 25px;
  }
  .section-bottom .items .row .col-3 .contant
  {
    width: 50%;
    float: right;
  }

  .section-bottom .items .row .border
  {
    border: 0px;
    border-bottom: 1px solid #CCC;
  }

  .slider .swiper-container .contant {
    width: 140px;
    height: 250px;
  }

  .slider .swiper-container .contant img {
    height: 130px;
    width: 130px;
  }
}

@media (min-width: 766px) and (max-width: 992px)
{
  .section-bottom .items .row
  {
    border-bottom: 0px;
  }
  .section-bottom .items .row .col-3
  {
    width: 100%;
    float: none;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    height: 100%;
  }
  .section-bottom .items .row .col-3 img
  {
    width: 50% !important;
    float: right;
    padding:0 25px;
  }
  .section-bottom .items .row .col-3 .contant
  {
    width: 50%;
    float: right;
  }

  .section-bottom .items .row .border
  {
    border: 0px;
    border-bottom: 1px solid #CCC;
  }
}

@media (min-width: 991px) and (max-width: 1199px)
{
  .section-bottom .items .row .col-3
  {
    width: 25%;
    padding: 20px 10px;
  }
  .section-bottom .items .row .col-3 img { width: 100% !important; }
}
@media (min-width: 1200px)
{
  .section-bottom .items .row .col-3
  {
    width: 25%;
    padding: 10px;
  }
  .section-bottom .items .row .col-3 img { width: 100% !important; }
}

/* End Body */

/*  Start My FrameWork  */
.text-left{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: left;
}
.clearfix
{
	clear:both;
}
.bold{
  font-weight: 800;
}

.font-normal{
  font-weight: normal;
}

.display-none{
	display:none;
}
.color-white{
  color:white;
}
.color-black{
  color:black;
}

:root{
  --main-color : black;
  --main-hover-color : black;
  --info-color : #ffe000;
  --info-hover-color: #ffff1f;
  --header-color: black;
}
/*  End My FreamWork  */

@media (max-width: 767px) {  .slider .pagination ul { min-width: calc(575px * 7)} }

.glyphicon-menu-right:before {
  content: "\e257";
}

.glyphicon-menu-left:before {
  content: "\e258";
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 1px solid #dddddd;
  padding-top: 10px;
  background-color: white;
}

/* Footer */

.footer-container > .row{
  max-width: 1665px;
  margin: auto;
  padding: 0 35px;
}

.footer-container .copyright {
  position: absolute;
  bottom: 0;
}

.btnLeft .sliderButtonLeft .slider-arrow {
  content:url('/user_styles/image/icon/arrow-right.svg');
}

.btnRight .sliderButtonRight .slider-arrow {
  content:url('/user_styles/image/icon/arrow-left.svg');
}

.header .top-header .menu-header .search-header.sticky {
  padding-top: 13px;
}

.header .top-header .menu-header .search-header.sticky .desktop-backdrop {
  top: 67px;
}

select {
  background: url("/user_styles/image/icon/arrow-down.svg") no-repeat left 5px center #fff;
  padding-left: 25px !important;
  background-size: 20px;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.header .new-dropdown li.dropdown2 img.arrow-right {
  content: url("/user_styles/image/icon/chevron-left.svg");
  float: left;
}

b, strong, .price span.price, .btn-new-add-to-cart, .btn-new-added-to-cart, .label, table.table-bordered thead > * {
  font-weight: bold;
}

#shopping_cart_menu {
  left: -20px;
  right: auto;
}

.login-page .field-icon {
  margin-right: -30px;
  margin-top: 13px;
  position: absolute;
  z-index: 2;
}

.cart-order-summary {
  padding: 10px;
  background-color: #e6e6e6;
  margin-right: 30px;
}

.checkout-order-summary {
  margin-top: 10px;
  margin-right: 30px;
}

.btn-add-address {
  font-size: 12px;
  float: left;
}

.address-radio {
  float: left;
}

@media (min-width: 767px) {
  .row .two-images-left {
    padding-right: 0;
    padding-left: 10px;
  }

  .row .two-images-right {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .footer-container > .row {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .cart-order-summary {
    margin: 20px 0 0 0;
  }

  .checkout-order-summary {
    margin: 10px 0;
  }

  .footer-container .copyright {
    bottom: -132px;
  }
}

@media (max-width: 767px) {
  .cart-table-row .quantity-select, .cart-table-row .product-price {
    float: none !important;
    margin-top: 15px !important;
  }
}

.product-share-icons {
  display: inline;
  float: left;
  margin-left: 20px;
}

.left-content-product .content-product-right .product-box-desc {
  margin-left: 20px;
}

.light-font {
  font-weight: normal;
}

.collapsible-content {
  margin-left: 5px;
}

.product-body .label-sale {
  left: 10px;
}

.payment-gateway-logo {
  max-width: 200px;
  float: left;
}

.mr-5 {
  margin-left: 5px;
}
