@font-face {
  font-family: "Anjoman";
  src: url("../fonts/anjoman/Anjoman.eot");
  src: url("../fonts/anjoman/Anjoman.eot?#iefix") format("embedded-opentype"), url("../fonts/anjoman/Anjoman.woff2") format("woff2"), url("../fonts/anjoman/Anjoman.woff") format("woff"), url("../fonts/anjoman/Anjoman.ttf") format("truetype");
}
body,p,h1,h2,h3,h4,h5,h6,a,ul,tr,td,input,.menu-title,.sansFont,.module h3.modtitle,
.wellcomesj h1 span,
.wellcomesj a.readmore.gray,
.sppb-addon-text,
.sppb-addon-content,
.flex-text,
.sppb-progress-bar,
.PricesalesPrice,
.display-number {
  font-family: "Anjoman" !important;
  }
body.rtl .sp-megamenu-parent > li.sp-has-child > a::before {
    font-weight: 900;
}
.sp-megamenu-parent > li > a::after {
    content: "";
    width: 100%;
    left: 0;
    height: 0;
    display: block;
    position: absolute;
    border-top: 4px solid;
    margin-top: -4px;
    top: 100%;
    height: 1rem;
    color: transparent;
    transition: all .25s;
    outline: 1px solid transparent;
}
.sp-megamenu-parent > li > span.sp-menu-separator::after {
    content: "";
    width: 100%;
    left: 0;
    height: 0;
    display: block;
    position: absolute;
    border-top: 4px solid;
    margin-top: -4px;
    top: 100%;
    height: 1rem;
    color: transparent;
    transition: all .25s;
    outline: 1px solid transparent;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 17px;
  color: #949494;
}
body.rtl .sp-megamenu-parent > li.sp-has-child > a::before{content:none;}
body.rtl .sp-megamenu-parent > li.sp-has-child > span::before{content:none;}
.sp-megamenu-parent > li:hover > a::after {color: black;}
.sp-megamenu-parent > li:hover > span.sp-menu-separator::after{color: black;}
.align-items-right {align-items: right !important;}
.justify-content-xl-right {justify-content: right !important;}
#sp-header-topbar .container-inner > .row {margin: 15px auto;}
#sp-header.lg-header {border-top: 1px solid #e5e5e5;}
#sp-header-topbar .container-inner {border-bottom: none;}
body.rtl .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  margin-top: 7px;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}
.profile-icon {
    margin-left:35px;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
}
.profile-icon::after {
    border-top: 4px solid;
    color: transparent;
    content: "";
    display: block;
    height: 0;
    height: 1rem;
    left: -12px;
    margin-top: 6px;
    outline: 1px solid transparent;
    position: absolute;
    top: 100%;
    transition: all .25s;
    width: 50px;
}
.profile-icon:hover::after{
    border-top: 4px solid;
    color: black;
    content: "";
    display: block;
    height: 0;
    height: 1rem;
    left: -12px;
    margin-top: 6px;
    outline: 1px solid transparent;
    position: absolute;
    top: 100%;
    transition: all .25s;
    width: 50px;
  }
  #sp-footer {
    background: #000 linear-gradient(90deg,#f99d1d,#cb3c6d 48%,#782a8f) no-repeat;
    background-size: 100% 2px;
    color: #fff;
    padding: 2em 0 1em;
    position: relative;
    z-index: 20;
}
#sp-footer .container-inner {
  padding: 0;
  border-top: none;
}
/*----------Profile Menu -----------------*/

.dropdown-menu1 {
  background-color: #000;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -15px;
  opacity: 0;
  text-align: right;
  top:0px;
  visibility: hidden;
  z-index: -99999;
  margin-top: 38px;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.25), 0 2px 4px 1px rgba(0,0,0,.1);
   color: #fff;
}

