@font-face {
    font-family: "web-vazir";
    src: url("https://papazh.com/fonts/vazir-fd-wl.eot");
    /* IE */
    src: url("https://papazh.com/fonts/vazir-fd-wl.eot#iefix") format("embedded-opentype"), /* IE */ url("../fonts/vazir-fd-wl.woff") format("woff2"), /* Modern Browsers */ url("../fonts/vazir-fd-wl.woff") format("woff"), /* Modern Browsers */ url("https://papazh.com/fonts/vazir-fd-wl.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: normal;
}

@font-face {
    font-family: "web-vazir";
    src: url("https://papazh.com/fonts/vazir-bold-fd-wl.eot");
    /* IE */
    src: url("https://papazh.com/fonts/vazir-bold-fd-wl.eot#iefix") format("embedded-opentype"), /* IE */ url("../fonts/vazir-bold-fd-wl.woff") format("woff2"), /* Modern Browsers */ url("../fonts/vazir-bold-fd-wl.woff") format("woff"), /* Modern Browsers */ url("https://papazh.com/fonts/vazir-bold-fd-wl.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: bold;
}

@font-face {
    font-family: "web-vazir";
    src: url("https://papazh.com/fonts/vazir-light-fd-wl.eot");
    /* IE */
    src: url("https://papazh.com/fonts/vazir-light-fd-wl.eot#iefix") format("embedded-opentype"), /* IE */ url("https://papazh.com/fonts/vazir-light-fd-wl.woff2") format("woff2"), /* Modern Browsers */ url("https://papazh.com/fonts/vazir-light-fd-wl.woff") format("woff"), /* Modern Browsers */ url("https://papazh.com/fonts/vazir-light-fd-wl.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: 200;
}

body {
    font-family: 'web-vazir', 'segoe ui', serif;
    font-size: 13px;
    line-height: 1.85;
    color: #868686;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    direction: rtl;
    background: #f5f5f5;
    /* background: #fff; */
}

img {
    object-fit: scale-down !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1275px;
    }
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ltr_text {
    display: inline-block;
    direction: ltr;
}

.fa {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.85em;
    margin-top: 0;
    color: #525252;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #272829;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: inherit;
    outline: none;
}

p {
    margin: 0;
    /*line-height: 2;*/
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul ul,
ol ol,
ul ol,
ol ul {
    padding-right: 15px
}

input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="number"],
input[type="tel"] {
    border: 1px solid #e8e8e8;
    padding: 2px 15px;
    color: #747474;
    max-width: 100%;
    background: #c5c5c51f;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

button,
.button,
input[type="submit"] {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    background-color: #a6a6a6;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}


button:hover,
.button:hover,
input[type="submit"]:hover {
    /* background-color: #0e8479 ; */
    color: #fff;
}

input[type="submit"]:before {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.button:hover,
input[type="submit"]:hover,
.button:focus,
input[type="submit"]:focus,
input,
button {
    outline: none;
}

.button:hover:after,
input[type="submit"]:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

input[type=search],
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
    border: 1px solid #2323;
    border-radius: 5px;
}

input[type="text"],
input[type="email"],
textarea,
select,
input[type="password"],
input[type="tel"],
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-rtl .chosen-search input[type="text"] {
    background: none !important;
}

.chosen-container {
    border: none;
    padding: 9px 0 8px;
}

.header-opt-2 .chosen-container {
    padding: 10px 0 7px 0;
}

.chosen-container-single .chosen-default {
    color: #5c5c5c;
}

.chosen-container-single .chosen-single {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0 17px 0 35px;
}

.chosen-container-single .chosen-single span {
    font-size: 14px;
}

.chosen-container .chosen-drop {
    border: none;
    text-align: right;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background: none;
}

.chosen-container-single .chosen-single div {
    width: 35px;
    text-align: right;
}

.chosen-container-single .chosen-single div b:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    width: auto;
    height: auto;
    color: #aeaeae;
}

.chosen-container .chosen-results {
    color: inherit;
}

.chosen-container li.highlighted,
.chosen-container .chosen-results li.highlighted {
    background-image: none;
    background: #eaeaea;
    color: inherit;
}


/*****fonts-flaticon******/

@font-face {
    font-family: "Flaticon";
    src: url("https://papazh.com/fonts/flaticon/Flaticon.eot");
    src: url("https://papazh.com/fonts/flaticon/Flaticon.eot#iefix") format("embedded-opentype"), url("https://papazh.com/fonts/flaticon/Flaticon.woff") format("woff"), url("https://papazh.com/fonts/flaticon/Flaticon.ttf") format("truetype"), url("https://papazh.com/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("https://papazh.com/css/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 11px;
    font-style: normal;
    margin-right: 20px;
}

.flaticon-play-arrow:before {
    content: "\f100";
}


/*----------------
AUTO CLEAR
----------------*/


/*Custom Bostrap Colum > 2000px*/

@media (min-width: 2000px) {
    .col-bg-1,
    .col-bg-10,
    .col-bg-11,
    .col-bg-12,
    .col-bg-15,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .col-bg-1,
    .col-bg-2,
    .col-bg-3,
    .col-bg-4,
    .col-bg-5,
    .col-bg-6,
    .col-bg-7,
    .col-bg-8,
    .col-bg-9,
    .col-bg-10,
    .col-bg-11,
    .col-bg-15 {
        float: right;
    }

    .col-bg-15 {
        width: 20%;
    }

    .col-bg-12 {
        width: 100%;
    }

    .col-bg-11 {
        width: 91.66666667%;
    }

    .col-bg-10 {
        width: 83.33333333%;
    }

    .col-bg-9 {
        width: 75%;
    }

    .col-bg-8 {
        width: 66.66666667%;
    }

    .col-bg-7 {
        width: 58.33333333%;
    }

    .col-bg-6 {
        width: 50%;
    }

    .col-bg-5 {
        width: 41.66666667%;
    }

    .col-bg-4 {
        width: 33.33333333%;
    }

    .col-bg-3 {
        width: 25%;
    }

    .col-bg-2 {
        width: 16.66666667%;
    }

    .col-bg-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 2000px) {
    .auto-clear .col-bg-1:nth-child(12n+1) {
        clear: right;
    }

    .auto-clear .col-bg-2:nth-child(6n+1) {
        clear: right;
    }

    .auto-clear .col-bg-15:nth-child(5n+1) {
        clear: right;
    }

    .auto-clear .col-bg-3:nth-child(4n+1) {
        clear: right;
    }

    .auto-clear .col-bg-4:nth-child(3n+1) {
        clear: right;
    }

    .auto-clear .col-bg-6:nth-child(odd) {
        clear: right;
    }
}

@media (min-width: 1200px) and (max-width: 1619px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: right;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: right;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: right;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: right;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: right;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: right;
    }

    .auto-clear .col-md-15:nth-child(5n+1) {
        clear: right;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: right;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: right;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: right;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: right;
    }

    .auto-clear .col-sm-15:nth-child(5n+1) {
        clear: right;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: right;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: right;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: right;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: right;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: right;
    }

    .auto-clear .col-xs-15:nth-child(5n+1) {
        clear: right;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: right;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: right;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: right;
    }
}

@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1) {
        clear: right;
    }

    .auto-clear .col-ts-2:nth-child(6n+1) {
        clear: right;
    }

    .auto-clear .col-ts-15:nth-child(5n+1) {
        clear: right;
    }

    .auto-clear .col-ts-3:nth-child(4n+1) {
        clear: right;
    }

    .auto-clear .col-ts-4:nth-child(3n+1) {
        clear: right;
    }

    .auto-clear .col-ts-6:nth-child(odd) {
        clear: right;
    }
}


/*****custom-css****/

.col-sidebar {
    /* width: 19.69%;
	position: relative;
	padding: 0 15px;
	float: right; */
    width: 19.69%;
    position: relative;
    padding: 0 0px;
    float: right;
    margin-top: 5px;
}

.col-main {
    width: 80.3%;
    position: relative;
    padding: 0 15px;
    float: right;
}

.col-md-20 {
    width: 20%;
    float: right;
    padding: 0 15px;
}
.col-md-33 {
    width: 33%;
    float: right;
    padding: 0 15px;
}

.full-width,
.full_width {
    width: 100vw;
    position: relative;
    right: 50%;
    margin-right: -50vw;
}

.border-left {
    border-right: 1px solid #e6e6e6;
}

.border-left .product-inner {
    border-right: none !important;
}

.border-top {
    border-top: 1px solid #e6e6e6;
}

.border-background {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #fff;
}

.border-top .product-inner {
    border-top: none !important;
}

.padding-right {
    padding-left: 0;
}

.padding-left {
    padding-right: 0;
}

.float-right {
    float: left;
}

.inline-block {
    display: inline-block;
}

.padding-left-5 {
    padding-right: 5px;
}

.padding-right-5 {
    padding-left: 5px;
}

.text-align-right {
    text-align: left;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

@media (max-width: 1366px) and (min-width: 992px) {
    .col-sidebar {
        width: 25%;
    }

    .col-main {
        width: 75%;
    }
}


/* ######################################## */

@media (min-width: 1200px) {
    .container-inner {
        /*max-width: 1860px;*/
        padding: 0 50px;
        margin: 0 auto;
    }

    .container-wapper {
        width: 1200px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .col-lg-20 {
        width: 20%;
        float: right;
        position: relative;
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .container-inner,
    .container-wapper {
        padding: 0 15px;
    }
}

@media (min-width: 1620px) {
    .col-lg-16 {
        width: 16.66666667%;
    }
}

@media (min-width: 1025px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .col-sidebar {
        width: 33.33%;
    }

    .col-main {
        width: 66.66%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .width-33 {
        width: 33.33%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .padding-left-5 {
        padding-right: 15px;
    }

    .padding-right-5 {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .float-none {
        float: none;
    }

    .hidden-xs {
        display: none !important;
    }

    .col-sidebar,
    .col-main {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-xs-6 {
        /* width: 100%; */
    }
}


/* ######################################## */

.inline .input.black {
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
}

.inline .input.orange {
    background: #dc7d30;
    border: 1px solid #dc7d30;
}

.inline .input.red {
    background: red;
    border: 1px solid red;
}

.inline .input.green {
    background: green;
    border: 1px solid green;
}

.inline .input.gray {
    background: gray;
    border: 1px solid gray;
}

.inline .input.purple {
    background: purple;
    border: 1px solid purple;
}

.inline .input.pink {
    background: pink;
    border: 1px solid pink;
}

.inline .input.blue {
    background: blue;
    border: 1px solid blue;
}

.inline .input.yellow,
.inline .input.yelow {
    background: yellow;
    border: 1px solid yellow;
}

.inline .input.brown {
    background: #6e5947;
    border: 1px solid #6e5947;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.margin-top-45 {
    margin-top: 45px !important;
}


/*****OWL******/

.owl-carousel {
    z-index: 29;
}

.owl-carousel:hover {
    z-index: 30;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: unset;
    transform-style: unset;
}

.equal-container .owl-stage-outer:hover {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 5px;
    margin-top: -5px;
}

.owl-carousel.equal-container:hover .owl-stage-outer {
    padding-bottom: 400px;
    margin-bottom: -400px;
}

.active .btn-shop-now {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInDownBig;
    -webkit-animation-name: fadeInDownBig;
}

.block-slide .active p {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: bounceInUp;
    -webkit-animation-name: bounceInUp;
}

.active .p-primary {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
}

.active .p-second {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
}

.active .p-third {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInRightBig;
    -webkit-animation-name: fadeInRightBig;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 0;
}

.owl-carousel.nav-style5 .owl-next:before,
.owl-carousel.nav-style5 .owl-prev:before {
    font-size: 14px;
}

.owl-carousel.nav-style6 .owl-nav .owl-next,
.owl-carousel.nav-style6 .owl-nav .owl-prev {
    position: absolute;
    top: -40px;
    left: 20px;
    color: #c2c2c2;
}

.owl-carousel.nav-style6 .owl-nav .owl-next:hover,
.owl-carousel.nav-style6 .owl-nav .owl-prev:hover {
    color: #2a2a2a;
}

.owl-carousel.nav-style6 .owl-nav .owl-prev {
    left: 60px;
}

.owl-carousel.nav-style6 .owl-prev:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 26px;
    padding: 5px;
    width: 60px;
    color: #5a5959;
    height: 48px;
}

.owl-carousel.nav-style6 .owl-next:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 26px;
    padding: 5px;
    width: 60px;
    color: #5a5959;
    height: 48px;
}

.owl-carousel.nav-style6 .owl-nav .owl-next,
.owl-carousel.nav-style6 .owl-nav .owl-prev {
    top: -40px;
}

.equal-container .owl-stage-outer:hover + .owl-controls .owl-nav .owl-next,
.equal-container .owl-stage-outer:hover + .owl-controls .owl-nav .owl-prev {
    top: -79px;
}


/***banner***/

.promotion-banner {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.promotion-banner.style-1:hover img {
    transition: 0.3s;
    opacity: 0.8;
}

.promotion-banner.style-1 .banner-img:after,
.promotion-banner.style-1 .banner-img:before {
    bottom: 15px;
    content: "";
    right: 15px;
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: -10;
}

.promotion-banner.style-1 .banner-img:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.promotion-banner.style-1 .banner-img:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 9;
}

.promotion-banner.style-1 .banner-img:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 9;
}

.promotion-banner.style-1 .banner-img:after {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.promotion-banner.style-2:before {
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    display: inline-block;
    content: '';
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    border: 100px solid rgba(0, 0, 0, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

.promotion-banner.style-2:hover:before {
    border: 0px double rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.promotion-banner .shop-now {
    position: absolute;
    right: 20px;
    bottom: 65px;
    color: #36c4dc;
    z-index: 10;
}

.block-banner.style4 .promotion-banner .shop-now {
    right: 35%;
    bottom: 45px;
}

.block-banner.style4 .col-md-6:last-child .promotion-banner .shop-now {
    right: 46%;
}

.block-slide.slide-opt-2 .promotion-banner .shop-now {
    bottom: 76px;
}

.block-slide.slide-opt-3 .promotion-banner .shop-now {
    bottom: 33px;
}

.block-slide.slide-opt-4 .promotion-banner .shop-now {
    right: 8%;
    bottom: 83px;
}

.promotion-banner .shop-now:hover {
    color: #ff7f00;
}

.promotion-banner .shop-now:after {
    content: "\f177";
    font-family: 'FontAwesome';
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: -20px;
    top: 2px;
}

.promotion-banner .shop-now:hover:after {
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1366px) {
    .promotion-banner .shop-now {
        right: 15px;
        bottom: 45px;
    }

    .block-banner.style4 .promotion-banner .shop-now {
        right: 30%;
        bottom: 25px;
    }

    .block-slide.slide-opt-4 .promotion-banner .shop-now {
        bottom: 55px;
        right: 5.5%;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .promotion-banner .shop-now {
        right: 10px;
        bottom: 29px;
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .promotion-banner .shop-now {
        right: 22px;
        bottom: 70px;
    }

    .promotion-banner .banner-img img {
        width: 100%;
    }

    .promotion-banner.promotion-banner-sidebar .banner-img img,
    .promotion-banner.banner-sidebar .banner-img img {
        width: inherit;
    }
}

@media (max-width: 767px) {
    .promotion-banner .shop-now {
        right: 20px;
        bottom: 50px;
    }
}

@media (max-width: 640px) {
    .promotion-banner .shop-now {
        right: 11px;
        bottom: 33px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .promotion-banner .shop-now {
        right: 20px;
        bottom: 55px;
        font-size: 10px;
    }
}


/***header-top***/

.header-top {
    background: #fff;
    height: 42px;
    line-height: 41px;
    /* border-bottom: 1px solid #e6e6e6; */
}

.header-top a {
    color: #585757;
    font-size: 11px;
}

.header-top a:hover {
    color: #145ecc;
}

.header-top-left {
    float: right;
}

.header-top-left .money {
}

.header-top .menu-item-has-children.arrow > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #b0b0b0;
    margin-right: 6px;
}

.header-top-left > li,
.header-top-right > li {
    display: inline-block;
    padding: 0 13px;
    position: relative;
    /* color:#313030f2 !important; */

    color: #585757f2 !important;
    font-size: 11px;
}

.header-top-left > li:first-child {
    padding-right: 0;
}

.header-top-right > li:last-child {
    padding-left: 0;
}

.header-top-left > li:before,
.header-top-right > li:before {
    display: inline-block;
    content: '|';
    position: absolute;
    left: -4px;
    top: 0;
    color: #bababa;
    font-size: 9px;
}

.header-top-left > li:last-child:before,
.header-top-right > li:last-child:before {
    display: none;
}

.header-top-left > li:nth-child(3):before {
    /* -ms-transform: rotate(-21deg); */
    -ms-transform: rotate(0deg);
    /* -webkit-transform: rotate(-21deg); */
    -webkit-transform: rotate(0deg);
    /* transform: rotate(-21deg); */
    transform: rotate(0deg);
}

.header-top-left img {
    margin-left: 7px;
}

.header-top-left li i {
    color: #313030f2;
    margin-left: 7px;
}

.header-top-right {
    float: left;
}

.header-top-right li i {
    margin-left: 7px;
    color: #103264;
}

.header-top-right .or-two {
    color: #103264;
    margin: 0 3px;
}

.header-top .menu-item-has-children .dropdown-menu {
    min-width: 120px;
}

.header-top .menu-item-has-children .dropdown-menu li a {
    padding: 12px 15px;
}

.header-top .menu-item-has-children .dropdown-menu li a:hover {
    color: #0fdcd3;
    background: #f0f0f0;
}


/***header-content***/

.header-content {
    padding: 0px;
}

.block-search {
    width: 476px;
    margin: 24px auto 0 auto;
}

.form-content {
    /* border: 0px solid #e6e6e6; */
    border: 1px solid #29292940;
    border-radius: 3px;
    /* box-shadow: 0 0 10px rgba(47, 53, 53, 0.14); */
}

.form-content .search-input,
.form-content .categori-search {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.form-content .search-input .input {
    width: 403px;
    border: none;
    color: #9c9c9c;
    font-size: 12px;
    padding: 7px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 576px) {
    .form-content .search-input .input {
        border: none;
        color: #9c9c9c;
        font-size: 8px;
        padding: 7px 3px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}

.form-content .categori-search .categori-search-option {
    width: 173px;
    font-size: 14px;
    border: none;
    color: #5c5c5c;
    outline: none;
    line-height: 40px;
    height: 41px;
    padding: 0 10px 0 40px;
}

.form-content .categori-search .categori-search-option {
    background-image: url(https://papazh.com/images/arrow-select.jpg) !important;
    background-repeat: no-repeat;
    background-position: center left;
}

.form-content .categori-search:before {
    content: '|';
    position: absolute;
    top: 13px;
    right: -12px;
    font-size: 0px;
    color: #e2e0e0;
}

.form-content .btn-search {
    width: 70px;
    font-size: 11px;
    color: #000;
    background: white;
    padding: 6px 25px 10px;
    float: left;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    border-right: 1px solid #b6b6b6;
}

.form-content .btn-search:hover {
    background: white !important;
    /*color: rgba(18, 22, 18, 0.767);*/
    /*border-radius: 5px;*/
    /*transition: all 0.4s ease 0s;*/
}

@media (max-width: 576px) {
    .form-content .btn-search {
        width: 70px;
        font-size: 7px;
        color: #000;
        /*background: #FFEE99;*/
        /* padding: 8px 11px 9px 25px; */
        padding: 8px 15px 7px 21px;
        float: left;
        border-radius: 5px 0 0 5px;
    }
}

.form-content .btn-search:hover {
    background: #2a2a2a;
}

.block-minicart.dropdown {
    display: inline-block;
    padding: 25px 0 22px 0px;
    vertical-align: middle;
}


/* .block-minicart.dropdown:before {
	position: absolute;
	content: '|';
	font-size: 16px;
	color: #e2e1e1;
	right: -21px;
	top: 32px;
} */

.minicart-wishlist,
.block-minicart .cart-icon {
    font-size: 30px;
    color: #393d45;
}

.minicart-wishlist {
    padding-left: 33px;
    padding-top: 9px;
    vertical-align: middle;
}

.minicart-wishlist span,
.counter-price {
    font-size: 13px;
    color: #b0b0b0;
}

.minicart-wishlist span {
    margin-right: 7px;
}

.block-minicart .counter.qty {
    position: relative;
}

.block-minicart .counter-number {
    position: absolute;
    top: -12px;
    left: 8px;
    background: #103264;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.block-minicart .dropdown-menu {
    min-width: 250px;
    /*height: 335px;*/
    left: 0;
    right: inherit;
    border-radius: 0;
    padding: 8px 12px 10px 12px;
    border: none;
    margin-top: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, visibility 0.3s;
    transition: opacity 0.5s, transform 0.3s, visibility 0.3s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.block-minicart:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.block-minicart .product-item {
    list-style: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    border: 1px solid #2323;
    box-shadow: none;
    height: 115px;
}

.block-minicart .product-item:last-child {
    border-bottom: 1px solid #e6e6e6;
    /*height: 170px;*/
}

.product-name a {
    color: #656767;
}

.product-name a:hover {
    color: #FF6D6D;
}

.block-minicart .subtitle {
    color: #434343;
    font-size: 12px;
    margin-bottom: 10px;
}

.block-minicart .thumb-inner {
    float: right;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
}

.price-x span {
    display: inline-block;
    margin: 0 3px;
    color: #8e8e8e;
}

.price-x span:nth-child(2) {
    font-size: 11px;
}

.remove {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 17px !important;
    width: 17px !important;
    border-radius: 50% !important;
    background: #dfdfdf !important;
    line-height: 5px;
    text-align: center;
    font-size: 10px;
    color: #676767 !important;
    padding: 0 !important;
}

.remove:hover {
    color: #fff;
    background: #ff7f00;
}

.star-rating {
    display: block;
    font-size: 11px;
    color: #f0bb2c;
    margin-bottom: 4px;
}

.star-rating .none {
    color: #8e8e8e;
}

.subtotal {
    margin: 17px 0;
}

.subtotal .label {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: normal;
    padding: 0;
    margin-left: 54px;
}

.subtotal .price {
    font-size: 14px;
    color: #2a2a2a;
}

.btn-viewcart,
.btn-checkout {
    padding: 10px 0;
    font-size: 15px;
    color: #ffffff;
    background: #26a69a;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 100%;
}

.btn-checkout {
    background: #1d1b8a;
}

.btn-viewcart:hover,
.btn-checkout:hover {
    background: #09bab5;
    color: #fff;
}

/* .btn-checkout:hover {
    background: rgb(136, 250, 233) !important;

} */

.btn-viewcart:hover {
    background: #0e6960;
    /* color: #000 ;
    border-radius: 5px;
    border: none;
    letter-spacing: 0.1px;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.356);
    -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.356);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.356);
    transition: all 0.4s ease 0s; */
}


/***vertical-menu***/

.vertical-menu-list > li {
    list-style: none;
    line-height: 26px;
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    /*position: relative;*/
}

.vertical-menu-list > li:hover {
    background: #f0f0f0;
}

.vertical-menu-list > li:hover > a,
.vertical-menu-list > li:hover .fa {
    color: #3c7ddd;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.vertical-menu-list > li .fa {
    width: 15px;
    margin-left: 10px;
    color: #8a8a8a;
    font-size: 15px;
}

.vertical-menu-list > li > a {
    color: #4d4d4d;
}

.box-vertical-megamenus,
.header-menu {
    display: table-cell;
    vertical-align: middle;
}

.box-vertical-megamenus,
.box-vertical-megamenus .title,
.vertical-menu-content {
    width: 130px;
}

.box-vertical-megamenus {
    /* line-height: 59px; */
    height: 50px;
    position: relative;

}

.box-vertical-megamenus .title {
    color: #313030f2;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 10px 15px 0px;
    /* background: #1d208e; */


}

.box-vertical-megamenus .btn-open-mobile {
    margin-left: 7px;
}

.vertical-menu-content {
    display: block;
    border: 1px solid #eeeeee;
    background-color: #fff;
    position: absolute;
    width: 322px;
    margin-right: -7px;
    z-index: 999;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}


/*
*/

.index-opt-1 .vertical-menu-content,
.index-opt-3 .vertical-menu-content,
.index-opt-5 .vertical-menu-content {
    opacity: 1;
    visibility: visible;
}

.index-opt-1 .has-open .vertical-menu-content.show,
.index-opt-3 .has-open .vertical-menu-content.show,
.has-open .vertical-menu-content,
.has-open .vertical-menu-content.show {
    opacity: 1;
    visibility: visible;
}

.index-opt-1 .vertical-menu-content.show,
.index-opt-3 .vertical-menu-content.show,
.vertical-menu-content.show,
.index-opt-4 .vertical-menu-content.show,
.index-opt-5 .vertical-menu-content.show {
    opacity: 0;
    visibility: hidden;
}

.menu {
    padding: 0;
}

.menu li {
    list-style: none;
    line-height: 32px;
}

.dropdown-menu-title {
    font-size: 12px;
    color: #333;
    margin-bottom: 7px;
    white-space: nowrap;
}

.menu li a {
    font-size: 11px;
    color: #8e8e8e;
}

.menu li a:hover {
    color: #3c7ddd;
}

.menu-on-mobile {
    float: left;
}

.index-opt-2 .menu-on-mobile {
    float: right;
}

.btn-open-mobile span {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    background-color: #3b3a3a;
    height: 2px;
}

.header-menu-nav .menu-on-mobile {
    height: 50px;
    width: 150px;
    /* margin-left: -20px; */
    display: block;
    line-height: 50px;
    color: #3b3a3a;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
}

.menu-on-mobile .btn-open-mobile.home-page {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-close.hidden-mobile {
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    margin-right: 105px;
    cursor: pointer;
    width: 42px;
    text-align: center;
    display: inline;
}

.box-vertical-megamenus .cat-link-orther {
    display: none;
}

.all-category {
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.all-category .open-cate {
    color: #4d4d4d;
}

.all-category span {
    display: block;
    clear: both;
}


/***header-menu***/

.header-menu-nar {
    background-color: #f3f3f3;
    z-index: 99;
    /* box-shadow: 0px 3px 7px #40424030; */
    box-shadow: 0 6px 11px #40424026;
}

.header-menu-nav {
    display: table;
    width: 100%;
}

.header-menu .menu-item-has-children {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    line-height: 50px;
    /*float: right;*/
    position: relative;
}

.a-div-line {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-line {
    width: 0;
    height: 2px;
    background-color: #223;
}

.menu-item-has-children:hover .div-line {
    transition: all 300ms;
    width: 100%;
}

.header-menu .menu-item.menu-item-has-children {
    padding: 0;
    width: 100%;
}

.header-menu .menu-item.menu-item-has-children:hover {
    background: transparent;
}

.header-menu .menu-item.menu-item-has-children a:hover {
    background: #313030f2;
    color: #00ffea;
}

.header-menu .menu-item-has-children a {
    color: #313030f2;
    /* font-weight: 600; */
    font-size: 11px;

}

.header-menu .menu-item-has-children a:hover {
    color: #145ecc;
    /* font-weight: 600; */
    /* font-size: 11px; */

}


.header-menu .menu-item-has-children.active,
.header-menu .menu-item-has-children:hover {
    /* background: rgba(73, 73, 73, 0.452); */
    /* color: rgba(255, 255, 255, 0.959) !important; */

}

/*
.header-menu a:hover{
    color: #000 !important;
} */


.menu-item-has-children .dropdown-menu {
    margin: 0;
    border-radius: 0;
    min-width: 260px;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    -webkit-box-shadow: -10px 10px 12px rgba(0, 0, 0, .175);
    box-shadow: -10px 10px 12px rgba(0, 0, 0, .175);
}

.header-menu .submenu.dropdown-menu.megamenu {
    margin-right: 30px;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.header-menu .menu-item-has-children .submenu.dropdown-menu.megamenu {
    max-width: 1170px;
}

.header-menu .submenu.dropdown-menu.megamenu a img {
    width: 100%;
}

.header-menu .submenu.dropdown-menu.megamenu .background-menu img {
    padding-right: 12px;
}

.header-menu .submenu.dropdown-menu.megamenu .menu-item a {
    padding-right: 0;
}

.header-menu .submenu.dropdown-menu.megamenu .menu-item a:hover {
    background-color: #fff;
}

.menu-item-has-children:hover .dropdown-menu {
    top: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.vertical-menu-list {
    position: relative;
}

.vertical-menu-list .menu-item-has-children .dropdown-menu {
    top: 0;
    right: 100%;
    padding: 10px;
    background: #fafafa no-repeat center;
}

.vertical-menu-list .menu-item-has-children .megamenu {
    /*background-image: url("https://papazh.com/images/home1/background-mega.jpg");*/
    background-repeat: no-repeat;
    background-position: left;
    max-width: 900px;
}

.vertical-menu-list .menu-item-has-children .megamenu {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.vertical-menu-list .menu-item-has-children .menu-item {
    position: relative;
}

.vertical-menu-list .menu-item.menu-item-has-children .dropdown-menu {
    padding: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.vertical-menu-list .menu-item.menu-item-has-children:hover > .submenu {
    opacity: 1;
    visibility: visible;
}

.header-menu .menu-item {
    position: relative;
    float: right;
    width: 100%;
    overflow: hidden;
}

.header-menu .menu-item .dropdown-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 100%;
    top: 0;
}

.header-menu .menu-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header-menu .menu-item a,
.vertical-menu-list .menu-item.menu-item-has-children .dropdown-menu li a {
    color: #8e8e8e;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    padding: 11px 20px;
    line-height: 25px;
}

.menu-item-has-children .icon-img {
    display: inline-block;
    margin-right: 5px;
    line-height: 20px;
}

.menu-item-has-children .arrow > a:after,
.menu-item-has-children.arrow > a:after {
    content: "\f104";
    display: inline-block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
}

.header-menu .menu-item-has-children .arrow > a:after,
.header-menu .menu-item-has-children.arrow > a:after {
    display: none;
}

.header-top .menu-item-has-children.arrow > a:after {
    position: relative;
    left: 0;
}

.header-menu .menu-item a:hover,
.vertical-menu-list .menu-item.menu-item-has-children .dropdown-menu li a:hover {
    background: #f0f0f0;
    color: #3c7ddd;
}

@media (max-width: 2000px) {
    .submenu.dropdown-menu.megamenu {
        margin-right: 0;
    }

    .header-menu .submenu.dropdown-menu.megamenu {
        margin-right: 0;
    }

    .minicart-wishlist {
        padding-left: 25px;
    }
}

@media (max-width: 1366px) {
    .index-opt-1 .vertical-menu-content,
    .index-opt-5 .vertical-menu-content {
        opacity: 0;
        visibility: hidden;
    }

    .index-opt-1 .has-open .vertical-menu-content,
    .index-opt-5 .has-open .vertical-menu-content {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    .block-search {
        width: 100%;
    }

    .form-content .search-input {
        /* width: 46.9%; */
        width: 70%;
    }

    .form-content .categori-search {
        width: 39.6%;
    }

    .form-content .btn-search {
        width: 12%;
    }

    .form-content .categori-search .categori-search-option {
        width: 100%;
    }

    .header-menu .menu-item-has-children {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .header-menu-nar,
    .header-opt-2 .is-sticky .header-content {
        position: relative !important;
    }

    .header-nav,
    .vertical-menu-content {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -110%;
        width: 280px;
        -webkit-box-shadow: rgba(136, 136, 136, .23) 0 0 3px 0;
        box-shadow: rgba(136, 136, 136, .23) 0 0 3px 0;
        background-color: #fff;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        overflow-y: auto;
        padding: 20px;
    }

    .vertical-menu-content {
        left: inherit;
        right: -110%;
    }

    .header-nav.has-open {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .box-vertical-megamenus.has-open .vertical-menu-content {
        right: 0;
        padding-right: 15px;
    }

    .header-menu .menu-item-has-children {
        display: inline-block;
        padding: 0;
        width: 244px;
        border-bottom: 1px solid #e6e6e6;
    }

    .vertical-menu-list > li {
        float: right;
    }

    .vertical-menu-list .menu-item.menu-item-has-children .dropdown-menu li {
        line-height: 30px;
        max-width: 230px;
    }

    .vertical-menu-list .menu-item.menu-item-has-children .dropdown-menu li a {
        padding: 0;
    }

    .vertical-menu-list .menu-item.menu-item-has-children .toggle-submenu {
        line-height: 45px;
    }

    .vertical-menu-list .menu-item.menu-item-has-children .submenu .toggle-submenu {
        line-height: 30px;
    }

    .header-menu .menu-item-has-children a {
        font-size: 13px;
        color: #4d4d4d;
    }

    .box-vertical-megamenus {
        float: right;
        width: 60px;
    }

    .box-vertical-megamenus .title {
        /* width: 60px;
        padding-right: 22px;
        padding-top: 15px;
        padding-bottom: 14.5px;
        cursor: pointer; */

        width: 120px;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 14px;
    }

    .box-vertical-megamenus .title-menu,
    .box-vertical-megamenus .title:after {
        /*display: none;*/
    }

    .vertical-menu-list .menu-item-has-children > .dropdown-menu,
    .header-menu .menu-item-has-children .dropdown-menu,
    .vertical-menu-list .menu-item.menu-item-has-children > .submenu,
    .header-menu .menu-item.menu-item-has-children > .submenu,
    .vertical-menu-list .submenu .menu-item-has-children .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        background-image: none !important;
    }

    .header-menu .submenu.dropdown-menu.megamenu {
        margin-right: 0;
        padding: 10px 10px 25px 30px;
    }

    .vertical-menu-list .menu-item-has-children .dropdown-menu,
    .header-menu .menu-item-has-children:hover .dropdown-menu {
        display: none;
    }

    .vertical-menu-list > .menu-item-has-children.open-submenu > .dropdown-menu,
    .header-menu > .header-nav > .menu-item-has-children.open-submenu > .dropdown-menu,
    .header-menu > .header-menu-resize > .header-nav > .menu-item-has-children.open-submenu > .dropdown-menu,
    .vertical-menu-list > .menu-item.menu-item-has-children.open-submenu > .submenu,
    .vertical-menu-list .submenu .menu-item-has-children.open-submenu .dropdown-menu,
    .header-menu .menu-item.menu-item-has-children.open-submenu > .submenu {
        display: block;
        max-width: 244px !important;
        padding: 10px 10px 30px 0;
        box-shadow: none;
        background-color: #fff;
    }

    .box-vertical-megamenus .menu-item-has-children .col-md-20 {
        width: 100%;
    }

    .header-nav li a,
    .vertical-menu-list li a {
        display: inline-block;
        position: relative;
        z-index: 222;
    }

    .vertical-menu-list > li {
        line-height: 45px;
    }

    .menu-item-has-children .toggle-submenu {
        position: absolute;
        display: block;
        height: 46px;
        top: 0;
        right: 0;
        left: 0;
        cursor: pointer;
        text-align: left;
        line-height: 46px;
    }

    .header-nav > li,
    .vertical-menu-list > li {
        position: relative;
        padding: 0;
        display: inline-block;
        width: 230px;
    }

    .vertical-menu-list > li:hover {
        background-color: #fff;
    }

    .header-nav .menu-item-has-children.arrow .toggle-submenu:after,
    .box-vertical-megamenus .menu-item-has-children.arrow .toggle-submenu:after {
        content: "\f107";
        font-family: 'FontAwesome';
        display: inline-block;
    }

    .header-nav .menu-item-has-children .arrow > a:after,
    .header-nav .menu-item-has-children.arrow > a:after,
    .box-vertical-megamenus .menu-item-has-children .arrow > a:after,
    .box-vertical-megamenus .menu-item-has-children.arrow > a:after {
        display: none;
    }

    .dropdown-menu-title {
        margin-top: 15px;
    }

    .header-menu .menu-item-has-children.active,
    .header-menu .menu-item-has-children:hover {
        background-color: #fff;
    }

    .header-menu .header-nav > li {
        line-height: 45px;
    }

    .header-menu .header-nav > li > ul > li {
        line-height: 32px;
    }

    .header-menu .menu-item-has-children a {
        color: #4d4d4d;
        font-weight: normal;
        text-transform: none;
    }

    .header-menu .menu-item a {
        padding: 0;
    }

    .header-menu .menu-item a:hover {
        background-color: #fff;
    }

    .submenu-banner > .col-md-3 {
        width: 100%;
    }

    .vertical-menu-list .menu-item.menu-item-has-children .menu-item .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .vertical-menu-list .menu-item.menu-item-has-children .dropdown-menu li a:hover {
        background: #fff;
    }

    .header-menu .submenu.dropdown-menu.megamenu .background-menu img {
        padding-right: 0;
    }

    .header-menu .menu-item.menu-item-has-children .toggle-submenu {
        line-height: 35px;
    }
}

@media (max-width: 991px) {
    .header-top {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: middle;
    }

    .header-top-left,
    .header-top-right {
        width: 100%;
        text-align: center;
    }

    .header-top-left > li:first-child {
        padding-right: 13px;
    }

    .header-top-right > li:last-child {
        padding-left: 13px;
    }

    .logo-header {
        float: right;
    }

    .block-search {
        /* display: none; */
    }
}


/***slide***/


/*opt-1*/

.slide-opt-1 .item-slide,
.slide-opt-2 .item-slide,
.slide-opt-3 .item-slide,
.slide-opt-4 .item-slide,
.slide-opt-5 .item-slide {
    height: 565px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-opt-3 .item-slide {
    height: 468px;
}

.slide-opt-4 .item-slide {
    height: 555px;
}

.block-slide .slide-desc {
    position: absolute;
}

.block-slide .slide-desc-1 {
    max-width: 385px;
    top: 110px;
    right: 28.5%;
}

.block-slide .slide-desc-1 .p-primary,
.block-slide .slide-desc-1 .p-second,
.block-slide .slide-desc-1 p {
    font-size: 30px;
    color: #333;
    line-height: 50px;
}

.block-slide .slide-desc-1 .p-second {
    text-transform: none;
}

.block-slide .slide-desc-1 p {
    color: #36c4dc;
    font-weight: bold;
    text-transform: none;
    margin-top: 8px;
}

.block-slide .btn-shop-now {
    color: #fff;
    padding: 10px 23px;
    background: #ff7f00;
    border-radius: 3px;
    margin-top: 146px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.block-slide .btn-shop-now:after {
    background: rgba(99, 94, 94, 0.3);
    top: -100%;
    height: 100%;
    right: 0;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.block-slide .btn-shop-now:hover:after {
    top: 0;
}

.block-slide .slide-desc-2 {
    max-width: 483px;
    top: 140px;
    right: 23.5%;
}

.block-slide .slide-desc-2 .p-primary,
.block-slide .slide-desc-2 .p-second,
.block-slide .slide-desc-2 .p-third {
    font-size: 30px;
    color: #333;
    line-height: 50px;
}

.block-slide .slide-desc-2 .p-second {
    text-transform: none;
}

.block-slide .slide-desc-2 .p-third {
    font-weight: bold;
    color: #f24e3d;
    margin-top: 14px;
}

.block-slide .slide-desc-2 p {
    color: #7d7d7d;
    font-size: 14px;
    margin-top: 8px;
}

.block-slide .slide-desc-2 .btn-shop-now {
    margin-top: 57px;
}

.block-slide .slide-desc-3 {
    max-width: 483px;
    top: 128px;
    right: 31%;
}

.block-slide .slide-desc-3 .p-primary,
.block-slide .slide-desc-3 .p-second,
.block-slide .slide-desc-3 .p-third {
    font-size: 30px;
    color: #333;
    line-height: 50px;
}

.block-slide .slide-desc-3 .p-primary span {
    text-transform: none;
}

.block-slide .slide-desc-3 .p-second {
    color: #f24f3e;
    font-weight: bold;
    font-size: 36px;
    margin: 14px 0 28px 0;
}

.block-slide .slide-desc-3 .p-third {
    font-weight: bold;
    color: #f24e3d;
    margin-top: 14px;
}

.block-slide .slide-desc-3 p {
    color: #777777;
    font-size: 15px;
    margin-top: 8px;
    font-style: italic;
}

.block-slide .slide-desc-3 .btn-shop-now {
    margin-top: 67px;
}

.block-slide .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 18px;
}

.block-slide .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #777777;
}

.block-slide.slide-opt-2 .slide-desc-2 {
    right: 10%;
}

.block-slide.slide-opt-2 .slide-desc-3 {
    right: 17%;
}

.block-slide.slide-opt-2 .slide-desc-1 {
    right: 16.5%;
}

.block-slide.slide-opt-3 .slide-desc-1 {
    top: 35px;
    right: 10.5%;
}

.block-slide.slide-opt-3 .slide-desc-2 {
    max-width: 475px;
    top: 103px;
    right: 54px;
}

.block-slide.slide-opt-3 .slide-desc-3 {
    top: 85px;
    right: 100px;
}

.block-slide.slide-opt-4 .slide-desc-1 {
    top: 80px;
    right: 11.5%;
}

.block-slide.slide-opt-4 .slide-desc-2 {
    right: 94px;
}

.block-slide.slide-opt-4 .slide-desc-3 {
    right: 90px;
}

.block-slide.slide-opt-5 .slide-desc-1 {
    right: 28.5%;
}

.block-slide.slide-opt-5 .slide-desc-2 {
    right: 26%;
}

.block-slide .owl-dots .owl-dot.active {
    background: #777777;
}

.slide-opt-2 .owl-carousel {
    width: calc(100% - 454px);
    float: right;
    margin-left: 30px;
}

.block-slide .banner-slide {
    width: 420px;
    display: inline-block;
}

.block-slide .banner-slide .promotion-banner {
    margin-top: 0;
    margin-bottom: 30px;
}

.block-slide .banner-slide .promotion-banner:last-child {
    margin-bottom: 0;
}

.block-slide.slide-opt-2 {
    margin-top: 40px;
}


/*opt-3*/

.block-slide.slide-opt-3 {
    padding-top: 30px;
}

.slide-opt-3 .owl-carousel {
    margin-right: 20%;
    width: calc(100% - 708px);
    display: inline-block;
    margin-left: 30px;
    float: right;
}

.block-slide.slide-opt-3 .banner-slide {
    width: 322px;
}

@media (max-width: 3000px) {
    .slide-opt-3 .owl-carousel {
        margin-right: 0;
        width: calc(100% - 356px);
    }

    .index-opt-3 .vertical-menu-content,
    .index-opt-3 .vertical-menu-content.show {
        opacity: 0;
        visibility: hidden;
    }

    .index-opt-3 .has-open .vertical-menu-content {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 2000px) {
    .slide-opt-1 .item-slide.item-slide-1,
    .slide-opt-5 .item-slide.item-slide-1 {
        /*background-image: url('https://papazh.com/images/home1/slide1-1.jpg') !important;*/
    }

    .slide-opt-2 .item-slide.item-slide-1 {
        /*background-image: url('https://papazh.com/images/home2/slide1-1.jpg') !important;*/
    }

    .slide-opt-4 .item-slide.item-slide-1 {
        /*background-image: url('https://papazh.com/images/home4/slide1-1.jpg') !important;*/
    }

    .block-slide.slide-opt-1 .item-slide-1 .btn-shop-now,
    .block-slide.slide-opt-2 .item-slide-1 .btn-shop-now,
    .block-slide.slide-opt-4 .item-slide-1 .btn-shop-now,
    .block-slide.slide-opt-5 .item-slide-1 .btn-shop-now {
        margin-top: 50px;
    }
}

@media (max-width: 1366px) {
    .slide-opt-3 .item-slide.item-slide-1 {
        background-image: url('https://papazh.com/images/home3/slide1-1.jpg') !important;
    }

    .block-slide.slide-opt-3 .item-slide-1 .btn-shop-now {
        margin-top: 50px;
    }
}

@media (max-width: 1199px) {
    .slide-opt-2 .owl-carousel,
    .slide-opt-3 .owl-carousel {
        width: 100%;
        margin-left: 0;
    }

    .slide-opt-2 .owl-carousel {
        margin-bottom: 40px;
    }

    .block-slide.slide-opt-2 .banner-slide,
    .block-slide.slide-opt-3 .banner-slide {
        display: none;
    }
}

@media (max-width: 991px) {
    .slide-opt-1 .item-slide,
    .slide-opt-2 .item-slide,
    .slide-opt-3 .item-slide,
    .slide-opt-4 .item-slide,
    .slide-opt-5 .item-slide {
        height: 450px;
    }

    .block-slide .item-slide:before {
        background-color: rgba(255, 255, 255, 0.60);
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .slide-opt-1 .item-slide,
    .slide-opt-2 .item-slide,
    .slide-opt-3 .item-slide,
    .slide-opt-4 .item-slide,
    .slide-opt-5 .item-slide {
        height: 400px;
    }

    .block-slide .slide-desc-3 {
        top: 73px;
        right: 10%;
    }

    .block-slide .slide-desc-2 {
        top: 76px;
        right: 10%;
    }

    .block-slide .slide-desc-1 {
        top: 100px;
        right: 10%;
    }

    .block-slide.slide-opt-5 .slide-desc-2,
    .block-slide.slide-opt-5 .slide-desc-1 {
        right: 10%;
    }

    .block-slide .slide-desc-1 .p-primary,
    .block-slide .slide-desc-1 .p-second,
    .block-slide .slide-desc-1 p,
    .block-slide .slide-desc-2 .p-primary,
    .block-slide .slide-desc-2 .p-second,
    .block-slide .slide-desc-2 .p-third,
    .block-slide .slide-desc-3 .p-primary,
    .block-slide .slide-desc-3 .p-second,
    .block-slide .slide-desc-3 .p-third {
        font-size: 20px;
    }

    .block-slide .slide-desc-2 .btn-shop-now,
    .block-slide.slide-opt-1 .item-slide-1 .btn-shop-now,
    .block-slide .slide-desc-3 .btn-shop-now {
        margin-top: 25px;
    }
}

@media (max-width: 640px) {
    .slide-opt-1 .item-slide,
    .slide-opt-2 .item-slide,
    .slide-opt-3 .item-slide,
    .slide-opt-4 .item-slide,
    .slide-opt-5 .item-slide {
        height: 350px;
    }

    .block-slide .slide-desc-3,
    .block-slide .slide-desc-2,
    .block-slide .slide-desc-1 {
        top: 40px;
    }

    .p-second {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-opt-1 .item-slide,
    .slide-opt-2 .item-slide,
    .slide-opt-3 .item-slide,
    .slide-opt-4 .item-slide,
    .slide-opt-5 .item-slide {
        height: 300px;
    }

    .block-slide .item-slide .slide-desc p {
        display: none;
    }
}


/***sidebar***/

.breadcrumb-page {
    text-align: left;
}

.breadcrumb-page-full-width {
    border-bottom: 1px solid #f0f0f0;
}

.breadcrumb-page li {
    list-style: none;
    display: inline-block;
    line-height: 63px;
    padding-right: 10px;
}

.breadcrumb-page li a {
    color: #9f9f9f;
    font-weight: 600;
}

.breadcrumb-page li.active a,
.breadcrumb-page li a:hover {
    color: #343434;
}

.content-sidebar ul li {
    list-style: none;
}

.block-title {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    margin: 0 0 19px 0;
}

.block-title:before {
    content: '';
    display: inline-block;
    background: #fff;
    width: 3px;
    height: 14px;
    margin-left: 12px;
    vertical-align: middle;
}

.block-categories .block-title {
    margin-top: -3px;
}

.col-sidebar .content-sidebar > .block-categories {
    padding-top: 0;
}

.col-main .content-main > .promotion-banner {
    margin-top: 0
}

.tab-head,
.title-top {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.block-categories .block-categories-content,
.block-filter-content,
.block-compare-content,
.block-sepecail-content {
    /* border: 1px solid #f0f0f0; */
    padding: 11px 0;
}

.block-sepecail-content {
    padding-top: 0;
}

.content-sidebar ul li a {
    color: #4d4d4d;
    font-weight: 600;
}

.content-sidebar ul li.show-sub > a {
    color: #1fb1f0;
}

.content-sidebar .block-categories a:hover {
    color: #1fb1f0;
}

.content-sidebar .block-categories a:hover span {
    font-weight: normal;
}

.has-child {
    padding: 9.5px 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 20px;
}

.has-child:last-child {
    border-bottom: none;
}

.has-child span {
    color: #bcbcbc;
    margin-right: 7px;
}

.has-child .arrow-cate {
    float: left;
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.has-child .arrow-cate:after {
    display: inline-block;
    content: '+';
    color: #adadad;
    font-size: 16px;
    position: absolute;
}

.has-child.show-sub .arrow-cate:after {
    content: '-';
}

.content-sidebar .has-child li a {
    color: #747474;
}

.has-child .children {
    display: none;
    padding-top: 10px;
}

.has-child .children li {
    padding: 4px 0;
}

.block-filter-options,
.block-compare,
.block-sepecail {
    padding-top: 56px;
}

.filter-options-title {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 11px 0px 0;
}

.content-sidebar .block-filter-options a:hover {
    color: green;
    /* color: #eac613; */
}

.filter-options-item.filter-price {
    margin: 0 20px;
    text-align: center;
    padding-bottom: 21px;
}

.filter-price .filter-options-title {
    margin: 30px 0 0 0;
    text-align: right;
}

.filter-price .slider-range-price {
    background: #e4e4e4 none repeat scroll 100% 0;
    height: 4px;
    margin-bottom: 18px;
    position: relative;
    margin-top: 26px;
    direction: ltr;
}

.filter-price .slider-range-price .ui-slider-range {
    /* background: #ff7f00 none repeat scroll 100% 0; */
    background: #103264;
    height: 4px;
    right: 65px;
    position: absolute;
    top: 0;
    width: 160px;
}

.filter-price .slider-range-price .ui-slider-handle {
    background: #fff none repeat scroll 100% 0;
    cursor: pointer;
    height: 15px;
    right: 25px;
    position: absolute;
    top: -6px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #103264;
}

.filter-price .slider-range-price .ui-slider-handle:focus {
    outline: none;
}

.filter-price .price_slider_amount {
    font-size: 13px;
    position: relative;
    color: #4d4d4d;
}

.filter-price .price_slider_amount span {
    margin: 0 20px;
}

.filter-price .price_slider_amount .from {
    margin-left: 21px;
}

.filter-price .price_slider_amount .to {
    margin-right: 21px;
}

label.inline {
    position: relative;
    padding-right: 24px;
    font-weight: 600;
    color: #4d4d4d;
    margin-bottom: 0;
}


.inline input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.inline .input {
    width: 9px;
    height: 9px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    margin-left: 8px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 7px;
    margin-right: 0;
}

.inline .input-sign {
    border: 1px solid #26a69a;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    color: red;
}

.inline .input-sign:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    /* color: #eac613; */
    color: #26a69a;
    line-height: 10px;
    display: none;
    text-align: center;
    margin-right: -5px;
    margin-top: -2px;
}

.inline input:checked ~ .input-sign:before {
    display: block;
}

.block-compare-content p {
    color: #4d4d4d;
    padding: 16px 20px;
}


/***main-product***/

.toolbar-products {
    color: #4d4d4d;
}

.toolbar-option-top {
    /* box-shadow: 0px 0px 1px #2323;
    background: #fff;
    padding: 0px 8px 1px 8px;
	border-radius: 5px; */
    padding: 0px 8px 1px 8px;
    border-bottom: 1px solid #13a1fe24;
}

.title-primary {
    display: inline-block;
    font-size: 22px;
    color: #1a1a1a;
    position: relative;
    margin-right: 10px;
    padding-left: 179px;
}

.title-primary:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: #103264;
    width: 3px;
    height: 16px;
    top: 13px;
    right: -10px;
}

.toolbar-option .form-control {
    width: 170px;
    outline: none;
    border: 1px solid #ebebeb;
    height: 30px;
    line-height: 21px;
    font-size: 13px;
    padding: 4px 10px 6px 0;
    box-shadow: none;
    display: inline-block;
}

.toolbar-option .form-control:focus {
    border: 1px solid #ebebeb;
    box-shadow: none;
}

.toolbar-sort,
.toolbar-per,
.modes {
    display: inline-block;
    padding-left: 156px;
}

.toolbar-per .form-control {
    width: 62px;
}

.modes {
    padding-left: 121px;
}

.modes a {
    margin-left: 10px;
}

.modes-mode {
    position: relative;
    width: 20px;
    height: 15px;
    display: inline-block;
}

.modes-mode img {
    position: absolute;
    top: 0;
    right: 0;
}

.active.modes-mode .img-active {
    opacity: 1;
}

.modes-mode .img-active {
    opacity: 0;
}

.modes-mode:hover .img-active {
    opacity: 1;
}

li.disabled {
    /* pointer-events: none; */
    opacity: 0.6;
}

.pagination {
    margin: 0;
}

.pagination li {
    list-style: none;
    display: inline-block;
    padding-right: 8px;
}

.pagination li a {
    color: #4d4d4d;
}

.pagination li.active a,
.pagination .back-next a,
.pagination .none a {
    padding: 5px 11.4px;
    border-radius: 3px;
    color: #fff;
    background: #a0a0a0;
    display: inline-block;
}

.pagination .none a {
    background: #e5e5e5;
    color: #595959;
}

.pagination .back-next a {
    padding: 5px 12.8px;
    background: #eac613;
}

.pagination .back-next i {
    margin-top: -1px;
}

.pagination li.active a,
.pagination li.active a:hover,
.pagination .back-next a:hover,
.pagination .none a:hover {
    background: #1e208d;
    color: #fff;
    /* border-radius: 7px; */
}

.toolbar-option span {
    margin-left: 7px;
}

.pagination.pagination-bottom {
    float: left;
}


/* .toolbar-option.toolbar-option-bottom {
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
	margin-top: 40px;
} */

.toolbar-option.toolbar-option-bottom {
    box-shadow: 0px 0px 1px #2323;
    background: #fff;
    /* margin-top: 40px; */
    margin-bottom: 10px;
    padding: 25px 8px 5px 8px;
    border-radius: 5px;
}

.toolbar-full-width .title-primary {
    padding-left: 250px;
}

.toolbar-full-width .toolbar-per {
    padding-left: 310px;
}

.toolbar-full-width .modes {
    padding-left: 249px;
}

.toolbar-option-bottom .toolbar-per {
    width: 21.6%;
    text-align: left;
    padding-left: 0;
}

@media (max-width: 1790px) {
    .title-primary {
        width: 100%;
        padding-left: 0;
    }

    .pagination,
    .toolbar-per,
    .modes {
        width: 21.6%;
        text-align: left;
        padding-left: 0;
    }

    .toolbar-sort,
    .modes {
        padding-left: 0;
        width: 26%;
    }

    .toolbar-sort {
        width: 30%;
    }

    .toolbar-full-width .toolbar-per {
        padding-left: 210px;
    }

    .toolbar-full-width .modes {
        padding-left: 100px;
    }
}

@media (max-width: 2000px) {
    .pagination,
    .toolbar-per,
    .modes {
        width: 28%;
        text-align: right;
        margin-bottom: 20px;
    }

    .toolbar-full-width .toolbar-per,
    .toolbar-full-width .modes,
    .toolbar-full-width .toolbar-sort,
    .toolbar-full-width .pagination {
        width: 24%;
        padding: 0;
    }

    .toolbar-full-width .pagination {
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .pagination,
    .toolbar-per,
    .modes,
    .toolbar-sort {
        width: inherit;
        /* padding-left: 20px; */
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .toolbar-full-width .toolbar-per,
    .toolbar-full-width .modes,
    .toolbar-full-width .toolbar-sort,
    .toolbar-full-width .pagination {
        width: 49%;
        text-align: right;
    }
}

@media (max-width: 991px) {
    .pagination.pagination-bottom {
        float: inherit;
    }
}

@media (max-width: 767px) {
    .block-categories .block-title {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .toolbar-full-width .toolbar-per,
    .toolbar-full-width .toolbar-sort {
        width: 100%;
    }

    .modes,
    .pagination {
        /* display: none; */
    }
}


/**product**/

.products {
    padding-top: 15px;
    display: inline-block;
    width: 100%;
}

.product-item.style-1 {
    position: relative;
    /*height: 400px ;*/
}

.product-thumb {
    /*padding: 10px;*/
    text-align: center;
    position: relative;
}

.onsale,
.onnew {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 38px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    top: -1px;
    right: 60px;
    border-radius: 23%;
    font-weight: bold;;
}

.onnew {
    /* width: 100px;
    height: 45px;
    border-radius: 2px 18px 3px 50px;
    background: #ffffff;
    box-shadow: 0 0 2px #ff0d5b00;
    border: 1px solid #c5c5c5;
    background: #ffffff;
    color: #ff0000;
    top: -3px;
    right: 60px;
    margin-right: -26px;
    z-index: 96; */

    /* width: 100px;
    height: 45px;
    border-radius: 50px 0px 0px 50px;
    box-shadow: 0 0 2px #ff0d5b00;
    color: #ffffff;
    background: #f31345;
    top: 7px;
    margin-right: -25px;
    z-index: 96; */


    width: 58px;
    height: 33px;
    border-radius: 50px 0px 0px 50px;
    box-shadow: 0 0 13px #0000005c;
    color: #ffffff;
    font-size: 10px;
    top: -15px;
    margin-right: -28px;
    background: #FF6D6D;
    z-index: 96;

}

.onsale {
    right: inherit;
    left: 60px;
    background: #103264;
    direction: ltr;
    margin-top: -8px;
    margin-left: -11px;
    color: white;
    box-shadow: 0 0 13px #0000003d;
}

.onsale.style4,
.onnew.style4 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 35px;
    font-size: 20px;
}

.onnew.style4 {
    left: inherit;
    right: 35px;
}

.quick-view {
    line-height: 45px;
    width: 45px;
    text-align: center;
    background-color: #faf8fd;
    font-size: 15px;
    color: #434343;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 98;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.quick-view:hover {
    background: #ff7f00;
    color: #fff;
}

.product-item:hover .quick-view {
    opacity: 1;
    visibility: visible;
}

.product-innfo {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
}

.product-name a {
    font-weight: 500;
}

@media (max-width: 576px) {
    .product-name a {
        font-size: 10pt;
    }
}


.product-item.style-1:hover {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.342);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.6s;


}

.product-item.style-22 > div:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.342);
    -webkit-transition: 0.9s;
    -o-transition: 0.3s;
    transition: 0.6s;
}


/* .product-item.style-1:hover {



content: '';
position: absolute;
border: 10px solid;
right: 50%;
transform: translateX(50%) translateY(50%);
width: 100%;
height: 15px;
border-radius: 50px 50px 0 0;
background-color: #cc2222;
opacity: 1;
bottom: 7.5px;
transition: opacity .5s;

} */

.product-item.style-1:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    /* letter-spacing: 0.1px; */
}


/* .price:hover
{
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
} */


.product-item:hover .hover-hidden {
    right: 0;
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 9px 10px 1px rgba(0, 0, 0, 0.07);
}

.btn-add-to-cart {
    /* font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #a6a6a6;
	background: #a6a6a6;
	border-radius: 4px;
	padding: 8px 20px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px; */
    font-size: 12px;
    font-weight: bold;
    color: #827d7d;
    border: 1px solid #ebebeb;
    border-radius: 4px !important;
    padding: 8px 20px;
    /* float: right; */
    margin-left: 15px;
    margin-bottom: 10px;
    background: #fff;
}

.wishlist,
.compare,
.gmail {
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 4px;
    float: left;
    color: #b0b0b0;
    margin-left: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}

.compare {
    margin-left: 0;
}

/* .btn-add-to-cart:hover {
    background-color: rgb(31, 184, 245);
    color: #fff;
} */

.wishlist:hover,
.compare:hover,
.gmail:hover {
    color: #fff;
    background: #af0e44;
    border: 1px solid #af0e44;
}

.product-item.style-2 {
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 20px;
    padding: 10px 0;
}

.product-item.style-2:last-child {
    border-bottom: none;
}

.product-item.style-2 .product-innfo {
    padding: 25px 0 0 0;
    overflow: hidden;
}

.product-item.style-2 .product-thumb {
    float: right;
    padding: 10px 0 10px 17px;
}

.product-item.style-2 .product-name {
    margin-bottom: 6px;
}

.product-item.style-2 .star-rating {
    font-size: 12px;
}

.product-item.style-2 .price {
    padding-top: 0;
}

@media (max-width: 2000px) {
    .product-item.style-2 .product-thumb {
        float: inherit;
        padding: 10px 0;
    }

    .block-recently .product-item.style-2 {
        margin: 0;
    }

    .block-recently .product-item.style-2 .product-thumb {
        float: right;
        padding-left: 5px;
    }

    .onnew {
        right: 20px;
    }

    .onsale {
        left: 20px;
    }

    .wishlist,
    .btn-add-to-cart {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .compare {
        margin-left: 0;
    }
}

@media (max-width: 1366px) {
    .product-innfo {
        padding: 0 3px;
    }

    .hover-hidden {
        padding: 0 10px 10px 10px;
    }
}

@media (max-width: 767px) {
    .product-item.style-2 .product-thumb {
        float: right;
    }

    .products {
        width: 100%;
    }
}


/***block-html***/

.block-html-full-width {
    padding: 35px 0;
    margin-top: 70px;
    border-top: 1px solid #9d9ea3;
    width: 100%;
    display: inline-block;
}

.block-html-product {
    margin-top: 50px;
}

.block-icon {
    color: #1ff1de;
    font-size: 36px;
    float: right;
}

.html-info {
    padding-right: 52px;
}

.html-info .html-info-h4 {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 3px;
}

.html-info .html-info-p {
    color: #9d9d9d;
}

@media (max-width: 1199px) {
    .block-html-full-width.opt-2 {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .block-html {
        display: inline-block;
        text-align: center;
    }

    .block-icon {
        float: initial;
        padding-bottom: 20px;
    }

    .block-html-full-width {
        padding-bottom: 30px;
        text-align: center;
    }

    .html-info {
        padding-bottom: 30px;
        padding-right: 0;
    }
}


/***footer***/


/*opt-1*/

.footer-column {
    background: #fafafa;
    padding: 64px 0 58px 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.footer .title-of-footer {
    color: #2a2a2a;
    font-size: 18px;
    margin-bottom: 17px;
}

.footer .contacts {
    max-width: 215px;
}

.contacts-icon {
    float: right;
    margin: 7px 0 0 13px;
    width: 18px;
}

.footer .contacts-info {
    display: block;
    margin-bottom: 22px;
    overflow: hidden;
}

.footer .info-phone:before,
.footer .info-support:before,
.footer .info-address:before {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #707070;
    margin-left: 8px;
}

.footer .info-address:before {
    content: "\f041";
}

.footer .info-phone:before {
    content: "\f095";
}

.footer .info-support:before {
    content: "\f0e0";
}

.footer .links li {
    list-style: none;
    margin-bottom: 10px;
}

.footer .links li a {
    color: #868686;
}

.footer .links li a:hover {
    color: #ff7f00;
}

.footer .newsletter-form {
    margin: 18px 0 40px 0;
}

.footer-newsletter p {
    max-width: 260px;
}

.footer .newsletter-form .control {
    position: relative;
    width: 100%;
}

.footer-opt-1 .newsletter-form .control {
    max-width: 270px;
    display: inline-block;
}

.footer-opt-2 .newsletter-form .control {
    /*max-width: inherit;
    display: inherit;*/
}

.footer .input-subscribe {
    width: 100%;
    height: 40px;
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer .btn.subscribe {
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 9px 12px;
    background: #ff7f00;
}

.footer .btn.subscribe:hover {
    background: #e5e5e5;
    color: #585e6a;
}

.footer-follow li {
    list-style: none;
    display: inline-block;
}

.footer-follow li a {
    background: #415a99;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 6px;
    position: relative;
    overflow: hidden;
}

.footer-follow li a:after {
    background: rgba(250, 250, 250, 0.39);
    width: 30px;
    height: 30px;
    right: -30px;
    content: '';
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-follow li a:hover:after {
    right: 0;
}

.footer-follow .twitter {
    background: #00caff;
}

.footer-follow .pinterest {
    background: #cb222a;
}

.footer-follow .vk-plus {
    background: #5b7fa6;
}

.footer-follow .telegram {
    background: #419FD9;
}

.footer-follow .google-plus {
    background: #da4735;
}

.footer-copyright,
.footer-copyright p {
    line-height: 77px;
}

.footer-copyright-left {
    float: right;
}

.footer-copyright-left span {
    color: #ff7f00;
}

.footer-copyright-right {
    float: left;
}

.footer-copyright-right .pay-men a {
    margin-right: 12px;
}

.footer-copyright-right .pay-men img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

.footer-copyright-right .pay-men img:hover {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


/*opt-2*/

.footer-opt-2 {
    background: #3c3c3c;
}

.footer-opt-2 .footer-column {
    background-color: transparent;
    border-bottom: 1px solid #454545;
    overflow: hidden;
}

.footer.footer-opt-2 .title-of-footer,
.footer.footer-opt-2 .links li a:hover {
    color: #fff;
}

.des-footer {
    max-width: 550px;
    margin: 15px 0 36px 0px;
}

.footer-opt-2 .footer-tags-content li {
    display: inline-block;
}

.footer-opt-2 .footer-tags-content li a {
    border-radius: 4px;
    border: 1px solid #474747;
    padding: 4px 9px;
    color: #757575;
    margin: 0 0 15px 10px;
    display: inline-block;
}

.footer-opt-2 .footer-tags-content li a:hover {
    background-color: #ff7f00;
    color: #fff;
    border: 1px solid #ff7f00;
}

.footer-opt-2 .footer-bottom {
    padding: 41px 0;
    margin-right: 25%;
}

.footer-opt-2 .text-newsletter {
    display: inline-block;
    margin-left: 43px;
}

.footer-opt-2 .newsletter-form {
    max-width: 400px;
    margin: 18px 0 0 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
}

.footer-opt-2 .text-title-newsletter {
    font-size: 20px;
    color: #fff;
    margin-bottom: 4px;
}

.footer-opt-2 .text-normal {
    color: #757575;
    font-size: 14px;
}

.footer-opt-2 .text-bold {
    font-size: 22px;
    color: #fff;
}

.footer-opt-2 .input-subscribe {
    width: 100%;
    height: 46px;
    color: #464646;
    background-color: #212121;
    border: 1px solid #212121;
}

.footer-opt-2 .btn.subscribe {
    padding: 12px 17px;
}

.after-last,
.after-frist {
    position: relative;
}

.after-last:after,
.after-first:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 156%;
    background-color: #454545;
    top: -64px;
    right: 0;
}

.after-first {
    padding-right: 30px;
}

.after-last:after {
    right: -13px;
}


/*opt-3*/

.footer-opt-3 .footer-column {
    background-color: #353535;
    border-bottom: 1px solid #353535;
}

.footer-opt-3 .title-of-footer {
    color: #fff;
}

.footer-opt-3 .links li a,
.footer-opt-3 .contacts,
.footer-newsletter p {
    color: #707070;
}

.footer-opt-3 .links li a:hover {
    color: #fff;
}

.footer-opt-3 #newsletter-validate-detail {
    border-radius: 3px;
    overflow: hidden;
}

.footer-opt-3 .input-subscribe {
    color: #4d4d4d;
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.footer-opt-3 .footer-copyright {
    background-color: #222222;
    display: inline-block;
    vertical-align: middle;
}

.footer-opt-3 .footer-copyright-left {
    color: #575757;
}

.footer-opt-3 .footer-copyright-left span {
    color: #fff;
}

@media (max-width: 2000px) {
    .footer-opt-2 .footer-bottom {
        margin-right: 13%;
    }
}

@media (max-width: 1366px) and (min-width: 1200px) {
}

@media (max-width: 1199px) {
    .after-last:after,
    .after-first:after {
        display: none;
    }

    .footer-opt-2 .footer-follow {
        padding-bottom: 30px;
    }

    .after-first {
        padding-right: 15px;
    }

    .footer-opt-2 .footer-bottom {
        margin-right: 0;
        text-align: center;
        padding: 25px 0;
    }

    .footer-opt-2 .text-newsletter {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .footer-opt-2 .footer-tags-content {
        max-height: 215px;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .footer-opt-2 .text-newsletter {
        margin: 0 10px 10px 10px;
        display: inherit;
    }
}

@media (max-width: 767px) {
    .footer-copyright {
        line-height: 50px;
    }

    .footer-opt-2 .footer-copyright {
        background-color: #fff;
    }

    .footer-copyright-left,
    .footer-copyright-right {
        float: inherit;
        text-align: center;
    }

    .footer-copyright-right .pay-men a:first-child {
        margin-right: 0;
    }

    .footer-copyright-right .pay-men img {
        vertical-align: top;
    }

    .footer-opt-2 .footer-tags-content {
        max-height: 215px !important;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .footer-opt-2 .footer-column .equal-elem {
        max-height: 250px;
    }

    .footer-opt-2 .footer-column .equal-elem:first-child {
        max-height: inherit;
    }
}


/***scrollup***/

#scrollup {
    display: none;
    border: 2px solid #103264;
    padding: 3px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
}

#scrollup .fa {
    line-height: 33px;
    padding-bottom: 3px;
    width: 36px;
    border-radius: 100%;
    background-color: #103264;
    font-size: 22px;
    color: #fff;
}

#scrollup:hover {
    color: #fff;
    background-color: #103264;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/***404***/

.index-opt-404 .wrapper {
    /*background-image: url('https://papazh.com/images/404.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    min-height: 100vh;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo-404 {
    padding-top: 108px;
}

.text-404-big {
    font-size: 220px;
    font-weight: bold;
    display: inline-block;
    padding-top: 145px;
}

.text-404-second {
    font-size: 36px;
    font-weight: bold;
    padding-top: 70px;
    line-height: 1.75;
}

.text-404-third {
    font-size: 20px;
    display: inline-block;
    padding-top: 40px;
    margin-left: 27px;
    line-height: 1.75;
}

.btn-404 {
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 10px 28px;
    white-space: nowrap;
}

.btn-404:hover {
    background: #fff;
    color: #ff7f00;
}

.newsletter-form-404 {
    padding-top: 75px;
}

.form-404 .input-subscribe {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 357px;
    height: 40px;
    color: #818181;
    font-size: 14px;
}

.form-404 .subscribe {
    vertical-align: top;
    margin-right: -3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #ff7f00;
    width: 64px;
    height: 40px;
}

.footer-copyright-center {
    font-size: 14px;
    color: #e0e0e0;
    padding-top: 174px;
}


/*under*/

.index-opt-under .logo-404 {
    padding-top: 129px;
}


.text-under-big {
    font-size: 48px;
    padding-top: 202px;
    font-weight: bold;
}

.text-under-second {
    font-size: 18px;
    padding-top: 26px;
}

.index-opt-under .product-count-down {
    float: inherit;
    margin: 0;
    padding-top: 47px;
}

.index-opt-under .product-count-down .number {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #a6a6a6;
    line-height: 48px;
    padding-top: 0;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.index-opt-under .product-count-down .number:after {
    content: '';
    background: #cdcdcd;
    display: inline-block;
    position: absolute;
    top: 42px;
    width: 17px;
    height: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.index-opt-under .product-count-down .dot {
    display: none;
}

.index-opt-under .product-count-down .box-count {
    position: relative;
    margin-left: 18px;
}

.index-opt-under .product-count-down .box-count .text {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    top: 53%;
    width: 90px;
    color: #fff;
    right: 0;
    padding-left: 7px;
    left: 0;
    margin: 0 auto;
    display: inline-block;
}

@media (max-width: 991px) {
    .text-under-big {
        font-size: 35px;
        line-height: 40px;
    }
}


/***detail-product***/

.single-left img {
    border: 1px solid #f1f1f1;
    width: 100%;
}

.single-left .product-item img {
    padding: 15px;
}

.single-left .product-item:nth-child(1) img,
.single-left .product-item:nth-child(3) img {
    border-left: 1px solid transparent;
}

.single-left .product-item:nth-child(1) img,
.single-left .product-item:nth-child(2) img {
    border-bottom: transparent;
}

.slider-nav .slick-slide img {
    padding: 7px;
}

.single-left {
    width: 100%;
    padding-top: 60px;
    position: relative;
    display: inline-block;
}

.slider-nav {
    display: inline-block;
    width: 16.2%;
    vertical-align: top;
    margin-top: 20px;
}

.slider-for {
    display: inline-block;
    width: 83.3%;
    padding-right: 14px;
}

.slick-list {
    padding: 0 !important;
    direction: ltr;
}

.slick-vertical .slick-slide {
    padding-bottom: 20px;
}

.slider-nav .slick-arrow {
    font-size: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    color: #696969;
    background: transparent;
}

.slider-nav .slick-arrow:hover {
    background: #ff7f00;
    color: #fff;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    right: 50%;
    transform: translateX(50%);
}

.slick-prev.slick-arrow {
    top: -20px;
}

.slick-prev:after {
    content: "\f106";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 19px;
}

.slick-next:after {
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 21px;
}

.slick-next.slick-arrow {
    bottom: 0;
}

.btn-view-video {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #464646;
    border-radius: 3px;
    padding: 12.5px 50px;
    background: transparent;
    position: absolute;
    bottom: 27px;
    left: 20px;
}

.image-preview-container .btn-view-video {
    bottom: 167px;
}

.btn-view-video > i {
    margin-left: 7px;
}

.btn-view-video > i::before {
    margin-right: 0;
}

.btn-view-video:hover {
    background: #ff7f00;
    color: #fff;
    border: 1px solid #ff7f00;
}

#slvj-close-icon {
    background: none;
}

.product-preview.image-small {
    width: 83%;
    margin: 0 auto;
    padding-top: 20px;
}

.product-preview.image-small a img {
    padding: 10px;
}

.product-info-main {
    margin-top: 80px;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.product-info-main .product-name a {
    font-size: 20px;
    padding-bottom: 12px;
    display: inline-block;
}

.product-info-main .star-rating {
    font-size: 15px;
    margin-bottom: 10px;
}

.product-info-main .review {
    font-size: 13px;
    margin-right: 5px;
    color: #adadad;
}

.product-info-main .review:hover {
    color: #ff7f00;
}

.product-info-main .price {
    font-size: 22px;
    color: #f24e3d;
    margin-bottom: 27px;
}

.product-info-main .price del {
    font-size: 20px;
    color: #c7c7c7;
}

.product-info-main .stock.available {
    float: left;
    color: #ff7f00;
    margin-top: 20px;
}

.product-info-main .label-stock {
    color: #8e8e8e;
}

.product-info-main .product-des {
    color: #747474;
    padding: 15px 0 23px 0;
    border-top: 1px dotted #e6e6e6;
    border-bottom: 1px dotted #e6e6e6;
}

.product-info-main .select {
    line-height: 35px;
}

.product-info-main .select > span {
    display: inline-block;
    vertical-align: bottom;
    min-width: 45px;
    color: #5b5b5b;
}

.select-detail {
    max-width: 100%;
    min-width: 213px;
    margin-top: 25px;
    outline: none;
    padding: 0 12px;
    border: 1px solid #ececec;
    height: 35px;
    line-height: 35px;
    color: #5b5b5b;
}

select {
    background-image: url(https://papazh.com/images/select-arrow.jpg) !important;
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #fff;
}

.quantity-cart {
    width: 100%;
    margin-top: 25px;
    border-top: 1px dotted #e6e6e6;
    padding-top: 25px;
    padding-bottom: 16px;
}

.quantity {
    display: inline-block;
}

.quantity-cart .btn-add-to-cart {
    float: left;
    margin-left: 0px;
    padding: 11px 64px 11.5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #ff9933;
    border: none;
}

.quantity-cart .btn-add-to-cart:hover {
    opacity: 0.6;
}

.quantity .quantity-title {
    float: right;
    margin-top: 15px;
    color: #5b5b5b;
    min-width: 48.5px;
}

.buttons-added {
    border-radius: 3px;
    max-width: 220px;
    display: table;
}

.buttons-added .sign {
    width: 50px;
    height: 50px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    text-align: center;
    color: #b2b2b2;
    line-height: 50px;
    margin-bottom: 4px;
    background: #f9f9f9;
    float: right;
}

.buttons-added .sign:hover {
    background: #ff7f00;
    color: #fff;
    border: 1px solid #ff7f00;
}

.buttons-added input {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #2a2a2a;
    text-align: center;
    padding: 12px 42px 10px 42px;
    line-height: 26px;
    height: 50px;
    border-right: none;
    border-left: none;
    float: right;
    border-radius: 0;
}

.product-info-main .inner {
    display: inline-block;
}

.product-info-main .compare {
    margin-left: 15px;
}

.btn-share {
    display: block;
    padding-top: 15px;
}

.tab-details-product {
    padding-top: 76px;
    padding-bottom: 47px;
    display: inline-block;
    width: 100%;
}

.tab-details-product li {
    display: inline-block;
    margin-left: 5px;
}

.tab-details-product li > a {
    font-size: 15px;
    color: #2a2a2a;
    padding: 13px 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: inline-block;
}

.tab-details-product li.active > a,
.tab-details-product li:hover > a {
    background-color: #ff7f00;
    color: #fff;
}

.tab-details-product .box-tab.nav-tab {
    border-bottom: 1px solid #ececec;
}

.tab-details-product .box-content {
    padding: 27px 0;
}

.tab-details-product .box-content p:nth-child(2) {
    padding-top: 25px;
}

.block-product-title {
    font-size: 20px;
    color: #2a2a2a;
    position: relative;
    margin-right: 15px;
    padding-bottom: 18px;
}

.block-product-title:after {
    display: inline-block;
    position: absolute;
    content: '';
    background: #f1f1f1;
    height: 1px;
    width: 101%;
    right: -15px;
    bottom: 0;
}

.block-product-title:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: #ff7f00;
    width: 3px;
    height: 14px;
    top: 13px;
    right: -15px;
}

.block-product-one-row.rate-product {
    padding-top: 38px;
}

.block-banner-sidebar {
    padding-top: 18px;
}

@media (max-width: 2000px) {
    .slider-for {
        width: 82%;
    }

    .btn-view-video {
        bottom: 66px;
        left: 35px;
    }

    .image-preview-container .btn-view-video {
        bottom: 136px;
        left: 20px;
    }
}

@media (max-width: 1366px) {
    .btn-view-video {
        bottom: 58px;
        left: 35px;
        padding: 4.5px 25px;
    }

    .image-preview-container .btn-view-video {
        bottom: 115.5px;
    }

    .slider-nav {
        margin-top: 0;
    }

    .slick-vertical .slick-slide {
        padding-bottom: 18px;
    }

    .slick-prev.slick-arrow {
        top: -15px;
    }
}

@media (max-width: 1199px) {
    .btn-view-video {
        bottom: 59.5px;
        left: 26px;
    }

    .image-preview-container .btn-view-video {
        bottom: 135px;
    }
}

@media (max-width: 1024px) {
    .product-info-main {
        margin-top: 40px;
    }

    .slider-for {
        width: 100%;
        padding-right: 0;
    }

    .slider-nav {
        position: absolute;
        bottom: -100px;
        width: 100%;
        margin: 0 auto;
    }

    .slider-nav .slick-list {
        width: 80%;
        margin: 0 auto;
    }

    .slick-initialized .slick-slide {
        margin-left: 8px;
    }

    .slick-prev.slick-arrow {
        position: absolute;
        right: 12px;
        top: 43.75%;
    }

    .slick-prev:after {
        content: "\f105";
    }

    .slick-next.slick-arrow {
        position: absolute;
        left: 2px;
        top: 36%;
        right: inherit;
    }

    .slick-next:after {
        content: "\f104";
    }

    .btn-view-video {
        bottom: 26px;
    }

    .image-preview-container .btn-view-video {
        bottom: 115px;
        left: 13px;
    }

    .is-sticky .product-info-main {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .slider-nav {
        bottom: -190px;
    }

    .product-info-main {
        margin-top: 220px;
    }

    .image-preview-container .btn-view-video {
        bottom: 182px;
    }
}

@media (max-width: 767px) {
    .slider-nav {
        bottom: -150px;
    }

    #slvj-back-lightbox {
        width: 100%;
        height: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }

    #slvj-video-embed {
        width: 100%;
        height: 100%;
    }

    .image-preview-container .btn-view-video {
        bottom: 204px;
    }
}

@media (max-width: 640px) {
    .slider-nav {
        bottom: -120px;
    }

    .product-info-main {
        margin-top: 150px;
    }

    .tab-details-product li > a {
        padding: 10px 20px;
    }

    .select-detail {
        width: 100%;
        margin-top: 0;
    }

    .image-preview-container .btn-view-video {
        bottom: 190px;
    }
}

@media (max-width: 480px) {
    .slider-nav {
        bottom: -100px;
    }

    .tab-details-product li,
    .tab-details-product li > a {
        width: 100%;
        margin-bottom: 3px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .product-info-main .stock.available {
        float: inherit;
        margin-top: -10px;
    }

    .quantity-cart .btn-add-to-cart {
        float: inherit;
        display: block;
        margin-top: 10px;
        width: 100%;
    }

    .btn-view-video {
        bottom: 20px;
        left: 20px;
    }

    .image-preview-container .btn-view-video {
        bottom: 140px;
    }

    .single-left .product-item:nth-child(1) img,
    .single-left .product-item:nth-child(3) img {
        border-left: 1px solid #f1f1f1;
    }

    .single-left .product-item:nth-child(1) img,
    .single-left .product-item:nth-child(2) img {
        border-bottom: #f1f1f1;
    }

    .single-left .product-item:nth-child(3) img {
        border-bottom: 1px solid transparent;
    }
}

@media (max-width: 320px) {
    .image-preview-container .btn-view-video {
        bottom: 100px;
    }
}


/***testimonials***/

.block-testimonials {
    padding-top: 54px;
}

.block-testimonials-content .testimonial-des {
    color: #848484;
    font-style: italic;
    background: #f5f5f5;
    padding: 17px 20px;
    position: relative;
    line-height: 2;
}

.block-testimonials-content .testimonial-des:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 100%;
    right: 45px;
    border-top: 14px solid #f5f5f5;
    border-right: 0 solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 0 solid transparent
}

.block-testimonials-content .testimonial-info {
    margin-top: 30px;
}

.block-testimonials-content .author-info {
    overflow: hidden;
    margin-right: 20px;
    display: inline-block;
    margin-top: 14px;
}

.block-testimonials-content .author {
    float: right;
}

.block-testimonials-content .author-name {
    display: block;
    color: #333333;
}

.block-testimonials-content .author-adres {
    color: #afafaf;
    font-size: 12px;
}

@media (max-width: 991px) {
    .product-sticky {
        position: relative !important;
        padding-top: 30px;
    }
}


/***shopping-cart***/

.block-title-inner {
    font-size: 22px;
    color: #2a2a2a;
    margin-top: 60px;
    margin-bottom: 38px;
}

.block-title-inner:before {
    height: 16px;
}

.form-cart {
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.form-cart .table {
    margin-bottom: 0;
}

.table > thead > tr > th {
    text-align: center;
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    padding: 12.5px 0px;
}

.table > thead > tr > th:last-child {
    border-left: none;
}

.table > tbody > tr > td {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    vertical-align: middle;
}

.table > tbody > tr > td:last-child {
    border-left: none;
}

.form-cart .table td.tb-image {
    width: 682px;
    padding: 23px 23px 23px 0;
}

.form-cart .table td.tb-code {
    padding: 45px 0;
    width: 270px;
    text-align: center;
    font-size: 15px;
}

.form-cart .table td.tb-qty {
    width: 270px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 70px 0;
    text-align: center;
}

.form-cart .quantity .input-text {
    padding: 3.5px 22.5px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    color: #4d4d4d;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}

.form-cart .remove-shopping {
    display: block;
    font-size: 8px;
    border-radius: 50%;
    padding: 2px;
    background: #dfdfdf;
    width: 18px;
    height: 18px;
    line-height: 14px;
    color: #676767;
    margin: 0 auto;
    text-align: center;
}

.form-cart .remove-shopping:hover {
    background: #ff7f00;
    color: #fff;
}

.form-cart .table td.tb-price {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding: 83px 0;
    width: 270px;
    text-align: center;
}

.form-cart .table .tb-price .price {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 500;
    padding-top: 0;
}

.form-cart .table td.tb-total {
    padding: 84px 0;
    width: 270px;
    text-align: center;
}

.form-cart .table .tb-total .price {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 500;
    padding-top: 0;
}

.form-cart .item-photo {
    float: right;
}

.form-cart .tb-info {
    overflow: hidden;
    padding-right: 26px;
    padding-top: 22px;
}

.form-cart .tb-info span {
    display: block;
    color: #7b7b7b;
    line-height: 2;
}

.form-cart .product-name a {
    padding-bottom: 10px;
    display: inline-block;
}

.tab-shopping {
    padding-top: 62px;
    width: 100%;
}

.tab-shoppping-cart .box-tab {
    width: 29.8%;
    border: 1px solid #f0f0f0;
    background: #fdfdfd;
    padding: 30px 0 87px 0;
    float: right;
}

.tab-shoppping-cart .box-tab li {
    list-style: none;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}

.tab-shoppping-cart .box-tab li a {
    color: #676767;
    display: block;
    padding: 11px 20px;
    background: #fdfdfd;
}

.tab-shoppping-cart .box-tab li a:hover,
.tab-shoppping-cart .box-tab li.active a {
    background: #ff7f00;
    color: #fff;
}

.tab-shoppping-cart .tab-container {
    overflow: hidden;
    width: 70.2%;
    padding: 27px 55px 30px 30px;
    border: 1px solid #f0f0f0;
    border-right: none;
}

.tab-shoppping-cart .title-box-content {
    color: #555555;
    font-weight: 600;
}

.tab-shoppping-cart .box-select {
    width: 100%;
}

.tab-shoppping-cart .form-select-shopping .box-select > span {
    min-width: 132px;
    display: inline-block;
}

.tab-shoppping-cart .form-select-shopping .select-detail {
    width: calc(100% - 138px);
    margin-top: 20px;
    font-weight: 600;
    color: #959595;
    font-size: 12px;
    height: 39px;
    line-height: 38px;
}

.tab-shoppping-cart .form-select-shopping .text-post-code {
    margin-top: 20px;
    color: #959595;
    font-size: 12px;
    height: 39px;
    margin-left: 13px;
    width: calc(100% - 292px);
}

.btn-quocte {
    color: #fff;
    background: #bebebe;
    border-radius: 3px;
    padding: 7.5px 20px;
    font-weight: 500;
    font-size: 13px;
    width: 137.5px;
}

.tab-shoppping-cart {
    display: inline-block;
    margin-left: 30px;
    width: calc(100% - 570px);
}

.order-summary {
    width: 535px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}

.order-summary .table {
    margin-bottom: 0;
}

.order-summary .table > thead > tr > th {
    width: 270px;
    text-align: right;
    padding: 17px 30px 17px 30px;
}

.order-summary .table > thead > tr > th:nth-child(2) {
    text-align: center;
}

.order-summary .table > tbody > tr > td {
    padding: 12px 28px 11.5px 28px;
    font-size: 15px;
    color: #646464;
}

.order-summary .table > tbody > tr > td:nth-child(2) {
    text-align: center;
    color: #969696;
}

.order-summary .table > tbody > tr:last-child > td {
    font-size: 24px;
    color: #2a2a2a;
    padding: 37.5px 28px;
}

.group-button .form-row .button-submit {
    text-transform: uppercase;
    color: #fff;
    padding: 11px 23px;
    float: right;
    border-radius: 4px;
    margin-top: 24px;
}

.group-button .form-row .button-submit.btn-order {
    float: left;
    background: #ff7f00;
}

.group-button .form-row .button-submit:hover {
    background: #222;
}

@media (max-width: 1366px) {
    .tab-shoppping-cart {
        width: calc(100% - 434px);
    }

    .order-summary {
        width: 400px;
    }

    .tab-shoppping-cart .tab-container {
        padding: 27px 30px 30px;
    }
}

@media (max-width: 1199px) {
    .tab-shoppping-cart {
        width: calc(100% - 334px);
    }

    .tab-shoppping-cart .form-select-shopping .text-post-code {
        width: calc(100% - 280px);
    }

    .btn-quocte {
        padding: 9.5px 22.5px;
        width: 125.5px;
    }

    .order-summary {
        width: 300px;
    }

    .tab-shoppping-cart .box-tab li a {
        padding: 11px 10px;
    }
}

@media (max-width: 1024px) {
    .tab-shoppping-cart .box-tab li a {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .tab-shoppping-cart,
    .order-summary {
        width: 100%;
    }

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

    .form-cart .item-photo {
        zoom: 70%;
    }

    .form-cart .tb-info {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .form-cart .table td.tb-image {
        padding: 23px 0px 23px 0;
    }

    .tab-shoppping-cart .tab-container {
        padding: 27px 20px 30px;
    }

    .tab-shoppping-cart .form-select-shopping .select-detail {
        width: calc(100% - 99px);
    }

    .tab-shoppping-cart .form-select-shopping .box-select > span {
        min-width: 95px;
    }

    .tab-shoppping-cart .form-select-shopping .text-post-code {
        width: calc(100% - 240px);
    }

    .form-cart .table .table > tbody tr td {
        display: block;
        text-align: left;
    }

    .form-cart .table.table > tbody tr td:before {
        content: attr(data-title) " ";
        font-weight: 700;
        float: right;
        color: #2b2b2b;
        font-size: 15px;
    }

    .tb-image {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
    }

    .form-cart .table td.tb-image,
    .form-cart .table td.tb-code,
    .form-cart .table td.tb-qty,
    .form-cart .table td.tb-price,
    .form-cart .table td.tb-total {
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px;
        border: none;
    }

    .form-cart .table > thead {
        display: none;
    }

    .form-cart .table td.tb-image {
        padding: 10px;
    }

    .form-cart .item-photo {
        float: inherit;
    }

    .form-cart .table tr {
        border-bottom: 1px solid #f0f0f0;
    }

    .btn-quocte {
        width: 124.5px;
    }
}

@media (max-width: 640px) {
    .tab-shoppping-cart {
        margin-left: 0;
    }

    .tab-shoppping-cart .box-tab {
        float: inherit;
    }

    .tab-shoppping-cart .box-tab {
        width: 100%;
        padding: 0;
    }

    .tab-shoppping-cart .box-tab li:last-child {
        border-bottom: none;
    }

    .tab-shoppping-cart .tab-container {
        width: 100%;
        border-top: none;
        border-right: 1px solid #f0f0f0;
    }

    .tab-shoppping-cart .box-tab li {
    }
}

@media (max-width: 479px) {
    .tab-shoppping-cart .tab-container {
        padding: 15px;
    }

    .tab-shoppping-cart .form-select-shopping .text-post-code {
        width: calc(100% - 189px);
        margin-left: 0px;
        padding-right: 5px;
    }

    .btn-quocte {
        padding: 9.5px 4px;
    }

    .group-button .form-row .button-submit {
        margin-left: 30px;
    }

    .group-button .form-row .button-submit.btn-order {
        float: right;
    }
}


/***block-categories***/

.product-item.style-4 .product-thumb {
    padding: 0;
}

.product-item.style-4 .product-thumb:after {
    background: rgba(146, 146, 146, 0.6);
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-item.style-4:hover .product-thumb:after {
    opacity: 1;
    visibility: visible;
}

.product-thumb .icon-hover {
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 22;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item.style-4:hover .icon-hover {
    opacity: 1;
    visibility: visible;
}

.icon-plus {
    display: inline-block;
    margin-top: 2px;
}

.icon-plus:after {
    content: '+';
    font-size: 55px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.icon-plus:hover:after {
    color: #ff7f00;
}


/***block-brand***/

.block-brand {
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin-top: 78px;
    padding: 12px 1px;
}


/***home1***/

.block-banner {
    padding-top: 18px;
}

.block-banner.opt-2 {
    padding-top: 10px;
}

.block-tab-product {
    padding-top: 40px;
}

.block-tab-product.opt-3 {
    padding-top: 70px;
}

.title-block {
    padding: 16.5px 19.5px;
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 15px;
    color: #ffffff;
    background: #585e6a;
    margin-bottom: 0;
}

.tab-product.tab-product-fade-effect {
    position: relative;
}

.block-tab-image-product {
    padding-top: 80px;
}

.block-tab-image-product.featured.opt-3 {
    padding-top: 63px;
}

.block-recomment {
    padding-top: 75px;
}

.block-recomment.opt-2 {
    padding-top: 60px;
}

.block-recently {
    padding-top: 40px;
}

.product-item.style-5 .hover-hidden {
    position: relative;
    opacity: 1;
    visibility: visible;
    text-align: center;
    padding: 0;
}

.product-item.style-5 .hover-hidden {
    top: 0;
    box-shadow: none;
}

.product-item.style-5 .product-innfo {
    text-align: right;
}

.product-item.style-5 .inner {
    display: inline-block;
}

.block-deal-of-day .product-item.style-5 .wishlist,
.block-deal-of-day .product-item.style-5 .compare,
.block-deal-of-day .product-item.style-5 .gmail,
.block-deal-of-day .product-item.style-5 .btn-add-to-cart {
    float: right;
}

.product-item.style-5 .price {
    font-size: 18px;
    font-weight: 500;
}

.block-tab-image-product .product-item.style-5 .price {
    margin-top: 7px;
}

.block-tab-image-product .product-item.style-5 .hover-hidden .product-des {
    padding-top: 10px;
}

.product-item.style-5 .price del {
    font-size: 16px;
}

.categories-item li {
    list-style: none;
    line-height: 2;
}

.categories-item li a {
    color: #9c9c9c;
    margin-bottom: 2px;
    display: inline-block;
}

.categories-item li a:hover {
    color: #ff7f00;
}

.categories-name a {
    font-size: 14px;
    color: #333;
    padding: 26px 0 8px 0;
    display: inline-block;
    font-weight: 600;
}

.categories-name a:hover {
    color: #ff7f00;
}

.product-item.style-4 .product-innfo {
    padding: 0;
}

.product-innfo .shop-now,
.read-more-homepage {
    color: #ff7f00;
    padding-top: 22px;
    display: inline-block;
}

.product-innfo .shop-now:after,
.read-more-homepage:after {
    content: "\f177";
    font-family: 'FontAwesome';
    margin-right: 7px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-innfo .shop-now:hover:after {
    margin-right: 10px;
}

.block-product-categories {
    padding-top: 76px;
}

.block-categories {
    padding-top: 18px;
}

.block-deal-of-day {
    border: 1px solid #f1f1f1;
    padding: 5px 0;
    margin-top: 75px;
    /* background: #fff; */
}

.block-deal-of-day.style2 .product-item.style-5 .product-name a,
.block-tab-image-product .product-item.style-5 .product-name a,
.block-deal-of-day .deal-right .product-name a {
    font-size: 18px;
}

.block-deal-of-day.style2 .product-item.style-5 .availability {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    margin-top: 0;
}

.block-deal-of-day .deal-left {
    max-width: 630px;
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 36%;
}

.block-deal-of-day .owl-thumbs {
    /*position: absolute;*/
    max-width: 400px;
    display: flex;
    /*top: 14px;*/
    /*left: -140px;*/
}

.owl-thumb-item {
    width: 100px;
    max-height: 120px;
}

.block-deal-of-day button {
    padding: 0;
    margin-bottom: 19px;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
}

.block-deal-of-day button {
    /* border: 1px solid #f1f1f1; */
}

.block-deal-of-day button:hover {
    /* border: 1px solid #f1f1f1; */
    /* background-color: none !important; */
    /* background: none !important; */
}

.block-deal-of-day button.active {
    /* border: 1px solid #ff7f00; */
    /* border: 1px solid #00ffe7; */
    background-color: none !important;
    opacity: 0.5;
}

.block-deal-of-day button.active:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ff7f00;
    border-top: 5px solid transparent;
    position: absolute;
    top: 48%;
    right: 0;
    margin-right: -7px;
}

.block-deal-of-day .deal-right {
    width: calc(100% - 901px);
    display: inline-block;
    margin-right: 196px;
    vertical-align: top;
}

.block-deal-of-day .product-item.style-5 .product-innfo,
.block-deal-of-day .product-item.style-5 .hover-hidden {
    text-align: right;
    padding: 0;
}

.block-deal-of-day.style2 .product-item.style-5 .product-innfo,
.block-deal-of-day.style2 .product-item.style-5 .hover-hidden,
.block-deal-of-day.style2 .product-item.style-5 .product-inner {
    text-align: center;
}

.block-deal-of-day.style2 .product-item.style-5 .hover-hidden {
    padding-bottom: 15px;
}

.block-deal-of-day.style2 .product-item.style-5 .product-innfo {
    margin-top: 75px;
}

.block-deal-of-day.style2 .product-item.style-5 .product-inner {
    position: relative;
}

.block-deal-of-day.style2 .product-item.style-5 .product-thumb {
    padding: 0;
}

.block-deal-of-day.style2 .product-item.style-5 .product-count-down {
    float: inherit;
    margin-left: 0;
}

.count-down-title {
    font-size: 18px;
    text-align: center;
    color: #65bdc9;
    font-weight: bold;
    float: right;
    margin: 30px 50px;
}

.kt-countdown {
    margin-bottom: 30px;
}

.box-count-down {
    overflow: hidden;
}

.product-count-down {
    float: right;
    margin-left: 34px;
    direction: ltr;
}

.product-count-down .box-count {
    text-align: center;
    display: inline-block;
    padding-left: 10px;
    margin-top: 17px;
}

.product-count-down .number {
    color: #585e6a;
    font-size: 16px;
    font-weight: bold;
    padding-top: 1px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    width: 48px;
    height: 35px;
    line-height: 32px;
}

.product-count-down .box-count .text {
    font-size: 14px;
    display: block;
    color: #a9a9a9;
    text-transform: initial;
    margin-top: 5px;
}

.product-count-down .dot {
    vertical-align: top;
    margin-top: 24px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    color: #585e6a;
    font-size: 16px;
}

.availability {
    margin: 5px 0;
    overflow: hidden;
    display: inline-block;
    width: 201px;
}

.count-title {
    font-weight: bold;
    color: #333;
}

.availability-title {
    display: block;
}

.availability-title-left,
.availability-title-right {
    font-weight: normal;
    color: #747474;
    margin-bottom: 3px;
}

.availability-title-left {
    float: right;
}

.availability-title-right {
    float: left;
}

.availability-max {
    background: #eeeeee none repeat scroll 100% 0;
    height: 9px;
    position: relative;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
}

.availability-min {
    background: #43f1c9 none repeat scroll 100% 0;
    height: 9px;
    border-radius: 5px;
    right: 0;
    position: absolute;
    top: 0;
    width: 92px;
}

.block-deal-of-day .product-item.style-5 .price {
    font-size: 24px;
    padding-top: 10px;
}

.block-deal-of-day.style2 .product-item.style-5 .price {
    font-size: 18px;
    margin-bottom: 2px;
}

.block-deal-of-day .product-item.style-5 .price del {
    font-size: 20px;
}

.block-deal-of-day.style2 .product-item.style-5 .price del {
    font-size: 16px;
}

.block-deal-of-day .hover-hidden p {
    color: #747474;
    font-size: 13px;
    padding: 18px 0 37px 0;
}

.block-deal-of-day .product-item.style-5 .btn-add-to-cart {
    margin-left: 15px;
}

.block-deal-of-day .product-item.style-5 .wishlist {
    margin-left: 15px;
}

.block-title.style2 {
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 26px;
}

.block-product-categories .product-item.style-2 {
    border-bottom: none;
    padding: 4px 0;
    margin: 0;
}

.block-product-categories .product-item.style-2 .product-thumb {
    float: right;
    padding: 10px 0 10px 17px;
}

.block-product-categories .product-item.style-2 .quick-view {
    margin-right: -8.5px;
}

.block-procduct {
    width: calc(100% - 589px);
    display: inline-block;
    padding-top: 50px;
}

@media (max-width: 2000px) {
    .block-deal-of-day .deal-left {
        max-width: 500px;
        width: 42.9%;
    }

    .block-deal-of-day .deal-right {
        width: calc(100% - 700px);
        padding-bottom: 20px;
    }

    .block-deal-of-day button {
        /*width: 86%;*/
    }

    .count-down-title {
        padding-top: 15px;
    }

    .block-product-categories .product-item.style-2 .product-thumb {
        padding: 10px 0 10px 10px;
    }
}

@media (max-width: 1366px) and (min-width: 1200px) {
    .block-deal-of-day .deal-left {
        max-width: 400px;
    }

    .block-deal-of-day button {
        width: 70%;
        margin-bottom: 15px;
    }

    .block-deal-of-day .deal-right {
        width: calc(100% - 555px);
        padding-bottom: 20px;
        margin-right: 150px;
    }

    .block-procduct {
        width: calc(100% - 491px);
    }

    .block-procduct.opt-5 {
        width: calc(100% - 589px);
    }

    .block-deal-of-day.style2 .product-item.style-5 .availability {
        top: 56.5%;
    }

    .block-product-categories .product-item.style-2 .product-thumb {
        float: inherit;
    }
}

@media (max-width: 1199px) {
    .kt-countdown {
        margin-bottom: 20px;
    }

    .block-deal-of-day .owl-thumbs {
        position: relative;
        max-width: 100%;
        left: 0
    }

    .block-deal-of-day button {
        width: 24%;
    }

    .block-deal-of-day button.active:before {
        border-right: 5px solid transparent;
        border-bottom: 6px solid #ff7f00;
        border-left: 5px solid transparent;
        top: 0;
        right: 47%;
        margin-right: 0;
        margin-top: -11px;
    }

    .block-deal-of-day .deal-right {
        width: calc(100% - 515px);
        margin-right: 10px;
    }

    .block-procduct {
        width: calc(100% - 391px);
    }

    .block-deal-of-day.style2 .product-item.style-5 .availability {
        top: 50.5%;
    }

    .block-product-categories.opt-2 .block-product {
        margin-bottom: 50px;
    }

    .block-deal-of-day.style2 .product-item.style-5 .product-innfo {
        padding-top: 35px;
    }
}

@media (max-width: 1024px) {
    .block-deal-of-day .deal-left {
        max-width: 400px;
        width: 48.5%;
    }

    .block-deal-of-day .deal-right {
        width: calc(100% - 414px);
    }

    .product-count-down .box-count {
        padding-left: 9px;
    }
}

@media (max-width: 767px) {
    .block-deal-of-day .deal-left {
        max-width: 100%;
        width: 100%;
    }

    .block-deal-of-day button {
        width: 22%;
        margin-left: 13px;
    }

    .block-deal-of-day button img {
        width: 100%;
    }

    .block-deal-of-day button:last-child {
        margin-left: 0;
    }

    .block-deal-of-day .deal-right {
        width: 95%;
    }

    .block-tab-image-product .title-of-block {
        margin-bottom: 20px;
    }

    .tab-panel .product-item.style-5 {
        margin-bottom: 30px;
    }

    .block-procduct {
        width: 100%;
    }

    .block-deal-of-day.style2 .product-item.style-5 .availability {
        top: 66.5%;
    }
}

@media (max-width: 640px) {
    .block-deal-of-day.style2 .product-item.style-5 .availability {
        top: 60.5%;
    }
}

@media (max-width: 480px) {
    /* .header-opt-1 .header-content .col-md-3 {
		width: 100%;
	} */
    .header-opt-1 .header-content .logo-header {
        float: inherit;
        text-align: center;
    }

    /* .header-opt-1 .header-content .text-align-right {
		text-align: center;
		padding-top: 0px;
	} */
    .block-deal-of-day button {
        margin-left: 6px;
    }

    /* .owl-nav {
		display: none;
	} */
    .block-deal-of-day.style2 .product-item.style-5 .availability {
        top: 56.5%;
    }
}

@media (max-width: 440px) {
    .block-deal-of-day.style2 .product-item.style-5 .availability {
        top: 53.5%;
    }

    .product-count-down .box-count {
        margin-left: 1px;
        padding-left: 4px;
    }

    .product-count-down .dot {
        margin-left: 4px;
    }
}

@media (max-width: 400px) {
    .block-deal-of-day.style2 .product-item.style-5 .availability {
        display: none;
    }
}


/***home2***/

.product-item.style-6 {
    overflow: hidden;
}

.product-item.style-6:hover {
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.product-item.style-6 .product-thumb {
    float: right;
    padding: 20px 10px 15px 10px;
}

.product-item.style-6 .product-innfo {
    overflow: hidden;
    padding: 33px 6px 0 20px;
}

.product-item.style-6 .hover-hidden {
    box-shadow: none;
    top: 0;
    opacity: 1;
    visibility: visible;
    padding: 0;
    position: relative;
}

.product-item.style-6 .product-des {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 0;
    right: 0;
}

.product-item.style-6 .inner {
    margin-top: -49px;
}

.product-item.style-6:hover .product-des {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.product-item.style-6:hover .inner {
    margin-top: 0;
}

.product-item.style-6 .wishlist,
.product-item.style-6 .compare {
    opacity: 0;
    visibility: hidden;
}

.product-item.style-6:hover .wishlist,
.product-item.style-6:hover .compare {
    opacity: 1;
    visibility: visible;
}

.product-item.style-6 .star-rating {
    font-size: 12px;
    margin: 5px 0 0 0;
}

.price {
    padding-top: 0;
    text-align: center;
    /* padding: 10px;
    text-align: center;
    background: #fff;
    margin-top: 60px;
    box-shadow: 0 0 3px #c3c3c8;
    border-radius: 5px; */
}

@media (max-width: 2000px) {
    .product-item.style-6 .product-thumb {
        width: 50%;
        padding: 30px 10px;
    }
}

@media (max-width: 1530px) {
    .product-item.style-6 .product-thumb {
        width: 45%;
        padding: 40px 10px;
    }

    .product-item.style-6 .product-innfo {
        padding-top: 80px;
    }

    .btn-add-to-cart {
        padding-left: 9px;
        padding-right: 9px;
        float: right;
    }
}

@media (max-width: 1366px) and (min-width: 1200px) {
    .product-item.style-6 .product-innfo {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .product-item.style-6 .btn-add-to-cart {
        padding: 9px 6px;
    }

    .product-item.style-6 .wishlist,
    .product-item.style-6 .btn-add-to-cart {
        margin-left: 6px;
    }
}

@media (max-width: 1199px) {
    .product-item.style-6 .product-innfo {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .product-item.style-6 .product-thumb {
        float: inherit;
        text-align: center;
        width: 100%;
    }

    .product-item.style-6 .product-innfo {
        padding: 20px;
    }

    .product-item.style-6 .btn-add-to-cart {
        padding: 9px 6px;
    }

    .product-item.style-6 .product-des {
        padding: 10px 0;
        opacity: 1;
        visibility: visible;
    }

    .product-item.style-6 .hover-hidden p {
        margin: 12px 0 27px 0;
    }

    .product-item.style-6 .inner {
        margin-top: 0;
    }
}


/***home3***/

.block-deal-of-day.opt-3 {
    margin-top: 20px;
    border-radius: 7px;
}

.block-deal-of-day_n {
    border-radius: 7px;
    width: 96%;
    margin: 20px auto;
}

.block-deal-of-day.opt-3 .deal-left {
    max-width: 475px;
}

.block-deal-of-day.opt-3 .deal-left_gal_pr {
    max-width: 400px;
    /* border: 1px solid #95a39533; */
    background: #fff;
    border-radius: 5px;
}

.block-deal-of-day.opt-3 .deal-right {
    width: calc(100% - 675px);
}

.block-tab-image-product.featured.opt-3 .btn-add-to-cart {
    font-size: 13px;
    padding: 7px 11px;
    opacity: 0;
    overflow: hidden;
}

.block-tab-image-product.featured.opt-3 .product-item.style-6:hover .btn-add-to-cart {
    opacity: 1;
    overflow: visible;
}

.block-tab-image-product.featured.opt-3 .product-item.style-6 .inner {
    margin-top: 37px;
}

.block-blog.blog-home {
    padding-top: 40px;
}

.block-blog.blog-home .post-item .post-metas {
    padding: 16px 0 4px 0;
}

.block-blog.blog-home .post-metas .icon > i {
    margin-left: 8px;
}

.block-blog.blog-home .post-item .post-name {
    border: none;
    padding: 0;
    margin: 0;
}

.block-blog.blog-home .post-item .post-name a {
    font-size: 14px;
    color: #373737;
    font-weight: 600;
}

.block-blog.blog-home .post-item .post-name a:hover {
    color: #ff7f00;
}

.block-blog.blog-home .post-content p {
    padding-top: 3px;
}

.promotion-banner.promotion-banner-sidebar {
    margin-top: 66px;
}

@media (max-width: 2000px) {
    .block-deal-of-day.opt-3 .deal-right {
        margin-right: 160px;
        width: calc(100% - 639px);
        padding-left: 10px;
    }

    .block-deal-of-day.opt-3 .deal-right .kt-countdown {
        margin-bottom: 15px;
    }
}

@media (max-width: 1366px) {
    .block-deal-of-day.opt-3 .owl-thumbs {
        position: relative;
        max-width: 100%;
        left: 0;
        text-align: center;
        margin-top: 50px;
    }

    .block-deal-of-day.opt-3 button {
        width: 50%;
    }


    .block-deal-of-day.opt-3 button:hover {
        /* background: #0e8479 !important; */

    }


    .block-deal-of-day.opt-3 button.active:before {
        border-right: 5px solid transparent;
        /* border-bottom: 6px solid #ff7f00; */
        border-bottom: 6px solid #00ffe7;
        border-left: 5px solid transparent;
        top: 0;
        right: 47%;
        margin-right: 0;
        margin-top: -11px;
    }

    .block-deal-of-day.opt-3 .deal-right {
        margin-right: 16px;
        width: calc(100% - 430px);
    }
}

@media (max-width: 1199px) {
    .block-deal-of-day.opt-3 .deal-left {
        max-width: 400px;
    }

    .block-deal-of-day.opt-3 .deal-right {
        width: calc(100% - 420px);
    }
}

@media (max-width: 991px) {
    .block-tab-image-product.featured.opt-3 .box-tabs.style3 li {
        margin-top: 10px;
    }

    .block-deal-of-day.opt-3 .deal-left {
        width: 100%;
        max-width: 100%;
    }

    .block-deal-of-day.opt-3 .deal-right {
        width: 97%;
    }

    .block-deal-of-day.opt-3 button {
        width: 50%;
    }

    .block-tab-product.opt-3 .owl-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .promotion-banner.promotion-banner-sidebar,
    .promotion-banner.banner-sidebar {
        text-align: center;
    }
}


/***home4***/

.header-opt-2 .header-top .share a {
    font-weight: bold;
    font-size: 17px;
    margin-right: 6px;
}

.header-opt-2 .header-top-left .share i {
    color: #636363;
}

.header-opt-2 .header-top-left .share i:hover {
    color: #ff7f00;
}

.header-opt-2 .header-content {
    padding: 33px 0 33px 0;
}

.header-opt-2 .header-menu {
    display: block;
}

.header-opt-2 .header-content-wrapper {
    display: table;
    width: 100%;
}

.header-opt-2 .logo-header {
    display: table-cell;
    vertical-align: middle;
}

.header-opt-2 .header-menu-resize {
    float: left;
    margin-top: 18px;
}

.header-opt-2 .is-sticky .header-menu-resize {
    margin-top: 16px;
}

.header-opt-2 .header-menu .menu-item-has-children.active,
.header-opt-2 .header-menu .menu-item-has-children:hover {
    background-color: #fff;
}

.header-opt-2 .header-menu .menu-item-has-children a {
    color: #2a2a2a;
}

.header-opt-2 .header-menu .menu-item-has-children a:hover {
    color: #ff7f00;
}

.header-opt-2 .content-minicart {
    width: 250px;
    display: inline-block;
}

.header-opt-2 .content-minicart {
    float: left;
    text-align: left;
}

.header-opt-2 .sticky-wrapper {
    height: 158px !important;
}

.header-opt-2 .sticky-wrapper.is-sticky {
    height: 85px !important;
}

.header-opt-2 .is-sticky .header-content {
    background-color: #fff;
    z-index: 99;
    padding: 13px 0;
    box-shadow: 0 0 6px 4px #e6e6e6;
}

.header-opt-2 .is-sticky .block-minicart.dropdown {
    padding-bottom: 18px;
}

.header-opt-2 .header-menu .menu-item-has-children {
    line-height: 59px;
}

.header-opt-2 .box-vertical-megamenus {
    padding-left: 40px;
    position: relative;
}

.header-opt-2 .box-vertical-megamenus .title {
    background-color: #ff9933;
}

.header-opt-2 .block-search,
.contact-header {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-top: 1px;
    text-align: left;
}

.header-opt-2 .block-search {
    padding-bottom: 1px;
}

.contact-header .contact-header-right {
    width: 370px;
}

.contact-header .contact-header-right li {
    display: inline-block;
    margin-right: 28px;
    vertical-align: middle;
}

.contact-header .contact-header-right li:first-child {
    margin-right: 0;
}

.contact-header .contact-header-right .icon {
    font-size: 18px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ffa64d;
    text-align: center;
}

.contact-header .contact-header-right .content {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-right: 10px;
    text-align: right;
}

.contact-header .contact-header-right .content .name {
    margin-bottom: 5px;
    line-height: 1;
    position: relative;
    top: 3px;
}

.contact-header .contact-header-right .content .text {
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    position: relative;
    top: 3px;
}

.header-opt-2 .form-content {
    background-color: #fff;
    border: none;
    position: relative;
    display: table;
    max-width: 950px;
    width: 100%;
}

.header-opt-2 .form-content .search-input,
.header-opt-2 .form-content .categori-search {
    display: table-cell;
    vertical-align: middle;
}

.header-opt-2 .form-content .categori-search:before {
    top: 14px;
    right: 0;
}

.header-opt-2 .form-content .btn-search {
    background-color: #393d45;
}

.header-opt-2 .form-content .search-input .input {
    width: 700px;
}

.block-slide.slide-opt-4 {
    width: calc(100% - 605px);
    display: inline-block;
    margin-left: 26px;
    margin-top: 40px;
    margin-bottom: 5px;
}

.block-slide.slide-opt-4 .banner-slide {
    width: 100%;
}

.block-slide.slide-opt-4 .banner-slide .promotion-banner {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-top: 30px;
}

.block-slide.slide-opt-4 .banner-slide .promotion-banner:last-child {
    margin-left: 0;
}

.block-deal-of-day.style2.opt-4 .product-item.style-5 {
    padding: 16px 19px 0 19px;
}

.block-deal-of-day.style2.opt-4 .kt-countdown {
    margin-bottom: 29px;
}

.block-deal-of-day.style2.opt-4 .product-item.style-5 .availability {
    position: relative;
    right: 0;
    transform: inherit;
    margin-top: 5px;
}

.block-deal-of-day.style2.opt-4 .product-item.style-5 .product-innfo {
}

.block-deal-of-day.style2.opt-4 .product-item.style-5 .product-innfo {
    margin-top: 6px;
}

.margin-left-16 {
    margin-right: 300px;
}

.block-categories.style2 .product-item.style-4 {
    text-align: center;
}

.block-categories.style2 .product-item.style-4 .categories-name a {
    padding-bottom: 1px;
}

@media (max-width: 1700px) {
    .header-opt-2 .box-vertical-megamenus {
        padding-left: 20px;
    }

    .header-opt-2 .form-content .search-input {
        width: 100%;
    }

    .header-opt-2 .form-content .search-input .input {
        width: 100%;
    }
}

@media (max-width: 2000px) {
    .block-slide.slide-opt-4 {
        width: calc(100% - 530px);
    }

    .owl-carousel.nav-style4 .owl-nav .owl-prev {
        right: -24.6%;
        top: 65.5%;
    }

    .owl-carousel.nav-style4 .owl-nav .owl-next {
        right: -21.4%;
        top: 65.5%;
    }
}

@media (max-width: 1366px) {
    .header-opt-2 .header-menu .menu-item-has-children {
        padding: 0 18px;
    }

    .block-slide.slide-opt-4 {
        width: calc(100% - 480px);
    }

    .owl-carousel.nav-style4 .owl-nav .owl-prev {
        right: -38.6%;
        top: 75.5%;
    }

    .owl-carousel.nav-style4 .owl-nav .owl-next {
        right: -33.4%;
        top: 75.5%;
    }

    .header-opt-2 .content-minicart {
        width: 194px;
        display: inline-block;
    }
}

@media (max-width: 1199px) {
    .header-opt-2 .header-menu .menu-item-has-children {
        padding: 0 15px;
    }

    .header-opt-2 .logo-header,
    .header-opt-2 .content-minicart {
        width: 190px;
    }

    .header-opt-2 .content-minicart {
        width: 170px;
    }

    .header-opt-2 .form-content .categori-search {
        display: none;
    }

    .header-opt-2 .form-content .btn-search {
        width: 70px;
    }

    .block-slide.slide-opt-4 {
        width: 100%;
        margin-left: 0;
    }

    .owl-carousel.nav-style4 .owl-nav .owl-prev {
        right: -37.6%;
        top: 75.5%;
    }

    .owl-carousel.nav-style4 .owl-nav .owl-next {
        right: -32.4%;
        top: 75.5%;
    }
}

@media (max-width: 1024px) {
    .header-opt-2 .header-menu .menu-item-has-children {
        padding: 0;
        line-height: 45px;
    }

    .owl-carousel.nav-style4 .owl-nav .owl-prev {
        right: -47.6%;
        top: 65.5%;
    }

    .owl-carousel.nav-style4 .owl-nav .owl-next {
        right: -40.4%;
        top: 65.5%;
    }

    .header-opt-2 .form-content .categori-search .categori-search-option {
        width: inherit;
    }

    .header-opt-2 .form-content .categori-search {
        width: initial;
    }

    .header-opt-2 .box-vertical-megamenus {
        margin-left: 20px;
    }

    .header-opt-2 .contact-header,
    .header-opt-2 .block-search {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-opt-2 .header-content {
        padding: 33px 0 32px 0;
    }

    .margin-left-16 {
        margin-right: 0;
    }

    .owl-carousel.nav-style4 .owl-nav .owl-prev,
    .owl-carousel.nav-style4 .owl-nav .owl-next {
        display: none;
    }

    .block-slide.slide-opt-4 .banner-slide {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .header-opt-2 .logo-header,
    .header-opt-2 .content-minicart {
        width: 100%;
        text-align: center;
        float: inherit;
        padding-top: 25px;
        display: block;
    }

    .header-opt-2 .content-minicart {
        padding-top: 21px;
        padding-bottom: 15px;
    }

    .header-opt-2 .header-content {
        padding: 0;
    }

    .block-minicart .dropdown-menu {
        /* left: -200px; */
    }
}


/***home5***/

.deal-and-banner {
    padding-top: 60px;
}

.deal-and-banner .block-deal-of-day .deal-left {
    max-width: 485px;
    padding-bottom: 0;
}

.deal-and-banner .block-deal-of-day .deal-right {
    width: calc(100% - 685px);
    padding-left: 10px;
}

.deal-and-banner .block-deal-of-day {
    width: calc(100% - 356px);
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 0;
    margin-top: 0;
    vertical-align: top;
}

.deal-and-banner .promotion-banner {
    width: 322px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.block-banner.style2 + .block-procduct {
    padding-top: 74px;
}

.block-blog.blog-home.style2 {
    padding-bottom: 72px;
}

@media (max-width: 2000px) {
    .deal-and-banner .block-deal-of-day .deal-left {
        max-width: 450px;
    }

    .deal-and-banner .block-deal-of-day .deal-right {
        margin-right: 150px;
        width: calc(100% - 604px);
    }
}

@media (max-width: 1366px) {
    .deal-and-banner .block-deal-of-day .deal-right {
        margin-right: 20px;
        width: 53%;
    }

    .deal-and-banner .block-deal-of-day .owl-thumbs {
        position: relative;
        max-width: 100%;
        left: 0;
        text-align: center;
    }

    .deal-and-banner .block-deal-of-day button {
        width: 24%;
    }

    .deal-and-banner .block-deal-of-day button.active:before {
        border-right: 5px solid transparent;
        border-bottom: 6px solid #ff7f00;
        border-left: 5px solid transparent;
        top: 0;
        right: 47%;
        margin-right: 0;
        margin-top: -11px;
    }
}

.owl-thumbs_opt1 {
    text-align: center;
    margin-top: 10px;
    background: #fff;
    padding: 5px;
}

.im_pr_slid_desc {
    width: 90px;
}

.owl-thumb-item :hover {
    opacity: 0.9;
    background: #ff7f00;
}

@media (max-width: 1199px) {
    .deal-and-banner .block-deal-of-day .deal-left {
        max-width: 350px;
    }

    .deal-and-banner .block-deal-of-day .deal-right {
        margin-right: 10px;
        width: calc(100% - 364px);
    }

    .block-banner.style2 {
        width: 100%;
        margin-left: 0;
    }

    .block-banner.style2 .promotion-banner {
        display: inline-block;
        width: 49%;
    }

    .block-banner.style2 .promotion-banner:first-child {
        margin-left: 10px;
    }

    .block-procduct.opt-5 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .deal-and-banner .block-deal-of-day {
        width: 100%;
        margin-left: 0;
    }

    .deal-and-banner .promotion-banner {
        display: none;
    }
}

@media (max-width: 767px) {
    .deal-and-banner .block-deal-of-day .deal-left {
        max-width: 100%;
    }

    .deal-and-banner .block-deal-of-day .deal-right {
        width: 100%;
    }

    .block-banner.style2 .promotion-banner {
        width: 48%;
    }
}

@media (max-width: 640px) {
    .block-banner.style2 .promotion-banner {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .block-banner.style2 .promotion-banner {
        width: 100%;
    }
}


/***login***/

.title-login {
    /* font-size: 14px;
    text-align: center;
    color: #3e3d3d;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
	margin: 32px 0 22px 0; */
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    margin: 30px 0 10px 0;
    /* background: #6f93b5; */
    padding: 10px;
    border: 1px solid #2323;
    border-radius: 5px;
}

.p-title-login {
    font-size: 14px;
    color: #8e8e8e;
}

.register .p-title-login {
    font-size: 20px;
    color: #1a1a1a;
    padding-top: 50px;
    padding-bottom: 30px;
}

.group-btn-sign {
    padding-top: 30px;
    padding-bottom: 6px;
}

.group-btn-sign .btn {
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    background-color: #ccc;
    padding: 14px 28px;
    text-transform: none;
    margin-left: 30px;
}

.group-btn-sign .btn-facebook {
    background-color: #3d5c98;
}

.group-btn-sign .btn-twitter {
    background-color: #df225f;
    border-radius: 5px;
}

.group-btn-sign .btn:hover {
    background: #ff7f00;
}

.group-btn-sign .btn:last-child {
    margin-left: 0;
}

.group-btn-sign .btn i {
    font-size: 18px;
    margin-left: 9px;
}

.form-row label {
    /* display: block;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 12px; */
    display: block;
    font-weight: normal;
    margin-top: 0;
}

.form-row .input-text {


    width: 100%;
    /* height: 48px; */
    height: 37px;
    border-radius: 5px;
    border: 1px solid #2323;
    background: #caccca17;
}

.form-row .input-text:focus {
    border: 1px solid #3e77f1;
    box-shadow: 0 0 2px 3px #f1f1f1;
}

.login .inline-block .inline-block-li {
    font-size: 14px;
    color: #8e8e8e;
    padding-top: 26px;
    list-style: none;
}

.forgot-password {
    float: left;
    font-size: 14px;
    color: #a94442;
    margin-left: 82px;
    padding-top: 27px;
}

.forgot-password:hover {
    color: #2a2a2a;
}

.login .inline-block input {
    margin-left: 10px;
}

.form-row .button-submit {
    padding: 10px 47px;
    background-color: #26a69a;
    margin-top: 30px;
}

.register label.inline {
    margin-bottom: 16px;
}

.register li {
    list-style: none;
}

.login li {
    list-style: none;
}

.login label.inline {
    margin-top: 28px;
}


/***contact-us***/

.contact-title.title-block.style2 {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.form-contact .form-row:first-child label {
    margin-top: 35px;
}

.form-contact .form-row label {
    margin-bottom: 6px;
    margin-top: 17px;
}

.contact-info .form-row .input-text {
    width: 100%;
    height: 32px;
}

.form-row .textarea-control {
    width: 100%;
    padding: 5px 15px;
    height: 194px;
    resize: vertical;
}

.form-contact .form-row .button-submit {
    padding: 10px 38px;
    background-color: #ff7f00;
    margin-top: 15px;
}

.form-contact .form-row .button-submit:hover {
    background-color: #2a2a2a;
}

.track-your-order {
    text-align: center;
    padding-top: 135px;
    max-width: 1040px;
    margin: 0 auto;
}

.track-your-order-title {
    color: #1a1a1a;
    font-size: 36px;
    margin-bottom: 23px;
    line-height: 36px;
}

.track-your-order-des {
    font-size: 16px;
    color: #8e8e8e;
}

.track-your-order-content {
    padding: 34px 0 100px 0;
}

.track-your-order-content .form-row label {
    font-size: 18px;
    color: #1a1a1a;
}

.track-your-order-content .form-row {
    display: inline-block;
    vertical-align: bottom;
}

.track-your-order-content .form-row .input-text {
    max-width: 450px;
    margin-left: 25px;
    font-size: 14px;
    color: #b1b1b1;
    width: 488px;
}

.track-your-order-content .form-row .button-submit {
    background-color: #ff7f00;
    font-size: 14px;
    padding: 10px 43px;
}

.track-your-order-content .form-row .button-submit:hover {
    background-color: #212121;
}

@media (max-width: 1199px) {
    .group-btn-sign .btn {
        margin-bottom: 30px;
    }

    .track-your-order-content .form-row .input-text {
        max-width: 352px;
    }
}

@media (max-width: 991px) {
    .col-md-6:last-child .title-login {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .forgot-password {
        margin-left: 0;
    }
}

.single-product-sticky {
    position: relative;
    display: inline-block;
    width: 100%;
}

.single-left {
    position: relative;
    float: right;
    width: calc(50% - 20px);
    margin-left: 30px;
    margin-bottom: 5px;
}

.entry-summary {
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .single-left {
        display: inline-block;
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .single-product-sticky .summary.remove-sticky-detail.remove-sticky-detail-half {
        bottom: 0;
        position: absolute !important;
        top: auto !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

.logo-header {
    line-height: 80px;
    /* padding-right: 40px; */
}

.logo-header a img {
    line-height: 92px;
    width: 85px;
    height: 75px;
}

@media (max-width: 480px) {
    .header-content {
        /* padding: 25px 0 15px; */
        padding: 0;
    }

    .logo-header {
        line-height: 50px;
    }

    .block-minicart.dropdown {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .header-opt-2 .sticky-wrapper {
        height: auto !important;
    }

    .text-404-big {
        font-size: 180px;
    }

    .form-404 .input-subscribe {
        width: 200px;
    }

    .text-404-third {
        margin-bottom: 30px;
    }

    .tab-shoppping-cart .form-select-shopping {
        margin-top: 10px;
    }

    .tab-shoppping-cart .form-select-shopping .select-detail,
    .tab-shoppping-cart .form-select-shopping .text-post-code {
        width: 100%;
        margin-top: 0;
        margin-bottom: 16px;
    }
}

@media (max-width: 1199px) {
    .form-row .input-text {
        width: 100%;
    }

    .forgot-password {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .track-your-order-content .form-row {
        width: 100%;
    }

    .track-your-order-content .form-row .input-text {
        max-width: 100%;
        width: 100%;
    }

    .toolbar-full-width .title-primary {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .slider-nav .slick-track {
        left: -2px;
    }
}

@media (max-width: 480px) {
    .logo-header a img {
        line-height: 92px;
        width: 75px;
        height: 55px;
    }

}

@media (max-width: 480px) {
    .logo-header_ml a img {
        margin-right: -20px;
        height: 44px;
        margin-top: -8px;
    }

}


/* ***************************************************************** */


/* ***************************************************************** */


/* ***************************************************************** */


/* ***************************************************************** */


/* ***************************************************************** */


/* ***************************************************************** */

.cart_icon_header {
    width: 32px;
    height: 30px;
}

.page_section-1 {
    margin-top: 35px;
    margin-bottom: 15px;
}

.page_section-1 .banners-1.col-md-3 {
    padding-left: 0;
}

@media only screen and (max-width: 992px) {
    .page_section-1 .banners-1.col-md-3 {
        padding-left: 15px;
    }
}

.page_section-1 .banners-1 .banner_photo {
    border-radius: 0.4rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.page_section-1 .banners-1 .banner_photo img {
    border-radius: 0.4rem;
    width: 100%;
}

.page_section-1 .banners-2 .page__slider {
    overflow: hidden;
    border-radius: 0.4rem;
    margin-bottom: 1.5rem;
    /* box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 0px 7px rgba(0, 0, 0, 0.84); */
    /*box-shadow: 0 0px 7px rgba(0, 0, 0, 0.52);*/

}

.page_section-1 .banners-2 .page__slider .carousel .carousel-inner {
    overflow: hidden;
}

.page_section-1 .banners-2 .page__slider .carousel .carousel-inner .item {
    border-radius: 0.4rem 0.4rem 0 0;
    overflow: hidden;
}

@media (max-width: 576px) {
    .page_section-1 .banners-2 .page__slider .carousel .carousel-inner .item img {
        width: 100%;
        /*height: 200px;*/
        /*max-height: 200px;*/
        margin-top: 0;
    }
}

.page_section-1 .banners-2 .page__slider .carousel .slide-control {
    width: 100%;
    position: absolute;
    top: 45%;
}

.page_section-1 .banners-2 .page__slider .carousel .slide-control .carousel-control {
    width: 4% !important;
    height: 38px;
    /* background-color: rgba(255, 255, 255, 0.7); */
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.page_section-1 .banners-2 .page__slider .carousel .slide-control .carousel-control.left,
.page_section-1 .banners-2 .page__slider .carousel .slide-control .carousel-control.right {
    background-image: none;
}

.page_section-1 .banners-2 .page__slider .carousel .slide-control .carousel-control.left {
    border-radius: 0 0.4rem 0.4rem 0;
}

.page_section-1 .banners-2 .page__slider .carousel .slide-control .carousel-control.right {
    border-radius: 0.4rem 0 0 0.4rem;
}

.page_section-1 .banners-2 .page__slider .carousel .carousel-indicators {
    /*position: absolute;*/
    /*width: 100% !important;*/
    /*padding-right: 0;*/
    /*margin-bottom: -10px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
}

.page_section-1 .banners-2 .page__slider .carousel .carousel-indicators li {
    width: 100%;
    height: initial;
    margin: 0;
    text-indent: 0;
    padding: 1rem 2rem;
    display: block;
    cursor: pointer;
    border: none;
    border-radius: 0 !important;
    color: #434144;
    font-size: 1.2rem;
    background-color: #2423251f;
    border-radius: 0px !important;
    color: #ffffff;
}

.page_section-1 .banners-2 .page__slider .carousel .carousel-indicators li:hover {
    background-color: #cccccc;
}

.page_section-1 .banners-2 .page__slider .carousel .carousel-indicators li.active {
    background-color: #ffffff99;
    color: rgba(0,0,0,0.5);
}

@media (max-width: 576px) {
    .page_section-1 .banners-2 .page__slider .carousel .carousel-indicators li {
        font-size: 10px;
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .page_section-1 .banners-2 .page__slider .carousel .carousel-indicators li {
        font-size: 10px;
        padding: 12px;
    }
}

.page_section-1 .banners-2 .page__banners .banner_photo {
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.page_section-1 .banners-2 .page__banners .col-md-8 {
    padding-right: 0;
    padding-left: 8px;
}

.page_section-1 .banners-2 .page__banners .col-md-4 {
    padding-left: 0;
    padding-right: 8px;
}

@media only screen and (max-width: 992px) {
    .page_section-1 .banners-2 .page__banners .col-md-4,
    .page_section-1 .banners-2 .page__banners .col-md-8 {
        padding-right: 0;
        padding-left: 0;
    }
}

.page_section-1 .buy-steps ol {
    border: 1px #e5e5e5 solid;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.page_section-1 .buy-steps ol li {
    font-size: 1.2rem;
    width: 100%;
    background-color: #fcfcfc;
    padding: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
}

.page_section-1 .buy-steps ol li img {
    width: 25px;
    height: 25px;
    margin: 0 1rem;
}

.page_section-1 .buy-steps ol li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #f0f0f0;
    top: 50%;
    left: 0;
    position: absolute;
    overflow: auto;
    transform: translate(0%, -50%);
}

.page_section-1 .buy-steps ol li:last-of-type:before {
    content: initial;
}

.page_section-1 .buy-steps ol li:nth-child(even) {
    background-color: #f0f0f0;
}

.page_section-1 .buy-steps ol li:nth-child(even):before {
    border-color: transparent transparent transparent #fcfcfc;
}

@media only screen and (max-width: 992px) {
    .page_section-1 .buy-steps ol {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_section-1 .buy-steps ol li:before {
        border-width: 7px 7px 0 7px;
        border-color: #fcfcfc transparent transparent transparent;
        top: 104%;
        left: 50%;
        position: absolute;
        overflow: auto;
        transform: translate(-50%, -50%);
        z-index: 99;
    }

    .page_section-1 .buy-steps ol li:nth-child(even) {
        background-color: #f0f0f0;
    }

    .page_section-1 .buy-steps ol li:nth-child(even):before {
        border-color: #f0f0f0 transparent transparent transparent;
    }
}

.title_new_pro {
    /*position: absolute;*/
    background: linear-gradient(-45deg, rgb(29, 21, 134), rgb(31, 184, 245));
    width: 111px;
    z-index: 100;
    padding: 5px;
    border-radius: 0px 5px;
    top: 0;
}

/* .title_new_pro a {
    color: #fff;
    padding: 5px;
} */

.sidebar_slider {
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    /*height: 400px;*/
    position: relative;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    /*margin-bottom: 12px;*/
    height: calc(100% - 45px);
}

.sidebar_slider .myslide {
    /*position: absolute;*/
    /*bottom: 30px;*/
    padding: 0px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    /*height: 340px;*/
    text-align: center;
    height: 100%;
}


.sidebar_slider .myslide .price_slide_new {
    position: absolute;
}


.title_new_pro {
    /*position: absolute;*/
    background: #103264;
    box-shadow: 0 0 18px #4444444d;
    width: 100%;
    z-index: 72;
    padding: 5px;
    /*margin-top: -5px;*/
    /*margin-right: -5px;*/
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    /*top: 0;*/
}

.title_new_pro a {
    color: #fff;
    padding: 5px;
}

.sidebar_slider .bar {
    position: absolute;
    /*top: 320px;*/
    height: 3px;
    border-radius: 3px;
    background: #e1e1e1;
    width: 100%;
    /*margin-top: 72px;*/
    float: left;
    bottom: 2px;
}

.sidebar_slider .bar .progress_bar {
    top: 320px;
    height: 3px;
    border-radius: 3px;
    background: #40596b;
    width: 30%;
}

.sidebar_slider .myslide .desc_new_pro a {
    /* position: absolute; */
    color: #423e3e;
    font-size: 16px;
}


.myslide {
    display: none;
}

.price_new_pro {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}

.price_new_pro a:hover {
    text-decoration: none !important;
}

.sidebar_slider .myslide .price_new_pro a {
    font-size: 16px;
    color: #313131;
}

.img_new_slider {
    width: 100%;
    height: 50%;
    object-fit: scale-down !important;
}
@media (max-width: 600px) {
    .img_new_slider {
        height: 70%;
    }
}

.desc_new_pro {
    padding: 3px;
    margin-top: 5px;
    border-radius: 2px;
    color: #103264;
}

.btn_buy_new {
    width: 110px;
    clear: both;
    height: 30px;
    font-size: 20px;
    margin: 15px auto;
    text-align: center;
    box-shadow: 0 0 2px #969292;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    background-color: #ffffff;
}

.intro_block {
    height: 120px;
    float: left;
    /*margin-bottom: 1.5rem;*/
    overflow: hidden;
    width: 25%;
    text-align: center;
    transition: 200ms all;
    background-color: #fff;
}

.intro_block:hover {
    /*transform: scale(1.2);*/
}


.intro_block > img {
    width: 45px;
    height: 45px;
    position: relative;
    margin-top: 20px;
}

.intro_block p {
    margin: 10px auto;
}

.pay_house_a {
    color: #43d484;
}

.pay_house_p {
    color: #43d484;
}

.order_delivery_a {
    color: #435ad4;
}

.order_delivery_p {
    color: #435ad4;
}

.health_delivery_a {
    color: #f7367f;
}

.health_delivery_p {
    color: #f7367f;
}

.return_pool_a {
    color: #c9ea30;
}

.return_pool_p {
    color: #c9ea30;
}

.shop_icon {
    width: 30px !important;
    height: 30px !important;
    position: relative;
    display: inline-block;
    margin-top: -8px;
}

.sabad_kharid {
    color: #404da1;
    font-size: 15px;
    position: relative;
    text-align: center;
    bottom: 3px;
}

@media (max-width: 576px) {
    .sabad_kharid {
        color: #404da1;
        font-size: 13px;
        position: relative;
        text-align: center;
        bottom: 3px;
    }
}

.carousel-indicators {
    /*position: absolute;*/
    /*right: 30%;*/
    position: absolute !important;
    width: 100% !important;
    right: unset !important;
    bottom: 0;
    z-index: 15;
    /*width: 60%;*/
    padding-right: 0;
    /*margin-right: -30%;*/
    text-align: center;
    list-style: none;
}


footer {
    background-color: #eceff1;
    font-size: 1.2rem;
    height: 100%;
    margin-top: 50px;
    /*border-top: 15px solid #fcfcfc;*/
    box-shadow: 0 136px 0 165px #3a506b;
}

@media (max-width: 576px) {
    footer {
        background-color: #e4e3e3;
        font-size: 1.2rem;
        height: 100%;
        margin-top: 60px;
    }
}

.footer_items_title ul li img {
    width: 30px;
    height: 30px;
    float: right;
}

.footer_items_title_a {
    font-size: 14px;
    padding: 15px 0px;
    margin-top: 9px;
    position: relative;
}

.banner_footer {
    width: 260px;
    height: 200px;
}

.sociasl_items {
    position: relative;
    margin: 10px auto;
    background-color: #fff;
    box-shadow: 0 0 3px #dde2dd;
    width: 180px;
    height: 40px;
    border-radius: 50px;
}

.sociasl_icon {
    width: 25px;
    height: 25px;
    margin: 10px 3px;
}

.icon_top_footer {
    text-align: center;
}


/* footer .footer_text {
	padding: 2rem 0;
	text-align: center;

  } */

.icon_footer_int a img {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 10;
    margin: -80px -55px;
    /* left: 10px; */
}

@media (max-width: 576px) {
    .icon_footer_int a img {
        width: 100px;
        height: 100px;
        position: absolute;
        z-index: 996;
        margin: -70px auto;
        left: 0;
    }
}

.footer_items_title {
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

@media (max-width: 576px) {
    .footer_items_title {
        margin-top: 35px;
        padding: 0;
        text-align: center;
        float: right;
    }
}

.footer_items_title_namaad {
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

.footer_items {
    top: 0;
}


/* .icon_footer_desc{

  } */

.icon_footer_desc .awe1 a {
    float: left;
    margin: 30px 48px;
    float: right;
    margin: 30px 80px;
    position: relative;
}

.icon_footer_desc .awe2 a {
    float: right;
    margin: 30px 83px;
    position: relative;
}

.icon_footer_desc .awe3 a {
    float: right;
    margin: 30px 70px;
    position: relative;
}

.icon_footer_desc .awe4 a {
    float: right;
    margin: 30px 52px;
    position: relative;
}

@media (max-width: 576px) {
    .icon_footer_desc .awe a {
        float: left;
        margin: 32px -26px;
        font-size: 10px;
        position: relative;
    }
}

.footer_items_title_namaad .enamaad img {
    width: 100px;
    height: 110px;
    background-color: #ffff;
    border-radius: 5px;
    margin-top: 10px;
}

.logo_site_footer {
    width: 50px;
    height: 50px;
    float: right;
}

.end_text_footer img {
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 10px;
}

.logo_site_footer img {
    width: 50px;
    height: 50px;
}

.end_text_footer a {
    text-align: center;
    float: right;
    margin-top: 20px;
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .end_text_footer img {
        width: 50px;
        height: 50px;
        float: left;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .end_text_footer img {
        width: 50px;
        height: 50px;
        float: left;
        margin-top: 10px;
    }
}

footer .footer_bottom {
    margin-top: -40px;
    border-top: 1px solid #13f2fd;
    height: 75px;
    left: 0;
    right: 0;
    /* background: linear-gradient(0deg, rgb(236, 239, 241), rgb(255, 255, 255)); */
    background: #eceff1;
}

footer .footer_bottom .container {
    position: relative;
}

footer .footer_bottom p {
    line-height: 2;
}

@media only screen and (max-width: 992px) {
    footer .footer_bottom {
        padding: 1rem;
        height: 100px;
    }
}

footer .footer_bottom .footer_bottom__newsletters .content {
    padding: 1rem;
    border-radius: 0.4rem;
    background-color: #4c4c4c;
}

@media only screen and (max-width: 992px) {
    footer .footer_bottom .footer_bottom__newsletters .content {
        margin: 1rem 0;
    }
}

footer .footer_bottom .footer_bottom__newsletters .content .text {
    margin: 1rem;
}

footer .footer_bottom .footer_bottom__newsletters .content .text h5 {
    color: #ef6c00;
    margin-bottom: 1rem;
}

footer .footer_bottom .footer_bottom__newsletters .content .text p {
    color: #bfbfbf;
}

footer .footer_bottom .footer_bottom__newsletters .content form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer .footer_menus {
    /* padding: 4rem; */
}

footer .footer_menus .footer_menus__box {
    float: right;
}

@media only screen and (max-width: 992px) {
    footer .footer_menus .footer_menus__box {
        margin-bottom: 3rem;
        text-align: center;
    }
}

footer .footer_menus h5 {
    margin-bottom: 1rem;
    font-weight: 900;
    text-align: center;
}

footer .footer_menus ul li {
    display: block;
    padding: 1rem 0;
    color: #272829;
}

.banner_sidebar1 {
    height: 120px;
    width: 100%;
    border: 1px solid #d5dadab3;
    border-radius: 4px;
    background: white;
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);*/
}

.banner_sidebar2 {
    margin-top: 20px;
    height: 280px;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.banner_sidebar_ti {
    height: 385px;
    width: 100%;
    margin-top: 0;
    background: white;
    border: 1px solid #d5dadab3;
    border-radius: 4px;
}

.page_section-2__video {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.page_section-2__banner_sidebar {
    margin-top: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #8a8787;
}

.product-item .product-innfo .product-name {
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
}

.bottom_product_carousel {
    margin: 15px auto;
    text-align: center;
}

.product-item {
    background: rgb(255, 255, 255);
    margin: 10px 0;
    border-radius: 5px;
}


/* .product-item_height{
 height: 400px !important;
}


@media (max-width: 576px) {
	.product-item_height{
		height: 405px  !important;
	}
  } */

.hr_carousel_title {
    margin-bottom: 15px;
    width: 100%;
    border-top: 1px solid #bfbdbd;
    text-align: center;
}

.new_product_title {
    background: #ffffff;
    border-radius: 3px;
    padding: 10px;
    /* box-shadow: 0 0 3px #a2a0a07a; */
    position: relative;
    color: #696767;
}

.page_section__banners {
    background-color: #f3f4fa;
    margin-top: 55px;
}

.page_section__banners .banner-right-side .banner-right-side--content {
    border-radius: 0.4rem;
    box-shadow: 1px 1px 2px 0 #6b6b6b;
    overflow: hidden;
}

.page_section__banners .banner-right-side .banner-right-side--content.margin-top {
    margin-top: 3rem;
}

.page_section__banners .banner-right-side .banner-right-side--content img {
    width: 100%;
    /*height: 100%;*/
    object-fit: scale-down;
}

.page_section__banners .banner-right-side .photo-1 {
    height: 390px;
}

.page_section__banners .banner-right-side .photo-2 {
    /*height: 180px;*/
}

.page_section__banners .banner-right-side .photo-3 {
    /*height: 180px;*/
}

@media only screen and (max-width: 992px) {
    .page_section__banners .banner-right-side .banner-right-side--content {
        margin-bottom: 10px;
    }

    .page_section__banners .banner-right-side .banner-right-side--content.margin-top {
        margin-top: initial;
    }

    .page_section__banners .banner-right-side .photo-1,
    .page_section__banners .banner-right-side .photo-2,
    .page_section__banners .banner-right-side .photo-3 {
        /* height: initial; */
    }
}


@media only screen and (max-width: 992px) {
    .page_section-2 .page_section-2__slider {
        margin-bottom: 1rem;
    }
}

.page_section-2 .page_section-2__slider .panel {
    margin: 0;
    position: relative;
}

.page_section-2 .page_section-2__slider .panel-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #ffffff;
    padding: 1.3rem 1rem;
}

.page_section-2 .page_section-2__slider .panel-heading .title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 1.4rem;
}

.page_section-2 .page_section-2__slider .panel-heading .title h4 {
    font-size: 1.4rem;
    padding: 0 1rem;
}

.page_section-2 .page_section-2__slider .panel-heading .title:hover {
    background-color: #e5e5e5;
    background-color: #e5e5e5;
}

.page_section-2 .page_section-2__slider .carousel {
    position: initial;
}

.page_section-2 .page_section-2__slider .indicators-box {
    position: absolute;
    width: 250px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page_section-2 .page_section-2__slider .indicators-box .title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    padding: 1.3rem;
}

.page_section-2 .page_section-2__slider .indicators-box .title h4 {
    font-size: 1.4rem;
    padding: 0 1rem;
}

.page_section-2 .page_section-2__slider .indicators-box .title:hover {
    background-color: #f3f4fa;
}

.page_section-2 .page_section-2__slider .indicators-box .title #btnToggleIndicators {
    cursor: pointer;
}

.page_section-2 .page_section-2__slider .indicators-box.open {
    background: #ffff;
    /* box-shadow: -1px 0 1px 0 #b3b3b3; */
    height: 100%;
}

.page_section-2 .page_section-2__slider .arrow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page_section-2 .page_section-2__slider .arrow .carousel-control {
    position: initial;
    box-shadow: 0 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
    background: none;
    width: initial;
    color: #434144;
    opacity: 1;
    font-size: 1rem;
    padding: 0 0.3rem;
}

.page_section-2 .page_section-2__slider .carousel {
    height: 291px;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .page_section-2 .page_section-2__slider .carousel {
        height: initial;
    }
}

.page_section-2 .page_section-2__slider .carousel-inner,
.page_section-2 .page_section-2__slider .item {
    height: 100%;
}

.page_section-2 .page_section-2__slider .carousel-inner img,
.page_section-2 .page_section-2__slider .item img {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .page_section-2 .page_section-2__slider .carousel-inner,
    .page_section-2 .page_section-2__slider .item {
        height: initial;
    }

    .page_section-2 .page_section-2__slider .carousel-inner img,
    .page_section-2 .page_section-2__slider .item img {
        height: initial;
    }
}

@media only screen and (max-width: 992px) {
    .page_section-3 .sidebar {
        margin-bottom: 2rem;
    }
}

.page_section-3 .sidebar .sidebar_content {
    padding: 1rem;
    background-color: #f2f2f2;
    border: 1px #e5e5e5 solid;
    border-radius: 0.4rem;
}

.page_section-3 .sidebar .sidebar_content .news-list li {
    margin-bottom: 2rem;
}

.page_section-3 .sidebar .sidebar_content .news-list li img {
    margin-bottom: 1rem;
    border-radius: 0.4rem;
}

.page_section-3 .sidebar .sidebar_content .news-list li h3 {
    margin-bottom: 1rem;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 900;
}

.page_section-3 .sidebar .sidebar_content .news-list li span {
    color: #8c8c8c;
}

.page_section-3 .sidebar .btn-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 3rem;
}

.page_section-3 .sidebar .btn-more a {
    color: #397fb5;
}

.page_section-3 .content .product_slider {
    background: none;
    box-shadow: 0 0 0 0;
    border: 0;
    margin-bottom: 2rem;
    /* margin-bottom: 0; */
}

.page_section-3 .content .product_slider .owl-nav {
    position: absolute;
    top: -5.3rem;
    left: 15px;
    background-color: #1fa6e9;
    padding: 3px 0 0 0;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.page_section-3 .content .product_slider .owl-nav .btn-controller {
    padding: 0 2rem;
}

.page_section-3 .content .product_slider .owl-nav .btn-controller i {
    font-size: 1rem;
    color: #397fb5;
}

.page_section-3 .content .product_slider .panel-heading {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.page_section-3 .content .product_slider .panel-heading:after {
    content: "";
    height: 1px;
    z-index: 0;
    width: 82%;
    float: right;
    background-color: #d9d9d9;
    top: 52%;
    left: 60%;
    position: absolute;
    overflow: auto;
    transform: translate(-62%, -50%);
}

.page_section-3 .content .product_slider .panel-heading h5 {
    z-index: 3;
    font-size: 1.3rem;
    background: #fff;
    padding: 15px;
    border: 2px solid #e6e6e9;
    border-radius: 8px;
}

.page_section-3 .content .product_slider .panel-heading a {
    color: #397fb5;
    margin: 6px 1.4rem;
    font-size: 0.9rem;
}

.page_section-3 .content .product_slider .panel-body {
    padding: 2rem 0;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel {
    width: 100%;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.product_slider__item {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
    margin: 5px 5px;
    height: 325px;
    max-height: 325px;
    min-height: 325px;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___photo {
    position: relative;
    overflow: hidden;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___photo img {
    width: 75%;
    margin: 0px auto;
    height: 150px;
    max-height: 200px;
    min-height: 200px;
    border-radius: 50%;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___photo2 img {
    display: block;
    max-width: 100%;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border-radius: 50%;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___info {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.4rem;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    top: 100%;
    padding: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___info2 {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.4rem;
    overflow: hidden;
    background-color: white;
    top: 100%;
    padding: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___info .product_slider--name {
    font-size: 1.2rem;
    position: absolute;
    margin-top: -25px;
    margin-right: 62px;
    clear: both;
    color: #4e4e4e;
    border-radius: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.product_slider--name2 {
    font-size: 1.2rem;
    margin-top: 15px;
    margin-bottom: 5px;
    clear: both;
    color: #4e4e4e;
    border-radius: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___info .product_slider--name a {
    color: #504d4d;
    font-size: 13px;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___info .product_slider--name a:hover {
    text-decoration: none;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content .product_slider___info .product_slider--price {
    font-size: 1.3rem;
    padding: 0.5rem;
    color: #ffffff;
    background: linear-gradient(-45deg, rgb(29, 21, 134), rgb(31, 184, 245));
    border-radius: 50px;
    box-shadow: 0 0 6px #1b21e252;
    width: 80%;
    text-align: center;
    margin: 0px auto;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .product_slider__item--content:hover .product_slider___info .product_slider--name {
    white-space: initial;
}

.page_section-3 .content .product_slider.product_slider__bottom .panel-heading:after {
    width: 82%;
    transform: translate(-58%, -50%);
}

.page_section-3 .content .product_slider.product_slider__bottom .product_slider__item {
    padding: 0.5rem;
}

.page_section-3 .content .product_slider.product_slider__bottom .product_slider__item--content {
    border-radius: 0.4rem;
}

.page_section--title {
    margin-bottom: 2rem;
}

.page_section--title h5 {
    font-size: 1.3rem;
}

.page-top {
    margin-bottom: 1rem;
}

.page-top .page-breadcrumb {
    background-color: #e4e4e4;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 0.4rem;
    padding: 1rem;
    width: 100%;
}

.page-top .page-breadcrumb .breadcrumb {
    padding: 0;
    background: none;
    margin: 0;
    border-radius: 0;
}

.page-top .page-breadcrumb .breadcrumb a {
    font-size: 1.2rem;
    padding: 0 2rem;
}

@media only screen and (max-width: 992px) {
    .page-top .page-breadcrumb .breadcrumb a {
        padding: 0 0.2rem;
    }
}

.page-top .page-breadcrumb .breadcrumb li + li {
    color: #434144;
}

.page-top .page-breadcrumb .breadcrumb li + li:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #434144;
}

.page-top .page-banner {
    margin-bottom: 2rem;
}

.page-top .page-banner .page-banner_item {
    float: right;
}

.page-top .page-banner .page-banner_item img {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .page-top .page-banner .page-banner_item {
        margin-bottom: 2rem;
    }
}

.page-top .page-banner .page-banner_item__content {
    display: block;
    border-radius: 0.4rem;
    box-shadow: 1px 1px 2px 0 #716f6f;
    overflow: hidden;
}

.page-main {
    margin-bottom: 2rem;
}

.page-main .page-main-sidebar .page-main-sidebar_content {
    border-radius: 0.4rem;
    /* border: 1px #a3a2a2 solid; */
}

@media only screen and (max-width: 992px) {
    .page-main .page-main-sidebar .page-main-sidebar_content {
        margin-bottom: 3rem;
    }
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box {
    border-bottom: 1px #e4e3e3 solid;
    display: block;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box:last-of-type {
    border: 0;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .sidebar--box-title h3 {
    font-size: 1.3rem;
    font-weight: 900;
    padding: 1rem 0.5rem;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .sidebar--box-content {
    padding: 0.5rem;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider {
    padding: 1rem 0.5rem;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider .bootstrap-slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider .slider-horizontal {
    overflow: initial;
    width: 90% !important;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider .slider-horizontal .slider-track {
    height: 2px !important;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider .slider-horizontal .slider-handle {
    margin-top: -9px;
    background: #323232;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider .slider-horizontal .slider-selection {
    background: #323232;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider #priceSliderlabel {
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider #priceSliderlabel #lbl1,
.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .bootstrap-slider #priceSliderlabel #lbl2 {
    font-size: 1.4rem;
    font-family: yekan;
    text-align: center;
    background-color: #323232;
    color: #fff;
    border-radius: 0.4rem;
    min-width: 80px;
    padding: 0.5rem;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .panel {
    box-shadow: 0 0 0 0 transparent;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .panel .panel-heading {
    background-color: #fff;
    border-radius: 0.4rem;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .panel .panel-heading h4 {
    font-size: 1.2rem;
    font-weight: 900;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .panel .panel-heading a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .panel .panel-body {
    border: 0;
    padding: 0;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .panel .panel-body ul li {
    font-size: 1.2rem;
    text-indent: 1rem;
    border-bottom: 1px #e3e3e3 solid;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .panel .panel-body ul li:last-of-type {
    border-bottom: 0;
}

.page-main .page-main-sidebar .page-main-sidebar_content .sidebar--box .panel .panel-body ul li a {
    padding: 1rem 0;
    display: block;
    color: #837f85;
}

.page-main .page-main-products .products-item {
    float: right;
    margin-bottom: 3rem;
}

.page-main .page-main-products .products-item-content {
    display: block;
    border-radius: 0.4rem;
    /* box-shadow: 0px 0px 2px 0 #aeaeb7; */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    background: white;
    overflow: hidden;
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    position: relative;
}

.page-main .page-main-products .products-item-content .products-item--photo img {
    width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.page-main .page-main-products .products-item-content .products-item--info {
    text-align: center;
    padding: 0 0 1.5rem 0;
    margin-top: -25px;
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background-color: white;
    top: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-main .page-main-products .products-item-content .products-item--info .info-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}

.page-main .page-main-products .products-item-content .products-item--info .info-price {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
    background: linear-gradient(-45deg, rgb(29, 21, 134), rgb(31, 184, 245));
    width: 90%;
    margin: 5px auto;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 6px #1b21e252;
}

.btn_buy_1 {
    font-size: 1.3rem;
    color: #6767a5;
    margin-bottom: 0.5rem;
    white-space: nowrap;
    background: #fbfbfb;
    width: 110px;
    height: 30px;
    margin: 5px auto;
    padding: 3px;
    border-radius: 20px;
    box-shadow: 0 0 3px #404da1;
}

.btn_buy_1 img {
    width: 25px !important;
    height: 25px !important;
}

.page-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page-pagination .pagination {
    border: 0;
    margin: 20px auto;
}

.page-pagination .pagination li a {
    margin: 0 0.3rem;
    font-family: yekan;
    background-color: #f9f8ff;
    border-radius: 2.4rem;
    color: #434144;
}

.page-pagination .pagination li.active a,
.page-pagination .pagination li.active a:focus,
.page-pagination .pagination li.active a:hover {
    background-color: #397fb5;
    color: #fff;
}

.body-bg-2 {
    background-color: #f7f7f7;
}

.page-main .page-product-info {
    margin-bottom: 2rem;
}

.product-code {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d2d0cb;
    margin-top: -4px;
    border-radius: 0.4rem;
    padding: 1.6rem;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.product-code span {
    font-weight: 900;
}

.product-code .icheckbox_line {
    padding: 0;
    background: none;
    font-size: 2rem;
    color: #434144;
}

.product-code .icheckbox_line .icon-1:before {
    content: "\f08a";
    font-family: 'icomoon';
}

.product-code .icheckbox_line.checked .icon-1:before {
    content: "\f004";
}

.page-main .page-product-info .product-slider .product-gallery {
    background-color: #fff;
    box-shadow: 0px 0px 2px 0 #7d7a7a;
    border-radius: 0.4rem;
    overflow: hidden;
    height: 352px;
    cursor: pointer;
}

.page-main .page-product-info .product-slider .product-gallery img {
    object-fit: cover;
    max-height: 300px;
    margin: 18px auto;
}

@media only screen and (max-width: 992px) {
    .page-main .page-product-info .product-slider .product-gallery {
        height: initial;
        margin-bottom: 2rem;
    }
}

.page-main .page-product-info .product-slider .pikachoose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.page-main .page-product-info .product-slider .pika-stage {
    background: none;
    border: 0;
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
    position: relative;
    height: 100% !important;
    padding: 0;
}

.page-main .page-product-info .product-slider .pika-stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-main .page-product-info .product-slider .pika-textnav,
.page-main .page-product-info .product-slider .pika-imgnav,
.page-main .page-product-info .product-slider .caption {
    display: none !important;
}

.page-main .page-product-info .product-info-text .product-info-text_content {
    background-color: #fff;
    padding: 0rem;
    border-radius: 0.4rem;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--title {
    background-color: #fff;
    border: 1px solid #8e948e33;
    padding: 1rem;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.product-info--title a {
    color: #7d7676;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--title h3 {
    margin: 0;
    font-size: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--title h3 .off-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    background-color: #1fb7f4;
    border-radius: 0.4rem;
    color: #ffffff;
    margin: 1rem 1rem;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--title .product-info--more-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--title .product-info--more-options .btn-compare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 2rem;
    margin-right: 2rem;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--title .product-info--more-options .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--title .product-info--more-options .rating .score-label {
    margin: 0 1rem;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--title .product-info--more-options .rating .stars {
    font-size: 0.8rem;
    color: #535353;
}

@media only screen and (max-width: 992px) {
    .page-main .page-product-info .product-info-text .product-info-text_content .product-info--title {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-main .page-product-info .product-info-text .product-info-text_content .product-info--title h3 {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row {
    margin: 0px auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 1.5rem 0;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row:last-of-type {
    padding-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row:last-of-type {
        margin: 0;
    }
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box {
    width: 50%;
}

@media only screen and (max-width: 992px) {
    .page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box .box-row-title {
    /* font-size: 1.3rem;
	margin-bottom: 2rem; */
    font-size: 1.3rem;
    margin-bottom: 2rem;
    background: #2177fa;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-price .price-1 {
    font-size: 1.5rem;
    text-align: center;
    /* background: #f7ca28f5; */
    padding: 1rem;
    border-radius: 5px;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-price .price-1 span {
    color: #103264;
}

.discount_code {
    font-size: 1.5rem;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 2rem;
    border-radius: 5px;
}

.discount_code form a {
    font-size: 1.5rem;
    /* background: #fff; */
    margin-bottom: 20px;
    margin-top: 10px;
    /* padding: 2rem; */
    border-radius: 5px;
}

.input_discount_code {
    /*margin-top: 10px;*/
    background-color: #ffffff;
    border-radius: 5px;
    width: 180px;
    padding: 5px;
    color: #6d6a66;
    border: 1px solid #1fb2f1;
}

.btn_discount_code {
    background-color: #26a69a;
    /*margin-top: 10px;*/
    border-radius: 5px;
    border: none;
    padding: 5px;
    color: aliceblue;
}

.btn_discount_code:hover {

    background: #14d6d0 !important;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 0.2px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    transition: all 0.4s ease 0s;
}


.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-price .price-2 {
    font-size: 1.2rem;
    text-align: center;
    color: #ef1378;
    /*margin-bottom: 0.5rem;*/
    text-decoration: line-through;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-property ul li {
    /* margin-bottom: 2rem; */
    font-size: 1.3rem;
    font-weight: 900;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-property ul li span {
    font-weight: 100;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-property ul li i {
    font-size: 2rem;
    color: #8800ef;
    vertical-align: middle;
    margin-left: .5rem;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-select .select2 {
    width: 100% !important;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-select .select2 .select2-container--default,
.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-select .select2 .select2-selection--single {
    background-color: #f2f2f2 !important;
    border: 1px solid #e5e5e5;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-guide {
    /* width: 100%; */
}


.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-guide:hover {
    /* transform: scale(0.9); */

}

@media only screen and (max-width: 992px) {
    .page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-guide {
        width: 100%;
    }
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-guide .product-guide-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-guide .product-guide-list li {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-guide .product-guide-list li img {
    width: 40px;
    height: 40px;
    margin-left: .5rem;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-buy-btn .btn.btn-add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #17cebd;
    color: #fff;
    padding: 1.5rem;
    width: 40%;
    border-radius: 35px;
    margin: 0 auto;
}

.marg_bt_ad {
    margin-top: 70px !important;
}

@media (max-width: 576px) {
    .marg_bt_ad {
        font-size: 8px;
        text-align: center;
        margin-top: 0px !important;
    }
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-buy-btn .btn.btn-add-to-cart i {
    font-size: 2rem;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-buy-btn .btn.btn-add-to-cart:hover {
    background-color: #0e8479 !important;
}

.page-main .page-product-info .product-info-text .product-info-text_content .product-info--content .box-row .box.product-buy-btn .add-to-cart {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page-main .page-product_details {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    position: relative;
}

.page-main .page-product_details .product-desc {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    color: #6a666b;
    line-height: 2.5;
}

.page-main .page-product_details .product_details .details .table {
    margin-bottom: 3rem;
}

.page-main .page-product_details .product_details .details .table caption {
    text-align: right;
    color: #00b0e8;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.page-main .page-product_details .product_details .details .table caption i {
    font-size: 1.6rem;
    margin-left: .5rem;
}

.page-main .page-product_details .product_details .details .table tr {
    font-size: 1.3rem;
    border-bottom: 5px #fff solid;
}

.page-main .page-product_details .product_details .details .table tr td {
    border: 0;
    background: #f2f2f2;
    margin-bottom: 1rem;
}

.page-main .page-product_details .product_details .details .table tr td:nth-child(odd) {
    width: 150px;
    border-left: 4px #fff solid;
    color: #383737;
}

.page-main .page-product_details .product_details .details .table tr td:nth-child(even) {
    color: #717579;
}

.page-main .page-product_details .product_details .details .table tr:nth-child(even) td {
    background: #f8f8f8;
}

.page-main .page-product_details .product_comment {
    margin-top: 2rem;
}

.page-main .page-product_details .product_comment h4 {
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #252323;
}

.page-main .page-product_details .product_comment h4 i {
    margin-left: 0.5rem;
    font-size: 2rem;
}

.page-main .page-product_details .product_comment .comment {
    background: #f9f9f9;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 2.5rem;
}

.page-main .page-product_details .product_comment .comment .comment--info {
    font-size: 1.3rem;
    padding: 1rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.info_username {
    color: #4e4b4b;
    white-space: nowrap;
    /* background: #f3f4fa; */
    font-size: 12px;
    width: 12%;
    margin-top: 15px;
    border-radius: 50px 14px 14px 50px;
    padding: 10px;
}

.info_username .username--date {
    color: #4475da;
}

.answercomment--info {
    color: #55f;
    /*background-color: #aaa;*/
    white-space: nowrap;
    font-size: 12px;
    border-radius: 4px;
    /*border-radius: 50px 14px 14px 50px;*/
    padding: 5px 15px;
    margin-right: 30px;
    width: 50%;;
}

.page-main .page-product_details .product_comment .comment .comment--info .info_like {
    font-size: 1.1rem;
    background: #3fa643;
    border-radius: 0.4rem;
    padding: 0.3rem 1rem;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.product_comment .comment .comment--info .info_like i {
    margin-right: 1rem;
}

.comment--info {
    /*background: #eee;*/
    border-radius: 4px;
    width: 35%;
}

.answer-comment {
    background: #15abd1;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
}

.ans_com_c {
    color: #7b7b7b;
    font-size: 1rem;
    line-height: 2;
    padding: 10px;
    text-align: justify;
    margin-right: 20px;
}

.product_comment .comment .comment--text {
    color: #7b7b7b;
    font-size: 1.3rem;
    line-height: 2;
    padding: 10px;
    text-align: justify;
}

.product_comment .comment_form {
    margin-top: 4rem;
}

.product_comment .comment_form h4 {
    margin-right: 15px;
    color: #54c5b6;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.product_comment .comment_form form {
    font-size: 1.3rem;
}

.product_comment .comment_form form input,
.product_comment .comment_form form textarea {
    border: 1px solid #2323;
    outline: 0;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 1rem;
    resize: none;
}

.product_comment .comment_form form input[type="submit"],
.product_comment .comment_form form textarea[type="submit"] {
    background: #26a69a;
    color: #fff;
}

.product_comment .comment_form form input[type="submit"]:hover,
.product_comment .comment_form form textarea[type="submit"]:hover {
    background: #0e8479;

}

.page-main .product-step.step-1 p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    font-weight: 900;
    /* margin-top: 40px; */
}

.page-main .product-step.step-1 .table {
    margin-bottom: 1rem;
}

.page-main .product-step.step-1 .table tbody tr {
    font-size: 1.3rem;
}

.page-main .product-step.step-1 .table tbody tr:nth-child(1) {
    background: #f2f2f2;
    font: 1.5rem yekan;
}

.page-main .product-step.step-1 .table tbody tr:nth-child(1) th {
    text-align: center;
    font-family: "iransans";
    border: 1px #eaeaea solid;
    padding: 1.5rem 0;
    background: #fdfdfd;
}

.page-main .product-step.step-1 .table tbody tr td {
    border: 1px #eaeaea solid;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    background-color: white;
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(1) {
    width: 35%;
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(1) img {
    width: 70px;
    height: 70px;
    margin-right: 1.5rem;
    float: right;
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(1) .product-info {
    float: right;
    margin: 1em 1rem 0 0;
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(1) .product-info .product-info_name {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
    color: #000;
    font-weight: 700;
    text-align: right;
    margin-bottom: 1rem;
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(1) .product-info .product-info_color, .product-just-bank{
    float: right;
    font-size: 1.1rem;
    padding: 0.5rem;
    border-radius: 0.4rem;
    background: #e7ececc7;
    color: #434144;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.product-just-bank {
    background: rgba(79, 224, 224, 0.78);
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(3) {
    width: 14%;
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(3) .add-num-control {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    border-radius: 0.4rem;
    border: 1px solid #2323;
    padding: 5px;
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(3) .add-num-control input[type="text"] {
    border: 0;
    width: 50px;
    text-align: center;
}

.page-main .product-step.step-1 .table tbody tr td:nth-child(3) .add-num-control button {
    width: 25px;
    height: 25px;
    font-family: tahoma, serif;
    padding: 0;

    background-color: #ecf0f0;
    border: 0;
    border-radius: 1.4rem;
    color: #151414;
}

/*.page-main .product-step.step-1 .table tbody tr td:nth-child(2),*/
/*.page-main .product-step.step-1 .table tbody tr td:nth-child(4) {*/
/*    width: 20%;*/
/*}*/

/*.page-main .product-step.step-1 .table tbody tr td:nth-child(5) {*/
/*    width: 6%;*/
/*    padding: 0;*/
/*    position: relative;*/
/*}*/

/*.page-main .product-step.step-1 .table tbody tr td:nth-child(5) button {*/
/*    font-size: 1rem;*/
/*    border: 0;*/
/*    color: #ffffff !important;*/
/*    background: #b11548;*/
/*    padding: 0px;*/
/*    border-radius: 5px;*/
/*    width: 50px;*/
/*    height: 30px;*/
/*}*/

.page-main .product-step.step-1 .product-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.3rem;
    padding: 8px;
    background-color: #103264;
    color: #ffffff;
    text-align: center;
}

.page-main .product-step.step-2 .step-2-sec {
    margin-bottom: -35px;
}

@media (max-width: 576px) {
    .page-main .product-step.step-2 .step-2-sec {
        margin-bottom: 15px;
    }
}

.page-main .product-step.step-2 .step-2-title {
    margin-bottom: 1.4rem;
}

.page-main .product-step.step-2 .step-2-title h5 {
    margin-bottom: 2rem;
    margin-top: 13px;
    font-size: 1.5rem;
}

.page-main .product-step.step-2 .step-2-title p {
    color: #5d5a5e;
    font-size: 1.2rem;
}

.page-main .product-step.step-2 .step-2-content .input_feild {
    float: right;
    margin-bottom: 1rem;
}

.page-main .product-step.step-2 .step-2-content .input_feild:nth-child(odd) {
    padding-left: .5rem;
}

.page-main .product-step.step-2 .step-2-content .input_feild:nth-child(even) {
    padding-right: .5rem;
}

@media only screen and (max-width: 992px) {
    .page-main .product-step.step-2 .step-2-content .input_feild {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

.page-main .product-step.step-2 .step-2-content .input_feild__content {
    overflow: hidden;
    background-color: #ffff;
    padding: .5rem;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.page-main .product-step.step-2 .step-2-content .input_feild__content .input_feild--text-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.page-main .product-step.step-2 .step-2-content .input_feild__content .input_feild--text-area .text {
    font-size: 1.2rem;
    color: #6a666b;
    margin-right: 1rem;
}

.page-main .product-step.step-2 .step-2-content .input_feild__content .input_feild--text-area .icon {
    width: 40px;
    height: 40px;
    padding: 1rem;
    border-radius: 0.4rem;
    background-color: #00b8ef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #fff;
}

.page-main .product-step.step-2 .step-2-content .input_feild__content .input_feild--text-area .icon i {
    font-size: 2rem;
}

.page-main .product-step.step-2 .step-2-content .input_feild__content .edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
}

.page-main .product-step.step-2 .step-2-content .input_feild__content .edit i {
    font-size: 2rem;
    margin-left: 1rem;
}

.page-main .product-step.step-2 .step-2-content .product-Payment-methods {
    background-color: #fff;
    border-radius: 0.4rem;
    margin-top: 20px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}

.page-main .product-step.step-2 .step-2-content .product-Payment-methods ol {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.page-main .product-step.step-2 .step-2-content .product-Payment-methods ol li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 50%;
    font: 1.3rem iransans;
    padding: 2rem;
    border-left: 1px #ededed solid;
}

.page-main .product-step.step-2 .step-2-content .product-Payment-methods ol li:last-of-type {
    border: 0;
}

.page-main .product-step.step-2 .step-2-content .product-Payment-methods ol li label {
    margin-right: 1rem;
    cursor: pointer;
    font-family: "iransans";
}

@media only screen and (max-width: 992px) {
    .page-main .product-step.step-2 .step-2-content .product-Payment-methods ol li {
        width: 100%;
        border-left: 0;
        border-bottom: 1px #ededed solid;
    }
}

@media only screen and (max-width: 992px) {
    .page-main .product-step.step-2 .step-2-content .product-Payment-methods ol {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* @media only screen and (max-width: 576px) { */
.button_sec {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    padding: 0;
    margin: 1.5rem 0 0rem 0rem;
}

/* } */


@media only screen and (max-width: 992px) {
    .button_sec {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.button_sec .button {
    float: right;
}

.button_sec .button .btn {
    font-size: 1.3rem;
    color: #5f5f5f;
    padding: 1.5rem;
    min-width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.button_sec .button .btn.stepBtn {
    color: #fff;
    background: #17cebd;
    border-radius: 50px;
    box-shadow: 0 0 3px #2323;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.button_sec .button .btn.stepBtn i {
    font-size: 2rem;
}

.sabad_kharid {
    color: #404da1;
    font-size: 15px;
    position: relative;
    text-align: center;
    bottom: 3px;
}

@media (max-width: 576px) {
    .sabad_kharid {
        color: #404da1;
        font-size: 13px;
        position: relative;
        text-align: center;
        bottom: 3px;
    }
}

.btn_shop1_header_d {
    height: 50px;
    float: right;
}

.logo_p_header_d {
    height: 50px;
}

.search_form_header_d {
    background: #f3f4fa;
    height: 30px;
    width: 200px;
    margin-left: 20px;
    border-radius: 50px;
    margin-top: 14px;
    box-shadow: 0 0 3px #e5e5e9;
}

.btn_shop1_header {
    position: relative;
    width: 35%;
    height: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    margin: 10px auto;
    box-shadow: 0 0 3px #404da1;
}

@media (max-width: 576px) {
    .btn_shop1_header {
        width: 45%;
        height: 30px;
        background-color: #ffff;
        border-radius: 40px;
        margin: 10px auto;
        box-shadow: 0 0 3px #404da1;
    }
}

@media (max-width: 768px) {
    .btn_shop1_header {
        width: 45%;
        height: 30px;
        background-color: #ffff;
        border-radius: 40px;
        margin: 10px auto;
        box-shadow: 0 0 3px #404da1;
    }
}

@media (max-width: 400px) {
    .btn_shop1_header {
        width: 75%;
        height: 30px;
        background-color: #ffff;
        border-radius: 40px;
        margin: 10px auto;
        box-shadow: 0 0 3px #404da1;
    }
}

.btn_shop1_header_d .btn_shop1_header a img {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-right: 5px;
}

.btn_shop1_header_d .btn_shop1_header .btn_shop1_header_a {
    font-size: 12px;
    color: #404da1;
    position: absolute;
    margin: 5px 24%;
}

.btn_shop1_header_num {
    float: left;
    margin: 3px;
    font-size: 15px;
    position: relative;
    background-color: #404da1;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    color: white;
    padding: 4px 8px;
}

.btn_shop1_header_num:hover {
    color: rgb(187, 255, 0);
}

@media (max-width: 800px) {
    .btn_shop1_header_num {
        float: left;
        margin: 19px;
        font-size: 11px;
        position: relative;
        background-color: #404da1;
        width: 20px;
        height: 20px;
        border-radius: 40px;
        color: white;
        padding: 1px 7px;
    }
}


/* ************************** */

.bt_num_sabad {
    background: rgb(30, 101, 188);
    border-radius: 50%;
    border: none;
    color: #fff;
    padding: 5px 8px 3px 8px;
    position: absolute;
    margin: 13px 1px;
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
}


/* ************************** */

.search {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 0px;
    background: #00b0e8;
    border-radius: 50%;
    transition: all 1s;
    z-index: 4;
    box-shadow: 0 0 25px 0 rgba(172, 174, 238, 0.4);
}

.search:hover {
    cursor: pointer;
}

.search::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 26px;
    right: 0;
    bottom: 0;
    left: 25px;
    width: 12px;
    height: 2px;
    background: #404da1;
    transform: rotate(60deg);
    transition: all .5s;
}

.search::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #404da1;
    transition: all .5s;
}

.input_search {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    background: #00b0e8;
    color: white;
    text-shadow: 0 0 10px rgb(98, 157, 245);
    padding: 0 80px 0 20px;
    border-radius: 30px;
    box-shadow: 0 0 25px 0 #6a75c0, 0 20px 25px 0 rgba(21, 229, 236, 0.2);
    transition: all 1s;
    opacity: 0;
    z-index: 5;
    font-weight: bolder;
    letter-spacing: 0.1em;
}

.input_search:hover {
    cursor: pointer;
}

.input_search:focus {
    width: 200px;
    opacity: 1;
    cursor: text;
}

.input_search:focus ~ .search {
    right: -250px;
    background: #1fcee6;
    z-index: 6;
}

.input_search::before {
    top: 0;
    left: 0;
    width: 25px;
}

.input_search::after {
    top: 0;
    left: 0;
    width: 15px !important;
    height: 2px;
    border: none;
    background: white;
    border-radius: 0%;
    transform: rotate(-45deg);
}

.input_search::placeholder {
    color: white;
    opacity: 0.5;
    font-weight: bolder;
}

.logo_site {
    width: 50px;
    height: 50px;
    float: left;
}

.header_middle {
    /* margin-top: 3px; */
    background: linear-gradient(-45deg, rgb(29, 21, 134), rgb(31, 184, 245));
    height: 35px;
    width: 100%;
    padding: 1rem 6rem;
    box-shadow: 0 1px 5px #404DC5;
}

.middle_icons {
    width: 25px;
    height: 25px;
    position: relative;
    margin-top: -5px;
    margin-right: 15px;
    padding: 3px;
}

@media (max-width: 576px) {
    .middle_icons {
        width: 18px;
        height: 18px;
        position: relative;
        padding: 2px;
        margin-top: -3px;
        margin-right: 3px;
    }
}

.middle_header_a {
    color: #ffffff;
    font-size: 10px;
    /* float: right; */
    position: relative;
    text-align: center;
}

.middle_header_a:hover {
    color: rgb(216, 243, 61);
}

.call_number_middle {
    color: #ffffff;
    font-size: 14px;
    /* float: right; */
    position: relative;
    text-align: center;
}

.site_logo {
    height: 40px;
    width: 40px;
    position: relative;
    float: left;
}

.shop_icon2 {
    width: 30px !important;
    height: 30px !important;
    margin-right: 20px;
    position: absolute;
    display: inline-block;
}

@media (max-width: 576px) {
    .shop_icon2 {
        width: 20px;
        height: 20px;
        position: relative;
        display: inline-block;
    }
}

.sabad_kharid2 {
    color: #404da1;
    font-size: 14px;
    position: absolute;
    text-align: center;
    /* bottom: 3px; */

    margin: 2px auto;
    margin: 6px auto;
}

@media (max-width: 576px) {
    .sabad_kharid2 {
        color: #404da1;
        font-size: 14px;
        position: absolute;
        text-align: center;
        /* bottom: 3px; */

        margin: 2px auto;
        margin: 6px auto;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active {
    color: #fff;
    background-color: #1e4cab;
}

.img_meg_menu {
    width: 300px;
    height: 300px;
    border-radius: 5px;
}

.page_section-3 {
    background-color: #f3f4fa;
}

.section .special_sell_title {
    height: 1px;
    width: 100%;
    background-color: #c4d0d8;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px #ccc;
}

.special_sell_title_a {
    margin: -25px 10px;
    align-content: center;
    position: absolute;
    font-size: 14px;
}

.btn_buy_new3 {
    width: 110px;
    height: 30px;
    margin: 20px auto 0 auto;
    box-shadow: 0px 0px 3px #404da1;
    border-radius: 50px;
    background-color: #fcfcfc;
    position: relative;
}

.sabad_kharid3 {
    color: #404da1;
    font-size: 14px;
    position: absolute;
    margin: 4px auto;
}

.shop_icon3 {
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    margin: 0px 15px;
}

.page_section-3 .content .product_slider .panel-body .owl-carousel .owl-item .product_slider__item .card_w_h {
    background-color: #fff;
    position: relative;
    min-height: 310px;
    border-radius: 0.4rem;
    overflow: hidden;
}

.namojood {
    background-color: #f73232;
    border-radius: 30px;
    position: absolute;
    z-index: 1000;
    padding: 5px 10px;
    margin: 0 10px;
    /* box-shadow: 0 0 3px #5e5f63; */
}

.namojood a {
    color: #fff;
}

.namojood2 {
    background-color: #f73232;
    border-radius: 30px;
    position: absolute;
    z-index: 1000;
    padding: 5px 10px;
    margin: 6px;
    box-shadow: 0 0 3px #5e5f63;
}

.namojood2 a {
    color: #fff;
}

.section_contact_us {
    height: 100%;
    margin-bottom: 30px;
}

.contactus_banner_img {
    max-width: 100%;
    height: 300px;
    width: 100%;
    /* opacity: 0.8 ; */
    /*background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), top no-repeat;*/
}

.caption_contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.div_contact {
    height: 100%;
    padding: 0px 18px;
    background-color: #f5f5f5;
    margin: 10px auto 0 auto;
    border-radius: 5px;
}

.card_contact {
    height: 200px;
    width: 200px;
    background-color: #fcfcfc;
    box-shadow: 0 0 3px rgb(37, 37, 37);
    margin: 10px auto 0 auto;
    border-radius: 5px;
}

.title_tamas {
    text-align: center;
    margin-top: 15px;
    clear: both;
    padding-top: 50px;
}

.title_tamas a {
    color: #0740b9;
    font-size: 14px;
    padding: 15px;
    border-radius: 5px;
}

.info_tamas {
    text-align: center;
    margin-top: 0px;
    clear: both;
    padding-top: 30px;
}

.info_tamas a {
    color: #78797b;
    font-size: 14px;
}

.intro_block_contact {
    height: 150px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}

.intro_block_contact > a > img {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 26px 37%;
}

.intro_block_contact p {
    margin: 0px auto;
    text-align: center;
}

.contact_form_container a {
    color: #232323;
    font-size: 14px;
    margin-top: 30px;
    float: right;
    margin: 40px auto;
}

.purch_guide_container .title_gu {
    width: 100%;
    background: #26a69a;
    margin-top: 20px;
    border-radius: 2px;
    color: #ffffff;
    padding: 10px 5px;
    font-size: 14px;
    float: right;
}

.purch_guide_container .desc_gu {
    color: #232323;
    padding: 10px 5px;
    font-size: 14px;
    float: right;
    text-align: justify;
}

.tracking_orders_title p {
    position: absolute;
    margin: 45px;
    font-size: 14px;
    color: #68a0e0;
    text-align: justify;
}

.tracking_orders_title a {
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .tracking_orders_title p {
        position: absolute;
        margin: 0px 20px;
        right: 0;
        font-size: 14px;
        color: #ff9f09;
        text-align: justify;
    }
}

.contact_form_container {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .contact_form_container {
        width: 50%;
    }
}

.contact_form_name {
    margin: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #1fb6f4;
    border-radius: 5px;
    padding: 10px;
}

.contact_form_email {
    margin: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #1fb6f4;
    border-radius: 5px;
    padding: 10px;
}

.contact_form_phone {
    margin: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #1fb6f4;
    border-radius: 5px;
    padding: 10px;
}

.contact_form_message {
    margin: 10px;
    width: 100%;
    height: 150px;
    border: 1px solid #2323;
    border-radius: 5px;
    padding: 10px;
}

.contact_submit_button {
    background: #26a69a;
    border: none;
    border-radius: 3px;
    width: 100px;
    height: 40px;
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
    float: left;
}


.contact_submit_button:hover {
    background: #0e8479;

}


.pay_house_a_contact {
    color: #43d484;
}

.pay_house_p_contact {
    color: #43d484;
}

.order_delivery_a_contact {
    color: #435ad4;
}

.order_delivery_p_contact {
    color: #435ad4;
}

.health_delivery_a_contact {
    color: #f7367f;
}

.health_delivery_p_contact {
    color: #f7367f;
}

.return_pool_a_contact {
    color: #c9ea30;
}

.return_pool_p_contact {
    color: #c9ea30;
}

.panel-heading-question {
    color: #2f2e2e;
    background-color: #d4d4d4;
    border-radius: 5px;
    padding: 12px;
    text-decoration: none;
    margin-top: 5px;
}

.panel-heading-question:hover {
    /* color: rgb(203, 236, 55); */
    text-decoration: none;
}

.panel-body-question {
    padding: 15px;
    font-size: 13px;

    text-align: justify;
    background: #f5f5f5;
}

@media (max-width: 576px) {
    .panel-body-question {
        padding: 12px;
        font-size: 12px;

    }
}

.panel-group .panel_question {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    background: #fcfcfc;
}

.panel-title {
    font-size: 13px;
}

.panel-title a:hover {
    /* color: rgb(14, 212, 238); */
}

@media (max-width: 576px) {
    .panel-title {
        font-size: 13px;
    }
}

.img_tr_order_banner_img {
    width: 300px;
    height: 300px;
    float: left;
    position: absolute;
    left: 75px;
    margin-top: 40px;
}

.img_tr_order_banner_img2 {
    width: 250px;
    height: 250px;
    float: left;
    left: 75px;
    margin-top: -5px;
}

.div_tr_or2 {
    height: 100%;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin: 20px auto 50px auto;
    border-radius: 5px;
}

.tracking_orders_title a {
    font-size: 16px;
    float: right;
    position: absolute;
    /* background: #ffee99; */
    padding: 5px;
    border-radius: 5px;
    color: #292a2b;
}

.tracking_orders_desc a {
    font-size: 14px;
    float: right;
    margin-bottom: -25px;
}

.tr_ord_container {
    margin-top: 30px;
}

.contact_form_name_order {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    border: 1px solid #1fb6f4;
    border-radius: 5px;
    padding: 10px;
}

.contact_submit_button_order {
    background: #26a69a;
    border: none;
    border-radius: 3px;
    width: 100px;
    height: 40px;
    color: #fff;
    margin-top: 20px;
    padding: 0;
}

.contact_submit_button_order:hover {
    background: #0e8479 !important;

}


.div_pu_gu {
    height: 100%;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin: 20px auto 0 auto;
    border-radius: 5px;
}

.cd-gallery {
    width: 100%;
    max-width: 1048px;
    margin: 1.5em auto;
}

.cd-gallery::after {
    clear: both;
    content: "";
    display: table;
}

.cd-gallery > li {
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
    top: 0;
    background: #ffffff;
    height: 445px;
    max-height: 445px;
    border-radius: .25em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.cd-gallery > li > a {
    display: block;
}

@media only screen and (min-width: 768px) {
    .cd-gallery {
        margin: 2em auto;
    }

    .cd-gallery > li {
        width: 100%;
        float: left;
        margin-right: 4%;
        margin-bottom: 2.5em;
    }

    .cd-gallery > li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1048px) {
    .cd-gallery {
        margin: 0 auto;
    }

    .no-touch .cd-gallery > li:hover .cd-dots li.selected a {
        background: #2f2933;
        border-color: #2f2933;
    }

    .no-touch .cd-gallery > li:hover .cd-dots a {
        border-color: #9688a0;
    }

    .no-touch .cd-gallery > li:hover li.move-right,
    .no-touch .cd-gallery > li:hover li.move-left {
        opacity: 0.3;
    }
}

.cd-item-wrapper {
    position: relative;
    overflow: hidden;
    margin: 3em 0;
}

.cd-item-wrapper li {
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    -webkit-transform: translateX(200%) scale(0.7);
    -moz-transform: translateX(200%) scale(0.7);
    -ms-transform: translateX(200%) scale(0.7);
    -o-transform: translateX(200%) scale(0.7);
    transform: translateX(200%) scale(0.7);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.cd-item-wrapper li.selected {
    /* selected item */
    position: relative;
    opacity: 1;
    float: left;
    -webkit-transform: translateX(0) scale(1.3);
    -moz-transform: translateX(0) scale(1.3);
    -ms-transform: translateX(0) scale(1.3);
    -o-transform: translateX(0) scale(1.3);
    transform: translateX(0) scale(1.3);
}

.cd-item-wrapper li.move-left {
    /* item on left - preview visible */
    -webkit-transform: translateX(-100%) scale(0.7);
    -moz-transform: translateX(-100%) scale(0.7);
    -ms-transform: translateX(-100%) scale(0.7);
    -o-transform: translateX(-100%) scale(0.7);
    transform: translateX(-100%) scale(0.7);
    opacity: 0.3;
}

.cd-item-wrapper li.move-right {
    /* item on right - preview visible */
    -webkit-transform: translateX(100%) scale(0.7);
    -moz-transform: translateX(100%) scale(0.7);
    -ms-transform: translateX(100%) scale(0.7);
    -o-transform: translateX(100%) scale(0.7);
    transform: translateX(100%) scale(0.7);
    opacity: 0.3;
}

.cd-item-wrapper li.hide-left {
    /* items hidden on the left */
    -webkit-transform: translateX(-200%) scale(0.7);
    -moz-transform: translateX(-200%) scale(0.7);
    -ms-transform: translateX(-200%) scale(0.7);
    -o-transform: translateX(-200%) scale(0.7);
    transform: translateX(-200%) scale(0.7);
}

.cd-item-wrapper li img {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 1048px) {
    .cd-item-wrapper li.move-left,
    .cd-item-wrapper li.move-right {
        /* hide preview items */
        opacity: 0;
    }

    .cd-item-wrapper li.focus-on-left {
        -webkit-transform: translateX(3%) scale(1.25);
        -moz-transform: translateX(3%) scale(1.25);
        -ms-transform: translateX(3%) scale(1.25);
        -o-transform: translateX(3%) scale(1.25);
        transform: translateX(3%) scale(1.25);
    }

    .cd-item-wrapper li.focus-on-left.move-right {
        -webkit-transform: translateX(103%) scale(0.7);
        -moz-transform: translateX(103%) scale(0.7);
        -ms-transform: translateX(103%) scale(0.7);
        -o-transform: translateX(103%) scale(0.7);
        transform: translateX(103%) scale(0.7);
    }

    .cd-item-wrapper li.focus-on-right {
        -webkit-transform: translateX(-3%) scale(1.25);
        -moz-transform: translateX(-3%) scale(1.25);
        -ms-transform: translateX(-3%) scale(1.25);
        -o-transform: translateX(-3%) scale(1.25);
        transform: translateX(-3%) scale(1.25);
    }

    .cd-item-wrapper li.focus-on-right.move-left {
        -webkit-transform: translateX(-103%) scale(0.7);
        -moz-transform: translateX(-103%) scale(0.7);
        -ms-transform: translateX(-103%) scale(0.7);
        -o-transform: translateX(-103%) scale(0.7);
        transform: translateX(-103%) scale(0.7);
    }

    .cd-item-wrapper li.hover {
        opacity: 1 !important;
    }

    .cd-item-wrapper li.hover.move-left {
        -webkit-transform: translateX(-97%) scale(0.75);
        -moz-transform: translateX(-97%) scale(0.75);
        -ms-transform: translateX(-97%) scale(0.75);
        -o-transform: translateX(-97%) scale(0.75);
        transform: translateX(-97%) scale(0.75);
    }

    .cd-item-wrapper li.hover.move-right {
        -webkit-transform: translateX(97%) scale(0.75);
        -moz-transform: translateX(97%) scale(0.75);
        -ms-transform: translateX(97%) scale(0.75);
        -o-transform: translateX(97%) scale(0.75);
        transform: translateX(97%) scale(0.75);
    }
}

.cd-dots {
    position: absolute;
    bottom: 95px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .2em;
}

.cd-dots::after {
    clear: both;
    content: "";
    display: table;
}

.cd-dots li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    pointer-events: none;
}

.cd-dots li.selected a {
    background: #2f2933;
    border-color: #2f2933;
}

.cd-dots a {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: 1px solid #9688a0;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.2s, background-color 0.2s;
    -moz-transition: border-color 0.2s, background-color 0.2s;
    transition: border-color 0.2s, background-color 0.2s;
}

@media only screen and (min-width: 1048px) {
    .cd-dots li {
        /* pointer-events: auto; */
    }

    .cd-dots li.selected a {
        background: #cccccc;
        border-color: #cccccc;
    }

    .cd-dots a {
        height: 8px;
        width: 8px;
        border-color: #cccccc;
        /* fix a bug in IE9/10 - transparent anchor not clickable */
        background-color: rgba(255, 255, 255, 0);
    }
}

.cd-item-info {
    height: 90px;
    line-height: 90px;
    padding: 0 2em;
}

.cd-item-info::after {
    clear: both;
    content: "";
    display: table;
}

.cd-item-info b,
.cd-item-info .cd-price,
.cd-item-info .cd-new-price {
    font-weight: bold;
    font-size: 2rem;
}

.cd-item-info b {
    float: left;
}

.cd-item-info b a {
    color: #2f2933;
}

.cd-item-info .cd-price,
.cd-item-info .cd-new-price {
    float: right;
}

.cd-item-info .cd-price {
    color: #a5d05e;
    position: relative;
    margin-left: 10px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

.cd-item-info .cd-price::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #a5d05e;
    opacity: 0;
    -webkit-transition: width 0.2s 0s, opacity 0s 0.2s;
    -moz-transition: width 0.2s 0s, opacity 0s 0.2s;
    transition: width 0.2s 0s, opacity 0s 0.2s;
}

.cd-item-info .cd-price.on-sale::after {
    opacity: 1;
    width: 100%;
    -webkit-transition: width 0.2s 0s, opacity 0s 0s;
    -moz-transition: width 0.2s 0s, opacity 0s 0s;
    transition: width 0.2s 0s, opacity 0s 0s;
}

.cd-item-info .cd-new-price {
    color: #e76363;
    opacity: 0;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.cd-item-info .cd-new-price.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-item-info b,
    .cd-item-info .cd-price,
    .cd-item-info .cd-new-price {
        font-size: 2.4rem;
    }
}

.no-js .move-right,
.no-js .move-left {
    display: none;
}

.credits {
    width: 90%;
    margin: 2em auto;
    text-align: center;
}

.no-touch .credits a:hover {
    text-decoration: underline;
}

.nav-tabs {
    border-bottom: none;
    direction: rtl;
    float: right;
    padding: 10px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-top: 2px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
}

.tab-content {
    float: right;
    clear: both;
    border-radius: 5px;
    direction: rtl;
    margin-top: 6px;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15);
}

.tab-content2 {
    clear: both;
    border-radius: 5px;
    direction: rtl;
    margin-top: 6px;
    background-color: #fff;
    width: 98%;
    padding: 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #103264;
    border-radius: 5px;
}

/*
.nav-tabs>li>a:hover {
    color: rgb(37, 39, 39);
    cursor: default;
    background-color: rgb(62, 173, 236);
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);

    background: rgb(136, 250, 233) !important;
    color: #000 !important;
    border-radius: 5px;
    border: none;
    letter-spacing: 0.1px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.336);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.336);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.336);
    transition: all 0.4s ease 0s;


} */

.tab-pane h3 {
    font-size: 14px;
    color: #6665de;
    padding: 15px;
    border-bottom: 1px solid #6665de;
}

.tab-pane p {
    color: #2f2f31;
    /* padding: 15px; */
    font-size: 12px;
    text-align: justify;
}

.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    font-size: 11px;
    cursor: pointer !important;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}

.product_desc_photo a img {
    width: 200px;
    height: 200px;
    float: left;
}

@media (max-width: 576px) {
    .nav-tabs > li > a {
        margin-right: 0px;
        font-size: 10px;
        /* border: 1px solid transparent; */
        border-radius: 4px 4px 0 0;
        /* border: 1px solid #11ecf7d9; */
    }
}

.table caption {
    text-align: right;
    color: #00b0e8;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.select2 {
    position: relative;
}

.select2 {
    padding-right: 10px;
    margin-top: 10px;
}

.icon2 {
    width: 100px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    /* pointer-events: none; */
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #2323;
    border-radius: none !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.info_buy_container {
    float: right;
    margin: 25px auto;
}

.box-row-title {
    margin: 5px;
}

.info_buy_container a {
    color: #232323;
    font-size: 14px;
    float: right;
}

@media (min-width: 576px) {
    .info_buy_title {
        width: 50%;
    }
}

.info_buy_form_name {
    width: 100%;
    /* height: 50px; */
    height: 50px;
    border: 1px solid #1fb6f4;
    border-radius: 5px;
    padding: 10px;
    margin: 5px 0;
}

.info_buy_title {
    width: 100%;
    margin: 15px 0px;
}

.info_buy_title a {
    color: #585252;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    float: right;
}

.info_buy_container a {
    color: #232323;
    font-size: 14px;
    float: right;
    margin: 40px auto;
}

.form-control_info {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #747474;
    /* background-color: #fff; */
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image: none;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.order_info_final {
    padding: 0 20px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}

.order_info_final h5 {
    padding: 20px 10px;
    font-size: 14px;
}

.order_info_final table thead tr th {
    text-align: right;
}

.t_inf > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid rgb(191, 182, 230);
}

.product-Payment-methods li {
    padding: 10px;
    margin: 10px;
}

.form-legend {
    text-align: center;
    font-size: 18px;
    padding: 15px;
}

.add_pruduct {
    border: none;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    background: #09bab5;
    color: #fff;
    padding: 0px 7px 0px 5px !important;
    font-size: 11px !important;
}

.add_pruduct:hover {
    background: #05bd76 !important;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 0.2px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    transition: all 0.4s ease 0s;
}


.box_add_pruduct {
    font-size: 1.5rem;
    text-align: center;
    background: #fff;
    padding: 2rem;
    border-radius: 5px;
}

.box_add_pruduct a {
    font-size: 14px;
    padding: 2px;
}

.box_info_pruduct {
    text-align: right;
}

.info_pruduct1 {
    height: auto;
    margin-top: 10px;
    float: right;
}

.info_pruduct2 {
    height: auto;
    margin-top: 10px;
    float: left;
}

.buy_form_message {
    margin: 5px 0px;
    width: 100%;
    height: 115px;
    border: 1px solid #2323;
    border-radius: 5px;
    padding: 10px;
}

.methode_send {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    /* box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1); */
    /* height: 270px; */
    /* height: 210px; */
    padding: 0;
}

.methode_send h5 {
    padding: 25px 10px;
    color: rgb(58, 57, 57);
    font-size: 14px;
    margin-bottom: 35px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    text-align: center;
}

.methode_send_part1 {
    height: auto;
    float: left;
    text-align: right;
    margin-bottom: 30px;
}

.methode_send_part2 {
    height: auto;
    float: right;
    text-align: left;
    margin-bottom: 30px;
}

.methode_send a {
    padding: 10px;
    color: #f10170;
    font-size: 14px;
    font-weight: bolder;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
}

.radio_btn_header > tbody > tr > td {
    padding: 8px;
    margin: 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.radio_btn_header thead tr th {
    width: 10%;
    text-align: center;
}

.final_price {
    background: #103264;
    color: #fff;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #cecaca;
}


/* ************************************* */

.navbar2 {
    overflow: hidden;
    /* background-color: #333; */
    font-family: Arial, Helvetica, sans-serif;
}

.navbar2 a {
    float: right;
    font-size: 16px;
    color: rgb(19, 18, 18);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown2 {
    float: right;
    overflow: hidden;
}

.dropbtn {
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    color: rgb(64, 62, 62);
    padding: 14px 16px;
    /* background-color: #ffad3d; */
    border-radius: 5px;
    font-family: iransans;
    font-size: 12px;
    margin: 4px 8px;
}

/* .navbar2 a:hover,
.dropdown2:hover2 .dropbtn,
.dropbtn:focus {
    background-color: red;
} */

.dropdown-content {
    /* border-radius: 5px;
    display: none;
    position: absolute;
    min-width: 315px;
    width: 1px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.76);
    z-index: 1;
    margin-top: 55px;
    margin-right: 18px;
    background: #ffffff; */


    text-align: right;
    border-radius: 5px;
    display: none;
    left: 0px;
    position: absolute;
    min-width: 100px;
    width: 150px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.76);
    z-index: 11;
    background: #ffffff;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 13px;
    text-decoration: none;
    display: block;
    text-align: right;
    font-family: iransans;
    font-size: 12px;
}

.dropdown-content a:hover {
    background-color: rgb(209, 248, 243);
}

.show {
    display: block;
}


/* ***************88 */

.show_pay_dropdn {
    margin: 14px;
    background: #7c23f0;
    border: none;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

.tas_pay_dropdn {
    margin: 14px;
    background: #1bed79;
    border: none;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}


/* ********************** */

.name_pruduct_slider {
    text-align: center;
    padding-bottom: 6px;
}

.name_pruduct_slider a {
    color: rgba(35, 36, 35, 0.2);
    font-size: 14px;
}

.price_pruduct_slider {
    text-align: center;
    background: #1fa4e7;
    background: linear-gradient(-45deg, rgb(29, 21, 134), rgb(31, 184, 245));
    padding: 5px;
    margin: 5px 10px;
    border-radius: 5px;
}

.price_pruduct_slider a {
    color: #fff;
    font-size: 14px;
}

.hr_opt {
    background: #f3f4fa;
    color: #f3f4fa;
    border-top: 1px solid #f3f4fa;
    margin: 0;
    height: 1px;
}

.price_pruduct_slider :hover {
    opacity: 0.7;
}

.tit_sel_vije {
    background: #103264;
    box-shadow: 0px 2px 8px #c7c2c2;
    position: absolute;
    color: #fff;
    padding: 9px;
    z-index: 32;
    border-radius: 0px 0px 0px 20px;
    margin: 0px 1px;

}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.content-sidebar {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #2323;
    padding: 2px;
}

.block-title {
    /* border: 1px solid #17ddd4; */
    background: #103264;
    margin: -7px -7px;
    padding: 5px;
    border-radius: 2px;
}

.btn-add-to-cart {
    padding: 9px !important;
    float: left;
    background: #26a69a !important;
    color: white !important;
}

.btn-add-to-cart:hover {

    background: #0e8479 !important;

}

.btn_cancel_pay {
    background: #efb922;
    color: #fff;
    margin-top: 10px;
    padding: 9px;
}

.btn_cancel_pay:hover {

    background: #cf9b0c !important;
    color: #fff;

}


.btn_final_pay {
    background: #26a69a !important;
    margin-left: 10px;
    color: #fff;
    margin-top: 10px;
    padding: 9px !important;
}

.btn_final_pay:hover {
    background: #0e8479 !important;
}


.btn_cancel_pay_div {
    text-align: center;
}

.btn_final_pay_div {
    text-align: center;
}

.order_pay_opt1 {
    margin-bottom: 0;
    margin-top: 20px !important;
    border: 1px solid #1212;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^6 */

@media (min-width: 992px) {
    .pr_jadid {
        /*width: 20%;*/
    }
}

@media (min-width: 992px) {
    .slider_top_block {
        /*width: 80%;*/
    }
}

@media (min-width: 992px) {
    .ban_img_slider_top {
        /*height: 400px !important;*/
        /*width: 1200px !important;*/
        width: 100%;
        /*max-width: 1200px;*/
        /*margin: 0 auto;*/
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    /* padding-right: 9px;
    padding-left: 9px; */
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}

.owl-item {
    margin-left: 0px;
}

.sabad_header_bl {
    height: 70px;
    margin-top: 10px;
    float: left;
}

@media (max-width: 576px) {
    .sabad_header_bl {
        height: 30px;
        margin-top: 10px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .block-search {
        /* width: 476px; */
        margin: 10px auto 0 auto;
    }
}

@media (max-width: 576px) {
    .block-minicart .counter-number {
        position: absolute;
        top: -12px;
        left: 8px;
        color: #000;
        background: #103264;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }
}

.slider_top_block {
    margin-top: -20px;
}

@media (max-width: 576px) {
    .slider_top_block {
        margin-top: -20px;
    }
}

.pr_jadid {
    margin-top: -20px;
}

@media (max-width: 576px) {
    .pr_jadid {
        margin-top: 20px;
    }
}

.sl_vi_im {
    width: 200px;
    height: 200px;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.tab {
    float: left;
    background-color: #fff;
    /* border-block-end-style: #fff; */
    box-shadow: 0 0 6px #2323;
    border-radius: 10px;
    width: 30%;
    height: 360px;
    margin-top: -6px;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    color: #615f5f;
    background: #fff;
    padding: 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    margin: 2px 0px;
    font-size: 12px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: rgb(224, 239, 243);
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #6f26e7;
    padding: 20px;
    color: #ffff;
    font-size: 14px;
    transform: scale(1, 1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(0.98, 0.8);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    /* border: 1px solid #b3b5b5b3; */
    border: 1px solid #d5dadab3;
    border-radius: 0px 10px 10px 0px;
    width: 70%;
    border-left: none;
    height: 350px;
    background: #fff;
}

.owl-pro-item_im {
    width: 200px;
    height: 200px;
    float: right;
    /* left: 10px; */
}

.b_ban_opt {
    background: #fff;
    height: 50px;
    margin-top: 12px;
    border-radius: 5px;
    padding: 10px;
    /* border: 1px solid #f1f1f1; */
    /* border: 1px solid #b3b5b5b3; */
    border: 1px solid #d5dadab3;
    text-align: center;
}

.zom_img_slider:hover {
    transform: scale(1, 1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(2, 2);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.bl_tab_comment {
    padding: 0 !important;
}

.tab button.active:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: #139ffd;
    width: 3px;
    height: 35px;
    top: 13px;
    right: -10px;
}

@media (max-width: 400px) {
    .product-item.style-1 {
        position: relative;
        height: 270px !important;
    }
}

@media (min-width: 401px) and (max-width: 450px) {
    .product-item.style-1 {
        position: relative;
        height: 290px !important;
    }
}

@media (min-width: 451px) and (max-width: 550px) {
    .product-item.style-1 {
        position: relative;
        height: 330px !important;
    }
}

@media (min-width: 551px) and (max-width: 600px) {
    .product-item.style-1 {
        position: relative;
        height: 280px !important;
    }
}

@media (min-width: 601px) and (max-width: 800px) {
    .product-item.style-1 {
        position: relative;
        height: 310px !important;
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    .product-item.style-1 {
        position: relative;
        height: 300px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .product-item.style-1 {
        position: relative;
        height: 240px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .product-item.style-1 {
        position: relative;
        height: 300px !important;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .product-item.style-1 {
        position: relative;
        height: 320px !important;
    }
}

@media (min-width: 1501px) {
    .product-item.style-1 {
        position: relative;
        height: 300px !important;
    }
}

@media (max-width: 576px) {
    .pading_xs_z {
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    .methode_send {
        margin-top: 20px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
        /* height: 270px; */
        /* height: 210px; */
        padding: 0;
    }
}

@media (max-width: 576px) {
    .contactus_banner_img {
        height: 130px;
    }
}

@media (max-width: 576px) {
    .order_pay_opt1 {
        margin-bottom: 0;
        margin-top: 10px !important;
        border: 1px solid #1212;
        border-radius: 5px;
        padding: 5px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .intro_block p {
        margin: 10px auto;
        font-size: 8px;
    }
}

@media (max-width: 576px) {
    .intro_block {
        height: 100px;
        border-radius: 8px;
        /* border: 1px solid #d5dadab3; */
        /* margin-bottom: 1.5rem; */
        overflow: hidden;
        width: 50%;
        text-align: center;
        background-color: #fff;
    }
}

@media (max-width: 576px) {
    .intro_block > a > img {
        width: 40px;
        height: 40px;
        position: relative;
        margin-top: 28px;
    }
}

.title_pay_S {
    text-align: center;
}

.title_pay_S a {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #252323;
    border: 1px solid #2323;
}

.bt_pay_ok {
    background: #0fdcd3;
}

.bt_pay_ok:hover {
    background: #0ff5e9;
}

.bt_pay_cancel {
    background: #efb922;
}

.bt_pay_cancel:hover {
    background: #fcbc0f;
}

.div_pay_f {
    text-align: center;
}

.tit_r_a {
    background: #103264;
}

.tit_l_a {
    /* background: #85879c  ; */
    background: #103264;
}

.div_vij_1 {
    margin-top: 55px;
    text-align: justify;
}

@media (max-width: 576px) {
    .div_vij_1 {
        margin-top: 15px;
        font-size: 10px;
        text-align: justify;
    }
}

.bt_vij_buy {
    float: right;
    margin-top: 90px;
}

@media (max-width: 576px) {
    .bt_vij_buy {
        float: right;
        margin-top: 10px;
    }
}

.div_vig_sa_2 {
    float: right;
}

@media (max-width: 576px) {
    .owl-pro-item_im {
        width: 150px;
        height: 150px;
        float: right;
        /* left: 10px; */
    }
}

@media (max-width: 576px) {
    .div_vij_content {
        font-size: 9px;
    }
}

.div_vij_tit {
    color: #00b8ef;
}

@media (max-width: 576px) {
    .div_vij_tit {
        font-size: 9px;
    }
}

.availability-title {
    display: block;
    margin-top: 85px;
}

@media (max-width: 576px) {
    .availability-title {
        display: block;
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    .h_tab_c_m {
        height: 390px;
    }
}

@media (max-width: 576px) {
    .h_tab_m {
        height: 400px;
    }
}

.tit_pr_det {
    float: right;
    margin-top: 22px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #8a8787;
}

.tit_pr_det a {
    font-size: 12px;
    color: #3e4040;
    font-weight: 700;
}

@media (max-width: 576px) {
    .tit_pr_det a {
        font-size: 10px;
    }
}

.dr_msh_tel {
    float: left;
    background: #66676d;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}

.dr_msh_tel a {
    font-size: 12px;
    color: #fff;
}

@media (max-width: 576px) {
    .dr_msh_tel a {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .img_tr_order_banner_img2 {
        width: 150px;
        height: 150px;
        float: left;
        position: absolute;
        float: left;
        opacity: 0.3;
        left: 60px;
        margin-top: -50px;
    }
}

.div_tr_or {
    height: 100%;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin: 20px auto 50px auto;
    border-radius: 5px;
}

@media (max-width: 576px) {
    .div_tr_or {
        height: 100%;
        padding: 0px 10px 30px 10px;
        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        margin: 10px auto 50px auto;
        border-radius: 5px;
    }
}

@media (max-width: 576px) {
    .mt_opt {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .wi_im {
        width: 200px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 992px) {
    .wi_im {
        width: 200px !important;
        margin: 0 auto !important;
    }
}


@media (max-width: 576px) {
    .padd_card_int {
        padding: 0;
    }
}

.close_modal_d a {
    text-align: center;
    padding: 10px;
    font-size: 17px;
    color: #840451;
}

.close_modal_d {
    text-align: center;
    padding: 10px;
    font-size: 17px;
    color: #ff0081;
    cursor: pointer;
}

.filter_product_opt1 {
    float: left;
    background: #26a69a;
    padding: 5px;
    border-radius: 5px;
}


/* ^^^^^^^^^^^^^^^^^^^^ */

.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
    user-select: none;
}

.togglebutton {
    vertical-align: middle;
}

.togglebutton label {
    cursor: pointer;
    color: rgba(77, 81, 88, 0.92);
}

.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
    user-select: none;
}

.togglebutton label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
    user-select: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgb(9, 186, 181);
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-color: rgba(80, 80, 80, 0.7);
    border-radius: 15px;
    margin-right: 15px;
    transition: background 0.3s ease;
    vertical-align: middle;
}

.togglebutton label .toggle {
    text-align: left;
    margin-left: 5px;
}

.togglebutton,
.togglebutton label,
.togglebutton input,
.togglebutton .toggle {
    user-select: none;
}

.togglebutton label .toggle:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -2.5px;
    border: 1px solid rgba(0, 0, 0, .54);
    transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
    left: 15px;
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
    border-color: #9c27b0;
}

.vr_h_k_t {
    margin-right: 15px;
    font-size: 15px;
    color: #fc5f03;
}

.card_body_1 {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(43, 43, 46, 0.2);
    margin: 20px;
    padding: 10px;
}

.card_body_2 {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(43, 43, 46, 0.2);
    margin-top: 20px;
    padding: 10px;
}

.tit_inf_user {
    margin: 15px 20px;
}


/* ***********************************************************************8 */


/* ***********************************************************************8 */


/* ***********************************************************************8 */


/* ***********************************************************************8 */


/* ***********************************************************************8 */


/* ***********************************************************************8 */


/* ***********************************************************************8 */


.desc_fr_vi {
    text-align: justify;
    box-sizing: inherit;
    margin: 20px 0px;
    font-size: 12px !important;
    font-family: 'web-vazir', 'segoe ui' !important;
    padding: 0px;
    list-style: none;
    color: #55565a;
    outline: none !important;
    background: #2323;
    overflow: hidden;
    max-height: 145px;
    min-height: 145px;
    min-width: 390px;
    max-width: 390px;
}

.desc_fr_vi ul {
    box-sizing: inherit;
    margin: 20px 0px;
    font-size: 12px !important;
    font-family: 'web-vazir', 'segoe ui' !important;
    padding: 0px;
    list-style: none;
    color: #55565a;
    outline: none !important;
    background: #2323;
    overflow: hidden;
    max-height: 145px;
    min-height: 145px;

}


.btn-add-to-cart2 {

    padding: 8px;
    margin-top: 230px;
    left: 15px;
    position: absolute;
    background: #09bab5;
    margin-left: 45px;
    font-family: 'web-vazir', 'segoe ui', tahoma;
    border-radius: 5px;
    color: #fff;
}

.btn-add-to-cart2:hover {

    background: #60f5e8 !important;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    letter-spacing: 0.2px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    transition: all 0.4s ease 0s;
}

@media (max-width: 576px) {
    .btn-add-to-cart2 {
        padding: 10px;
        clear: both;
        margin-top: -2px;
    }
}

.tit_fr_vi a {
    color: #2c2f2f;
    font-size: 14px;
}

@media (max-width: 576px) {
    .tit_fr_vi a {
        color: #09bab5;
        font-size: 12px;
    }
}


.product-item {
    /* box-shadow: 0 0 3px rgba(45, 53, 45, 0.2); */
    /*border:1px solid #2323;*/
}


.nav > li > a {

    padding: 10px 6px;
}

.card_b1 {
    height: 140px;
    background: #fff;
    text-align: center;
    padding: 10px;
}

.card_b2 {
    height: 200px;
    background: #fff;
    border-radius: 0px;
    text-align: center;
}

.card_b3 {
    height: 200px;
    background: #fff;
    /* box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15); */
    border-radius: 0px;
    text-align: center;
}

.card_b4 {
    height: 200px;
    background: #fff;
    /* box-shadow: 0 0px 7px rgba(0, 0, 0, 0.15); */
    border-radius: 0;
    text-align: center;
}

.card_body {
    margin-top: 10px;
}

.desc_blog_card {
    /*position: absolute;*/
    background: white;
    /*width: 90%;*/
    height: 120px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.bt_blog_card {
    background: #26a69a;
}


.t_blo_card {
    padding: 8px;
    height: 70px;
    background-color: #f7f7f7;
    color: #555;
    overflow: hidden;
}

.d_blo_card {
    max-height: 105px;
    min-height: 105px;
    overflow: hidden;
    font-size: 14px;
    color: #aaa;
}


.bt_blog_card:hover {

    background: #0e8479;
    /* border-radius: 5px;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
          -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.253);
    transition: all 0.4s ease 0s; */


}

.product-property ul {

    padding-top: 0px !important;
    margin-top: 0px !important;

}

.product-property ul li {

    width: 230px !important;
    font-family: 'web-vazir', 'segoe ui', tahoma;
    padding-right: 10px !important;

}


.darkhast_telephony {
    background: #103264;
    border-radius: 5px;
    color: #fff;
    padding: 4px;
    float: left;
}

.darkhast_telephony:hover {
    background: #0c2955 !important;
    color: #fff;

}


.bt_sh_buy_1 {
    padding: 0px;
    background: #fff;
    color: #103264;
    font-size: 12px;
    margin-top: -25px;
}

.bt_sh_buy_1:hover {
    background: none;
    color: rgba(18, 22, 18, 0.767);
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    /* letter-spacing: 0.5px; */
    /* -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
          -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
    transition: all 0.4s ease 0s; */
}

.download_pdf {
    background-color: #09bab5;
    color: #fff;

}

.download_pdf:hover {
    background: rgb(136, 250, 233);
    color: rgba(18, 22, 18, 0.767);
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.137);
    transition: all 0.4s ease 0s;
}

.price {
    text-align: center;
}


.price a {
    color: #ffffff;
}

.price a:hover {
    color: #141414;
}


.price del {
    font-size: 14px;
    color: #ec1c42;
    font-weight: normal;
    text-decoration: line-through;
}

.price.price-dark {
    color: #333333;
}

.hover-hidden p {
    color: #949494;
    font-size: 12px;
    padding-bottom: 27px;
    padding-top: 12px;
}

.product-item.style-6 .hover-hidden p {
    color: #949494;
    font-size: 12px;
    margin: 34px 0 0 0;
    padding: 0;
}

.product-item.style-6:hover .hover-hidden p {
    margin: 12px 0 27px 0;
}

.hover-hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 90;
    display: block;
    width: 100%;
    top: 100%;
    padding: 0 20px 10px 20px;
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 */


.number-style input {

    display: inline-block;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    border: none;
    font-size: 15px;
    color: #000000;

}

.number-style span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.number-style span.number-minus {
    border: 2px solid #f53851;
}

.number-style span.number-minus::after {

    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    background-color: #f53851;
}

.number-style span.number-plus {
    border: 2px solid #1081a3;
}

.number-style span.number-plus::after {

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    background-color: #1081a3;
}

.number-style span.number-plus::before {

    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -1px;
    width: 2px;
    height: 10px;
    background-color: #1081a3;
}

.number-style span.disabled {
    border: 2px solid #f53851;
}

.number-style span.disabled::after,
.number-style span.disabled::before {

    background-color: #f53851;

}

.number-style input[type='number'] {
    -moz-appearance: textfield;
}

.number-style input::-webkit-outer-spin-button,
.number-style input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* ############################################## */


.inrut_increment {
    text-align: center !important;
    width: 60px !important;
    height: 87% !important;
    border: 1px solid #737373 !important;
    border-left: none !important;
    border-radius: 10px !important;
    margin-right: 0px !important;
}


.remov_filter {
    background: #26a69a;
    padding: 3px;
}

.remov_filter:hover {

    background: #0e8479 !important;

}


@media (max-width: 576px) {
    .section_factor_buy {
        margin-top: 50px;
    }
}


/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */


.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}


.news-headlines {
    list-style: none;
    position: relative;
}

.news-headlines li {
    padding: 5px 20px 5px 24px;
    text-decoration: none;
    margin-bottom: 15px;
    position: relative;
    z-index: 20;
    color: #1e2225;
}

.nh-anim {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
}

.news-headlines li:hover, a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.news-headlines .highlight {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    transition: all .3s;
    z-index: 99999;
    background-color: rgba(200, 204, 211, 0.2);
    color: #000 !important;
    border-right: 5px solid orangered;
}

.news-headlines .highlight:before {
    display: none;
}

.news-headlines {
    width: 30%;
    float: left;
    background: #fff;
    z-index: 50;
    max-height: 345px;
    min-height: 345px;
}


.news-preview {
    float: left;
    border: solid 1px #999;
    width: 70%;
    background: #ededed;
    position: relative;
    z-index: 5;
    margin-left: -1px;
    min-height: 304px;
    padding-top: 45px !important;
    height: 385px !important;
    overflow: hidden;
}

.news-preview img {
    display: block;
    border-radius: 5px;
    width: 100%;
    max-width: 180px;
    min-width: 180px;
    max-height: 180px;
    min-height: 180px;
    margin: 0 auto 5px auto;
}

.news-content {
    background: #ededed;
    z-index: 10;
    padding: 10px;
    top: 0;
    left: 0;
    display: none;
}

.top-content {
    display: block;
    background-color: #fff;

}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    margin: 0 auto;
    font-size: 13px;
}


.news-headlines {
    list-style: none;
    position: relative;
}

.news-headlines li {
    text-align: center;
    padding: 0px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-family: 'web-vazir', 'segoe ui', tahoma;
}


.news-headlines li::before {
    content: '';
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-right-color: #ff5252;
    top: 0;
    left: -38px;
    transition: all .3s;
    position: absolute;
    z-index: 99999;
}

.news-headlines li:hover {
    text-decoration: none;
    /*color: rgb(79, 168, 134);*/
}

.news-headlines {
    float: left;
    background: #fff;
    z-index: 50;
    max-height: 385px;
    min-height: 385px;
    /* border: 0 0 46px #22332224 !important; */
    border: 1px solid #23232333;
}

.news-preview {
    float: left;

    background: #fff;
    z-index: 5;
    margin-left: -1px;
    min-height: 342px;
    position: relative;
    cursor: pointer;
    /* border: 0 0 46px #22332224 ; */
    border: 1px solid #23232333;

}


.desc_fr_vi > ul > li {
    width: 200px !important;

}


@media (min-width: 575px) and (max-width: 870px) {
    .title_new_pro {
        /*margin-top: 33px;*/
        font-size: 9pt;
    }
}

@media (min-width: 575px) and (max-width: 794px) {
    .sidebar_slider {
        /*height: calc(100% - 85px) !important;*/
    }
}

.news-preview img {
    object-fit: scale-down !important;
}
@media (min-width: 768px) {

    .news-preview img {
        display: inline-block;
        float: left;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .btn-add-to-cart2 {
        margin-top: -40px;
    }

}

@media (max-width: 768px) {

    .page_section__banners .banner-right-side .photo-1 {
        height: 150px !important;
    }

}


@media (max-width: 768px) {
    .page_section__banners {
        background-color: #f3f4fa;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {

    .img_tr_order_banner_img {
        opacity: 0.3;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .page_section__banners .banner-right-side .photo-1 {
        height: 200px;
    }

}


.im_fr_vi {
    margin-top: 70px;
}


.classWithShadow {
    /* -moz-box-shadow: 0px 2px #103264; */
    /* -webkit-box-shadow: 0px 2px #103264; */
    /* box-shadow: 0px 2px #103264; */
    /*border-bottom: 2px solid #103264;*/
    /*transition: all 300ms;*/
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$44 */
.product-slider {
    padding: 45px;
}

.product-slider #carousel {
    margin: 0;
}

.product-slider #thumbcarousel {

    margin: 12px 0 0;
    padding: 0 45px;

}

.product-slider #thumbcarousel .item {

    text-align: center;

}

.product-slider #thumbcarousel .item .thumb {
    border: 1px solid #35393a;
    border-radius: 2px;
    width: 20%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 80px;
}

.product-slider #thumbcarousel .item .thumb:hover {

    border-color: #1089c0;

}

.product-slider .item img {
    width: 100%;

}

.sli_im_d img {
    max-height: 420px !important;
    min-height: 420px !important;
}

.carousel-control {

    color: #ffee99;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%;
}

.carousel-control:hover, .carousel-control:focus, .carousel-control:active {
    color: #333;
}

.carousel-caption, .carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 30%;
    width: auto;
}

.carousel-control.right, .carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.bt_log_coment {
    float: left;
    background: #09bab5;
    padding: 5px;
}

.bt_log_coment:hover {
    background: #0e8479;

}


.breadcrumb li a {
    color: #2d2a2a;
}


.logo_header_st {
    float: right;
}

.search_header_st {

}

@media (max-width: 576px) {
    .sabad_header_bl {
        float: left;
    }
}

.account_drpdn {

}


/* Style The Dropdown Button */
.dropbtn {
    /* background-color: #4CAF50; */
    color: white;
    padding: 0px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 400px !important;
        margin: 30px auto;
    }
}


.btn-danger {
    color: #fff;
    background-color: #fff;
    color: #223322e6 !important;
    border: 1px solid #848384;
}


.bt_lg_sb_ {
    background-color: #26a69a;
    padding: 5px !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
    margin: 5px;
}


@media (max-width: 576px) {
    .hazf_fil_mob {
        float: right !important;
        margin-top: 10px;
    }
}


li.active {

    background: none !important;

}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}


@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}