@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
main.wrapper {
-webkit-overflow-scrolling: touch;
} ::selection {
color: #fff;
background: darkgoldenrod;
}
::-moz-selection {
color: #fff;
background: darkgoldenrod;
} @font-face {
font-family: 'Nika';
src: url(//www.sohankhodkar.com/wp-content/themes/khodkar/assets/css/Nika-Regular.woff2) format('woff2'), url(//www.sohankhodkar.com/wp-content/themes/khodkar/assets/css/Nika-Regular.woff) format('woff'), url(//www.sohankhodkar.com/wp-content/themes/khodkar/assets/css/Nika-Regular.ttf) format('truetype'), url(//www.sohankhodkar.com/wp-content/themes/khodkar/assets/css/Nika-Regular.otf) format('opentype');
font-weight: normal;
font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: baseline;
font-family: 'Nika', Arial;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
.woocommerce-pagination ul.page-numbers li {
border: 2px solid darkgoldenrod;
padding: 5px;
background: darkgoldenrod;
color: #fff;
border-radius: 1px;
}
.woocommerce-pagination ul.page-numbers li a {
text-decoration: none;
}
.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
border: 2px solid darkgoldenrod;
background: darkgoldenrod;
color: #f8f9f9;
border-radius: 1px;
padding: 0;
}
body {
line-height: 1;
overflow: hidden;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.loading {
position: fixed;
width: 100vw;
height: 100vh;
background: #d94f4f;
z-index: 1000;
opacity: 0;
pointer-events: none;
-webkit-transition: 1s ease all;
-o-transition: 1s ease all;
transition: 1s ease all;
}
.loading-background-pattern {
width: 100vw;
height: 100vh; position: relative;
z-index: 1111111;
opacity: 1;
}
.khodkar-copyrights {
position: absolute;
bottom: 30px;
direction: rtl;
right: 180px;
}
.dokmeh-copyrights {
position: absolute;
bottom: 20px;
direction: ltr;
left: 20px;
}
.dokmeh-copyrights a img {
width: 86px;
-webkit-transform: translate(5px, 7px);
-ms-transform: translate(5px, 7px);
transform: translate(5px, 7px);
}
.dokmeh-copyrights span img {
-webkit-animation: HEARTBEAT 2s infinite;
animation: HEARTBEAT 2s infinite;
width: 15px;
margin: -3px 6px;
}
@-webkit-keyframes HEARTBEAT {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
5% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
10% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
15% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes HEARTBEAT {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
5% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
10% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
15% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes animateLoaded {
0% {
opacity: 0.03;
}
50% {
opacity: 0.06;
}
100% {
opacity: 0.03;
}
}
@keyframes animateLoaded {
0% {
opacity: 0.03;
}
50% {
opacity: 0.06;
}
100% {
opacity: 0.03;
}
}
p {
line-height: 2;
}
html.loaded .loading {
opacity: 0;
} main.wrapper::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(108, 108, 108, 0.3);
background-color: rgba(229, 229, 229, 0.84);
}
main.wrapper::-webkit-scrollbar {
width: 6px;
background-color: rgba(229, 229, 229, 0.84);
}
main.wrapper::-webkit-scrollbar-thumb {
background-color: darkgoldenrod;
} .basket {
position: relative;
left: 0;
top: 0;
z-index: 100;
width: 30px;
}
body>header {
position: fixed;
height: 100vh;
right: 0;
width: 150px;
z-index: 103;
border-left: 1px solid darkgoldenrod;
}
body>header sidebar {
position: absolute;
width: 100%;
height: 100%;
z-index: 9;
background: #F9F9F9;
}
html.open-menu body>header sidebar {
background: #cd0d0b;
}
.identity {
height: 130px;
width: 100%;
position: relative;
z-index: 100;
}
.identity img {
width: 150px;
}
.menu-spin {
position: absolute;
width: 150px;
height: 40px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 10px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
z-index: 10;
-webkit-transition: 0.2s ease-in-out all;
-o-transition: 0.2s ease-in-out all;
transition: 0.2s ease-in-out all;
}
html.open-menu .menu-spin {
padding: 15px 0;
}
.page-c {
position: relative;
padding: 150px 350px 0 200px;
}
.woocommerce,
.woocommerce * {
font-family: 'Nika', Arial !important;
}
.menu-spin span {
position: relative;
height: 2px;
width: 50px;
background: darkgoldenrod;
border-radius: 6px;
}
div#scene {
width: 100vw;
height: 100vh;
position: relative;
overflow: hidden;
}
div#scene div img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
div#scene div:first-of-type img {
width: 710px;
height: auto;
margin: auto;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
-o-object-position: center;
object-position: center;
}
div#scene div {
height: 100%;
width: 100%;
}
html,
body {
height: 100vh;
width: 100vw;
}
main.wrapper {
width: 100vw;
height: 100vh;
position: relative;
background-color: #f9f9f9;
overflow-x: hidden;
}
section#AboutUs {
width: 100vw;
min-height: 100vh;
overflow: hidden;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
padding: 10px;
}
.wpcf7 input[type="submit"] {
background: darkgoldenrod;
color: #fff;
font-family: 'Nika', Arial;
padding: 10px 30px;
border: 0;
}
.about-video {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: inherit;
z-index: 0;
bottom: 0;
}
.about-video video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.about-img {
z-index: 5;
position: relative;
}
.about-img img {
width: 30vw;
}
.about-img+h1 {
font-size: 50px;
z-index: 5;
}
.about-img+h1+p {
width: 50%;
margin-top: 50px;
font-size: medium;
z-index: 5;
}
.about-video:after {
content: '';
width: 100%;
height: 100%;
position: absolute; z-index: 2;
top: 0;
left: 0;
opacity: 0.1;
}
section.shpping-intro {
width: 100vw;
height: auto;
}
.shpping-con-home {
position: relative;
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 150px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.shpping-con-home div {  width: 50%;
}
.shpping-con-home>div {
padding-left: 50px;
text-align: center;
overflow: hidden;
padding-right: 50px;
}
.shpping-con-home>div:last-child {
padding: 100px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.shpping-con-home>div h1 {
font-size: 30px;
margin-bottom: 50px;
}
.shpping-con-home>div p {
margin-bottom: 50px;
}
.shpping-con-home>div a {
position: relative;
display: inline-block;
text-decoration: none;
background: darkgoldenrod;
border-radius: 4px;
}
.shpping-con-home>div a p {
margin: 0;
padding: 20px 30px;
color: white;
-webkit-transition: 0.5s ease all;
-o-transition: 0.5s ease all;
transition: 0.5s ease all;
}
.shpping-con-home>div a:hover p {
padding: 20px 80px;
}
.shpping-into-img-c {
width: 100% !important;
position: relative;
}
.shpping-into-img-c img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.shpping-into-img-c span {
position: absolute;
width: 30%;
height: 100%;
top: 0;
right: 0;
}
.date-container {
padding-right: 160px;
position: fixed;
z-index: 13;
position: fixed;
right: 0;
top: 50px;
}
.date-container .persian-date {
font-family: 'Nika', Arial;
}
.date-container #tka_time {
font-family: Nika !important;
font-size: 14px;
float: right;
margin-left: 10px;
line-height: 22px;
}
.basket-container {
position: fixed;
left: 75px;
top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
z-index: 13;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.basket-container .search {
margin-left: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.basket-container .basket-two,
.basket-container .search {
cursor: pointer;
}
.basket-container .basket-two span {
float: left;
line-height: 25px;
margin:0 5px;
color: #111;
}
.basket-container .basket-two img {
width: 25px;
height: 100%;
}
.basket-container .search svg {
width: 19px;
height: auto;
}
.basket-container .search svg.search-icon {
width: 26px;
}
.basket-container .search .close-icon {
display: none;
}
html.opSearch .basket-container .search .close-icon {
display: block;
}
html.opSearch .basket-container .search .search-icon {
display: none;
}
.xoo-wsc-basket {
top: 48px !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
margin: 0 !important;
padding: 0 !important;
left: 27px !important;
}
.xoo-wsc-icon-basket1:before {
content: "\e906" !important;
}
.xoo-wsc-basket {
z-index: -1 !important;
}
.xoo-wsc-bki {
font-size: 25px !important;
}
.xoo-wsc-items-count {
width: 24px !important;
height: 24px !important;
}
.xoo-wsc-basket {
display: block !important;
}
.h-prd-box {
width: calc((100vw / 3) - 225px);
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: right;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 40px 0 80px;
margin: 12px;
text-align: center;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
border-radius: 5px;
background-color: white;
position: relative;
}
.prd-box-img img {
width: 280px;
}
section.home-prd-box-c {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 373px 0 200px;
margin: 150px 0;
}
section.home-prd-box-c ul.products.columns-4 {
width: 100%;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
opacity: 0.75;
background: #3beb36 !important;
padding: 10px 7px;
-webkit-transition: all ease-in-out 0.35s;
-o-transition: all ease-in-out 0.35s;
transition: all ease-in-out 0.35s
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont:hover {
opacity: 1;
}
.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart {
color: #fff;
text-decoration: none;
background: transparent;
}
section.home-prd-box-c>h2 {
display: inline-block;
width: 100%;
text-align: center;
font-size: 20px;
font-weight: bold;
margin-bottom: 40px;
}
.h-prd-box a {
text-decoration: none;
color: #000;
position: relative;
display: inline-block;
}
.h-prd-box a img {
-webkit-transition: 0.5s ease all;
-o-transition: 0.5s ease all;
transition: 0.5s ease all;
}
.h-prd-box a:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: 0.5s ease all;
-o-transition: 0.5s ease all;
transition: 0.5s ease all;
}
.h-prd-box h2 {
font-size: 19px;
margin: 30px 0 22px;
}
.more-bt {
margin-top: 30px;
width: 100%;
border: 1px solid gray;
padding: 15px;
border-radius: 4px;
-webkit-transition: 0.5s ease all;
-o-transition: 0.5s ease all;
transition: 0.5s ease all;
}
.more-bt:hover {
background: #D32F2F;
color: #fff;
}
section.contact-section {
width: 100vw;
padding: 0;
}
div#scene-c {
position: absolute;
width: 100vw;
height: 100vh;
overflow: hidden;
}
div#scene-c>div {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.contact-iinner {
position: absolute;
z-index: 5;
width: 100%;
height: 100vh;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: #fff;
}
.contact-iinner p {
margin-bottom: 13px;
}
.contact-iinner h1 {
font-size: 50px;
margin-bottom: 50px;
}
.contact-iinner a {
color: #fff;
text-decoration: none;
line-height: 25px;
}
.contact-social-networks {
position: relative;
}
.contact-social-networks img {
width: 20px;
margin: 0 10px;
}
.sing-box {
position: relative;
width: 8vw;
margin: 0 auto;
height: 8vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.24);
margin-top: 20px;
}
div#scene-c img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 100vh;
}
nav {
position: fixed;
height: 100vh;
right: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 600px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #cd0d0b;
-webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) all;
-o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) all;
transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) all;
-webkit-transform: translateX(101%);
-ms-transform: translateX(101%);
transform: translateX(101%);
z-index: 101;
}
p.form-submit input {
width: auto !important;
}
html.open-menu nav {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
nav:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; opacity: 0.04;
z-index: -1;
}
nav ul {
padding-right: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
color: #fff;
}
nav ul li a {
color: #f9f9f9 !important;
text-decoration: none;
line-height: 45px;
font-weight: bold;
font-size: 25px;
-webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
nav ul li a:hover {
color: darkgoldenrod;
}
.social-networks {
position: absolute;
bottom: 75px;
width: 100%;
height: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 150px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.social-networks img {
width: 20px;
margin: 0 10px;
}
span.price {
font-size: 12px;
color: #4CAF50;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
position: absolute;
bottom: 0;
width: 100%;
height: 50px; background: darkgoldenrod;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: 0.5s ease all;
-o-transition: 0.5s ease all;
transition: 0.5s ease all;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
background: #d99e0e;
}
.star-rating {
display: none;
}
a.cart-customlocation {
position: absolute;
left: -10px;
background: #fff;
padding: 20px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 4px -1px #aaaaaa;
box-shadow: 1px 1px 4px -1px #aaaaaa;
font-size: 13px;
line-height: 20px;
-webkit-transition: 0.2s ease all;
-o-transition: 0.2s ease all;
transition: 0.2s ease all;
-webkit-transform: scaleY(0.5) translateY(-60px);
-ms-transform: scaleY(0.5) translateY(-60px);
transform: scaleY(0.5) translateY(-60px);
z-index: -1;
opacity: 0 !important;
color: #4CAF50;
text-decoration: none;
width: 140px;
}
.basket:hover a.cart-customlocation {
opacity: 1 !important;
-webkit-transform: scaleY(1) translateY(10px);
-ms-transform: scaleY(1) translateY(10px);
transform: scaleY(1) translateY(10px);
}
.basket>a.number-bs span {
background: #ffffff00;
border-radius: 100%;
width: 19px;
height: 19px;
position: absolute;
top: -13px;
right: -3px;
font-size: 11px;
color: darkgoldenrod;
letter-spacing: 1px;
line-height: 22px;
}
.menu-item {
width: 100%;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a {
color: #000;
text-decoration: none;
}
input#coupon_code {
padding: 7px;
width: 100%;
border-radius: 3px;
}
.input-text.qty.text {
border-radius: 3px;
border: 1px solid #e0e0e0;
padding: 5px;
}
.form-bt h2 {
width: 50%;
padding: 15px;
cursor: pointer;
z-index: 1000;
border: 1px solid darkgoldenrod;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: right;
text-align: center;
font-weight: bold;
}
.cart_totals h2 {
margin-bottom: 23px;
}
a.shipping-calculator-button {
color: #000;
}
a.checkout-button.button.alt.wc-forward:hover {
background: darkgoldenrod;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background: #81622d !important;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
width: 80px !important;
height: 50px;
}
.woocommerce a {
color: #000;
}
.woocommerce-store-notice,
p.demo_store {
padding: 0 !important;
background-color: darkgoldenrod !important;
z-index: 6 !important;
}
.woocommerce-store-notice__dismiss-link {
display: none !important;
}
form.woocommerce-cart-form {
background: #fff;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
background: #fff;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
h1.product_title.entry-title {
font-size: 35px;
font-weight: bold;
margin-bottom: 29px;
margin-top: 29px !important;
}
p.price {
margin-bottom: 30px;
background: green;
color: darkgoldenrod !important;
}
div#primary {
background: #fff;
padding: 25px;
display: none;
}
.quantity {
padding: 2px 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
button.single_add_to_cart_button.button.alt {
background: darkgoldenrod !important;
}
span.posted_in a {
color: #000;
}
div#tab-description {
font-size: 15px;
line-height: normal;
text-align: justify;
}
ul.products.columns-4 .h-prd-box {
width: calc((100% / 4) - 24px);
padding-top: 0;
}
span.price {
font-size: 15px !important;
}
.woocommerce .star-rating::before {
display: none;
}
span {}
.star-rating {
display: none !important;
}
.products-filter {
margin: 0 0 30px;
width: 100%;
}
.products-filter-options svg {
width: 15px;
height: 15px;
}
.products-filter-options .after-filter svg,
.products-filter-options .before-filter img {
margin: 0 10px;
}
.products-filter-options.opFilter .before-filter {
display: none;
}
.products-filter-options.opFilter .products-filter-option:after {
content: none;
}
.products-filter-title {
text-align: center;
text-transform: capitalize;
}
.products-filter-options {
background: darkgoldenrod;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
padding: 20px 10px;
transition: all ease-in-out 0.35s;
}
.products-filter-option {
position: relative;
color: #fff;
cursor: pointer;
}
.products-filter-option .before-filter img {
height: 18px;
}
.products-filter-content-box {
width: 100%;
}
.products-filter-content-box .checkboxs.box {
width: calc(100% / 3);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}
.products-filter-content-box-checkboxes {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.products-filter-option .before-filter:after {}
.products-filter-option .after-filter {
display: none;
}
.products-filter-options.opFilter .after-filter,
.products-filter-options .before-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.products-filter-content-box-checkboxes .box label {
font-size: 0.9rem;
color: #000;
position: absolute;
z-index: 10;
padding-right: 25px;
cursor: pointer;
}
.products-filter-content-box-checkboxes .box input {
opacity: 0;
visibility: hidden;
position: absolute;
}
.products-filter-content-box-checkboxes .box input:checked~.check {
border-color: darkgoldenrod;
-webkit-box-shadow: 0px 0px 0px 15px darkgoldenrod inset;
box-shadow: 0px 0px 0px 15px darkgoldenrod inset;
}
.products-filter-content-box-checkboxes .box input:checked~.check::after {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.products-filter-content-box-checkboxes .box .check {
width: 15px;
height: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
background-color: #FFF;
border: 2px solid darkgoldenrod;
-webkit-box-shadow: 0px 0px 0px 0px darkgoldenrod inset;
box-shadow: 0px 0px 0px 0px darkgoldenrod inset;
-webkit-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
-o-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.products-filter-content-box-checkboxes .box .check::after {
content: "";
width: 100%;
height: 100%;
opacity: 0;
z-index: 4;
position: absolute;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
background-size: 80%; background-image: url(//www.sohankhodkar.com/wp-content/themes/khodkar/assets/img/checkmark.svg);
background-repeat: no-repeat;
background-position: center;
-webkit-transition-delay: 0.2s !important;
-o-transition-delay: 0.2s !important;
transition-delay: 0.2s !important;
-webkit-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
-o-transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.products-category {
width: 100%;
margin: 0 0 30px;
}
.products-category .products-category-tabs .product-category-item {
margin: 0 10px 10px;
background: darkgoldenrod;
padding: 10px;
display: inline-block;
color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: calc((100% / 6) - 20px);
cursor: pointer;
transition: all ease-in-out 0.35s;
}
.products-category .products-category-tabs .product-category-item.is-checked {
background: #fff;
color: darkgoldenrod;
font-weight: 600;
border: 1px solid darkgoldenrod;
}
.products-category .products-category-tabs .product-category-item.is-checked:hover {
background: #fff;
color: darkgoldenrod;
}
.products-category .products-category-tabs .product-category-item:hover,
.products-filter-options:hover {
background: #d99e0e;
}
.products-category .products-category-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.products-swiper {
position: relative;
}
.products-filter-content {
background: #f3f3f3;
padding: 20px 20px 5px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
section.related.products h2 {
font-weight: bold;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
width: 100% !important;
height: auto;
padding: 10px;
}
.products .h-prd-box a img {
width: 100% !important;
height: auto;
padding: 10px;
-o-object-fit: contain;
object-fit: contain;
}
div#comments h2 {
font-size: 25px;
margin-bottom: 10px;
font-weight: bold;
}
div#comments p {
margin-bottom: 20px;
}
span#reply-title {
margin-bottom: 10px;
position: relative;
display: inline-block;
font-size: 13px;
}
ma {}
.comment-form-rating {
margin: 20px 10px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding: 20px 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce #review_form #respond p {
margin: 0;
}
p.stars a {
color: goldenrod;
font-size: 26px;
margin: 8px;
}
textarea#comment {
border-radius: 4px;
margin-top: 17px;
border-color: #E0E0E0;
}
input#submit {
width: 150px;
}
svg#logo path {
fill: darkgoldenrod;
}
nav.woocommerce-breadcrumb {
position: relative;
display: inline-block;
-webkit-transform: none;
-ms-transform: none;
transform: none;
background: #fff;
}
.type-product {
padding: 10px;
background: #fff;
}
div#customer_login h2 {
color: darkgoldenrod;
font-size: 20px;
font-weight: bold;
text-align: center; position: relative;
}
form.woocommerce-form.woocommerce-form-register.register {
background: #fff;
-webkit-box-shadow: 1px 1px 2px 0px #add;
box-shadow: 1px 1px 2px 0px #add;
-webkit-transition: 0.5s ease all;
-o-transition: 0.5s ease all;
transition: 0.5s ease all;
pointer-events: none;
z-index: 2;
position: relative;
}
form.woocommerce-form.woocommerce-form-login.login {
-webkit-box-shadow: 1px 1px 2px 0px #add;
box-shadow: 1px 1px 2px 0px #add;
background: #fff; -webkit-transition: 0.5s ease all;
-o-transition: 0.5s ease all;
transition: 0.5s ease all; }
div#customer_login input {
border-radius: 3px;
border: 1px #add solid;
padding: 10px;
font-size: 20px;
}
.woocommerce-privacy-policy-text {
line-height: normal;
margin: 10px 0;
}
p.woocommerce-FormRow.form-row {}
button.woocommerce-Button.button {
width: 100%;
background: darkgoldenrod !important;
color: #fff !important;
margin: 20px 0;
padding: 15px 1em;
}
form.woocommerce-form.woocommerce-form-register.register>img,
form.woocommerce-form.woocommerce-form-login.login img {
width: 50px;
text-align: center;
right: 50%;
position: relative;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
div#customer_login .u-column1,
div#customer_login .u-column2 {
position: absolute;
width: 500px;
}
div#customer_login .u-column2 {
pointer-events: none;
}
html.form-op div#customer_login .u-column2 {
pointer-events: all;
}
html.form-op .login .woocommerce-Button,
{
z-index: auto;
}
div#customer_login {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: calc(100vh - 300px);
top: 0;
position: relative;
}
form.woocommerce-form.woocommerce-form-register.register {
height: 100%;
opacity: 0;
}
.u-column1.col-1 h2,
.u-column2.col-2 h2 {
width: 50%;
padding: 15px;
cursor: pointer;
z-index: 1000;
border: 1px solid darkgoldenrod;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.form-bt h2:first-of-type {
background: darkgoldenrod;
color: #fff;
cursor: pointer;
}
html.form-op .form-bt h2:first-of-type {
background: #ffffff;
color: #000000 !important;
}
html.form-op .form-bt h2:last-of-type {
background: darkgoldenrod;
color: #ffffff !important;
}
.u-column1.col-1 h2 {}
html.form-op form.woocommerce-form.woocommerce-form-register.register {
opacity: 1;
pointer-events: all;
}
html.form-op .u-column1.col-1 h2 {
background: #ffffff;
color: darkgoldenrod !important;
}
html.form-op .u-column2.col-2 h2 {
background: darkgoldenrod;
color: #fff !important;
}
.form-bt {
width: 500px;
margin: auto;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background: darkgoldenrod !important;
}
input.input-text {
padding: 10px;
border-radius: 4px;
border: 1px solid #afafaf;
}
.woocommerce-info {
border-color: darkgoldenrod !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
width: 100%;
display: inline-block;
}
.woocommerce form .form-row label.inline {
display: inherit;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
border-radius: 3px;
padding: 10px;
}
h3#order_review_heading {
margin-bottom: 30px;
margin-top: 30px;
font-weight: bold;
}
div#order_review {
margin-bottom: 40px;
}
.woocommerce-product-details__short-description {
margin-bottom: 30px;
line-height: 25px;
}
.quantity {
position: relative;
margin-bottom: 0px;
}
p.comment-form-author {
float: right;
margin: 0 0px 0 26px !important;
}
p.comment-form-comment {
margin-bottom: 40px !important;
}
p.form-submit {
margin-top: 40px !important;
}
input#author,
input#email {
padding: 4px;
border: 1px solid #add;
border-radius: 3px;
}
a.woocommerce-Button.button {
margin-bottom: 10px !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions button.button {
width: auto;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions button {
display: none;
}
.woocommerce-message {
border-top-color: darkgoldenrod !important;
}
.woocommerce-message::before {
color: darkgoldenrod !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {  }
.woocommerce-account .woocommerce-MyAccount-navigation ul {
border: 1px solid #e5e5e5;
background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
padding: 26px;
border-bottom: 1px solid #e9e9e9;
position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-of-type(1)::before {
content: '\f007';
font-family: "FontAwesome";
position: absolute;
color: #646464;
font-size: 20px;
right: 26px;
top: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-of-type(2)::before {
content: '\f291';
font-family: "FontAwesome";
position: absolute;
color: #646464;
font-size: 20px;
right: 20px;
top: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-of-type(3)::before {
content: '\f0d1';
font-family: "FontAwesome";
position: absolute;
color: #646464;
font-size: 20px;
right: 20px;
top: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-of-type(4)::before {
content: '\f2bb';
font-family: "FontAwesome";
position: absolute;
color: #646464;
font-size: 20px;
right: 20px;
top: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-of-type(5)::before {
content: '\f057';
font-family: "FontAwesome";
position: absolute;
color: #646464;
font-size: 20px;
right: 23px;
top: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
text-decoration: none;
font-size: 17px;
margin-right: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
background: darkgoldenrod;
}
.woocommerce-info::before {
color: darkgoldenrod;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
color: #fff;
}
.woocommerce form .form-row input#order_email {
font-family: Verdana, Tahoma, sans-serif !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
border: 1px solid #e5e5e5;
background: #fff;
padding: 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.profile-c {
position: relative;
display: inline-block;
height: 190px;
width: 100%;
margin-bottom: 40px;
background: #fff;
border: 1px solid #e5e5e5;
}
.woocommerce-account .woocommerce-MyAccount-content a.woocommerce-Button.button {
width: auto !important;
margin-top: 8px;
}
.profile-image {
width: 100%;
height: 70px;
background: darkgoldenrod;
position: relative;
}
.profile-image img {
border-radius: 50%;
width: 80px;
position: absolute;
left: 50%;
top: 24px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border: 1px solid darkgoldenrod73;
}
.profile-inf {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 90px;
width: 100%;
top: 35px;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.profile-info strong {
font-size: 21px;
margin: 5px 0;
}
.profile-footer {
width: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 40px;
bottom: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #f1f1f1;
}
.profile-footer {}
.profile-footer .pro-ch-pass {
width: 50%;
height: 100%;
text-align: center;
border-left: 1px solid #e2e2e2;
}
.profile-footer .pro-logout {
width: 50%;
height: 100%;
text-align: center;
}
.profile-footer .pro-logout a {
text-decoration: none;
line-height: 40px;
}
.profile-footer .pro-ch-pass a {
text-decoration: none;
line-height: 40px;
}
form.woocommerce-cart-form .woocommerce table.shop_table td {
border-top: 1px solid darkgoldenrod52 !important;
}
form.woocommerce-cart-form .woocommerce table.shop_table th {
padding: 17px 12px !important;
}
form.woocommerce-cart-form thead {
background: darkgoldenrod6b !important;
}
.woocommerce table.shop_table td {
border-top: 1px solid darkgoldenrod59 !important;
}
.woocommerce table.shop_table {
border-radius: 1px !important;
}
.woocommerce div.product {
padding: 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product form.cart .button {
width: auto !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: calc(25% - 2px) !important;
display: inline-block;
margin: 2px 2px 0 0 !important;
}
div#tab-description {
padding: 0px 23px;
}
section.related.products {
padding: 20px 10px;
}
section.related.products h2 {
padding: 15px;
}
p.price-single {
font-weight: bold;
margin-bottom: 30px;
}
span.woocommerce-Price-amount.amount {
color: #54873e;
margin-right: 10px;
}
p.return-to-shop a.button.wc-backward {
width: auto !important;
margin-top: 15px;
}
.summary.entry-summary a {
text-decoration: none;
color: darkgoldenrod;
}
section.page-c h2 {
font-size: 30px;
padding: 40px 0;
font-weight: 900;
}
section.page-c h3 {
font-size: 18px;
padding: 20px 0;
font-weight: 900;
}
.form-bt h2 {
padding: 15px 0 !important;
font-size: 18px !important;
}
.h-prd-box h2 {
font-size: 18px !important;
margin: 0;
padding: 0px 10px !important;
height: 70px;
font-weight: 900;
line-height: 1.5;
}
.woocommerce section.home-prd-box-c {}
section.home-prd-box-c.cart-empty-c {
padding: 0;
}
a.added_to_cart.wc-forward {
display: none !important;
}
table.shop_attributes {
text-align: right;
}
div#tab-additional_information h2 {
height: 30px;
}
p.stars {
margin-bottom: 0 !important;
}
.coupon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.coupon button.button {
width: 200px !important;
}
.woocommerce table.shop_table td {
padding: 9px 5px !important;
}
p.seda-moshtari {
font-size: 25px;
margin-bottom: 50px;
font-weight: bold;
text-align: center;
border-bottom: 1px solid;
padding-bottom: 20px;
}
div#branches-list {
margin-bottom: 50px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
div#branches-list li {
border-bottom: 1px solid darkgoldenrod;
color: gray;
}
div#branches-list a {
color: gray;
}
div#branches-list li:hover,
div#branches-list a:hover {
color: black;
}
input[type="email"],
div#customer_login input {
font-family: 'Roboto', sans-serif !important;
}
input[type="submit"].otp_reg_dig_wc {
font-family: 'Nika', Arial !important;
}
a.new-add-to-cart {
text-decoration: none;
color: #fff;
background: #3beb36;
padding: 10px;
text-align: center;
font-weight: 700;
margin: 40px auto 0;
width: 35%;
border-radius: 3px;
opacity: 0.75;
-webkit-transition: all ease-in-out 0.35s;
-o-transition: all ease-in-out 0.35s;
transition: all ease-in-out 0.35s;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
a.new-add-to-cart:hover {
opacity: 1;
}
#body-background-overlay {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 6;
pointer-events: none;
background-color: transparent;
opacity: 0;
-webkit-transition: all ease-in-out 0.3s;
-o-transition: all ease-in-out 0.3s;
transition: all ease-in-out 0.3s;
}
html.open-menu #body-background-overlay {
opacity: 1;
pointer-events: auto;
cursor: pointer;
}
button[name="update_cart"] {
background: #3beb36 !important;
color: #000 !important;
}
a.button.cancel {
text-align: center;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
button.button.argmc-next.show-button,
button.button.argmc-submit.show-button,
input#bankmellat-payment-button {
color: #fff !important;
background: #3beb36 !important;
opacity: 0.75 !important;
-webkit-transition: all ease-in-out 0.35s;
-o-transition: all ease-in-out 0.35s;
transition: all ease-in-out 0.35s;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
button.button.argmc-next.show-button:hover,
button.button.argmc-submit.show-button:hover,
input#bankmellat-payment-button:hover {
opacity: 1 !important;
}
a.button.cancel,
button.button.argmc-previous.show-button,
.return-to-shop a.button.wc-backward {
background: #f01313 !important;
color: #fff !important;
opacity: 0.75 !important;
-webkit-transition: all ease-in-out 0.35s;
-o-transition: all ease-in-out 0.35s;
transition: all ease-in-out 0.35s;
}
a.button.cancel:hover,
button.button.argmc-previous.show-button:hover,
.return-to-shop a.button.wc-backward:hover {
opacity: 1 !important;
}
.argmc-wrapper .argmc-nav-buttons .hide-button#argmc-prev {
display: inline !important;
background: #f01313 !important;
color: #fff !important;
opacity: 0.75 !important;
}
a.checkout-button.button.alt.wc-backward {
background: #f01313 !important;
color: #fff !important;
opacity: 0.75 !important;
-webkit-transition: all ease-in-out 0.35s;
-o-transition: all ease-in-out 0.35s;
transition: all ease-in-out 0.35s;
}
.argmc-wrapper .argmc-nav-buttons .hide-button#argmc-prev:hover,
a.checkout-button.button.alt.wc-backward:hover {
opacity: 1 !important;
}
.woocommerce button.button.follow-order-btn {
background-color: darkgoldenrod !important;
color: #fff !important;
opacity: 0.75 !important;
}
.woocommerce button.button.follow-order-btn:hover {
opacity: 1  !important;
} div#search-container {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
background: #f9f9f9;
z-index: 1;
pointer-events: none;
-webkit-transition: all ease-in-out 0.45s;
-o-transition: all ease-in-out 0.45s;
transition: all ease-in-out 0.45s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
z-index: -1;
}
div#search-container input[type=text],
div#search-container input[type=search] {
border: none;
background: transparent;
border-bottom: 1px solid darkgoldenrod;
padding: 8px;
font-family: 'Nika', Arial;
margin: 0 2px;
}
div#search-container input[type=submit] {
background: darkgoldenrod;
color: #fff;
border: 0;
padding: 8px 10px;
font-family: 'Nika', Arial;
}
div#search-container input[type=text]:focus-visible,
div#search-container input[type=search]:focus-visible {
outline: none;
}
div#search-container form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
div#search-container form svg.search path {
fill: darkgoldenrod;
}
html.opSearch div#search-container {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
pointer-events: auto;
z-index: 11;
}
.xoo-wsc-basket {
-webkit-box-shadow: none;
box-shadow: none;
background: transparent;
} @media only screen and (max-width: 768px) { body>header {
width: 60px;
}
.identity {
height: 100px;
position: absolute;
right: -19px;
}
.menu-spin {
width: 62px;
}
.menu-spin span {
width: 30px;
}
svg#logo {
width: 100px;
}
nav {
width: 100vw;
}
nav ul {
padding-right: 75px;
}
nav ul li a {
line-height: 2;
}
.social-networks {
padding-right: 75px;
}
.social-networks img {
margin: 0 13px;
width: 25px;
}
.basket {
margin: 25px 20px;
}
.basket-container {
left: 50px;
top: 21px;
width: 101px;
padding: 5px 10px;
}
.xoo-wsc-basket {
top: 37px !important;
}
.xoo-wsc-bki {
font-size: 20px !important;
}
.date-container {
padding-right: 70px;
font-size: small;
top: 40px;
}
.woocommerce-store-notice,
p.demo_store {
font-size: small !important;
}
.basket-container .search svg {
width: 14px;
}
.xoo-wsc-items-count {
width: 20px !important;
height: 20px !important;
line-height: initial !important;
}
.basket-container .search svg.search-icon {
width: 20px;
}
.basket-container .search {
margin-left: 0;
}
.basket-container .basket {
margin: 1px;
width: 20px;
margin-right: 30px;
}
.basket-container .basket-two {
padding: 10px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.basket-container svg {}
tr.cart_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
tr.cart_item td.product-name {
width: 100%;
}  div#scene div:first-of-type img {
width: 230px;
}
.shpping-con-home>div a p {
padding: 7px 14px;
}
main.wrapper {
width: calc(100vw - 60px);
margin-right: 60px;
overflow-x: hidden;
}
div#scene {
width: calc(100vw - 75px);
}
div#scene div {
width: calc(100vw - 75px);
}
div#scene div img {
-webkit-transform: rotate(90deg) scale(1.8);
-ms-transform: rotate(90deg) scale(1.8);
transform: rotate(90deg) scale(1.8);
width: 100%;
-o-object-fit: contain;
object-fit: contain;
}
section#AboutUs {
width: 100%;
height: auto;
min-height: auto;
margin-bottom: 41px;
}
.about-img {}
.about-img img {
width: 58vw;
}
.about-img+h1 {
font-size: 27px;
margin: 0px 0 18px;
}
.about-img+h1+p {
width: 100%;
margin: 0 0 15px 0;
padding: 10px;
line-height: 1.6;
text-align: justify;
}
.about-video {
position: relative;
width: 100%;
height: 200px;
}
section.shpping-intro {
width: 100%;
}
.shpping-con-home {
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.shpping-con-home>div {
width: 100%;
padding: 0;
}
.shpping-con-home>div h1 {
margin: 20px 0;
font-size: 27px;
}
.shpping-con-home>div p {
font-size: 16px;
line-height: 1.6;
text-align: justify;
padding: 10px;
margin-bottom: 25px;
}
.shpping-con-home>div a:hover p {
padding: 10px 20px;
}
.shpping-con-home>div:last-child {
padding: 70px;
}
section.home-prd-box-c {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 100px 0 40px 0;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.h-prd-box {
width: 100% !important;
margin: 0 0 25px 0;
}
.h-prd-box h2 {
font-size: 17px !important;
}
section.contact-section {
width: 100%;
padding: 0;
display: inline-block;
position: relative;
}
.contact-iinner h1 {
font-size: 27px;
margin-bottom: 18px;
}
.contact-iinner P {
font-size: 15px;
}
.contact-iinner {
padding: 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.contact-img img {
-o-object-fit: contain !important;
object-fit: contain !important;
-webkit-transform: rotate(90deg) scale(1.5);
-ms-transform: rotate(90deg) scale(1.5);
transform: rotate(90deg) scale(1.5);
}
.sing-box {
width: 40vw;
height: 40vw;
}  .page-c {
padding: 100px 30px 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
section.page-c h2 {
font-size: 19px;
line-height: 1.7;
}
section.page-c h3 {
line-height: 1.5;
}
.woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td,
.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {
text-align: right !important;
}  .form-bt {
width: 100%;
padding: 20px;
}
.form-bt h2 {}
.form-bt h2:first-of-type {}
div#customer_login {
width: 100%;
padding: 20px;
}
div#customer_login .u-column1,
div#customer_login .u-column2 {
width: 100%;
}  .woocommerce-account .woocommerce-MyAccount-content {
margin-top: 40px;
padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
padding: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
font-size: 16px;
} .woocommerce div.product {
padding: 0px;
}
.summary.entry-summary a {
font-size: 12px;
}
p.price-single {
font-size: 14px;
}
div#reviews p {
font-size: 14px;
}
h1.product_title.entry-title {
font-size: 18px;
line-height: 1.4;
}
section.related.products {
padding: 20px 0px;
}
span#reply-title {
line-height: 1.8;
}
div#comments h2 {
font-size: 20px;
}
.comment-form-rating {
margin: 20px 0;
padding: 20px 0;
}
.woocommerce p.stars a {
font-size: 18px;
margin: 24px 4px 13px;
}
.woocommerce #review_form #respond p {
margin: 17px 0 !important;
}
p.stars {
margin-bottom: 0 !important;
}
section.related.products>h2 {
font-size: 20px !important;
text-align: center;
color: darkgoldenrod;
margin-top: 25px;
}
p.stars {
margin: 0 !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
height: 40px;
}
.summary.entry-summary {
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
div#reviews {
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.comment-form-rating label {
margin-top: 17px;
}
div#tab-additional_information {
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} div#branches-list {
-webkit-column-count: unset;
-moz-column-count: unset;
column-count: unset;
}  .products-filter-content-box-checkboxes {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.products-filter-content-box .checkboxs.box {
width: 100%;
}
.products-filter-options {
padding: 16px 10px;
}
.products-filter-options svg {
width: 12px;
height: 12px;
}
.products-filter-option .before-filter img {
height: 15px;
}
.products-category .products-category-tabs .product-category-item {
margin: 0 5px 10px;
width: calc((100% / 2) - 10px);
} .khodkar-copyrights {
bottom: 40px;
right: 0;
left: 0;
font-size: small;
}
.dokmeh-copyrights {
bottom: 10px;
left: 0;
right: 0;
font-size: small;
}
.dokmeh-copyrights a img {
width: 68px;
}
}
@media only screen and (min-width: 640px) and (max-width: 769px) { nav ul li a {
font-size: 32px;
line-height: 2.2;
}
.social-networks img {
width: 33px;
margin: 0 19px;
}
.sing-box {
width: 24vw;
height: 24vw;
}  div#scene div:first-of-type img {
width: 600px;
}
section#AboutUs {
min-height: 337px;
}
.about-video {
position: absolute;
height: unset;
}
.about-img+h1 {
font-size: 40px;
}
section.home-prd-box-c {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 0 20px 0 20px;
margin: 100px 0 59px 0;
}
.h-prd-box {
width: calc((100vw / 2) - 83px) !important;
margin: 0 0 15px 15px;
}
section.home-prd-box-c.cart-empty-c .h-prd-box {
width: calc((100vw / 2) - 73px) !important;
}
.contact-iinner h1 {
font-size: 39px;
margin-bottom: 50px;
}
.contact-iinner p {
font-size: 18px;
}  .products-filter-content-box .checkboxs.box {
width: 50%;
} }
@media only screen and (min-width: 769px) and (max-width: 1030px) { nav ul li a {
font-size: 41px;
line-height: 2;
}
.social-networks img {
width: 42px;
margin: 0 20px;
}  section#AboutUs {
min-height: 50vh;
padding: 100px 20px;
}
section.shpping-intro {
height: 50vh;
}
.shpping-con-home div {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.shpping-into-img-c img {
width: 404px;
height: auto;
}
.shpping-con-home>div {
padding: 0 50px;
}
.shpping-con-home>div h1 {
font-size: 37px;
}
.shpping-con-home>div p {
font-size: 20px;
}
section.home-prd-box-c {
padding: 0 170px 0 20px;
}
.h-prd-box {
width: calc((100vw / 2) - 122px) !important;
}
section.home-prd-box-c.cart-empty-c .h-prd-box {
width: calc((100vw / 2) - 135px) !important;
}
section.home-prd-box-c>h2 {
font-size: 25px;
}
.contact-iinner h1 {
font-size: 73px;
}
.contact-iinner p {
font-size: 22px;
}  .page-c {
padding: 150px 180px 0 30px;
}
.sing-box {
width: 20vw;
height: 20vw;
} }
@media only screen and (min-width: 1031px) and (max-width: 1199px) { section.home-prd-box-c {
padding: 0 180px 0 30px;
}
.h-prd-box {
width: calc((100vw / 3) - 98px);
}  .page-c {
padding: 150px 180px 0 30px;
} }
@media only screen and (min-width: 1200px) and (max-width: 1300px) { section.home-prd-box-c {
padding: 0 180px 0 30px;
}
.h-prd-box {
width: calc((100vw / 3) - 98px);
}  .page-c {
padding: 150px 180px 0 30px;
} .sing-box {
width: 14vw;
height: 14vw;
}
}
@media only screen and (min-width: 1301px) and (max-width: 1400px) { section.home-prd-box-c {
padding: 0 180px 0 30px;
}
.h-prd-box {
width: calc((100vw / 3) - 98px);
} .sing-box {
width: 14vw;
height: 14vw;
}
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
.sing-box {
width: 14vw;
height: 14vw;
}
}
@media only screen and (max-width: 488px) {
.woocommerce-store-notice,
p.demo_store {
display: none !important;
}
.date-container {
max-width: 50%;
top: 10px;
}
.basket-container {
top: 0;
}
.xoo-wsc-basket {
top: 15px !important;
}
}
.gm-style-iw-d {
margin: 0 !important;
border: none !important;
padding: 20px;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.gm-style-iw.gm-style-iw-c {
padding: 0;
-webkit-box-sizing: content-box;
box-sizing: content-box;
direction: rtl;
} .pum-theme-7797 .pum-title,
.pum-theme-default-theme .pum-titl,
.pum-theme-7798 .pum-title,
.pum-theme-lightbox .pum-title {
text-align: center !important;
} .playeraudio{
position:absolute;
bottom:20px;
right:40%;
color:darkgoldenrod;
}
.playeraudio.active .play{
display: none;
}
.playeraudio.active .pause{
display: block;
}
.playeraudio .play{
display: block;
}
.playeraudio .pause{
display: none;
} .digits-form_container.digits,
.digits-form_tab-bar .digits-form_tab-item,
.dig_login_signup_bar{
font-weight: 100 !important;
}
.protected_by_digits{
display: none !important;
}
.digits_site_logo img{
width: 110px !important;
}