/*
fTheme Name:         Demo HTML5 Template
Theme URI:         
Author:             
Author URI:         
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        DemoTheme
Domain Path:        /languages/
*/

/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    color: #323233;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    direction: rtl;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
p{
    color: #323233;
    font-weight: 400;
    line-height: 25px;
}
img{
    max-width: 100%;
    height: auto;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.container{
    max-width:1400px;
    width: 100%;
    margin:0 auto;
    padding: 0 15px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
    clear: both;
    float: none;
}
.clearfix::before, .clearfix::after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix::after {
    clear: both;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}

/* WordPress Core */
.alignnone {
}
.aligncenter, 
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
.wp-caption {
     background: #fff;
     border: 1px solid #f0f0f0;
     max-width: 96%;
     padding: 5px 3px 10px;
     text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
     border: 0 none;
     height: auto;
     margin: 0;
     max-width: 98.5%;
     padding: 0;
     width: auto;
}
.wp-caption p.wp-caption-text {
     font-size: 11px;
     line-height: 1.5em;
     margin: 0;
     padding: 0 4px 5px;
}
img.wp-smiley {
    vertical-align: middle;
}
/* ==========================================================================
   Header
   ========================================================================== */
/* Main Navigation
====================== */
.main-navigation ul{
    padding:0;
    margin: 0;
}
.main-navigation > ul > li{
    display: inline-block;
    border-left: 1px solid #fff;
}
.main-navigation > ul > li:last-child{
    border-left: 0 solid #fff;
}
.main-navigation ul li{
    position: relative;
    list-style:none;
    letter-spacing: normal;
    line-height: 38px;
}
.main-navigation ul li a{
    padding:0 30px;
    color: #fff;
    font-size: 0.95em;
    transition: all 0.3s;
    font-weight: 400;
   text-transform: uppercase;
   position: relative;
   display: block;
}
.main-navigation ul li a:hover{
    text-decoration: underline;
    transition: all 0.3s;
}
.main-navigation ul li.current-menu-item a{
    text-decoration: underline;
}
.main-navigation ul ul{
    position: absolute;
    top:100%;
    left:0;
    z-index: 9;
    width:100%;
    margin:0;
    padding:0;
    visibility:hidden;
    opacity:0;
    -webkit-transition:all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform:translateY(20px);
    -moz-transform:translateY(20px);
    transform:translateY(20px);
    text-align: right;
    background-color: #767676;
}
.main-navigation ul ul ul{
    top:0;
    left:100%;
}
.main-navigation ul li:hover > ul{
    opacity: 1;
    visibility:visible;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px);
}
/*
Menu Mobile
--------------------- */
.top-main-navigation::before,
.top-main-navigation::after{
    content:'';
    display: table;
    clear: both;
}
.top-main-navigation{
    text-align: center;
    font-size:23px;
    line-height: 48px;
    text-transform: uppercase;
    color:#fff;
    display:none;
    position:relative;
}
.toggle-menu {

    padding: 0;
    overflow: hidden;
    width: 40px;
    height: auto;
    right: 18px;
    cursor: pointer;
    display: none !important;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: absolute;
    top: -40px;

}
.toggle-menu span{
    display: none;
    width:36px;
    border:2px solid #fff;
    margin:0 auto 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.toggle-menu span:last-child{
    margin-bottom: 0;
}
.toggle-menu.active span:nth-child(2){
    transform:translateX(100%);
    opacity: 0;
}
.toggle-menu.active span:first-child{
    transform:rotate(40deg) translate(4px,9px);
    -ms-transform:rotate(40deg) translate(4px,9px);
    -webkit-transform:rotate(40deg) translate(4px,9px);
}
.toggle-menu.active span:last-child{
    transform:rotate(-40deg) translate(7px,-11px);
    -ms-transform:rotate(-40deg) translate(7px,-13px);
    -webkit-transform:rotate(-40deg) translate(7px,-13px);
}
.open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 49px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: none;
}
.open-menu-mobile::after, .open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}
.open-menu-mobile::before {
    border-right: 1px solid #fff;
    height: 12px;
    right: 21px;
    margin-top: -5px;
}
.open-menu-mobile.active::before {
    display: none;
}
.open-menu-mobile::after {
    border-top: 1px solid #fff;
    width: 12px;
    right: 16px;
}
/*********************************/
/*******/
div.wpcf7-validation-errors {
    border: medium none;
    margin: 10px 0 0;
    color: #ef004f;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid{
    border: 1px solid red;
}
.right-contact .left-form {
    position: relative;
}
div.wpcf7 img.ajax-loader {
    bottom: 9px;
    left: 5px;
    margin-left: 0;
    position: absolute;
}
div.wpcf7-mail-sent-ok {
    border: medium none;
     margin: 0;
}
/*******************************
header
******************************/
.top-header {
    background: #000000;
    padding: 25px 0 18px;
}
.top-header .container {
	max-width: 1100px;
}
.search-form input[type="text"]{
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}
.search-form input[type="submit"] {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: none;
    color: #fff;
    background: url(../images/search.png) no-repeat 56px center #bf1771;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
}
.search-form input[type="submit"]:hover, .search-form input[type="submit"]:focus {
    background: url(../images/search.png) no-repeat 56px center #c49e08;
}
.logo-header{
    float: right;
}
.search-form{
    float: right;
}
.rst-cart {
    float: right;
    position: relative;
    margin-right: 50px;
    margin-top: -6px;
}
.rst-cart a{
    color: #fff;
}
.rst-cart img{
    display: block;
}
.rst-cart span {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    top: 6px;
    left: 0;
    right: 7px;
    text-align: center;
}
.main-menu{
    background: #767676;
    text-align: right;
}

