/*
Theme Name:         Rayan V2
Description:        Rayan is base theme for woocommerce market.
Version:            1
Author URI:         http://www.rayatarh.com/
License:            GNU General Public License v2.0
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/* STYLE.css */
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - DEFAULT STYLE */
/* 02 - HEADER */
/* 03 - MAIN MENU */
/* 04 - HOME PAGE */
/* 05 - FOOTER */
/* 06 - SINGLE PAGE */
/* 07 - CATEGORY */
/* 08 - PRODUCT SINGLE PAGE */
/* 09 - WOOCOMMERCE OVERWRITE */
/* 10 - MEDIA QUERIES */

@import url(fonts/Font-awesome-4-6/css/font-awesome.min.css) screen;

@font-face {
  font-family: 'iransans';
  src: url("fonts/IRANSansWeb(FaNum)_Light.eot?#") format("eot"), url("fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

/*-----------------------------------------------------------------------------*/
/* 01 - DEFAULT STYLE */
/*-----------------------------------------------------------------------------*/

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-right {text-align: right !important;}
.alignleft {float: left}
.alignright {float:right}
.aligncenter {text-align: center}
.boxing {box-shadow: 1px 1px 7px rgba(0,0,0,0.1);
  background: #FFF;
}
html {
  height: 100%;
}

body {
  margin: 0;
  background: #f1f1f1;
  font-size: 14px;
  font-family: iransans;
  color: #333;
  padding: 0;
  height: 100%;
}

.bx-viewport {direction: ltr;}
.container-fluid {max-width: 1340px; margin: 0 auto !important; padding-right: 15px; padding-left: 15px}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.pr5 {padding-right: 5px !important;}
.pl5 {padding-left: 5px !important;}
.pr0 {padding-right: 0 !important;}
.pl0 {padding-left: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.half {width: 50%;}

a:link, a:active, a:focus, a:visited {
  color: #1f45c0;
  text-decoration: none;
  transition: background 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  outline: none !important;
}

a:hover {
  color: #000;
  text-decoration: none;
  
}
.color2 a {color: #000;}
.color2 a:hover {color: #1f45c0;}

textarea {
  border: 1px solid #999;
  background-color: #fff;
  color: #000;
}

input {
  border: 1px solid #999;
  color: #000;
  background-color: #fff;
}

h2 {
  font-size: 30px;
  line-height: 25px;
  font-weight: bold
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: iransans;line-height: 2 !important}

.row {margin: 0;}
.boxsh {background: #FFF; border-radius: 5px; padding: 10px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  -ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.bggr{
  background: #b80085 !important;
  background: -webkit-linear-gradient(left, #8159a6 , #74dbf3) !important;
  background: -o-linear-gradient(right, #8159a6 , #74dbf3) !important;
  background: -moz-linear-gradient(right, #8159a6 , #74dbf3) !important;
  background: linear-gradient(to right, #8159a6 , #74dbf3) !important;
}
.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
}
.bx-wrapper .bx-loading {display: none;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1f45c0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #1f45c0;
  width: 30px;
  border-radius: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item {
    margin-right: 3px !important;
    text-align: center !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    margin: 2px !important;
    transition: all 0.3s !important;
}
.bx-wrapper .bx-controls-direction a { width: 30px !important; top: 40%; height: 50px !important; border-radius: 50%; box-shadow: 1px 1px 2px rgba(0,0,0,0.1); z-index: 1 !important; }
.bx-wrapper .bx-next {
      right: -93px !important;
      background: url(images/controls4.png) -117px 18px #2cc747 no-repeat !important; opacity: 0.9;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -117px -62px !important;
}
.bx-wrapper .bx-prev {
      left: -100px !important;
    background: url(images/controls4.png) 17px 18px #2cc747 no-repeat !important; opacity: 0.9;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 17px -62px !important ;
}
.bx-wrapper .bx-pager.bx-default-pager a {width: 14px; height: 14px; border-radius: 50%}
.bx-wrapper .bx-pager {bottom: 6px}


/*-----------------------------------------------------------------------------*/
/* 02 - HEADER */
/*-----------------------------------------------------------------------------*/

.top-border {
  width: 100%;
  height: 5px;
  background: #1f45c0;
}
.top-header {
  background: #fff;
}
.top-bar {
  height: auto;
  min-height: 70px;
  padding: 10px 0;
  background: #fff;
}
.top-logo {
  float: right;
}
.top-logo-mobile {display: none;}
.top-links ul {
  padding: 0;
  padding-top: 17px;
  float: right;
  margin-right: 20px;
}
.top-links ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.top-links ul li a {
  color: #222;
}
.top-links ul li a:hover {
  color: #1f45c0;
}
.searchform {width: 100%; height: 40px; position: relative; background: #FFF; margin-top: 9px; margin-bottom: 7px; border: 1px solid #e0e0e0; border-radius: 25px;}
.searchform input {border: none !important; outline: none}
.searchform input[type="search"] {width: 100%; float:left; padding-right: 10px; margin-right: 5px; height: 40px; color: #666;
  border-radius: 25px; transition: all 0.4s;  background: transparent;
}
.searchform input[type="search"]:hover, .searchform input[type="search"]:focus {border-color: #FF8400 !important;}
.searchform input[type="submit"] {position: absolute; font: 23px fontawesome; color: #1f45c0; top: -1px; left: 5px; height: 40px; background: transparent; transition: all 0.4s ease-out 0s;}
.searchform input[type="submit"]:hover {color: #222}
.top-login {
  text-align: left;
  margin-top: 10px;
}
.top-login div {display: inline-block;}
.top-login .login {
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  margin-left: 10px;
  padding: 2px 21px;
}
.top-login .login span {
  font-size: 21px;
  vertical-align: middle;
}
.top-login .setting, .top-login .cart {
  font-size: 24px;
  margin-right: 10px;
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
  vertical-align: middle;
  position: relative;
}
.top-login .cart i {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1f45c0;
  font-style: normal;
  text-align: center;
  font-family: iransans;
  color: #222;
  right: 9px;
  top: -10px;
  background: #FFF;
  font-size: 15px;
}


/*-----------------------------------------------------------------------------*/
/* 03 - MAIN MENU */
/*-----------------------------------------------------------------------------*/
.top-menu {width: 100%; background: #FFF; margin: 0 auto; height: auto; min-height: 45px; z-index: 5000 !important; border-bottom: 1px solid #e2e2e2; border-top: 1px solid #e2e2e2; }
.menu-row {background: #FFF; border-top: 1px solid #f0f0f0}
.menu-main-navigation-container,
.menu-main-navigation-container ul,
.menu-main-navigation-container ul li,
.menu-main-navigation-container ul li a,
.menu-main-navigation-container #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 30;
}
.menu-main-navigation-container ul {float: right}
.menu-main-navigation-container:after,
.menu-main-navigation-container > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.menu-main-navigation-container #menu-button {
  display: none;
}
.menu-main-navigation-container {
  width: auto;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background: #1f45c0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.menu-main-navigation-container > ul > li {
  float: right;
}
.menu-main-navigation-container.align-center > ul {
  font-size: 0;
  text-align: center;
}
.menu-main-navigation-container.align-center > ul > li {
  display: inline-block;
  float: none;
}
.menu-main-navigation-container.align-center ul ul {
  text-align: right;
}
.menu-main-navigation-container.align-right > ul > li {
  float: right;
}
.menu-main-navigation-container.align-right ul ul {
  text-align: left;
}
.menu-main-navigation-container > ul > li > a {
  padding: 20px 15px;
  text-decoration: none;
  color: #222;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.menu-main-navigation-container > ul > li:hover > a,
.menu-main-navigation-container > ul > li.active > a {
  color: #1f45c0;
}
.menu-main-navigation-container > ul > li.has-sub > a {
  padding-right: 25px;
}
.menu-main-navigation-container > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.menu-main-navigation-container > ul > li.has-sub:hover > a::after {
  border-color: #1f45c0;
}
.menu-main-navigation-container ul ul {
  position: absolute;
  left: 9999px;
}
.menu-main-navigation-container li:hover > ul {
  left: auto;
}
.menu-main-navigation-container.align-right li:hover > ul {
  right: 0;
}
.menu-main-navigation-container ul ul ul {
  margin-right: 100%;
  top: 0;
}
.menu-main-navigation-container.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.menu-main-navigation-container ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.menu-main-navigation-container ul li:hover > ul > li {
  height: 32px;
}
.menu-main-navigation-container ul ul li a {
  padding: 10px 20px;
  width: 160px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.menu-main-navigation-container ul ul li:hover > a,
.menu-main-navigation-container ul ul li a:hover {
  color: #48b9f3;
}
.menu-main-navigation-container ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}
.menu-main-navigation-container.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.menu-main-navigation-container ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 992px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .menu-main-navigation-container {
    width: 100%;
  }
  .menu-main-navigation-container ul {
    width: 100%;
    display: none;
    background: #CCC
  }
  .menu-main-navigation-container ul li ul {width: 100%}
  .menu-main-navigation-container ul li ul li{ background: #ddd }
  .menu-main-navigation-container.align-center > ul,
  .menu-main-navigation-container.align-right ul ul {
    text-align: right;
  }
  .menu-main-navigation-container ul li,
  .menu-main-navigation-container ul ul li,
  .menu-main-navigation-container ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  .menu-main-navigation-container ul li a,
  .menu-main-navigation-container ul ul li a {
    width: auto;
  }
  .menu-main-navigation-container > ul > li,
  .menu-main-navigation-container.align-center > ul > li,
  .menu-main-navigation-container.align-right > ul > li {
    display: block;
  }
  .menu-main-navigation-container ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  .menu-main-navigation-container ul ul li:hover > a,
  .menu-main-navigation-container ul ul li a:hover {
    color: #1f45c0;
  }
  .menu-main-navigation-container ul ul ul li a {
    padding-right: 40px;
  }
  .menu-main-navigation-container ul ul,
  .menu-main-navigation-container ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    float: none;
  }
  .menu-main-navigation-container > ul > li.has-sub > a::after,
  .menu-main-navigation-container ul ul li.has-sub > a::after {
    display: none;
  }
  .menu-item-has-children a {margin-right: 35px !important}
  #menu-line {
    display: none;
  }
  .menu-main-navigation-container #menu-button {
    display: block;
    padding: 15px 60px 15px 15px;
    color: #000000;
    cursor: pointer;
    font-size: 18px;
    
  }

  .menu-main-navigation-container #menu-button::before {
    content: '\f0c9';
    position: absolute;
    font-family: FontAwesome;
    top: 1px;
    right: 20px;
    display: block;
    color: #1f45c0;
    font-size: 28px
  }
  .menu-main-navigation-container .submenu-button {
    position: absolute;
    z-index: 101;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .menu-main-navigation-container .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  .menu-main-navigation-container .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  .menu-main-navigation-container .submenu-button.submenu-opened:after {
    display: none;
  }
}

.mobile-menu {float: right; padding-top: 38px; display: none;}
.mobile-menu .menu-btn {cursor: pointer; margin-left: 25px;}
.hamburger-bottom-bread, .hamburger-patty, .hamburger-top-bread { height: 1px; }
.hamburger-bottom-bread, .hamburger-patty, .hamburger-top-bread { display: block; width: 20px; background-color: #333; }
.hamburger-top-bread {margin-top: -8px;}
.hamburger-patty {margin-top: 7px;}
.hamburger-bottom-bread { margin-top: 6px; }
#nav-header-menu-mobile:before { right: 26px; top: -5px; border-color: #76d0ed; }
.top-sticky {z-index: 100; right: 0;}
.sticky {
  width: 100%;
  height: 66px;
  padding-top: 7px;
  background: #FFF;
  opacity: 1;
  position: relative;
  animation: sticky-menu 0.5s forwards;
  -webkit-animation: sticky-menu 0.5s forwards;
}
@keyframes sticky-menu {
  from {top: -50px}
  to {top: -10px}
}
@-webkit-keyframes sticky-menu {
  from {top: -50px}
  to {top: -10px}
}

/*-----------------------------------------------------------------------------*/
/* 04 - HOME PAGE */
/*-----------------------------------------------------------------------------*/
.home-main-slide {margin-top: 20px}
.slidepost, .fcat-posts {padding: 4px; position: relative; overflow: hidden;}
.slidepost h3, .fcat-posts h3 {
  text-align: center;
  font-size: 16px;
  height: 66px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
.slidepost h3 a, .fcat-posts h3 a {color: #FFF;}
.slidepost img, .fcat-posts img {max-width: 100%; height: auto; transition: all 0.4s}
.slidepost:hover img, .fcat-posts:hover img {transform: scale(1.04);}
.slidepost:nth-child(1) {width: 50%; float: right; padding-right: 0;}
.slidepost:nth-child(2), .slidepost:nth-child(3), .slidepost:nth-child(4), .slidepost:nth-child(5) {width: 25%; float: right; padding-left: 2px;}
.slideimg {position: relative; display: block; overflow: hidden; z-index: 1}
.slideimg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 58%;
  background: transparent;
  background: -webkit-linear-gradient(bottom, transparent , rgba(0,0,0,0.5));
  background: -o-linear-gradient(bottom, transparent , rgba(0,0,0,0.5));
  background: -moz-linear-gradient(bottom, transparent , rgba(0,0,0,0.5));
  background: linear-gradient(to bottom, transparent , rgba(0,0,0,0.5));
  bottom: 0;
  right: 0;
  z-index: 2;
}
.slidepost .detail, .fcat-posts .detail {
  position: absolute;
  background: rgba(0,0,0,0.8);
  bottom: -80px;
  right: 0;
  left: 0;
  padding-right: 3px;
  padding-left: 3px;
  margin: auto;
  width: calc(100% - 6px);
  z-index: 2;
  transition: all 0.3s;
}
.slidepost:hover .detail, .fcat-posts:hover .detail {
  bottom: 4px;
}
.slidepost .detail ul, .fcat-posts .detail ul {
  display: none;
  list-style: none;
}
.slidepost .detail ul li, .fcat-posts .detail ul li {
  display: inline-block;
  margin-left: 30px;
  color: #c1bebe
}
.slidepost .detail ul li i, .fcat-posts .detail ul li i {
  margin-left: 5px;
}
.slidepost:nth-child(1) .detail {
  bottom: 20px;
  width: 90%;
  padding: 10px;
}
.fcat .fcat-posts:nth-child(2) .detail, .fcat .fcat-posts:nth-child(3) .detail, .fcat .fcat-posts:nth-child(4) .detail {
  bottom: 10px;
  width: 95%;
  padding: 5px;
}
.slidepost:nth-child(1) .detail ul {display: block;}
.fcat .fcat-posts:nth-child(2) .detail ul, .fcat .fcat-posts:nth-child(3) .detail ul, .fcat .fcat-posts:nth-child(4) .detail ul {display: block; padding-right: 10px}
.slidepost:nth-child(1) h3 {
  height: auto;
  text-align: right;
  padding-right: 20px;
  font-size: 18px;
}
 .fcat .fcat-posts:nth-child(2) h3, .fcat .fcat-posts:nth-child(3) h3, .fcat .fcat-posts:nth-child(4) h3 {
  height: auto;
  text-align: right;
  font-size: 15px;
}

.fcat {
  padding-top: 50px;
  padding-bottom: 70px;
}
.fcat .fcat-posts:nth-child(2), .fcat .fcat-posts:nth-child(3), .fcat .fcat-posts:nth-child(4) {width: 33.33%; float: right; margin-bottom: 10px}
.fcat-posts:nth-child(5), .fcat-posts:nth-child(6), .fcat-posts:nth-child(7), .fcat-posts:nth-child(8) {
  width: 25%; 
  float: right; 
  padding-left: 4px;
  max-height: 193px;
}
.fcat-posts:hover:nth-child(5) .detail, .fcat-posts:hover:nth-child(6) .detail, .fcat-posts:hover:nth-child(7) .detail, .fcat-posts:hover:nth-child(8) .detail {
  bottom: 0;
}




.home-top-ad {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.home-top-ad img {
  max-width: 100%;
  height: auto;
}
.section-title.main {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px;
}
.section-title.main i {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.home-products-slide .section-title.main, .home-nabz .section-title.main {
  text-align: center;

}
.home-middle-ad {
  background: #3a3a3a;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
}
.menu_home-mid-ad {
  display: inline-block;
  width: 33%;
  text-align: center;
}





.home-products-slide {
  margin-bottom: 30px;
}
.home-products-slide .woocommerce ul.products li.product {background: #FFF; margin-right: 40px !important;}
.section-title {
  text-align: center;
  font-size: 19px;
  color: #1f45c0;
  margin-bottom: 40px;
}
.section-title span {position: relative;}
.section-title span:before, .page-title:before {
  content: "";
  position: absolute;
  width: 114px;
  height: 14px;
  bottom: -16px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(images/css-sprites.png) no-repeat -90px top;
}
.pr-slide .inner {
  padding-right: 30px;
  padding-left: 30px;
}
.pr-slide ul li {box-shadow: none !important; direction: rtl !important}
.pr-slide ul li h2 {height: 56px; overflow: hidden; text-align: right; font-weight: normal;}
.pr-slide .btn-open, .pr-slide .related-excerpt {display: none;}
.pr-slide .bx-wrapper .bx-prev {
  background: url(images/css-sprites.png) right -479px no-repeat !important;
  left: -35px !important;
  box-shadow: none;
  border-radius: 0;
}
.pr-slide .bx-wrapper .bx-next {
  right: -29px !important;
  background: url(images/css-sprites.png) -152px -479px no-repeat !important;
  box-shadow: none;
  border-radius: 0;
}

.pr-slide .woocommerce-Price-amount {font-size: 15px; color: #1f45c0; font-weight: bold;}
.pr-slide a {color: #000}
.pr-slide a:hover {color: #1f45c0}

.home-credit {
  height: 120px;
  background: #f1f1f1;
  padding-top: 20px;
}
.home-credit .item {
text-align: center;
}
.home-blog-item {
  margin-bottom: 20px;
  min-height: 164px;
}
.home-blog-item .boxing {
  border-radius: 7px;
  overflow: hidden;
}
.home-posts .title {
  font-weight: bold;
  font-size: 21px; 
  margin-bottom: 30px;
  padding-right: 15px;
}
.home-blog-item h2 {
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 0;
  height: 70px;
}

.home-posts .inner {
  padding-right: 0;
  padding-left: 0;
}
.home-item {
  margin-bottom: 20px;
  min-height: 164px
}
.home-item .boxing {
  border-radius: 7px;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 3px;
}
.home-item .left-col {
    padding-right: 0;
    padding-left: 3px;
    text-align: center;
}
.home-thumbnail {
    position: relative;
    text-align: center;
}
.home-thumbnail img {
    max-width: 100%;
    height: auto;
    max-height: 169px;
}
.home-blog-item .home-thumbnail img {
  min-height: 169px;
  transition: all 0.3s;
}
.home-blog-item:hover .home-thumbnail img {
  transform: scale(1.04);
}
.home-blog-item .excerpt {
  max-height: 78px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 5px;
}
.home-item .right-col {
    padding-right: 10px;
}
.home-item .right-col h2 {
    line-height: 1.7;
    font-size: 14px;
    margin-top: 30px;
    min-height: 46px;
}
.home-item h2 a {
    color: #000;
}
.home-item h2 a:hover {
    color: #1f45c0;
}
.home-item .home-more, .home-blog-item .home-more {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.home-posts .home-more {
  float: left;
}
.home-more .date {
  float: right;
  color: #999
}
.home-more .more {
  float: left;
}
.home-item .home-more i, .home-blog-item .home-more i {
  color: #ef394e;
  font-size: 16px;
  vertical-align: middle;
}
.home-blog-item .home-more .date i {
  color: #999;
}
.home-more a {
  padding: 3px;
  color: #000;
}
.home-more a:hover {
  color: #1f45c0;
}
.gotocat {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 15px;
}
.gotocat a {
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #000;
  padding: 5px 10px;
  font-size: 15px;
  background: #ccc;
  transition: all 0.3s;
}
.gotocat a:hover {
  background: #fff;
}
/*--------------------Load More Button--------------------*/
.load-more {margin-top: 20px;}
.elm-loading-icon {display: none;}
.elm-loading-anim img {width: 38px; height: auto}
.elm-wrapper {
  margin: 1em auto;
  text-align: center;
}
.elm-button {
  width: 300px;
  height: 70px;
  background: #1f45c0;
  border: none;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  outline: none;
}
.elm-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #5c7de4;
  transition: all .4s;
}
.elm-button:hover:before {height: 100%}

.elm-button-text {
  padding-top: 5px;
  background: url(images/index-load.png) no-repeat 5px 5px;
  padding-left: 30px;
  position: relative;
  z-index: 6;
  text-align: right;
  font-size: 14px;
  color: #FFF;
}
.elm-button.ajax-inactive {
  display: none;
}
.elm-button.is-loading .elm-loading-anim {
  display: block;
}
.elm-button.is-loading .elm-button-text {
  background: transparent;
  min-width: 60%;
  padding-top: 8px;
}
.elm-loading-anim {
  display: none;
  z-index: 500;
  position: relative;
  margin-right: -15px;
}
.elm-loading-icon {
  width: 3em;
  height: 3em;
}

/*-----------------------------------------------------------------------------*/
/* 05 - FOOTER */
/*-----------------------------------------------------------------------------*/
.footer {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.footer .links {
  padding-top: 50px;
}
.footer .links ul {
  list-style: none;
  background: #fff;
  border-radius: 25px;
  display: inline;
  padding: 8px 10px 8px 10px;
}
.footer .links ul li {
  display: inline-block;
  margin-left: 30px;
  font-size: 15px;
 }
.footer .links ul li a {color: #333}
.footer .links ul li a:hover {color: #1f45c0}
.footer .links ul li a span {color: #1f45c0; font-size: 22px; vertical-align: middle; margin-left: 5px; }
.footer .social ul {padding-right: 0; list-style: none}
.footer .social ul li {
  margin-left: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #1f45c0;
  padding-top: 6px;
}
.footer .social ul li a {
  font-size: 24px;
}
.footer-cr {
  background: #1f45c0;
  color: #FFF;
  padding: 7px 0;
}
.footer-cr a {color: #48b9f3}
.footer-cr a:hover {color: #FFF}
.footer .half {text-align: justify; float: right;}
.footer .half .footer-links {float: left;}
.footer .half .footer-links a {font-weight: bold; margin-right: 20px;}
.footer .social {text-align: left}
/*--------------------------------------------------------*/
/* 06 - SINGLE PAGE */
/*--------------------------------------------------------*/
.vlp-link-container {
    box-shadow: 1px 1px 11px 1px rgba(158,0,132,0.1);
    border-radius: 5px;
    border: none !important;
	margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.vlp-link-text-container {padding-right: 10px}
.vlp-link-container:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 25px;
  background: url(images/vlp-more.png) no-repeat;
  top: 10px;
  left: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.vlp-link-container:hover:before {opacity: 1}

.single-post-title{
    text-align: center;
    width: 75%;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.single-post-title h1 {
    font-size: 19px !important;
    font-weight: bold;
    margin-top: 0;
    color: #000;
}
.single-post-title:before, .single-post-title:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background: #1f45c0;
    right: -65px;
    top: 40px;
}
.single-post-title:after {
    right: unset;
    left: -65px;
}
.post-star {width: 100%; min-height: 80px; text-align: center; border: 2px solid #1f45c0; border-radius: 5px; position: relative; margin-bottom: 15px; margin-top: 30px}
.post-star .title {background: #1f45c0; text-align: center; color: #FFF; font-size: 17px; margin-bottom: 15px;}
.products-star {
  text-align: center;
  margin-bottom: 20px;
}
.kk-star-ratings.lft {float: none !important; margin: 0 auto !important}
.kk-star-ratings .kksr-legend {font-family: iransans !important;}
.kk-star-ratings .kksr-stars {direction: ltr}
.IRPP_ruby {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.17) !important;
  padding: 5px !important;
  box-sizing: unset !important;
  width: auto !important;
  background-color: #f1f1f1 !important;
}
.IRPP_ruby .postImageUrl {
  width: 20% !important;
  background-position: right !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.IRPP_ruby, .IRPP_ruby .postImageUrl, .IRPP_ruby .centered-text-area, .IRPP_ruby .centered-text {
  height: 100px !important;
}
.IRPP_ruby .centered-text-area {
  width: 80% !important;
}
.IRPP_ruby .ctaButton {top: -10px !important;}
.IRPP_ruby .IRPP_ruby-content {padding-right: 5px !important;}
.IRPP_ruby:active, .IRPP_ruby:hover {background-color: #e0e0e0 !important}
.IRPP_ruby .postTitle {color: #000 !important}
.single-content {font-size: 15px}
.hidden_rate {height: 0px;  overflow: hidden;}
.single-share {list-style: none; display: inline-block; padding: 0}
.single-share li {display: inline-block; float: right; margin-left: 10px; text-align: center;}
.single-share .g-plus {padding-top: 10px;}
.single-share i {font-size: 24px; padding-top: 8px;}
.single-share li a {width: 40px; height: 40px; display: block; color: #FFF; background: #FFF; border-radius: 5px; border: 1px solid #e0e0e0; transition: all 0.3s;}
.single-share li a:hover {color: #FFF}
.single-share .facebook a {background: #3B5998;}
.single-share .twitter a {background: #55ACEE;}
.single-share .whatsapp a {background: #50C75B;}
.single-share .telegram a {background: #2F9DDF;}
.single-share a:hover {background: #FFF; color: #9e9e9e !important}
.single.pr-slide {padding-right: 0; padding-left: 0;}

.single-inline-links {width: auto; max-width: 500px; background: rgba(36,122,173, 0.1); margin: 0 auto; margin-bottom: 30px; margin-top: 20px; border: 1px solid #e0e0e0; border-radius: 5px;}
.single-inline-links .head {background: #ED5F55; color: #FFF; text-align: center; font-size: 16px; padding: 3px 0; margin: 0;border-radius: 5px 5px 0 0 }
.single-inline-links a {padding: 0 10px; color: #111; font-size: 14px;}
.single-inline-links a:hover {color: #247aad }
.single-inline-links a.close {color: #fff; font-size: 17px; font-weight: normal; padding-top: 5px}
.cat-info {padding: 5px; margin-bottom: 20px}
.cat-info h1 {font-size: 18px; color: #5fbb57 }
.cat-info p {text-align: justify;}
.cat-main ul {padding: 0; list-style: none;}
.cat-main ul li {display: inline-block; vertical-align: middle; margin-left: 20px;}
.cat-like {min-width: 140px;}
.cat-like span {float: right; }
.cat-main h2 {border-bottom: 1px solid #e0e0e0; padding-bottom: 10px; margin-bottom: 5px;}
.cat-main .thumbnail {border: 0;}
.search-info {padding: 15px; margin-bottom: 20px}
.search-info h1 {font-size: 18px; color: #5fbb57; display: inline }
.single-page-main {padding-top: 5px; padding-bottom: 20px}
.single-content p {color: #333; text-align: justify; line-height: 2.3}
.single-content p img {max-width: 100%; height: auto}
.single-content img {max-width: 100%; height: auto}
.single-page h1 { font-size: 16px; border-bottom: 1px solid #e0e0e0; padding-bottom: 15px;}
.single-page .detail {min-height: 40px; margin-bottom: 10px}
.single-page .detail ul {float: right; padding: 0; list-style: none; width: 100%; font-size: 11px; text-align: center; }
.single-page .detail ul li {display: inline-block; margin-left: 20px; color: #888}
.single-page .detail ul li i {margin-left: 10px; font-size: 13px; color: #888}
.single-page .detail ul li a {color: #888}
.single-page .detail ul li a:hover {color: #5fbb57}
.single-page .home-cat, .single-page .home-like {height: auto; display: block}
.single-page .home-like {float: right; width: 25%; text-align: left;}
.single-page .home-like span {float: none;}
.single-page .wpulike {float: left;}
.single-author {text-align: left; padding-left: 20px; margin-top: 20px;}
.single-author img {border-radius: 50%; border: 3px solid rgba(95, 187, 87, 0.4); margin-left: 3px;}
.single-author a { color: #333}
.single-author a:hover { color: #5fbb57}
.single-author .userpro-badges img {border: none; border-radius: 0}
.single-content .tabs {margin-top: 20px;}
.single-page-main blockquote {padding: 25px 30px 25px 20px; box-shadow: 1px 1px 11px 1px rgba(0,0,0,0.1); border-radius: 3px; margin: 25px 0; border-right: none;}
.single-page-main blockquote p {font-size: 15px; position: relative;}
.single-page-main blockquote a {font-weight: bold; border-bottom: 1px dashed #999; color: #000; }
.single-page-main blockquote a:hover {text-decoration: none; color: #5fbb57}
.single-page-main blockquote p:before {
  content: "\f0c1";
  position: absolute;
  font-family: fontawesome;
  color: #000;
  right: -17px;
  font-size: 16px;
  top: -2px;
}
.single-page-main blockquote a:after{
content: "... مطالعه";
    position: absolute;
    color: #FFF;
    font-size: 16px;
    top: -2px;
    left: -87px;
   width:75px;
   height:30px;
    background: #FF0092;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #FF0092;
    transition: all .4s;
    box-shadow: 0 0 17px -3px #FF0092;
    line-height: 1.8;
}
@media screen and (min-width: 478px){
	.single-page-main blockquote a::after{
		left:0;
	}
	.single-page-main blockquote div{
		position:relative;
	}
}
@media screen and (max-width: 477px){
.single-page-main .single-content blockquote {
		padding-left:85px;
	}
	.single-page-main blockquote div{
		position:relative;
	}
	.single-page-main blockquote a::after{
		top:20%;
		right:auto;
		left:-75px;
	}
}
.single-page-main blockquote a:hover:before{ background: #FFF; color: #222}
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: none;
  color: #999;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}

ul.tabs li.current{
  background: #fff;
  color: #777;
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.tab-content{
  display: none;
  background: #fff;
  padding: 15px 15px 10px 0;
  border-top: 1px solid #e0e0e0;
  margin-top: -1px;
}

.tab-content.current{
  display: inherit;
}
.tab-content .b-like {text-align: right; min-width: 150px; float: right; padding-top: 7px;}
.tab-content .b-like span {float: right;}
.tab-content .wpulike {float: right;}
.single-content .tags a {color: #777}
.single-content .tags a:hover {color: #1f45c0}
.new-from-cat h3 {font-size: 15px !important; font-weight: bold;}
.new-from-cat h3 a {color: #333}
.new-from-cat ul {list-style: none;}
.new-from-cat ul li {font-size: 13px; line-height: 1.9}
.new-from-cat ul li a {color: #1f45c0}
.new-from-cat ul li a:hover {color: #333}
.after-content {text-align: center;}
.after-content img {max-width: 100%; height: auto}
.single-rel-post .widget-title1, .single-page .directory-slide .widget-title1, .single-page .ideas .widget-title1, .home-nabz.single .widget-title1 {font-size: 16px; margin-bottom: 25px; margin-top: 10px;}
.single-rel-post ul {list-style: none; padding: 0}
.single-rel-post ul li {text-align: center; min-height: 274px; margin-bottom: 10px; display: inline-block}
.single-rel-post ul li img {max-width: 100%; height: auto; max-height: 189px}
.single-rel-post ul li .rel-link {position: relative; display: block}
.single-rel-post ul li .rel-link:before {
  content: "";
  background: linear-gradient(to top,rgba(0,0,0,.6),transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.single-rel-post h3 {font-size: 12px !important; line-height: 1.5; text-align: right; margin-top: 5px;}
.single-rel-post h3 a {color: #333}
.single-rel-post h3 a:hover {color: #5fbb57}
.single-rel-post.main h3 {background: #5fbb57 ; padding: 5px; margin-top: 0; font-size: 16px !important; line-height: 2; min-height: 74px}
.single-rel-post.main h3 a {color: #FFF}
.single-rel-post.main h3 a:hover {color: #000}
.single-page .ideas ul{padding: 0; list-style: none; padding: 0 20px;}
.single-page .ideas ul li {display: inline-block; font-size: 16px; margin-left: 25px; margin-bottom: 10px; line-height: 2.5}
.single-page .ideas ul li a {
  border: 1px dashed #5fbb57;
  border-radius: 25px;
  padding: 3px 10px;
  background: rgba(95, 187, 87, 0.1);
}
.single-page .bot-links .inner {padding-right: 5px; padding-left: 5px; margin-bottom: 10px;}
.single-page .bot-links ul {padding: 0; list-style: none; text-align: right;}
.single-page .bot-links ul li a {color: #333 }
.single-page .bot-links ul li a:hover {color: #5fbb57 }
.single-page .bot-links .widget-title1 {margin: 15px auto;}
.single-page .bot-links img {max-width: 100%; height: auto}
.home-nabz .container-fluid {
  padding: 10px;
}
.home-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
  padding-right: 5px;
  position: relative;
}
.home-title:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background: #1f45c0;
  bottom: -1px;
  right: 0;
}
.single-rel-post .item {
  margin-bottom: 15px;
}
.widget-title {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    color: #111;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.widget-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ddd;
    bottom: -5px;
    right: 0;
    z-index: 1;
}
.widget-title:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #1f45c0;
    bottom: -5px;
    z-index: 2;
    right: 0;
    left: 0;
    margin: auto;
    transition: all .4s;
}
.menu_left-sidebar-banner {
  margin-bottom: 10px;
}
.menu_left-sidebar ul {
    padding-right: 20px;
    list-style: none;
}
.menu_left-sidebar ul li {
  margin-bottom: 15px;
}
.menu_left-sidebar ul li a {color: #000}
.menu_left-sidebar ul li a:hover {color: #1f45c0}
.menu_left-sidebar-banner {
  text-align: center;
}
.menu_left-sidebar-banner img {
  border: 1px solid #d0d0d0;
}
.maxbutton-1.maxbutton {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 330px;
  height: 50px;
  border-radius: 7px;
  border-width: 0px;
  background-color: rgba(255, 100, 95, 1);
  box-shadow: 1px 1px 5px 1px rgba(255, 100, 95, 0.47);
  border: none;
  border-bottom: 5px solid #fa4641;
  margin-top: 15px;
  margin-bottom: 30px;
}

.maxbutton-1.maxbutton:hover {
  background-color: rgba(250, 70, 65, 1);
  box-shadow: 1px 1px 5px 1px rgba(255, 100, 95, 0.47)
}

.maxbutton-1.maxbutton .mb-text {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  padding: 17px 10px 10px 10px;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset
}

.maxbutton-1.maxbutton:hover .mb-text {
  color: #fff
}
.single-content h2 {font-size: 20px; color: #fa4641;}
.single-content h3 {font-size: 16px; font-weight: bold;}
.single-breadcrumbs {padding-right: 0;}

/*---------------------------BLOG COMMENT---------------------------*/
.comment-list {list-style: none; padding: 0}
.comments-template {
  width: 100%;
  height: auto;
  float: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.comment-box-line {
  text-align: center;
}
.comment-box-line span {
  margin-left: 15px;
  font-size: 11px;
}
.comment {
  background: #FFF;
  border: 1px solid #d5d5d5;
  margin: 10px 0px 0px 0px;
  padding: 5px;
  color: #666;
  font-size: 11px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#comment-top-bg {
  width: 100%;
  margin-bottom: 20px;
  height: 29px;
  color: #FFF;
  font-size: 14px ;
  padding: 0px 20px 0 0;
  
}
#comment-top-bg span {
  border-radius: 20px;
  background: #1f45c0;
  box-shadow: 0px 0px 17px -3px rgba(92,125,228,0.9);
  padding: 9px 15px;
}
#comment-top-bg a {
  color: #FFF;
}
#comment-top-bg a {
  color: #FFF;
}
.commentmetadata {
  float: left;
  color: #666;
  font-size: 11px;
}
.addcomment {
  background: #f1f1f1;
  padding: 2px 20px 0px 0px;
  margin: 20px 0px;
  width: 100%;
  height: 29px;
  color: #666;
  font-size: 14px ;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.addcomment section ul li {
  padding-right: 11px;
}
.addcomment h4 span {
  font-size: 10px;
  color: #757575;
  font-weight: normal;
  margin-top: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 8px;
}
.addcomment h2 {
  padding: 0px 40px 5px 0px;
  color: #757575;
}
.commentdata {
  width: 210px;
  float: right;
}
.commentdata label, .textarea-box label {
  margin: 8px 0px;
  width: 100px;
  display: block;
  font-size: 11px;
}
.textarea-box {
  width: 280px;
  float: left;
}
.textarea-box ul li {
  color: #333333;
}
.input-comment {
  border: none;
  padding: 5px 0 5px 0;
  width: 90%;
  height: 80px;
  color: #999999;
  margin: 20px auto;
  display: block;
  font-size: 11px;
  background: #FFF;
  transition: 800ms ease 100ms;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.text-box {
  border: none;
  margin-right: -10px;
  padding: 5px 0 5px 0;
  width: 40%;
  color: #999999;
  font-size: 11px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
  height: 40px;
}
.input-comment:hover {
  color: #777;
  height: 120px;
  transition: 800ms ease 100ms;
}
.text-box:hover {
  color: #777;
}
.input-comment:focus, .text-box:focus {
  border: 2px solid #c0c0c0;
  color: #777;
}
.comment-text {
  width: 470px;
  display: block;
}
li.bypostauthor {
  border-radius: 0px;
  border: none;
  background: #e9e9e9;
  border-right: 5px solid #5fbb57;
  color: #555;
}
#comment-button {
  color: #FFF;
  width: 130px;
  margin: 0 auto !important;
  background: #1f45c0;
  border: 0px #999 solid;
  cursor: pointer;
  padding: 3px;
  font-size: 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
}
#comment-button:hover {
  background: #5c7de4;
}
.comment-btn {text-align: center;}

/*-----------------------------------------------------------------------------*/
/* 07 - CATEGORY */
/*-----------------------------------------------------------------------------*/

#breadcrumbs {
  margin-top: 10px;
  white-space: nowrap;
  overflow-y: auto;
}
#breadcrumbs a {color: #999}
.cat-desc {
  margin-bottom: 20px;
}
.cat-desc h1 {
  margin-top: 0;
  font-size: 20px;
}
.pages-main {margin-top: 30px; margin-bottom: 20px; text-align: justify;} 
.pages-main.single-main {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    -ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 10px;
    background: #FFF;
}
.page-title {
  height: 50px;
  position: relative;
  margin-bottom: 40px;
  color: #222;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

/*-----------------------------------------------------------------------------*/
/* 08 - PRODUCT SINGLE PAGE */
/*-----------------------------------------------------------------------------*/
.menu_single-top-ad, .menu_single-bottom-ad {
  text-align: center;
  margin-bottom: 10px
}
.woocommerce div.product div.images img {
    margin: 0 auto;
    width: unset !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-top: 5px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {border: 1px solid #e0e0e0;}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    float: none;
    border: 1px solid #e0e0e0;
    
}
.new-thumbnail .inner {padding-left: 20px;}
.woocommerce-product-gallery__wrapper {width: 100%; float: left;}
.tagged_as a{color: #666}
.summary p.price {margin-top: 20px !important; margin-bottom: 20px; border-bottom: 1px solid #e0e0e0 !important;padding: 10px;}
.summary span.amount {
  display: inline;
  font-weight: bold;
  font-size: 39px;
  color: #1f45c0;
}
.summary .woocommerce-Price-currencySymbol {
  color: #1f45c0;
  font-family: iransans;
  font-size: 18px;
}
.summary ins .amount {color: #000}
.woocommerce div.product span.price {color: #777 !important}
.summary del .amount:before, .wpb_wrps_price del .amount:before, .product_list_widget del .amount:before {display: none;}
.single-wishlist, .single-share {font-size:15px; padding:0 !important; text-align: center;}
.summary .add_to_wishlist, .summary .posted_in {position: relative;}

.summary .add_to_wishlist:before, .summary .posted_in:before, .summary .pr-brand:before, .summary .seller-name:before {
  content: "\f08a";
  font-family: Fontawesome;
  position: absolute;
  font-size: 18px;
  top: -7px;
  right: -24px;
  color: #1f45c0;
}
.summary .posted_in:before {content: "\f0e8";}
.summary .pr-brand:before {content: "\f02b"; top: 0}
.summary .seller-name:before {content: "\f290"; top: 0}
.summary .pr-brand.warranty:before {
  content: "";
  background: url(images/guarantee-icon.png) no-repeat right;
  width: 21px;
  height: 24px;
  top: -5px;
  right: -26px;
}
.summary .add_to_wishlist:hover:before {
  content: "\f004";
  font-family: Fontawesome;
  position: absolute;

}
.product-first {
  border-bottom: 1px solid #f0f0f0;
  background: #FFF;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 33px 0 rgba(0,0,0,0.07);
}
.single-detail-box {
  height: auto;
  background: #fff;
  border: 2px solid #ccc;
  padding: 10px 8px !important;
  margin-bottom: 10px;
}
#slider-prev, #slider-next {
  width: 25px !important;
  height: 25px !important;
  background: #FFF !important;
  border: 1px solid #CCC;
  margin-top: -80px;
  position: relative;
  z-index: 100;
  font-family: FontAwesome;
  color: #efc313;
  font-size: 18px;
  text-align: center !important;
}
#slider-prev:hover, #slider-next:hover {background: #efc313 !important; border: 1px solid #efc313 !important; cursor: pointer; color: #FFf !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#slider-prev {
float: left !important;
margin-left: -5px;
}
#slider-prev:before {
  content: "\f104";
  line-height: 21px;
}
#slider-next {
  margin-right: -8px
}
#slider-next:before {
  content: "\f105";
  line-height: 21px;
}
.summary p.price {text-align: right; width: 80%; margin: 0 auto; margin-bottom: 20px;}
.summary p.price span.name {float: right; font-weight: normal; color: #222}
.summary .free-shipping {
  position: relative;
  padding-right: 35px;
  color: #222
}
.summary .free-shipping:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: -9px;
  background: url(images/css-sprites.png) left -381px;
}
.summary a {color: #428bca; text-decoration: none !important; border-bottom: 1px dashed;}
.summary a:hover {color: #000}
.summary-title{width:100%; color:#444; font-size: 18px; font-weight: bold; padding: 3px 5px 0 0; border-bottom: 1px solid #e1e1e1; position: relative; z-index: 1; margin-top:10px; margin-bottom: 20px;}
.summary-title:before {
 content: " ";
 height: 1px;
 width: 104px;
 bottom: -2px;
 right: 0;
 position: absolute;
 border-bottom: 2px solid #666
}
.summary .product_meta {margin-top: 20px !important ;}
.woocommerce-product-details__short-description {margin-top: 30px; }
.woocommerce-product-details__short-description p {line-height: 2 !important}
.brand-related {
  box-shadow: 0 5px 33px 0 rgba(0,0,0,0.07);
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  background: #FFF;
}
.brand-related .title {
  font-size: 16px;
  font-weight: bold;
}
.brand-related .item {direction: rtl;  text-align: right; display: block; float: left;}
.brand-related .item img {margin: 0 auto;}
.brand-related .title a {color: #428bca;}
.brand-related .item h3 {margin-top: 5px; height: 50px; overflow: hidden; }
.brand-related .item a {color: #000; font-size: 13px;}
.brand-related .item a:hover {color: #1f45c0}
.brand-related .item-price {text-align: center;}
#tab-description a {color: #000}
#tab-description a:hover {color: #efc313}
#tab-description p{padding-right: 10px; padding-left: 10px; color: #222; line-height: 1.7; font-size: 16px}
#tab-description .c-params p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  color: #000;
}
#tab-description h2 {font-size: 20px; color: #333}
#tab-description h3 {font-size: 19px; color: #333}
#tab-description ul li {list-style: none; font-size: 14px; padding-right: 5px; margin-bottom: 5px; position: relative; color: #000}

#tab-description ol { counter-reset: item; }
#tab-description ol li { display: block; }
#tab-description ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #efc313;
}

.related .home-pr-slide li h2, .page.woocommerce ul.products li.product h2 {
  font-size: 13px !important;
  padding: 5px !important;
  font-weight: normal;
  color: #000;
  height: 52px;
  overflow: hidden;
  margin-bottom: 5px !important;
  transition: all 0.3s;
}
.related .home-pr-slide li:hover h2, .page.woocommerce ul.products li.product:hover h2 {color: #1f45c0 }
.btn-open {margin-bottom: 5px; text-align: center;}
.btn-open span{
  background: #ff2367;
  color: #FFF;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.related-excerpt {
  text-align: right;
  padding: 5px;
  font-size: 13px;
  max-height: 300px;
}
.related-excerpt ul li {height: unset; min-height: unset; max-height: unset}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li {  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;}
.top-right-detail {float: left !important;padding: 0 !important;}
.top-right-detail ul {padding: 0 !important; }
.top-right-detail .banner-policy li {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.top-right-detail img {border-radius: 10px; box-shadow: 0px 0px 5px rgba(0,0,0,.1);}

.prod-info {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.prod-info div {
  margin-bottom: 5px
}
.prod-info div span {
  color: #ff2367;
  font-weight: bold;
  margin-right: 3px;
}
.pr-scroll {display: none;}
#scroll-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f0f0f0;
    padding-top: 3px;
    height: 60px;
    width: 100%;
    z-index: 2;
}
#scroll-add-to-cart a {
  display: block;
  text-align: center;
  color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  background: #ff2367;
  border: 1px solid #ff2367;
  padding: 2px 4px;
  font-size: 19px;
  border-radius: 30px;
  box-shadow: rgb(255, 35, 103) 0px 0px 10px -3;
  font-weight: bold;
}
#scroll-add-to-cart a:hover {
  color: #ff2367; background: #FFF;
}
/* arrow icon (span tag) */
#scroll-add-to-cart span {
  width: 50px;
  height: 50px;
  font-size: 48px;
  line-height: 40px;
  background: rgba(239, 82, 133, .5); 
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#scroll-add-to-cart a:hover span {
  background: rgba(239, 82, 133, .8);
}
.scroll-buy .pr-image img {width: 56px; height: 56px; border-radius: 50%}
.scroll-buy .love {
  padding-right: 0;
  padding-left: 0;
  padding-top: 11px;
  font-size: 14px;
  color: #1f45c0;
  line-height: 1.4;
}
.scroll-buy .buy { padding-left: 5px; padding-top: 5px; width: 27%; padding-right: 5px; }
.scroll-buy .ship {width: 23%; padding-top: 10px; text-align: center; padding-left: 3px; }

/*-----------------------------------------------------------------------------*/
/* 09 - WOOCOMMERCE OVERWRITE */
/*-----------------------------------------------------------------------------*/
.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 46%;
  border-radius: 10px;
  padding: 5px;
  float: right;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: unset !important;
  margin-bottom: 10px !important;
  margin-right: 20px !important;
  box-shadow: 0 5px 33px 0 rgba(0,0,0,0.07);
  background: #FFF;
  border-radius: 7px;
  overflow: hidden;
  padding-top: 5px !important;
  background: #FFF url(images/bg8.png) no-repeat right bottom;
}
.page.woocommerce ul.products li.product {width: 18.2%}
.related.products .home-pr-slide li {margin-bottom: 5px !important;}
.woocommerce .related ul.products li.product,.woocommerce .up-sells ul.products li.product {margin-right: 15px !important;}
.woocommerce-MyAccount-navigation ul {list-style: none; text-align: center;}
.woocommerce-MyAccount-navigation ul li {padding: 20px 30px; position: relative; margin-right: -3px}
.woocommerce-MyAccount-navigation ul li a {color: #FFF; padding-right: 10px; transition: all 0.4s }
.woocommerce-MyAccount-navigation ul li a:hover {color: #000; text-decoration: none; }
.woocommerce-MyAccount-navigation-link--dashboard {background: #00c0e4}
.woocommerce-MyAccount-navigation-link--orders {background: #5bd999}
.woocommerce-MyAccount-navigation-link--downloads {background: #e6567a}
.woocommerce-MyAccount-navigation-link--edit-address {background: #7658f8}
.woocommerce-MyAccount-navigation-link--edit-account {background: #eac14d}
.woocommerce-MyAccount-navigation-link--customer-logout {background: #cb70d7}
.woocommerce-MyAccount-navigation-link--dashboard:before,
.woocommerce-MyAccount-navigation-link--orders:before,
.woocommerce-MyAccount-navigation-link--downloads:before,
.woocommerce-MyAccount-navigation-link--edit-address:before,
.woocommerce-MyAccount-navigation-link--edit-account:before,
.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f0e4";
  position: absolute;
  font-family: fontawesome;
  font-size: 28px;
  right: 3px;
  color: #FFF;
  top: 10%;
}
.woocommerce-MyAccount-navigation-link--orders:before {content: "\f291"}
.woocommerce-MyAccount-navigation-link--downloads:before {content: "\f0ed"}
.woocommerce-MyAccount-navigation-link--edit-address:before {content: "\f041"}
.woocommerce-MyAccount-navigation-link--edit-account:before {content: "\f007"}
.woocommerce-MyAccount-navigation-link--customer-logout:before {content: "\f08b"}
.woocommerce div.product div.images div.thumbnails {min-height: 130px;}
.woocommerce ul.products li.first {clear: none !important}
ul.pr-category li {width: 30.7% !important; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {text-decoration: none !important; outline: none}
.woocommerce #respond input#submit {color: #FFF !important;background: #1f45c0 !important; border-radius: 20px !important;}
.woocommerce ul.products li.product h3 {line-height: 18px !important}
.woocommerce ul.products li.product h3 {color: #333 !important; transition: all .5s ease-out 0s;}
.woocommerce ul.products li.product:hover h3 {color: #efc313 !important}
.woocommerce nav.woocommerce-pagination ul {border: 0 !important; font-size: 17px; margin-bottom: 10px !important}
.woocommerce nav.woocommerce-pagination ul li {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #1f45c0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {color: #FFF}
.woocommerce nav.woocommerce-pagination ul li a:hover{color: #FFF !important; background: #1f45c0 !important}
.woocommerce nav.woocommerce-pagination ul li:last-child {margin-left: 20px; }
.woocommerce nav.woocommerce-pagination ul li:first-child {margin-right: 20px;}
.woocommerce nav.woocommerce-pagination li .next,.woocommerce nav.woocommerce-pagination li .prev {padding-top:12px;background: #1f45c0;font-family: FontAwesome;line-height: 11px;}
.woocommerce .woocommerce-message {
  border-top-color: #6aa699 !important;
  background: #e0e0e0 !important;
}
.woocommerce .woocommerce-message::before {
  font-family: FontAwesome !important;
  content: "\f046" !important;
  color: #00B22D !important;
  left: 10px;
  font-size: 28px;
  line-height: 0px;
  top: 25px !important;
}
.woocommerce .woocommerce-message .button {float:left !important; background: #ccc !important; border-color: #bbb !important; color: #666 !important;}
.woocommerce .woocommerce-message {padding: 0 0 0 40px !important;float: right;width: 100%;border: 1px solid rgba(158, 0, 132, 0.5) !important;border-radius: 30px;background: #FFF !important;line-height: 3;}
.woocommerce .woocommerce-error {
  border-top-color: #e74c3c !important;
  background: #e0e0e0 !important;
}
.woocommerce .woocommerce-error::before {
    font-family: FontAwesome !important;
    content: "\f071" !important;
    color: #e74c3c !important;
    left: 17px;
    font-size: 24px;
    line-height: 1px;
    top: 25px !important;
}
.woocommerce .woocommerce-error li {margin-right: 20px;}
.woocommerce ul.products li.product .button {margin-top: 0 !important}
.woocommerce input.button {background: #333 !important; color: #FFF !important; padding: 5px 10px !important; transition: all 0.4s ease}
.woocommerce input.button:hover {background: #ff2367 !important;}
.woocommerce .woocommerce-info {border: 1px solid #999;background: #FFF;border-radius: 25px;}
.woocommerce .woocommerce-info::before {display: none !important }
.woocommerce .woocommerce-info .showlogin::before{
  font-family: FontAwesome !important;
  content: "\f007" !important;
  color: #333 !important;
  top: 0.8em !important;
  left: 1.5em !important;
  position: absolute !important;
  font-size: 36px;
  line-height: 1px;
}
.woocommerce .woocommerce-info .showcoupon::before{
  font-family: FontAwesome !important;
  content: "\f02b" !important;
  color: #333 !important;
  top: 0.8em !important;
  left: 15px;
  position: absolute !important;
  font-size: 36px;
  line-height: 1px;
}
.woocommerce form.login {text-align: right !important}
.woocommerce .col2-set .col-1 {float: right !important }
.woocommerce .col2-set .col-2 {float: left !important}
.woocommerce .col2-set .col-1 h3, .woocommerce .col2-set .col-2 h3 {color: #000;line-height: 2;font-size: 18px;border-bottom: 1px solid #CCC;}
.woocommerce form .form-row input.input-text {border: 1px solid #CCC;border-radius: 3px;height: 38px;padding-left: 10px;}
.woocommerce form .form-row textarea {border: 2px solid #ccc; border-radius: 3px; min-height: 100px; padding: 5px;}
.woocommerce form .form-row.woocommerce-invalid input.input-text {border-color: #e74c3c !important}
.woocommerce-checkout-review-order-table tr.order-total {color: #00B22D;}
.woocommerce-checkout #payment ul.payment_methods li {text-align: right !important;}
.woocommerce-checkout #payment {margin-bottom: 40px}
.woocommerce .order_details li {color: #333; float: unset !important; display: inline-block}
h2.order-detail {color: #ff2367;}
.product_title {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
}
.single_add_to_cart_button {
  font-size: 20px !important;
  border: 2px solid #e82b46 !important;
  font-weight: bold;
  color: #FFF !important;
  margin-top: 4px !important;
  transition: all 0.3s;
  background: #e82b46 !important;
  border-radius: 25px !important;
  padding: 3px 25px 3px 50px !important;
  position: relative;
}
.single_add_to_cart_button:hover { background: #FFF !important; color: #e82b46 !important;    }
.single_add_to_cart_button:before {
  content: "\f217";
  position: absolute;
  font-family: fontawesome;
  font-size: 26px;
  font-weight: normal;
  left: 15px;
  top: 10px;
}
.item-bottom .reviews-content,
.item-content .reviews-content {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
}
.item-bottom .reviews-content .item-number-rating,
.item-content .reviews-content .item-number-rating {
  display: none !important;
}
.single-product .product .detail_product_d .product_detail .content_product_detail .reviews-content {
  margin-bottom: 20px;
}
.single-product .product .detail_product_d .product_detail .content_product_detail .reviews-content .star {
  float: left;
  margin-right: 20px;
}
div.star,
div.stars {
  background: url("images/star.png") repeat-x scroll 0 0 rgba(0,0,0,0);
  height: 17px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 85px;
}
div.star span,
div.stars span {
  background: url("images/star-active.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.stars a {font-size: 16px; color: #FFC107}
.stars a:hover {color: #FFC107}
.woocommerce .star-rating {color: #ff2367; font-size: 14px !important; margin: 0 auto !important}
.reviews-content .star {float: right; margin-right: 20px;}
.reviews-content .woocommerce-review-link { line-height: 15px ; margin-right: 5px}
.sw-best-seller-product .list-unstyled li .item-content .star {margin-bottom: 5px;}
.product-stock {line-height: 30px;margin-top: 20px;margin-bottom: 20px;}
.product-stock >span, .pr-sku >span {color: #ff2367;}
.woocommerce-tabs ul.tabs li {
  border: 0 !important;
  margin-right: 3px !important;
  padding:0 34px !important;
  display: inline-block;
  background: #FFF !important;
  border-radius: 30px !important;
  box-shadow: 0 3px 11px 0 rgba(0,0,0,0.2);
}
.woocommerce-tabs ul.tabs li:hover {background: #999 !important;color: #FFF !important;}
.woocommerce-tabs ul.tabs li a {color: #222 !important}
.woocommerce-tabs ul.tabs li.active a {color: #1f45c0 !important; font-weight: bold;}
.woocommerce-tabs ul.tabs li.active { position: relative;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {margin: 0 3px !important}
.woocommerce-tabs {border: 0 !important;}
.woocommerce-tabs ul.tabs {
  padding-right: 5px !important;
  overflow: visible !important;
  margin-bottom: 10px !important;
  margin-top: 30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {box-shadow: none !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {box-shadow: none !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {box-shadow: none !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {border: none !important;}
.woocommerce-tabs #reviews {border: 1px solid #1f45c0; padding: 20px; border-radius: 5px;}
.woocommerce-tabs #tab-description {box-shadow: 0 5px 33px 0 rgba(0,0,0,0.07); padding: 10px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {display: none !important}
.breadcrumb {
  padding: 1px 15px;
  margin-bottom: 20px;
  list-style: none;
  margin-top: 20px;
  border-radius: 4px;
  overflow-x: auto;
}
.breadcrumbs {white-space: nowrap;}
.woocommerce-tabs #tab-description {border: 1px dashed #1f45c0; padding: 10px;}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumbs .breadcrumb {
  padding: 5px 0 10px;
  background-color: transparent;
  margin-bottom: 0; 
  margin-top: 8px;
}
.breadcrumbs .breadcrumb li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  margin-right: 4px;
  position: relative;
  line-height: 22px;
  padding: 0 15px;
  margin-bottom: 2px;
  color: #1f45c0;
}
.breadcrumbs .breadcrumb li.active span {
  display: inline-block;
}
.breadcrumb .divider {
  display: none;
}
.breadcrumbs .breadcrumb li a {
  display: inline-block;
  width: 100%;
  color: #888
}

.breadcrumbs .breadcrumb li:before {
  position: absolute;
  content: "";
  top: -1px;
  left: -10px;
  background: url(images/breadcrumbs-right.png) no-repeat;
  width: 10px;
  height: 24px;
}
.breadcrumbs .breadcrumb li:after {
  position: absolute;
  content: "";
  top: -1px;
  right: 1px;
  background: url(images/breadcrumbs-right.png) no-repeat;
  width: 10px;
  height: 24px;
}
.breadcrumbs .breadcrumb li:first-child {
  border-right: 1px solid #ccc;
}
.breadcrumbs .breadcrumb li:first-child:after {
  display: none;
}
.woocommerce-product-details__short-description ul li { list-style: none; font-size: 16px; margin-bottom: 5px; position: relative; color: #000; }
.woocommerce-product-details__short-description ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ff2367;
  right: -13px;
  border-radius: 50%;
  top: 10px;
}
.entry-summary p {line-height: 22px;text-align: justify;color: #555;}
.en-title {color: #999 !important; line-height: 0.3; font-size: 13px}
.single-price-box {padding-bottom: 20px;}
.seller-name {
  position: relative;
  font-size: 14px;
  color: #999;
}
.pr-offer {
  width: 210px;
  font-size: 14px;
  line-height: 1.4;
  margin: 20px auto;
  background: #f1f1f1 url(images/offer-badge.png) no-repeat right;
  padding: 5px 43px 5px 5px;
  border-radius: 5px;
}
.pr-rate {
  width: 120px;
  font-size: 14px;
  line-height: 1.4;
  margin: 20px auto;
  background: url(images/user-comments-star.png) no-repeat left;
}
.summary .pr-rate, .summary .pr-offer {margin: 0;}
.price-error {
  margin-top: 20px;
  clear: both;
}
.cat-offer {
  text-align: center !important;
}
.buy-link-holder {margin: 20px 0;}
.single-dk-link {
  text-align: center !important;
  margin-bottom: 15px;
  padding-top: 20px;
}
.single-dk-link a {
  background: #1f45c0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 30px;
  border: 2px solid #1f45c0;
  transition: all 0.3s;
}
.single-dk-link a:hover {
  color: #1f45c0;
  background: #FFF;
  transition: all 0.3s;
}
.product_meta .tagged_as {display: none;}
.woocommerce .pages-main div.product div.summary {
    padding-top: 20px;
    width: 50%;
    padding-left: 10px;
    float: left;
}
.pr-brand {color: #333 !important; position: relative;}
.summary .pr-brand.warranty {margin-top: 10px; font-weight: bold;}
.more-description-title {
  margin-right: 3px !important;
  padding: 7px 25px !important;
  display: inline-block;
  background: #FFF !important;
  border-radius: 30px !important;
  box-shadow: 0 3px 11px 0 rgba(0,0,0,0.2);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.more-description {
  box-shadow: 0 5px 33px 0 rgba(0,0,0,0.07);
  background: #FFF;
  padding: 20px;
  border-radius: 7px;
}
.comment-text p {color: #666}
.woocommerce .products ul li {text-align: center}
.woocommerce .products ul li img:hover {opacity: 0.8}
.add_to_cart_button {
  text-decoration: none !important;
  border: 1px solid #ff2367 !important;
  line-height: inherit !important;
  font-weight: normal !important;
  margin-bottom: 10px !important;
  border-radius: 20px !important;
  padding:5px 10px !important;
  transition: all 0.4s ease-out 0s;
  background: #b80085 !important;
  background: -webkit-linear-gradient(left, #8159a6 , #74dbf3) !important;
  background: -o-linear-gradient(right, #8159a6 , #74dbf3) !important;
  background: -moz-linear-gradient(right, #8159a6 , #74dbf3) !important;
  background: linear-gradient(to right, #8159a6 , #74dbf3) !important;
}
.add_to_cart_button:hover, .wc-forward {color: #333 !important; font-size: 12px; background: #FFF !important; border: 1px solid #333 !important }
.wc-forward {padding: 5px 10px !important; line-height: 2.2 !important;}
.wc-forward:hover {background: #FFF !important; color: #ff2367 !important; border-color: #ff2367 !important; border-bottom: 3px solid #ff2367 !important}
.product_list_widget img{width: 40px !important; height: auto !important}
.product_list_widget .woocommerce-Price-amount {font-size: 16px}
.product_list_widget .product-title { font-weight: normal; font-size: 13px;}
.product_list_widget li {margin: 10px 0 10px 0 !important;}
.product_list_widget li a {color: #333 !important}
.product_list_widget li a:hover {color: #ff2367 !important; text-decoration: none;}
.product_list_widget img:hover {opacity: 0.6}
.product_list_widget ins .amount, .summary ins .amount, .featured-product .wrps_related_products_area ins span.amount, .home-featured ins .amount, .wcbox_carousel_product ins .amount, .home-counter ins .amount, ul.pr-category li ins {color: #222; font-size: 20px ; float: left; text-decoration: none !important ;}
.summary ins .amount {color: #666; font-size: 39px;}
.summary del .amount {font-size: 20px !important}
.product_list_widget ins .amount {font-size: 18px}
.woocommerce-Price-amount {font-size: 18px; font-weight: bold}
.summary del { opacity: 1 !important; margin-right: 20px; }
.woocommerce div.product p.price del {opacity: 0.8 !important;text-decoration: none;}
del .amount {position: relative;font-size: 14px !important;font-weight: bold;}
.woocommerce div.product p.price del {position: relative;}
.woocommerce-variation-price del {position: relative;}
del .amount:before, .woocommerce div.product p.price del:before, .woocommerce-variation-price del:before {
  content: " " !important;
  height: 1px !important;
  width: 91px !important;
  background: #999 !important;
  position: absolute !important;
  top: 12px !important;
  right: -3px;
  -ms-transform: rotate(-8deg) !important; 
  -webkit-transform: rotate(-8deg) !important; 
  transform: rotate(-8deg) !important;
}
.woocommerce div.product .summary p.price del:before {top: 11px !important; right: 24px !important;}
.woocommerce div.product p.price {color: #666 !important;text-align: center;font-weight: bold;}
.woocommerce div.product p.price ins {color: #efc313 !important; text-decoration: none !important; margin-right: 10px}
.woocommerce ul.products li.product .price {color: #1f45c0 !important; text-align: center; font-weight: normal !important; margin-bottom: 0 !important;}
.woocommerce ul.products li.product .price ins {font-weight: 400 !important}
.product_list_widget img {
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
p.woocommerce-result-count {font-size: 12px !important; padding-top: 10px;}
.pr-cat ul.products {border-top: 1px solid #ff2367 !important;padding-top: 20px !important;}
.single-detail-box form.cart {margin-bottom: 0 !important}
.woocommerce table.my_account_orders {font-size: 12px !important;}
.woocommerce span.onsale {
    top: 15px !important;
    background-color: transparent !important;
    font-size: 15px !important;
    background: url(images/sale-flash.png) no-repeat;
    min-width: 60px !important;
    min-height: 51px !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    line-height: 22px !important;
    text-align: left !important;
    left: 9px !important;
    padding-left: 7px !important;
}
.woocommerce .product-first span.onsale {left: unset !important; right: 5px;}
.page .comments-box {margin-bottom: 30px;}
.single-products h1.title {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ff2367;
}
.single-products h1.title a {color: #000}
.single-products h1.title a:hover {color: #ff2367}
.single-products .rel-post .title {margin-top: 20px;}
.single-products .rel-post .title:before {width: 78%; top: 35px; right: 160px;}
.single-products img {max-width: 100%; height: auto}

.c-params__list {display: inline-block; list-style: none; padding-right: 0;}
.c-params__list li {
	
  list-style: none;
  background: #FAFAFA;
  padding: 3px;
  margin-bottom: 2px !important;
}
.c-params__list-key {  margin-left: 30px; }
.c-params__list-value {color: #000}
.c-params__title {
  font-size: 20px !important;
  color: #1f45c0 !important;
  font-weight: bold;
}

/*------------------------DIGI ROW-----------------------*/
.c-product__params-more-handler {display: none;}
.c-wiki__container {
  background: #e0e0e0;
  padding: 5px;
  border-radius: 5px;
  margin-right: 9px;
  position: relative;
  display: none;

}
.c-wiki__container:before {
  content: "";
  position: absolute;
  border-bottom: 8px solid #e0e0e0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 12px;
  top: -8px;
}
.c-wiki__holder {position: relative; padding-left: 10px; transition: all 0.3s}
.c-wiki__holder:before {
  content: "\f05a";
  position: absolute;
  font-family: fontawesome;
  font-size: 18px;
  left: -15px;
  top: -5px;
  color: #999;
  cursor: pointer;
  transition: all 0.3s
}
.c-wiki__holder:hover:before {color: #1f45c0;}
.c-wiki__holder a:hover {color: #000 !important}
.digi-row .section-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    color: #000;
}


.digi-row .item {width: 100%; padding: 5px; margin-top: 20px; transition: all 0.3s }
.digi-row.list .item {
  box-shadow: 1px 1px 7px rgba(0,0,0,0.2);
  padding: 5px;
  border-radius: 5px;
  padding-top: 15px;
}
.c-params__title {
  font-size: 16px !important;
  color: #8967d7 !important;
}

.digi-row .item .img { float: right; width: 40%; position: relative }
.digi-row .img img { max-width: 100%; height: auto}
.digi-row .desc { float: right; width: 60%; padding-right: 10px;}
.digi-row h2 { color: #1f45c0 !important; line-height: 1.5 !important; font-size: 17px !important; margin-bottom: 15px !important; }
.digi-row .price { border: 1px solid #f0f0f0; border-radius: 5px; text-align: center; font-size: 20px; font-weight: bold; color: #000; }
.digi-row .buy-link, .products-cta { text-align: center; margin-top: 30px; margin-bottom: 20px; }
.digi-row .buy-link a, .products-cta a, .pr-related .link a { background: rgba(255, 100, 95, 1); border: 1px solid #fa4641; color: #fff !important; padding: 8px 18px; font-size: 16px; transition: all 0.3s; }
.digi-row .buy-link a:hover, .products-cta a:hover, .pr-related .link a:hover { background: #FFF; color: #333 !important}
.digi-row .main-thumb {position: relative}
.digi-row .main-thumb .zoom{
  position: absolute;
  font-size: 26px;
  bottom: 14px;
  right: 12px;
}
.digi-row .main-thumb .zoom:before, .digi-row .main-thumb .zoom:after {
    content: "]";
    position: absolute;
    left: -13px;
    font-size: 33px;
    top: -22px;
    color: #999;
    font-weight: normal;
    font-family: tahoma;
}
.digi-row .main-thumb .zoom:after { content: "["; right: -13px;} 
.digi-row.list .main-thumb .zoom {bottom: unset; top: 20px;  }
@media screen and (max-width: 480px) {
  .digi-row .item .img {width: 100%; text-align: center;}
  .digi-row .img img { max-width: 75%; }
  .digi-row .desc {width: 100%;}
  .digi-row .main-thumb .zoom:after {right: -52px;}
}
.fpr-main {
  margin-bottom: 20px;
}
.products-cta {
  text-align: center;
  margin: 40px;
  margin-bottom: 20px;
}
.cta-price {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.single-content .prtags {
  margin-bottom: 40px;
}
.single-content .prtags a {
  background: #ccc;
  border-radius: 4px;
  margin-left: 10px;
  padding: 3px 10px;
  color: #fff;
  font-size: 11px;
}
.pr-related {
  margin-bottom: 20px;
}
.pr-related h2 {
  font-size: 15px;
}
.pr-related .boxing {
  padding: 10px;
  padding-bottom: 20px;
}
.pr-related .img {
  text-align: center;
}
.pr-related p {
  line-height: 1.8;
  height: 160px;
  overflow: hidden;
}
.pr-related .price {
  float: right;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.pr-related .price span {
  font-size: 12px;
  font-weight: 400;
}
.pr-related .link {
  text-align: center;
  padding-top: 10px;
}
.fpr-main.taxonomy {
  margin-top: 10px;
}
.home-nabz ul {
  list-style: none;
  padding-right: 0;
}
.home-nabz.bazar ul li {
  display: inline-block;
  margin-bottom: 35px;
  border-left: 1px dashed #e0e0e0;
  padding-right: 20px;
}
.home-nabz .thumb {
  float: right;
  margin-left: 10px;
}
.home-nabz .thumb img {
  max-width: 80px;
  height: auto;
}
.home-nabz .title {
  font-size: 14px;
}
.home-nabz .title a {
  color: #333;
}
.home-nabz .title a:hover{
color: #1f45c0
}
.home-nabz.bazar ul li:nth-child(3), .home-nabz ul li:nth-child(6), .home-nabz ul li:nth-child(9), .home-nabz ul li:nth-child(12) {
  border: none;
}
.home-nabz.bazar .title strong {
  padding-right: 10px;
  color: #ccc
}
/*-----------------------------------------------------------------------------*/

.ninja_column_0 {
  font-weight: bold;
  color: #000;
}
.ninja_column_2 {
  font-size: 13px;
}
.ninja_table_wrapper a{
  background: #fa4641;
  border-bottom: 3px solid #bb0e0a;
  padding: 10px 12px !important;
  display: table-cell;
  transition: .2s linear;
  color: #FFF !important;
  font-size: 14px;
  display: block;
  margin-top: 10px !important;
  width: 130px;
  border-radius: 7px;
  text-align: center;
}
.ninja_table_wrapper a:hover {box-shadow: rgba(3,3,3,.4) 0 8px 12px 0px!important;}
/*-----------------------------------------------------------------------------*/
/* 10 - MEDIA QUERIES */
/*-----------------------------------------------------------------------------*/

@media screen and (max-width: 1025px) {
  .mobile-menu {display: block;}
   .hamburger-bottom-bread, .hamburger-patty, .hamburger-top-bread {background-color: #1f45c0;}
}


@media screen and (max-width: 1200px) {
  .bx-wrapper .bx-prev {left: 0 !important}
  .bx-wrapper .bx-next {right: 0 !important}
  .home-blog-item .home-thumbnail img {min-height: unset;}
  
}


@media screen and (max-width: 1200px) and (min-width: 992px) {
  .single-products .rel-post .title:before {width: 62%;}
  .single-dk-link a, .single_add_to_cart_button {font-size: 15px !important}
}


@media screen and (max-width: 992px) {
  .hide-sm {display: none;}
  .summary .product_meta {margin-right: 30px;}
  .woocommerce div.product div.images.woocommerce-product-gallery {float: none; margin: 0 auto;}
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .page.woocommerce ul.products li.product {width: 30% }
  ul.pr-category li .star-rating {width: 80%}
  .woocommerce #content div.product div.images, .woocommerce div.product div.images {width: 66.66666666666666% !important;}
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary {width: 100% !important}
}


@media screen and (max-width: 992px) and (min-width: 768px) {
  .archive .woocommerce ul.products li.product {min-height: 326px; }
  .navbar {
    margin-right: -20px;
  }
  .fcat-posts .detail ul {display: none !important;}
  .fcat-posts h3 {font-size: 13px !important}
}


@media only screen and (min-width: 768px) {
  .archive .woocommerce ul.products li.product:nth-child(4n+0) {margin-left: 0 !important}
}


@media screen and (max-width: 768px) {
  .hide-xs {display:none;}
  .home-blog-item .boxing {height: auto !important;}
  .slidepost {width: 100% !important; text-align: center;}
  .slidepost h3 a {font-size: 16px !important;}
  .slidepost .detail, .fcat-posts .detail {
  bottom: 10px !important;
  width: 95% !important;
  padding: 5px !important;
  }
  .slidepost:hover .detail, .fcat-posts:hover .detail {bottom: 20px;}
  .slidepost .detail ul, .fcat-posts .detail ul {display: block}
  .slidepost h3, .fcat-posts h3 {
    height: auto;
    text-align: right;
    padding-right:0 !important;
  }
  .fcat-posts {width: 100% !important; max-height: unset !important}
  .home-blog-item {
    padding-right: 0;
    padding-left: 0;
  }
  .menu_home-mid-ad {width: 50%; padding: 5px;}
  .menu_home-mid-ad:nth-child(3) {display: none;}
  .single-post-title h1 {font-size: 17px !important;}
  .home-blog-item h2 {height: auto}
  .home-blog-item .home-thumbnail img {min-height: unset}
  #tab-description h2 {font-size: 15px}
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .page.woocommerce ul.products li.product {width: 46%;}
  .archive .woocommerce ul.products li.product:nth-child(2n+0) {margin-right: 0 !important}
  .archive .woocommerce ul.products li.product {margin-left: 5.5% !important;}
  .woocommerce span.onsale {font-size: 13px !important;background: url(images/sale-flash-mobile.png) no-repeat; padding-left: 3px !important; line-height: 18px !important;}
  .related.products h2, .up-sells h2 {font-size: 21px; margin-top: 0;}
  .mobile-menu .menu-btn {margin-left: 15px;}
  .sticky {position: fixed; padding-top: 8px; height: 52px; border-bottom: 1px solid #f0f0f0;}
  .mobile-menu-box {padding-right: 5px !important; padding-left: 0 !important;}
  .searchform {margin-top: 7px; margin-bottom: 7px;}
  .mobile-menu {padding-top: 24px;}
  .top-logo-mobile {display: block;}
  .top-logo img {max-width: 100%}
  .top-sticky .top-logo img {max-width: 80px; margin-top: 6px;}
  .woocommerce.pr-main-section .container {padding-right: 0; padding-left: 0;}
  .product-first {padding: 0; margin-bottom: 20px;}
  .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {width: 19.36% !important}
  .woocommerce div.product div.images.woocommerce-product-gallery {margin-bottom: 0;}
  .woocommerce div.product div.summary {padding: 6px;}
  .woocommerce div.product .woocommerce-product-rating {margin-bottom: 5px !important;}
  .woocommerce div.product .product_title { font-size: 18px; font-weight: normal; color: #000; line-height: 1.3 !important; }
  .woocommerce div.product div.images.woocommerce-product-gallery {background: #f0f0f0;}
  .searchform, .searchform input[type="submit"] {height: 30px;}
  .searchform input[type="search"] {height: 28px;}
  .add-to-cart-guarantee {font-size: 13px}
  .pr-scroll {display: block;}
  .archive .woocommerce ul.products li.product {min-height: unset; max-height: unset; width: 42% !important;}
  .main-title {padding-top: 40px}
  ul.pr-category li .star-rating {width: 60%}
  ul.tt_tabs.cl-effect-21 {float:none !important;}
  ul.tt_tabs li {display: inline-block !important;}
  .tt_tabs li.active::before {
    content: "" !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid #ef5285 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    bottom: -10px !important;
    right: 0;
    left: 0;
    margin: auto;
    top: unset
  }
  span.t_name {font-size: 12px !important}
  ul.pr-category li {width: 45% !important; }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images {width: 100% !important;}
  .single-product .pages-main {margin-top: 0; padding: 0;}
  .footer .half {width: 100%;}
  .home-credit {height: auto; margin-bottom: 30px;}
  .home-credit .item {margin-bottom: 20px;}

  .woocommerce-product-gallery__wrapper {width: 100%}
  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {float: none; margin-bottom: 10px;}
  .woocommerce div.product div.images .wp-post-image {width: 100% !important;} 
  .woocommerce div.product div.images img {display: inline-block !important;}
  .new-thumbnail .inner .woocommerce-product-gallery__image {display: none;}
  .brand-related .bx-wrapper .bx-next {right: -20px !important;}
  .brand-related .bx-wrapper .bx-prev {left: -28px !important;}
  .woocommerce ul.products li.product a img {width: unset !important; margin: 0 auto !important}
  .woocommerce div.product div.images.woocommerce-product-gallery {border-radius: 0}
  .single-breadcrumbs {padding-left: 0; font-size: 13px;}
  .home-item {min-height: unset}
  .IRPP_ruby, .IRPP_ruby .postImageUrl, .IRPP_ruby .centered-text-area, .IRPP_ruby .centered-text {
    height: auto !important;
    min-height: 100px;
  } 
  .IRPP_ruby .postTitle {font-size: 13px !important}
  .footable-header {display: none;}
  .ninja_table_wrapper td {display: block !important; width: 100% !important; text-align: center;}
  .ninja_table_wrapper a {
    margin: 20px 0 !important;
    width: unset;
  }
  .home-nabz ul li {
    border: none !important;
  }
}


@media screen and (max-width: 480px) {
  .slidepost .detail ul, .fcat-posts .detail ul {display: none !important}
  .single-post-title:before {right: -40px;}
  .single-post-title:after {left: -40px;}
  .archive .woocommerce ul.products li.product {width: 100% !important;}
  .woocommerce .related ul.products li.product, .woocommerce .up-sells ul.products li.product {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .single-products .rel-post .title:before {
    width: 50%;
    top: 27px;
    right: 110px;
  }
  ul.pr-category li .star-rating {width: 60%}
  ul.pr-category li {width: 90% !important; margin: 0 auto;}
  .woocommerce div.product div.images div.thumbnails {min-height: 80px;}
  #slider-prev, #slider-next {margin-top:-50px; }
  .single_add_to_cart_button {width: 100%}
  .maxbutton-1.maxbutton {width: 280px;}
  .maxbutton-1.maxbutton .mb-text {font-size: 14px; font-weight: normal;}
  .home-item {padding-right: 0; padding-left: 0;}
  .home-credit .item img {max-width: 100%; height: auto}
  .single-dk-link {width: 100%;}
  .left-sidebar {display: none;}
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {margin-right: 0 !important; height: auto !important}
  .related-excerpt {max-height: unset;}
}


@media screen and (max-width: 325px) {
  .elm-button {width: 260px;}
  .menu_home-mid-ad {width: 100%;}
}