.dropdown-menu1 li:first-child {
  cursor: default;
  
}
.dropdown-menu1 li {
   padding: 5px 0;
}
#sp-header-topbar .profile-icon ul li a {
 text-decoration: none;
 color: #fff;
}
#sp-header-topbar .profile-icon ul li a:hover {
 text-decoration: underline;
 color: #fff;
}
.dropdown-menu1 a {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.dropdown-menu1 a:hover {
  background: #000;
  color: #fff;
}

.profile-icon:hover .dropdown-menu1 {
  background: #000;
  opacity: 1;
  visibility: visible;
  top: 0px;
  padding: 0.5rem 1rem;
    max-width: 70.625rem;
    min-width: 10rem;
    
    -webkit-transition: opacity .25s,margin .25s,visibility 0s,pointer-events 0s .25s;
  transition: opacity .25s,margin .25s,visibility 0s,pointer-events 0s .25s;
  
}
#sp-main-body {
   background: #f6f6f6;
}
/*-------------top search -------------------------------*/
 .top-search-wrapper {
  position: relative;
  line-height: 32px;
  width: 100%;
  z-index: 3;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.top-search-wrapper .icon-top-wrapper {
  cursor: pointer;
}
.top-search-wrapper .icon-top-wrapper i.fa,
.top-search-wrapper .icon-top-wrapper i.fas,
.top-search-wrapper .icon-top-wrapper i.far {
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.top-search-wrapper .icon-top-wrapper i.pe {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  width: 42px;
  margin: 0 auto;
}
.top-search-wrapper .icon-top-wrapper .search-close-icon {
  display: none;
}
.top-search-wrapper .icon-top-wrapper .search-close-icon.open {
  display: block;
}
.top-search-wrapper .icon-top-wrapper i.pe.search-close-icon.open {
  font-size: 22px;
}
.top-search-wrapper .icon-top-wrapper .search-close-icon,
.top-search-wrapper .icon-top-wrapper .search-open-icon {
  width: 42px;
  text-align: center;
  line-height: 32px;
}
.top-search-input-wrap {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-search-input-wrap .top-search-wrap {
  position: absolute;
  left: -10px;
  right: auto;
  float: right;
  width: 250px;
  margin: -20px 0 0 0;
  z-index: 8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
  -moz-transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
  -ms-transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
  -o-transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
  transform: translateY(-20px) scale(0.85) perspective(500px) rotateX(90deg);
  -webkit-transition: all 0.3s cubic-bezier(0.405,0.020,0.325,0.950);
  -moz-transition: all 0.3s cubic-bezier(0.405,0.020,0.325,0.950);
  -o-transition: all 0.3s cubic-bezier(0.405,0.020,0.325,0.950);
  transition: all 0.3s cubic-bezier(0.405,0.020,0.325,0.950);
  opacity: 0;
}
.top-search-input-wrap .top-search-wrap .searchwrapper {
  background-color: #000;
  padding: .75rem;
  border: 1px solid #292929;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.25), 0 2px 4px 1px rgba(0,0,0,.1);
  position: absolute;
  left: 0px;
  width: 33.75rem;
  top:5px;
}
.top-search-input-wrap .top-search-wrap .sp_search_input {
  width: 250px;
}
.top-search-input-wrap .top-search-wrap .sp_search_input input {
  background-color: transparent;
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  box-shadow: none;
  text-align: center;
}
.top-search-input-wrap .top-search-wrap.active {
  margin-top: 1vh;
  -webkit-transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
  -moz-transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
  -ms-transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
  -o-transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
  transform: translateY(0) scale(1) perspective(1000px) rotateX(0deg);
  opacity: 1;
}
.btn-toolbar::after {
  content: ' ';
  background: url('../images/search.svg') 15px 7px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  width: 55px;
  position: absolute;
  left: 23px;
  height: 40px;
  background-color: #d2cfcd !important;
  }
.is_ajaxsearch .form-inline input {
  border-radius: 0;
  height: 40px;
}
*, ::after, ::before {
  box-sizing: border-box;
  }
  .icon-top-wrapper::after{
    border-top: 4px solid;
    color: transparent;
    content: "";
    display: block;
    height: 0;
    height: 1rem;
    left: -12px;
    margin-top: 6px;
    outline: 1px solid transparent;
    position: absolute;
    top: 100%;
    transition: all .25s;
    width: 50px;
  }
  .icon-top-wrapper:hover::after{
    border-top: 4px solid;
    color: black;
    content: "";
    display: block;
    height: 0;
    height: 1rem;
    left: -12px;
    margin-top: 6px;
    outline: 1px solid transparent;
    position: absolute;
    top: 100%;
    transition: all .25s;
    width: 50px;
  }
/*---------------------------end top search ----------------------------------*/
/*------------------Tab Mega menu--------------------------------------------*/

.tabs {
	max-width: 60rem;
	display: flex;
}
.tabs > ul {
		list-style-type: none;
		padding: 0;
		min-width: 300px;
        max-width: 450px;
}
	.tabs > ul	li {
			display: block;
			text-align: right;
			border-top: 1px solid rgb(204, 204, 204);
	}	
		.tabs > ul li a {
				display: block;
				text-decoration: none;
				background: #fff;
				padding: 10px;
				font-size:18px;
				color: #000;
				transition: all .2s ease-in-out;
		}	
				.tabs > ul li a.active {
					background: #000;
					color: #fff;
				}
				
				.tabs > ul li a:hover:not(.active) {
					color: #000;
				}
	
	.sp-dropdown-inner section {
		background: #000;
		color:#fff;
		padding: 16px 30px 30px 30px;
		display:none;
	}	
	.sp-dropdown-inner	section.active {
			display: flex;
			flex-direction: column;
		}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #000;
    color: #fff;
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.25);
    box-shadow: 0 0 0 1px hsla(0,0%,100%,.25),0 2px 4px 1px rgba(0,0,0,.1);
}
.tabmenu .sp-dropdown .sp-dropdown-inner {
  padding: 0px;
  }
.Items > a p {
  font-size: .875rem;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.Items {
  flex-grow: 1;
  
}
.Column h5 {margin-bottom: 1rem;}
.Items ul li a {
  display: block;
  padding: 0;
  height: auto;
  line-height: 1.3;
  margin: .5rem 0;
  text-decoration: none;
  color: #fff;
}
.Items ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.Items a {
  display: block;
  padding: 0;
  height: auto;
  line-height: 1.3;
  margin: .5rem 0;
  text-decoration: none;
  color: #fff;
}
.Items a.item-titr p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cb3c6d;
  background: linear-gradient(90deg,#cb3c6d 0,#f99d1d 30%,#cb3c6d 55%,#782a8f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb3c6d",endColorstr="#782a8f",GradientType=1);
  opacity: .8;
  transition: bottom .25s linear;
}
.Columns {
  display: flex;
}
.Columns .Column {
  width: 242px;
  margin-right: 30px;
}
li, ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn-primary, .sppb-btn-primary {
  border-color: #090909;
  background-color: #fff;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #040404;
  border-color: #000;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #0b0b0b;
  background-color: #020202;
}
.ph-pagination-top .btn.active span {
  color: #fdfdfd;
}
#sp-left .sp-module ul {padding-right:15px;}

#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
}
.sp-page-title {
  background: #1f1f20;
}
.article-list .article .readmore a {
    background: radial-gradient(circle farthest-corner at 36% 26%,#f99d1d,#cb3c6d 48%,#782a8f) no-repeat bottom;
    background-size: 100% 1px;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    line-height: 1.7;
    position: relative;
    text-decoration: none!important;
    transition: all .25s;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #040404;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #090909;
}
/*---------------------------End Tab Mega menu----------------------------*/
/*---------------------------Start Phoca Cart ------------------------------*/
.pc-view .form-select { width: 70%;background-position: left .75rem center;text-align: right;}
.ph-item-reward-box .ph-reward-txt, .ph-category-price-box .ph-price-txt, .ph-category-price-box .ph-tax-txt, .ph-category-stock-box .ph-stock-txt, .ph-item-sku-box .ph-sku-txt, .ph-item-upc-box .ph-upc-txt, .ph-item-ean-box .ph-ean-txt, .ph-item-jan-box .ph-jan-txt, .ph-item-isbn-box .ph-isbn-txt, .ph-item-mpn-box .ph-mpn-txt, .ph-item-serial-number-box .ph-serial-number-txt, .ph-item-min-qty-box .ph-min-qty-txt, .ph-item-manufacturer-box .ph-manufacturer-txt, .ph-item-delivery-date-box .ph-delivery-date-txt, .ph-item-price-box .ph-price-txt, .ph-item-price-box .ph-tax-txt, .ph-item-stock-box .ph-stock-txt, .ph-item-size-box .ph-item-length-txt, .ph-item-size-box .ph-item-width-txt, .ph-item-size-box .ph-item-height-txt, .ph-item-size-box .ph-item-weight-txt, .ph-item-size-box .ph-item-volume-txt {
  float: right;
  clear: both;
  }
  h3.grid {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.ph-item-box .ph-item-content {
  padding: 0;
}
.ph-product-header {
  margin-top: 15px;
}
.ph-item-box.gridlist, .ph-item-box.list {
  margin-bottom: 1em;
  background: #fff;
  padding: 30px;
}  
.gridlist {display:none;}
#phItemTopBoxForm .ph-pag-top-row {
   justify-content: left;
}
.jstree-proton.jstree-rtl .jstree-node {background: none;}
.ph-item-desc {margin-top:10px;}  
#sp-left .sp-module .ph-category-module-box ul > li, #sp-right .sp-module .ph-category-module-box ul > li {
  line-height: 40px;
  font-size: 17px;
}
.jstree-proton .jstree-clicked {
  background: none;
  color: #000;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 600;
  font-size: 18px;
}
.tab-content > .active {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: none;
}
.ph-item-image-add-box {
   padding-top: 15px;
}
.jstree-proton .jstree-hovered {background: none;color: #000;}
  @media (min-width: 1200px) {
    .h3, h3 {
        font-size: 18px;
        font-weight: 600;
    }
    
  }
  @media (max-width: 575px) {
  #sp-header {
    height: 60px;
  }
  .top-search-wrapper .icon-top-wrapper {
    width: 25px;
}
.m-hide{display:none;}
#sp-header.lg-header #offcanvas-toggler {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}
.top-search-input-wrap .top-search-wrap .searchwrapper {
  background-color: #fff;
  border: none;
  left: -50px;
  width: 24.75rem;
  
}
.offcanvas-menu .offcanvas-inner ul.menu > li {
  padding: 1px 10px;
  display: block;
  font-weight: 600;
  background: #f6f6f6;
  margin-bottom: 0.5rem;
  
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {left:0;}
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover{color: #242424;}
}

/*---------------------------End Phoca Cart ------------------------------*/