.banner-home .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    direction: rtl;
    z-index: 2;
}
.slider {
    position: relative;
    direction: ltr;
}
.slider img.icon-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: 0 auto;
    z-index: 2;
}
.slider img.bg-img {
    text-align: right;
    position: absolute;
    left: 43%;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
}
.left-content{
    width: 38%;
    color: #fff;
    text-align: justify;
}
.top-slider {
    position: relative;
    padding: 35px 0;
}
.top-slider::before {
    position: absolute;
    border-top: 6px solid #fff;
    content: "";
    left: 0;
    right: 0;
    width: 96%;
    top: 0;
}
.top-slider:after {
    position: absolute;
    border-top: 6px solid #fff;
    content: "";
    left: 0;
    right: 0;
    width: 96%;
    bottom: 0;
}
.top-slider h2 {
    font-size: 111px;
    font-weight: 900;
    margin: 0;
    line-height: 70px;
}
.top-slider h3{
    font-size: 56px;
    font-weight: 700;
    margin:0;
}
.top-slider p{
    font-size: 39px;
    font-weight: 400;
    margin:0;
    color: #fff;
}
.btn-slider p{
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin:0;
}
.btn-slider p a {
    width: 250px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    color: #fff;
    background: url(../images/camera.png) no-repeat 93% center #bf1771;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px 0 0;
    margin-right: 20px;
    border-radius: 0;
    transition: all 0.3s;
}
.btn-slider p a:hover {
    background: url(../images/camera-hover.png) no-repeat 93% center #fff;
    color: #bf1771;
}
.btn-slider {
    position: absolute;
    right: 0;
    bottom: -130px;
}
.item-product{
    margin: 0 25px;
    font-weight: 400;
}
a{ 
-webkit-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out
}
.item-product h3:hover a {
    color: #bf1771;
}
.item-product img, .item-feature img {
    display:block;
    position:relative;
    -webkit-transition:all  0.3s linear;
    transition:all  0.3s linear;
    text-align: center;
    margin: 0 auto;
}

.item-product img{
        min-height: 180px;
        max-height: 200px;


}
.item-product:hover img, .item-feature:hover img {
  /*  -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);*/
}
.single-product .item-product h3 {
    border-bottom: 0 solid #000;
}
.single-product .price-home {
    border-top: 2px solid #000;
    max-width: 100%;
    padding: 0 20px;
}
.item-product h3 {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    text-align: center;
    height: 100px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: table-cell;
    margin: 0;
    vertical-align: bottom;
    padding: 15px 0 5px;
}
.price-home del .woocommerce-Price-currencySymbol {
    font-size: 10px;
    margin-right: 5px;
}
.price-home del {
    color: #000;
    font-size: 18px;
    float: left;
    margin: 16px 0 0;
}
.price-home ins .woocommerce-Price-currencySymbol {
    font-size: 24px;
}
.price-home ins {
    font-size: 32px;
    color: #bf1771;
    text-decoration: none;
    float: right;
}
.price-home {
    max-width: 220px;
    margin: 0 auto;
    direction: ltr;
}
.add-form-cart{
    background: #bf1771;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    text-align: center;
    position: relative;
    transition: all 0.7s;
}
.add-form-cart:hover{
    background: #c49e08;
    transition: all 0.7s;
}
.add-form-cart.add-cart-single {
    background: none;
    width: 100%;
    height: inherit;
    line-height: inherit;
    padding: 0 7px;
    text-align: right;
    position: relative;
    transition: all 0.7s;
}

.quantity input.plus {
    opacity: 0;
}
.quantity input.minus {
    opacity: 0;
}
.quantity input[type="number"] {
    width: 64px;
    float: left;
    line-height: 23px;
    height: 22px;
    margin: 4px 0 0;
    border: none;
    text-align: center;
    font-weight: 700;
    color: #000;
    background: #fff;
}
.quantity span.add {
    background: #000;
    position: absolute;
    height: 22px;
    display: block;
    width: 16px;
    color: #fff;
    line-height: 22px;
    top: 4px;
    left: 60px;
    text-align: center;
    cursor: pointer;
}
.quantity span.minus {
    background: #000;
    position: absolute;
    height: 22px;
    display: block;
    width: 16px;
    color: #fff;
    line-height: 22px;
    top: 4px;
    left: 5px;
    text-align: center;
    cursor: pointer;
}
.single-product .single_add_to_cart_button {
    right: 0;
}
.single_add_to_cart_button {
    background: url(../images/add.png) no-repeat center right transparent;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 0 22px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 10px;
}
.home button.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-right: 1px;
    vertical-align: middle;
}
h3.titles{
    margin: 0;
    color: #000000;
    font-size: 36px;
    font-weight: 400;
     margin: 30px 0;
     text-align: center;
}
.slick-arrow {
    border: none;
    width: 27px;
    height: 39px;
    font-size: 0;
    position: absolute;
    top: 45%;
    z-index: 9999;
    cursor: pointer;
}
.slick-next.slick-arrow {
    left: -20px;
    background: url(../images/prev.png) no-repeat center center;
}
.slick-prev.slick-arrow {
    right: -20px;
    background: url(../images/next.png) no-repeat center center;
}
.slick-next.slick-arrow:hover {
   
    background: url(../images/prevhover.png) no-repeat center center;
}
.slick-prev.slick-arrow:hover {
    
    background: url(../images/nexthover.png) no-repeat center center;
}
.content-pr p{
    margin: 0;
    font-size: 25px;
}
.content-pr{
    margin: 50px 0 60px;
}
.section-product {
    /*padding: 10px 0;*/
}
.section-product .container,
.section-testimonials .container{
    max-width: 1250px;
    text-align: center;
}
/**************************************/
.section-testimonials{
    background: #f1f1f1;
    padding: 10px 0  50px;
}
.item-testimonials{
    margin: 0 20px;
    background: #fff;
    padding: 20px;
    text-align: right;
}
.item-testimonials p {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
}
.btn-user img{
    display: inline-block;
    vertical-align: middle;
}
.name-user h3 {
    margin: 0;
    color: #bf1771;
    font-size: 19px;
    font-weight: 400;
    line-height: 16px;
}
.name-user span {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.name-user {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 5px;
}
.list-feature{
    text-align: center;
}
.item-feature{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 1px;
}
/*********************/
#footer{
    background: #000;
    text-align: center;
    padding: 20px 0 50px;
}
#footer .container{
    max-width: 1500px;
}

