@import "../fonts/vazir/vazir.css";

:root {
  --main-color: #42ae42;
  --second-color: #f7335d;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Vazir !important;
}

#sp-top-bar {
  background-color: #fff;
  border-bottom: 1px solid silver;
}

#sp-top-bar a {
  color: #000;
}

#sp-top-bar span.fa {
  color: var(--main-color);
}

.sppb-addon-title {
  font-family: Vazir;
  color: var(--main-color);
  font-size: 24px;
  text-align: right;
  padding-top: 10px !important;
}

body.rtl .sp-megamenu-parent {
  float: right;
}

#mod-search-searchword130 {
  border-radius: 20px;
}

.searchbtn {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 2px;
  z-index: 99;
}

.input-group {
  position: relative;
}

.shopicon {
  background: var(--main-color);
  padding: 10px;
  color: #fff;
  border-radius: 50%;
}

.countproduct {
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  top: -20px;
}

.carticon {
  position: relative;
}

.hikashop_small_cart_checkout_link {
  color: #000;
}

.hikashop_small_cart_checkout_link:hover {
  color: var(--main-color);
}

.menubar, #sp-menu {
  background-color: rgb(238, 238, 238);
}

#sp-section-1 {
  margin-top: 90px;
}
/*
#sppb-carousel1 {
  -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
*/
#appb-carousel1 .sppb-item img {
  height: 250px !important;
}

.btn-primary, .sppb-btn-success, .hikabtn  , .readmore a, .sppb-readmore{
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  border-width: 2px;
  padding: 10px 40px;
  border-radius: 30px;
  background: var(--second-color);
  border: none;
}
.readmore
{
  text-align: left;
}
.hikabtn {
  background: var(--second-color) !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: center;
  float: right;
}

.btn-primary:hover, .sppb-btn-success:hover, .hikabtn:hover {
  color: #fff;
  border-color: transparent;
  background: #ee093a;
}

.sp-menu-item a {
  color: #000;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a, .sp-megamenu-parent>li:hover>a {
  color: var(--main-color);
}

.hikashop_listing_img_title, .hikashop_listing_img_title img {
  border-radius: 0 !important;
}

.hikashop_subcontainer.thumbnail {
  position: relative;
  border-radius: 0 !important;
  border: 1px black solid;
}

.hikashop_subcontainer.thumbnail:hover img {
  border-radius: 50%;
  filter: grayscale(0%)blur(0px);
}

.hikashop_subcategories_listing .hikashop_category_name a{
  background-color: white;
  color:black;
  font-weight: normal;
}

.hikashop_category_image {
  border: none !important;
  border-radius: 0 !important;
}

.hikashop_category_image img {
  transition: 500ms border-radius;
}

.hk-row-fluid:hover img {
  filter: grayscale(100%)blur(1px);
}

.hikashop_category_image img:hover {
  filter: grayscale(0%)blur(0px);
}

.hikashop_category_name a {
  width: 95%;
  font-size: 18px !important;
  display: block;
  margin: 0 auto;
}
.hikashop_subcategories_listing .hikashop_category_name a:hover{
  background-color: white;
  color:black;
  font-weight: normal;
}

.hikashop_product {
  margin-top: 15px;
}

.hikashop_product_price {
  font-family: Vazir !important;
}

.hikashop_product_name_main, .article-header h1 , .article-header h2 {
  margin-top: -20px;
  font-family: Vazir;
  font-size: 22px !important;
  padding: 5px 0;
  text-align: center;
  background: var(--main-color);
  color: #fff;
}

.hikashop_collectondelivery_end {
  background-color: var(--main-color);
  padding: 15px;
  color: #fff;
  border-radius: 5px;
}

.hikabtn .btnIcon .fas, .hikabtn .btnIcon .far {
  color: #fff;
}

.hikabtn .btnIcon {
  padding-top: 4px;
}

.hikabtn .btnName {
  color: #fff;
}

a.hikabtn {
  display: flex;
}

a.hikabtn span {
  margin-right: 5px;
  align-self: center;
}

.article-info {
  background: #ddd;
  width: 50%;
  padding: 5px 25px;
  margin-top: -18px;
  -webkit-clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
  clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
}

.article-header {
  clip-path: polygon(3% 100%, 0% 0%, 97% 0%, 100% 100%);
  -webkit-clip-path: polygon(3% 100%, 0% 0%, 97% 0%, 100% 100%);
}
.article-header h2 a
{ color: #fff !important;}

div[itemprop="articleBody"] , .article-introtext{
  text-align: justify;
  position: relative;
}
div[itemprop="articleBody"]::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/articlebg.png);
  opacity: 0.4;
  content: "";
  top:50%;
  left:50%;
  transform: translate(-50% ,-50%);
  z-index: -1
}

.pagenav li a {
  background: var(--main-color);
  color: #fff;
  border: none;
}

.hikashop_product_name_main {
  -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

#sp-component {
  position: relative;
}

#sp-component:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 8px;
  -webkit-clip-path: ellipse(50% 1% at 50% 62%);
  clip-path: ellipse(50% 15% at 50% 62%);
  background: linear-gradient(to right, #ddd 0%, var(--main-color) 50%, #ddd 100%);
}
.input-group > .input-group-append > .btn
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 40%;
    border-bottom-left-radius: 40%;
}
#search-searchword
{
  border-radius: 0;
}
.searchintro {
  background: #ddd;
  width: 50%;
  padding: 0px 25px;
  margin-top: -16px;
  -webkit-clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
  clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
}
.searchitem
{
  transition: 500ms all;
}
.searchitem:hover
{
  background: rgba(221,62,173,0.4);
}
#column-wrap-id-1558867031214 .sppb-addon-title , #column-wrap-id-1558867031213 .sppb-addon-title ,
#sppb-addon-1558867031210 .sppb-addon-title
{
  background: var(--main-color);
  color:#fff;
  text-align: center;
  clip-path:polygon(5% 0% , 95% 0% , 100% 100% , 0% 100%);
  -webkit-clip-path:polygon(5% 0% , 95% 0% , 100% 100% , 0% 100%);
}
#column-wrap-id-1558867031214 .sppb-addon-single-image-container,
#column-wrap-id-1558867031213 .sppb-addon-single-image-container{
  clip-path: polygon(0% 0% , 0% 90% , 10% 100% , 90% 100% ,100% 90% ,100% 0%);
  height: 360px;
  overflow: hidden;
}
#sp-main-body {
    background-image: url('../images/terita-salamat-logo-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: center;
    background-size: contain;
}
#hikashop_category_information_menu_134 .hikashop_category_image {
  height: unset !important;
}
.hikashop_product_right_part {
  border: none;
}
#sp-footer3 {
  background-color: #fff;
}
.hikashop_product_msrp_price .hikashop_product_price{
text-decoration:line-through;
}
.hikashop_cart_product_quantity_value {
  display: flex !important;
}
.hikashop_product_quantity_field {
  width: 25% !important;
}
.hikashop_cart_product_quantity_refresh, .hikashop_cart_product_quantity_delete {
  margin: 0 10px;
}
.hikashop_cart_product_quantity_refresh i::before, .hikashop_cart_product_quantity_delete i::before {
  font-size: 20px;
}
#sp-bottom .sp-module ul{
  display: flex;
  flex-wrap: wrap;
}
#sp-bottom .sp-module ul li{
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 30%;
}
.carousel-item p{
  color: black;
}
.carousel-item .col-3 h3{
  color: red;
}
.carousel-caption{
  bottom: unset;
}