.form-footer {
    max-width: 710px;
    margin: 0 auto;
}

.form-footer h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0 30px;
    color: #fff;
}
.form-footer input[type="text"], .form-footer input[type="email"], .form-footer input[type="tel"] {
    display: inline-block;
    width: 245px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 400;
    background: #fff;
    color: #000;
    float: right;
    text-align: right;
    margin-left: 5px;
}


.form-footer input[type="text"]:focus, .form-footer input[type="email"]:focus, .form-footer input[type="tel"]:focus{
        border: 2px solid #bf1771;
}
.form-footer input[type="submit"] {
    border: 1px solid #bf1771;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: none;
    height: 42px;
    line-height: 42px;
    width: 190px;
    background: #bf1771;
    float: left;
    text-align: center;
    transition: all 0.3s;
}
.form-footer input[type="submit"]:hover {
    background:#c49e08;
    border: 1px solid #c49e08;
    transition: all 0.3s;
}
.content-footer img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.ct{
    margin:30px 0;
}
.ct h4, .ct h4 a{
    margin: 0;
    color: #fff;
    font-size: 1.8em;
    font-weight: 600;
}

.ct ul, .ct ul a{
    margin: 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    list-style: none;
}
.ct p{
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.copyright {
    position: relative;
    padding-top: 10px;
}
.copyright:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 70px;
    height: 3px;
    margin: 0 auto;
    content: "";
    top: -10px;
    background: #fff;
}
.copyright p{
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.copyright p a{
    color: #fff;
}
.copyright p span{
    color: #15c0f3;
}
.breadcrumb .container{
    max-width: 1100px;
}
.content-page .container{
    max-width: 1100px;
}
.breadcrumb{
    color: #a8a8a8;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0;
}
.breadcrumb a{
    color: #707070;
    font-size: 15px;
    font-weight: 300;
}
.content-page h1 {
    margin: 15px 0 25px;
    color: #000;
    font-weight: 400;
    font-size: 1.2em;
}
.item-team {
    float: right;
    width: 19%;
    text-align: center;
    margin: 20px  0.5% 15px;
    cursor: pointer;
}
.img-team{
    overflow: hidden;
}
.item-team img {
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.item-team:hover img {
	transform: scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
}
.item-team h3:hover {
    color: #bf1771;
}
.item-team h3 {
    margin:9px 0 0;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 16px;
}
.item-team p {
    margin: 0;
    font-size: 15px;
}
/************************class="left-single"***********************/
.content-single{
    padding: 30px 0;
}
.single-product .left-single img {
    width: 100%;
}
.left-single {
    float: left;
    width: 41%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
}
.right-single{
    float: right;
    width: 50%;
}
.right-single h1 {
    color: #000;
    font-weight: 400;
    font-size: 36px;
    margin:0 0 25px;
    line-height: 41px;
}
.right-single p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
}
.right-single h4{
    color: #a8a8a8;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    font-weight: 500;
}
.right-single h3 {
    color: #000;
    font-size: 15px;
    line-height: 19px;
    margin: 13px 0;
    font-weight: 500;
}
.right-single h4 span, .content-cat h4 span {
    text-decoration: line-through;
}
.right-single h2{
    color: #000;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    font-weight: 500;
}
.right-single h3 .price-color{
    color: #bf1771;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}
.right-single h3 .price{
    color: #bf1771;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.right-single .link-btn {
    color: #bf1771;
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    display: block;
    margin: 14px 0 0;
}
.single-product.woocommerce .add-cart-single .single_add_to_cart_button {
    background: url(../images/add.png) no-repeat 87% center;
    border: none;
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: inline-block !important;
    line-height: 44px!important;
    width: 160px;
    height: 44px;
    text-align: center;
    background-color: #bf1771 !important;
    border-radius: 0 !important;
    padding: 0;
}
.single-product.woocommerce .add-cart-single .single_add_to_cart_button:hover {
    background: url(../images/add.png) no-repeat 87% center  #c49e08 !important;
    transition: all 0.3s;
}
.single-product.woocommerce .add-cart-single .single_add_to_cart_button {
    background: url(../images/add.png) no-repeat 87% center!important;
    border: none!important;
    color: #fff!important;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: inline-block !important;
    line-height: 44px!important;
    width: 160px!important;
    height: 44px!important;
    text-align: center!important;
    background-color: #bf1771 !important;
    border-radius: 0 !important;
    padding: 0!important;
}
.single-product.woocommerce .checkout-btn:hover {
    background-color: #c49e08 !important;
    transition: all 0.3s;
}
.single-product.woocommerce .checkout-btn {
    background: url(../images/checkout.png) no-repeat 87% center;
    border: none;
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: inline-block !important;
    line-height: 44px!important;
    width: 160px;
    height: 44px;
    text-align: center;
    background-color: #0fbdb7 !important;
    border-radius: 0 !important;
    padding: 0;
    margin-right: 5px;
    transition: all 0.3s;
}
.single-product .add-cart-single .quantity {
    margin: 10px 1px 10px 0;
}
.single-product .add-cart-single .quantity input {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
}

.single-product .add-cart-single .addminus input {
    width: 55px;
    float: left;
    height: 44px;
    line-height: 44px;
    margin: 4px 0 0;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: 700;
    color: #000;
}
.single-product .add-cart-single .addminus span.add {
    background: #000;
    position: absolute;
    height: 44px;
    line-height: 42px;
    display: block;
    width: 32px;
    text-align: center;
    color: #fff;
    top: 14px;
    right: 0px;
    cursor: pointer;
}
.single-product .add-cart-single .addminus span.minus {
    background: #000;
    position: absolute;
    height: 44px;
    line-height: 44px;
    display: block;
    width: 32px;
    text-align: center;
    color: #fff;
    top: 14px;
    left: 0;
    cursor: pointer;
}
.single-product-new  .item-product .quantity {
    width: 65px;
}
.single-product-new .item-product .quantity-woo {
    position: absolute;
    left: 4px;
    width: 65px;
    overflow: hidden;
    top: 0;
}
.woocommerce .single-product-new  .quantity .qty {
    width: 64px;
}
.woocommerce .quantity .qty {
    padding-right: 16px;
}
.woocommerce.single-product .single-product-new .cart .single_add_to_cart_button.button {
    background: url(../images/add.png) no-repeat center right transparent;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 0 22px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 5px;
    height: 30px;
}
.addminus {
    position: relative;
    display: inline-block;
}
.left-catproduct .quantity span.add {
    height: 25px;
    top: 9px;
    left: 64px;
}
.left-catproduct .quantity span.minus{
    height: 25px;
    top: 9px;
    left:7px;
}
.single-product.woocommerce .add-cart-single .quantity .qty {
    width: 140px;
    float: none;
}
.single-product.woocommerce .add-cart-single .quantity-woo {
    width: 160px;
}
.single-product.woocommerce  .add-cart-single .quantity-woo span.minus {
    height: 40px;
    width: 26px;
    line-height: 40px;
}
.single-product.woocommerce .add-cart-single .quantity-woo span.add {
    height: 40px;
    width: 26px;
    line-height: 40px;
    left: inherit;
    right: 0;
}
.single-product .add-cart-single .quantity input {
    float: none;
}
.right-single ul {
    margin: 20px 0 0;
    padding:10px 20px;
    border: 1px solid #ccc;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    width: 400px;
}
.right-single ul p {
    margin: 0 0 12px;
}
.right-single ul li {
    display: block;
    width: 48%;
    float: right;
    vertical-align: top;
    margin-left: 2%;
}
.right-single ul li:nth-child(2n+1) {
    margin-left: 0;
    width: 48%;
}
.single-product-new .container{
    padding: 50px 0;
    border-top: 2px solid #ccc;
}
.right-catproduct{
    float: right;
    width: 22%;
}
.left-catproduct{
    float: left;
    width: 73%;
}
/***********************************/
.itemproduct {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.itemproduct:last-child {
    border-bottom: 0 solid #ccc;
}
.itemproduct:first-child {
    padding-top: 0;
}
.thumbnaipr{
    float: right;
    width: 23%;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}
.thumbnaipr img {
    display:block;
    position:relative;
    -webkit-transition:all  0.3s linear;
    transition:all  0.3s linear;
}
.thumbnaipr:hover img{
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.content-cat{
    float: left;
    width: 73%;
}
.content-cat a:hover{
    color: #bf1771;
}
.content-cat a.a-title{
    display: block;
    color: #000;
    font-size: 1.375em;
    font-weight: 700;
}
.content-cat p {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.content-cat h4 {
    margin: 0;
    color: #a8a8a8;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.content-cat h3 {
    color: #a8a8a8;
    font-size: 0.9em;
    line-height: 19px;
    margin: 10px 0 0;
    font-weight: 400;
}
.content-cat h3 span {

    color: #bf1771
}
.content-cat h2 {
    color: #000;
    font-size: 1em;
    line-height: 25px;
    margin: 0;
    font-weight: 400;
}
.content-cat h3 .price-color {
    color: #bf1771;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}
.content-cat  h2 .price {
    color: #bf1771;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.content-cat .add-form-cart {
    background: #bf1771;
    height: 42px;
    line-height: 42px;
    padding: 5px 10px;
    text-align: center;
    width: 200px;
    float: right;
}
.content-cat .add-form-cart:hover{
    background: #c49e08;
    transition: all 0.3s;
}
.woocommerce .content-cat .quantity .qty {
    width: 70px;
    height: 25px;
}
.content-cat .btn-link:hover {
    border: 1px solid #bf1771;
    color: #fff;
    background:#bf1771;
    text-decoration: none;
}
.content-cat .btn-link {
    border: 1px solid #000;
    width: 150px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
    transition: all 0.3s;
}
a:hover{
    text-decoration: none;
}
.content-forms {
    position: absolute;
    left: 0;
    bottom: 25px;
}
.woocommerce .content-forms .single_add_to_cart_button {
    background: url(../images/add.png) no-repeat 101% 4px;
    border: none;
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: block;
    line-height: 32px!important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 20px 0 0;
    margin: 0;
    position: absolute;
    top: 6px;
    right: 11px;
    transition: all 0.3s;
}
.woocommerce .add-form-cart .add_to_cart_button:hover{
    background: url(../images/add.png) no-repeat 101% 4px;
    opacity: 0.8;
}
.woocommerce .add-form-cart .add_to_cart_button{
    background: url(../images/add.png) no-repeat 101% 4px;
    border: none;
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: block;
    line-height: 32px!important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 20px 0 0;
    margin: 0;
    position: absolute;
    top: 6px;
    right: 11px;
    transition: all 0.3s;
}
.woocommerce .content-forms .single_add_to_cart_button:hover {
    background: url(../images/add.png) no-repeat 101% 4px;
    opacity: 0.8;
}
.btn-cart {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 22px 0 0;
    text-decoration: underline;
}
.btn-cart:hover {
    color: #c49e08;
}
.right-catproduct ul{
	margin: 0;
	padding: 0;
}
.right-catproduct .woof_list ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.breadcrumb span{
	padding: 0 2px;
}
.woof_reset_search_form{
    display: none !important;
}
.right-catproduct ul {
    display: block !important;
    margin: 0 !important;
}
.right-catproduct .woof_list ul li {
    margin: 8px 0 !important;
    padding: 0 !important;
}
span.woof_is_opened,
span.woof_is_closed{
    display: none;
}
.woof label {
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: inline-block !important;
    padding-right: 5px;
    vertical-align: top;
}
:focus{
    outline: none;
}
.search-product {
    padding-bottom: 40px;
    float: left;
    width: 76%;
}
.search-product .item-product {
    display: inline-block;
    width:27%;
    vertical-align: top;
    margin: 20px 25px 15px;
}
.page-template-template-team .section-testimonials {
    background: #fff;
}
.page-template-template-team .section-testimonials .container {
    border-top: 2px solid #ccc;
    margin: 25px auto 0;
}
.search-form.hide-form{
    display: none;
}
.inner-feature{
    max-width: 1850px;
    padding:0 30px 30px;
    margin:0 auto;
}
.banner-page img{
    width: 100%;
}

/* ******WOOCOMMERCE-CART********** */
.woocommerce-cart .shop_table.shop_table_responsive{
    font-size: 18px;
}
.woocommerce-cart .product-name, .woocommerce-cart .product-price, .woocommerce-cart .product-subtotal{
    font-size: 18px;
}
.woocommerce-cart table.cart img {
    width: 175px;
}
.woocommerce-checkout .woocommerce .place-order input.button.alt:hover{
    background-color:  #c49e08;
    transition: all 0.3s;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color: #bf1771; 
}
.woocommerce a.remove {
    color: #00bad6!important;
}
.woocommerce a.remove:hover{
    background: #00bad6;
}

.woocommerce a.remove:focus{
outline: solid;
}
.woocommerce-message {
    border-top-color: #bf1771;
}
.woocommerce-message a {
    color: #ffffff;
    text-decoration: underline;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background-color: #000000;
    color: #ffffff;
}
.woocommerce-message::before {
    color: #c49e08;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: #bf1771;
    color: #ffffff;
    border-radius: 0px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color:  #c49e08;
    color: #ffffff;
    transition: all 0.3s;
}
.woocommerce-cart .product-name a{
    color: #000;
}
.woocommerce-checkout .woocommerce a.button.alt,
.woocommerce-cart .woocommerce a.button.alt {
    border: 1px solid #bf1771;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: none;
    height: 42px;
    line-height: 42px;
    width: auto;
    background-color: #bf1771;
    float: right;
    text-align: center;
    padding: 0 15px;
    transition: all 0.3s;
    opacity: 1;
}
.woocommerce-cart .woocommerce a.button.alt:hover {
    background-color: #c49e08;
    border: 1px solid #c49e08;
    transition: all 0.3s;
}
.woocommerce.archive .content-cat .quantity .qty {
    width: 57px;
}
.woocommerce.archive .content-cat .quantity-woo .quantity .qty {
    width: 100%;
    height: 21px;
}
.woocommerce.archive .content-cat .quantity-woo{
    margin: 2px 0 0;
}
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover {
    background-color: #c49e08;
    border: 0 solid #c49e08;
    transition: all 0.3s;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    border: 0 solid #bf1771;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: none;
    height: 42px;
    line-height: 42px;
    width: auto;
    background-color: #bf1771;
    float: right;
    text-align: center;
    padding: 0 15px;
    transition: all 0.3s;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text, .woocommerce-checkout  .select2-container .select2-selection--single {
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    color: #000;
    padding: 0 10px;
    border-radius: 4px;
}
.woocommerce-checkout  .woocommerce form .form-row textarea {
     border: 1px solid #ccc;
    color: #000;
    padding: 0 10px;
    border-radius: 4px;
}
.woocommerce-checkout .wc-terms-and-conditions .checkbox a{
    color: #000;
}
.woocommerce-checkout .woocommerce form .form-row {
    margin: 0 0 20px;
}
.sidebar-category ul{
    margin:0;
    padding: 0;
    max-width: 160px;
}
.sidebar-category ul li {
    display: block;
    padding: 4px;
    margin: 2px 0;
}
.sidebar-category ul li a {
    display: block;
    position: relative;
    padding-right: 25px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}
.sidebar-category ul li a span{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 2px;
    background: #fff;
}
.post-type-archive .sidebar-category ul li a {
    padding-right: 0;
}
.post-type-archive .sidebar-category.sidebar-diotype ul li a {
    padding-right: 25px;
}
.tax-dio_type .sidebar-category.sidebar-diotype ul li a {
    padding-right: 25px;
}
.tax-dio_type .sidebar-category ul li a {
    padding-right: 0;
}
.search-no-results .breadcrumb{
    
}
.search-results .breadcrumb{
    
}
.search-results .sidebar-category ul li a span{
    border-radius: 50%;
}
.search-results .sidebar-category ul li a.diotype span{
    border-radius: 0;
}
.search-results .sidebar-category ul li a {
    padding: 5px 28px 5px 0;
    background: #dceeed;
    font-weight: 700;
}
.search-results .sidebar-category ul li a span {
    right: 5px;
    top: 5px;
}
.sidebar-category ul li  a.active{
    font-weight: 700;
    background: #dceeed;
    transition: all 0.3s;
}
.sidebar-category ul li  a.active:hover{
    opacity: 0.7;
}
.sidebar-category ul li a.selected {
    background: #bf1771;
    color: #fff;
}
.sidebar-category ul li.selected a{
    background: #bf1771;
    color: #fff;
}
.search-results .sidebar-category ul li {
    padding: 0;
}
.sidebar-category ul li a.active span:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
}

.search .sidebar-hide-search.hide-diotype.sidebar-category ul li  a.active.catproduct  span:after{
   display: block; 
}
/*.search .sidebar-hide-search.sidebar-category ul li a.active span:after {
    display: none;
}*/
.sidebar-hide-search.sidebar-category ul li a.active.selected span:after {
    display: block;
}
.sidebar-category ul li.active a{
    font-weight: 700;
}
.sidebar-category ul li.active{
    background: #dceeed;
}
.sidebar-category ul li.active a span:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
}
.sidebar-category {
    margin: 0 0 25px;
}
.sidebar-category h3 {
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.custom-select{
    display: inline-block;
    width: 200px;
    position: relative;
}
.custom-select label.error {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
}
.custom-select.hhidein label.error {
    opacity: 0;
}
.custom-select span.error {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 100%;
    text-align: center;
}
.search-form select:focus{
    outline: none;
}
.search-form select{
    height: 50px;
    line-height: 50px;
    border: none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 51px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%; 
}
  .nice-select:hover {
    border-color: #fff; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border: 2px solid #bf1771;
    }
  .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cdd5de; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 2px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right:-1px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
     }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #bfbfbf; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #90a1b5;
      cursor: default; }
      
      .search-form input[type="text"]:focus{
              border: 2px solid #bf1771;
      }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

code[class*="language-"],
pre[class*="language-"] {
  border-radius: 2px;
  color: #445870;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  direction: ltr;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  letter-spacing: 0; }

/* Code blocks */
pre[class*="language-"] {
  padding: 18px 24px;
  margin: 0 0 24px;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f6f7f9; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0 2px 1px; }

/******************************************************/
/******************************************************/
.search-all-item .itemproduct {
    display: none;
}
.search-all-item .itemproduct.showitem {
    display: inline-block;
    width: 100%;
}
.modal-content {
    background-color: #000000ba;
}
.embed-responsive  {
    padding-bottom: 56.25%;
    border: 8px solid #fff;
    border-radius: 5px;
}
.modal-dialog {
    width: 100%;
    max-width: 700px;
    margin: 60px auto 0;
}
.modal-body{
    position: relative;
}
button.close {
    float: none;
    position: absolute;
    top: -10px;
    right: -5px;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    opacity: 1;
}
.woocommerce-checkout .woocommerce .place-order input.button.alt {
    background-color: #bf1771;
    color: #fff;
    height: 35px;
    border-radius: 0;
    font-size: 16px;
}
.woocommerce-checkout .woocommerce .place-order input.button.alt:hover {
    opacity: 0.8;
}
.woocommerce-checkout .woocommerce .place-order .mycheckbox {
    position: relative;
}
.woocommerce form .form-row .input-checkbox {
    margin: -2px 0 0 18px;
}
.woocommerce-checkout .woocommerce .place-order .mycheckbox .checkbox {
    position: absolute;
    right: -4px;
    top: -8px;
    width: 21px;
    height: 21px;
    border: 1px solid #000;
    border-radius: 2px;
    background: #fff;
}
.woocommerce-terms-and-conditions-checkbox-text a {
    color: #bf1771;
}
.woocommerce-checkout .woocommerce .place-order .mycheckbox input:checked + label.checkbox:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
}
.contact-page form {
    max-width: 760px;
    margin: 0 auto;
}
.subtitle-form {
    font-size: 19px;
    color: #4d5157;
    margin: 9px 0 50px;
    line-height: 22px;
    direction: rtl;
    text-align: center;
}

.subtitle-form ul {
list-style: none;
}

.contact-page label {
    display: block;
    font-size: 0;
}
.contact-page form input[type="text"], 
.contact-page form input[type="tel"],
.contact-page form input[type="email"] {
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 48px;
    color: #4d5157;
    font-size: 22px;
    font-weight: 400;
    border: none;
    border-bottom: 2px solid #000;
    margin-top: 20px;
	text-align:right;
}
.contact-page form input[type="submit"] {
    width: 135px;
    margin: 35px auto 0;
    color: #00bad6;
    border: 2px solid #00bad6;
    border-radius: 5px;
    height: 41px;
    line-height: 36px;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    display: block;
    background: #fff;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.contact-page .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, 
.contact-page .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 2px solid red;
    border-top:0;
    border-right:0;
    border-left:0;
}
.contact-page div.wpcf7-validation-errors {
    margin: 0 0 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	direction: rtl;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
}
.contact-page div.wpcf7-mail-sent-ok {
    border: medium none;
    margin: 0;
    text-align: center;
    direction: rtl;
    font-size: 16px;
    margin: 0 0 20px;
    color: #00bad6;
    font-weight: 600;
}
#maps-api{
    height: 350px;
    width: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 0px;
    outline-offset: 0;
}
.inner-search-page .itemproduct .content-cat .add-form-cart {
    padding: 0px 10px;
}
.inner-search-page .itemproduct .quantity input[type="number"] {
    margin: 8px 0 0;
}
.inner-search-page .itemproduct .quantity-woo span.add, .inner-search-page .itemproduct .quantity-woo span.minus {
    top: 8px;
    height: 26px;
    line-height: 27px;
}
.inner-search-page .itemproduct .single_add_to_cart_button{
    top: 5px;
}
.tax-product_cat .sidebar-category ul li a {
    padding-right: 0;
}
.tax-product_cat .sidebar-category.sidebar-diotype ul li a {
    padding-right: 25px;
}

.sidebar-category ul.ul-diotype li a {
    padding: 6px;
}
.sidebar-category ul.ul-diotype li a span {
    right: 4px;
    top: 5px;
}
.sidebar-category ul.ul-diotype li {
    padding: 0;
}
.sidebar-category ul li a:focus{
    text-decoration: none;
}
.itemproduct ul{
    margin:0;
    padding:0;
}
.itemproduct .list-cat-product li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 5px;
}
.itemproduct .list-cat-product li:after {
    content: ",";
    position: absolute;
    left: 2px;
    top: 0;
}
.itemproduct .list-cat-product li:last-child:after {
    display: none;
}
.search-none.search-all-item .itemproduct.active-item {
    display: block;
}
.search-none.search-all-item.showallpost .itemproduct {
    display: block;
}

.loadmore-icon.max{
    display: none;
}
.loadmore-icon {
    text-align: center;
}
#breadcrumbs {
    clear: both;
    float: right;
    margin: 0;
}
#breadcrumbs span {
    float: left;
}
.breadcrumb ul{
    margin: 0;
    padding: 0;
}
.breadcrumb ul li{
    display: inline-block;
}
.breadcrumb ul li strong{
    color: #323233;
}
.breadcrumb span a {
    float: right;
    padding: 0 2px;
}
.quantity-woo{
	position: relative;
}
.quantity-woo span.add {
    background: #000;
    position: absolute;
    height: 22px;
    display: block;
    width: 16px;
    color: #fff;
    line-height: 22px;
    top: 4px;
    right:0;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}
.itemproduct .quantity-woo span.add {
    height: 21px;
    line-height: 21px;
}
.quantity-woo span.minus {
    background: #000;
    position: absolute;
    height: 22px;
    display: block;
    width: 16px;
    color: #fff;
    line-height: 22px;
    top: 4px;
    left: 0;
    text-align: center;
    cursor: pointer;
}
.woocommerce-cart .woocommerce .quantity-woo  .quantity .qty {
    width: 63px;
    border: 1px solid #ccc;
    line-height: 23px;
    height: 22px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: 4px 0 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    height: 0;
    line-height: 0;
}
.woocommerce .cart td.actions {
    height: 0;
    opacity: 0;
}
.woocommerce.single .add-cart-single .cart a.added_to_cart {
    padding-top: 11px;
    position: absolute;
}
.woocommerce .cart a.added_to_cart {
    padding-top: 15px;
    display: inline-block;
    color: #000;
    position: relative;
    z-index: 1;
}
.woo_amc_item_quanity_wrap {
    margin-right: 75px;
}
.woo_amc_item_price_label {
    font-size: 0;
}
.woo_amc_item_price_label:before {
    font-size: 15px;
    position: absolute;
    content: "מחיר:";
    right: 0;
    top: 0;
}
.woo_amc_item_price_wrap {
    padding-right: 35px;
    position: relative;
}
.form-footer label{
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.nice-select .list {
    height: 250px;
    overflow-y: scroll;
}
.search-results .woocommerce .content-cat .quantity .qty {
    width: 100%;
}
.home .item-product .quantity-woo {
    position: absolute;
    left: 4px;
    width: 65px;
    top: 0;
}
.home .item-product .quantity {
    width: 65px;
}
.itemproduct .quantity-woo {
    position: absolute;
    left: 5px;
    width: 70px;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


.woocommerce  .itemproduct  .added_to_cart.wc-forward{
    position: absolute;
    right: 0;
    left: 36px;
    top: 0;
}
.woocommerce .itemproduct button.button.added::after{
	margin-right: 0;
}
.woocommerce a.remove {
    height: 30px;
    width: 30px;
    line-height: 32px;
}
.woocommerce .add-form-cart .cart  a.added_to_cart {
    padding-top: 0;
    display: block;
    color: #000;
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 41px;
    right: 0;
}
 .woocommerce .add-form-cart button.button.added::after {
    margin-right: 0;
}
.woocommerce-cart .product-quantity  .quantity-woo span.add {
    right: 0;
}
.woo_amc_item_quanity_plus {
    float: right;
}
.woo_amc_item_quanity_minus {
    float: left;
    margin-left: 18px;
}
input.woo_amc_item_quanity {
    width: 50px!important;
    height: 20px!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.woo_amc_item_quanity_minus, .woo_amc_item_quanity_plus {
    width: 20px!important;
    height:20px!important;
    background: #000;
    padding-top: 5px!important;
    color: #fff;
}
.woo_amc_item_quanity_minus svg, .woo_amc_item_quanity_plus svg {
    width: 10px !important;
    height: 10px !important;
    opacity: 1;
    margin: 0 auto;
}
.woo_amc_item_quanity_minus line, .woo_amc_item_quanity_plus line {
    stroke: #ffffff !important;
    fill: none !important;
    font-weight: 700;
}
#dio-button {
    border: 1px solid #bf1771;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    height: 35px;
    line-height: 32px;
    background: #bf1771;
    text-align: center;
    transition: all 0.3s;
}
#dio-button:hover {
    background: #c49e08;
    border: 1px solid #c49e08;
    transition: all 0.3s;
}
.item-product .added_to_cart.wc-forward{
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 45px;
    color: #000;
    font-size: 14px;
    display: none;
}
.item-content-cart .product-quantity .quantity-woo {
    width: 64px;
}
.item-product button.button.loading::after{
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.woocommerce .add-form-cart .cart a.added_to_cart {
    display: none;
}
.woocommerce .add-form-cart button.button.loading::after{
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.woocommerce .itemproduct  .add-form-cart button.button.loading::after{
    left: 18px;
}
.item-product  .quantity-woo span.add {
    right: 0;
}
.woo_amc_open .rst-cart img{
    display: none;
}
.woo_amc_open .rst-cart{
    background: #000000;
    color: #ffffff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    overflow: hidden;
    margin-right: 0;
}
.woo_amc_open .rst-cart span {
    top: 0px;
    left: 0;
    right: 0;
}
.single-product-new  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.woocommerce-thankyou-order-received{
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}
.woocommerce-checkout .woocommerce  h2,
.woocommerce-checkout .woocommerce  h3{
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;	
}
.woocommerce ul.order_details {
    margin: 20px 0;
    padding: 0;
}
.woocommerce ul.order_details li {
    font-size: 15px;
    line-height: 25px;
}
.home .quantity input[type="number"] {
    width: 50px;
}
.woocommerce-info a{
	color:#fff;
}
.woocommerce-shipping-calculator{
	display:none;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
}
.wc_payment_method.payment_method_pelecard{
	display:none;
}
#billing_country_field{
	display:none;
}
#billing_email_field{
    margin-top:100px;
}
#street_field{
    display:none;
}
.woocommerce-billing-fields {
    position: relative;
}
#city_field {
    position: absolute;
    right: 0;
    bottom: 180px;
    left: 0;
}
/* .show-ip #city_field {
    bottom: 200px;
}
.show-ip #billing_email_field {
    margin-top: 120px;
} */
.text-field1 {
    color: red;
    height: 35px;
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
	display:none;
}
.col-2 address {
    margin-bottom: 0;
}
.col2-set.addresses{
    margin-bottom:20px;
}

.woocommerce form .form-row .select2-container {
    width: 100% !important;
}
.btn-cart {
    display: none;
}
#shipping_country_field{
	display:none;
}
.card-total-option p, .checkout-card p{
    font-weight: 700;
    font-size: 17px;
	margin:0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive {
    max-width: 50%;
}
.woocommerce-cart .wc-proceed-to-checkout {
    width: 50%;
    float: left;
}
.woocommerce-cart .woocommerce a.button.alt {
    background-color: #bf1771;
    float: none;
    max-width: 150px;
    margin-right: 30px;
    display: block;
}
.content-forms .add-form-cart >div{
    display:none;
}
.description-pr p {
    margin: 0;
    line-height: 20px;
}
.description-pr {
    margin-top: 5px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.right-single  .description-pr {
    margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output {
    color: #bf1771;
    font-size: 1.1em;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}
.slick-arrow.slick-disabled {
	display:none !important;
}

/*post grid*/

#post-grid-5488 .title_link ,#post-grid-5488 .excerpt {
text-align:right !important;
}

.grid-items {
    direction: rtl;
}

/*footer menu*/

#dio-info-footer > div:first-child {
    float: left;
    text-align: right;
    width: 14%; 
}

#dio-info-footer > div:nth-child(2) {
    float: left;
    text-align: right;
    width: 14%; }
    
#dio-info-footer > div:nth-child(3) {
    float: left;
    text-align: right;
    width: 14%;
}

#dio-info-footer > div:nth-child(4) {
    float: left;
    text-align: right;
    width: 14%;

}

#dio-info-footer > div:nth-child(5) {
    float: left;
    text-align: right;
    width: 14%;
    margin-left: 20px;
}

#dio-info-footer > div:nth-child(6) {
    float: left;
    text-align: right;
    width: 14%;
}

#dio-info-footer > div:last-child {
    float: right;
    text-align: right;
    width: 14%; }

#dio-info-footer > div {

    direction: rtl;
    text-align: right;
    color: white;
    font-size: 1.05em;
    font-weight: bold;

}

#dio-info-footer > div h5{
    color: white;
    font-size: 1.05em;
}

#dio-info-footer > div p{
    color: white;
    font-size: 0.95em;
}

#dio-info-footer > div a, #dio-info-footer > div a:hover, #dio-info-footer > div a:visited{

    color: white; 

}

.amuda-title a {
    color: #bf1771 !important;
    font-size: 1.2em;
}

.polaroid.container.clearfix {
    color: black;
    text-align: center;
    direction: rtl;
}

.top-header-polaroid.clearfix {
    background-color: #e3b709;
    padding: 0.4em;
    text-align: center;
    direction: rtl;
    color: black;
    font-size: 1.5em;
    font-weight: bold;


}

.polaroid a{
    text-decoration: underline;
}
.polaroid a, .polaroid a:visited{
color:black;
    
}
.polaroid a:hover{
color: #bf1771;

}

@media only screen and (max-width: 1024px) {
#dio-info-footer > div {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
}

.polaroid.container.clearfix {
    font-size: 0.55em;

}

}



.long-pro-des.cat-pro-page {
    display: none;
}

.prod-text-area{
max-width: 1100px;
margin: 0 auto;
width: 95%;
}

@media only screen and (min-width: 401px) {
    .thumb-img-mob {
display: none !important;
  }
}

@media only screen and (max-width: 400px) {
    .thumb-img {
display: none !important;
  }
}

p.out-of-stock {
    font-size: 0.9em;
    font-weight: bold;
}

/*product-category page*/

.cat-page-des{
    margin: 0 auto;
    max-width: 1400px;
}

/*search results*/

.search-not-found-butt {
    margin-top: 7px;
    font-size: 1.5em;
    font-weight: bold;
}

.search-not-found-butt a, .search-not-found-butt a {
    color: #bf1771;
    font-weight: bold;
}

.search-not-found-butt a:hover, .search-not-found-butt a:hover {
    color: #c49e08;
    font-weight: bold;
}

.inner-search-product {
    font-size: 1.2em;

}

@media only screen and (max-width: 600px){
    .inner-search-product {
    font-size: 1.2em;
    text-align: center;
}

.main-page-h1{

    font-size: 1.6em !important;
}
}

p.hamhasha {
    text-align: left;
    font-size: 0.9em;
    margin-top: 5px;
}

p.hamhasha-thum {
    font-size: 0.9em;
    margin-top: 15px;
}

p.hamhasha-thum-cut, p.hamhasha-thum-search {
    font-size: 0.8em;
    margin-top: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link{
    text-align: right;
    direction: rtl;
}

/*@media only screen and (min-width: 600px){
.mega-sub-menu li {
    width: 48% !important;
    float: right !important;
}

}*/


form.wpcf7-form{
    direction: rtl;
}

.woo_amc_footer:focus{
    background-color: #bf1771;
}

.woo_amc_footer:hover{
        background-color: #bf1771;

}

.content-pr p a{
font-weight: bold;
}

.final-price {
    color: #000 !important;
    font-size: 1em !important;
    line-height: 25px !important;
    margin: 0 !important;
    font-weight: 400 !important;
}


.final-price.price-color {
    color: #bf1771 !important;
    font-size: 28px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
}

.sidebar-category h2 {
    font-size: 1.375em;
}

.container.mpcon{
    margin-top: 30px;
    border-radius: 15px;
    max-width: 1150px;
}

.main-page-h1{
    text-align: center;
    font-size: 2.3em;
    font-weight: 500;
    color: #bf1771;
}

.mpcon hr{
    border-top: 4px solid #bf1771;
}

.skip-link{
border: 0; clip: rect(0,0,0,0); height: 1px; width:1px; margin: -1px; overflow: hidden; padding: 0;
position: absolute;
}
.skip-link:focus{
clip: auto; right: auto; height: auto; width: auto; display: block; z-index: 100000; line-height:
normal;
}