.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.country-select{
position:relative;
display:inline-block
}
.country-select *{
-webkit-box-sizing:border-box;
box-sizing:border-box
}
.country-select .hide{
display:none
}
.country-select .v-hide{
visibility:hidden
}
.country-select input,
.country-select input[type=text]{
position:relative;
z-index:0;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:36px;
margin-right:0
}
.country-select .flag-dropdown{
position:absolute;
top:0;
bottom:0;
right:0;
padding:1px
}
.country-select .selected-flag{
z-index:1;
position:relative;
width:36px;
height:100%;
padding:0 0 0 8px
}
.country-select .selected-flag .flag{
position:absolute;
top:0;
bottom:0;
margin:auto
}
.country-select .selected-flag .arrow{
position:absolute;
top:50%;
margin-top:-2px;
right:6px;
width:0;
height:0;
border-left:3px solid transparent;
border-right:3px solid transparent;
border-top:4px solid #555
}
.country-select .selected-flag .arrow.up{
border-top:none;
border-bottom:4px solid #555
}
.country-select .country-list{
position:absolute;
z-index:2;
list-style:none;
text-align:left;
padding:0;
margin:0 0 0 -1px;
-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);
background-color:white;
border:1px solid #ccc;
white-space:nowrap;
max-height:200px;
overflow-y:scroll
}
.country-select .country-list .flag{
display:inline-block;
width:20px
}
@media (max-width: 500px){
.country-select .country-list{
white-space:normal
}
}
.country-select .country-list .divider{
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #ccc
}
.country-select .country-list .country{
padding:5px 10px
}
.country-select .country-list .country.highlight{
background-color:rgba(0, 0, 0, 0.05)
}
.country-select .country-list .flag,
.country-select .country-list .country-name{
vertical-align:middle
}
.country-select .country-list .flag{
margin-right:6px
}
.country-select.inside input,
.country-select.inside input[type=text]{
padding-right:6px;
padding-left:52px;
margin-left:0
}
.country-select.inside .flag-dropdown{
right:auto;
left:0
}
.country-select.inside .selected-flag{
width:46px
}
.country-select.inside .flag-dropdown:hover{
cursor:pointer
}
.country-select.inside .flag-dropdown:hover .selected-flag{
background-color:rgba(0, 0, 0, 0.05)
}
.country-select.inside input[disabled] + .flag-dropdown:hover,
.country-select.inside input[readonly] + .flag-dropdown:hover{
cursor:default
}
.country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag{
background-color:transparent
}
.country-select .flag{
width:20px;
height:15px;
-webkit-box-shadow:0px 0px 1px 0px #888;
box-shadow:0px 0px 1px 0px #888;
background-image:url(//davydovpaincenter.com/wp-content/plugins/country-dropdown-for-contact-form-7/asset/img/flags.png);
background-repeat:no-repeat;
background-color:#dbdbdb;
background-position:20px 0
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
.country-select .flag{
background-image:url(//davydovpaincenter.com/wp-content/plugins/country-dropdown-for-contact-form-7/asset/img/flags@2x.png)
}
}
.country-select .flag{
width:20px
}
.country-select .flag.be{
width:18px
}
.country-select .flag.ch{
width:15px
}
.country-select .flag.mc{
width:19px
}
.country-select .flag.ne{
width:18px
}
.country-select .flag.np{
width:13px
}
.country-select .flag.va{
width:15px
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
.country-select .flag{
background-size:5630px 15px
}
}
.country-select .flag.ac{
height:10px;
background-position:0px 0px
}
.country-select .flag.ad{
height:14px;
background-position:-22px 0px
}
.country-select .flag.ae{
height:10px;
background-position:-44px 0px
}
.country-select .flag.af{
height:14px;
background-position:-66px 0px
}
.country-select .flag.ag{
height:14px;
background-position:-88px 0px
}
.country-select .flag.ai{
height:10px;
background-position:-110px 0px
}
.country-select .flag.al{
height:15px;
background-position:-132px 0px
}
.country-select .flag.am{
height:10px;
background-position:-154px 0px
}
.country-select .flag.ao{
height:14px;
background-position:-176px 0px
}
.country-select .flag.aq{
height:14px;
background-position:-198px 0px
}
.country-select .flag.ar{
height:13px;
background-position:-220px 0px
}
.country-select .flag.as{
height:10px;
background-position:-242px 0px
}
.country-select .flag.at{
height:14px;
background-position:-264px 0px
}
.country-select .flag.au{
height:10px;
background-position:-286px 0px
}
.country-select .flag.aw{
height:14px;
background-position:-308px 0px
}
.country-select .flag.ax{
height:13px;
background-position:-330px 0px
}
.country-select .flag.az{
height:10px;
background-position:-352px 0px
}
.country-select .flag.ba{
height:10px;
background-position:-374px 0px
}
.country-select .flag.bb{
height:14px;
background-position:-396px 0px
}
.country-select .flag.bd{
height:12px;
background-position:-418px 0px
}
.country-select .flag.be{
height:15px;
background-position:-440px 0px
}
.country-select .flag.bf{
height:14px;
background-position:-460px 0px
}
.country-select .flag.bg{
height:12px;
background-position:-482px 0px
}
.country-select .flag.bh{
height:12px;
background-position:-504px 0px
}
.country-select .flag.bi{
height:12px;
background-position:-526px 0px
}
.country-select .flag.bj{
height:14px;
background-position:-548px 0px
}
.country-select .flag.bl{
height:14px;
background-position:-570px 0px
}
.country-select .flag.bm{
height:10px;
background-position:-592px 0px
}
.country-select .flag.bn{
height:10px;
background-position:-614px 0px
}
.country-select .flag.bo{
height:14px;
background-position:-636px 0px
}
.country-select .flag.bq{
height:14px;
background-position:-658px 0px
}
.country-select .flag.br{
height:14px;
background-position:-680px 0px
}
.country-select .flag.bs{
height:10px;
background-position:-702px 0px
}
.country-select .flag.bt{
height:14px;
background-position:-724px 0px
}
.country-select .flag.bv{
height:15px;
background-position:-746px 0px
}
.country-select .flag.bw{
height:14px;
background-position:-768px 0px
}
.country-select .flag.by{
height:10px;
background-position:-790px 0px
}
.country-select .flag.bz{
height:14px;
background-position:-812px 0px
}
.country-select .flag.ca{
height:10px;
background-position:-834px 0px
}
.country-select .flag.cc{
height:10px;
background-position:-856px 0px
}
.country-select .flag.cd{
height:15px;
background-position:-878px 0px
}
.country-select .flag.cf{
height:14px;
background-position:-900px 0px
}
.country-select .flag.cg{
height:14px;
background-position:-922px 0px
}
.country-select .flag.ch{
height:15px;
background-position:-944px 0px
}
.country-select .flag.ci{
height:14px;
background-position:-961px 0px
}
.country-select .flag.ck{
height:10px;
background-position:-983px 0px
}
.country-select .flag.cl{
height:14px;
background-position:-1005px 0px
}
.country-select .flag.cm{
height:14px;
background-position:-1027px 0px
}
.country-select .flag.cn{
height:14px;
background-position:-1049px 0px
}
.country-select .flag.co{
height:14px;
background-position:-1071px 0px
}
.country-select .flag.cp{
height:14px;
background-position:-1093px 0px
}
.country-select .flag.cr{
height:12px;
background-position:-1115px 0px
}
.country-select .flag.cu{
height:10px;
background-position:-1137px 0px
}
.country-select .flag.cv{
height:12px;
background-position:-1159px 0px
}
.country-select .flag.cw{
height:14px;
background-position:-1181px 0px
}
.country-select .flag.cx{
height:10px;
background-position:-1203px 0px
}
.country-select .flag.cy{
height:13px;
background-position:-1225px 0px
}
.country-select .flag.cz{
height:14px;
background-position:-1247px 0px
}
.country-select .flag.de{
height:12px;
background-position:-1269px 0px
}
.country-select .flag.dg{
height:10px;
background-position:-1291px 0px
}
.country-select .flag.dj{
height:14px;
background-position:-1313px 0px
}
.country-select .flag.dk{
height:15px;
background-position:-1335px 0px
}
.country-select .flag.dm{
height:10px;
background-position:-1357px 0px
}
.country-select .flag.do{
height:13px;
background-position:-1379px 0px
}
.country-select .flag.dz{
height:14px;
background-position:-1401px 0px
}
.country-select .flag.ea{
height:14px;
background-position:-1423px 0px
}
.country-select .flag.ec{
height:14px;
background-position:-1445px 0px
}
.country-select .flag.ee{
height:13px;
background-position:-1467px 0px
}
.country-select .flag.eg{
height:14px;
background-position:-1489px 0px
}
.country-select .flag.eh{
height:10px;
background-position:-1511px 0px
}
.country-select .flag.er{
height:10px;
background-position:-1533px 0px
}
.country-select .flag.es{
height:14px;
background-position:-1555px 0px
}
.country-select .flag.et{
height:10px;
background-position:-1577px 0px
}
.country-select .flag.eu{
height:14px;
background-position:-1599px 0px
}
.country-select .flag.fi{
height:12px;
background-position:-1621px 0px
}
.country-select .flag.fj{
height:10px;
background-position:-1643px 0px
}
.country-select .flag.fk{
height:10px;
background-position:-1665px 0px
}
.country-select .flag.fm{
height:11px;
background-position:-1687px 0px
}
.country-select .flag.fo{
height:15px;
background-position:-1709px 0px
}
.country-select .flag.fr{
height:14px;
background-position:-1731px 0px
}
.country-select .flag.ga{
height:15px;
background-position:-1753px 0px
}
.country-select .flag.gb{
height:10px;
background-position:-1775px 0px
}
.country-select .flag.gd{
height:12px;
background-position:-1797px 0px
}
.country-select .flag.ge{
height:14px;
background-position:-1819px 0px
}
.country-select .flag.gf{
height:14px;
background-position:-1841px 0px
}
.country-select .flag.gg{
height:14px;
background-position:-1863px 0px
}
.country-select .flag.gh{
height:14px;
background-position:-1885px 0px
}
.country-select .flag.gi{
height:10px;
background-position:-1907px 0px
}
.country-select .flag.gl{
height:14px;
background-position:-1929px 0px
}
.country-select .flag.gm{
height:14px;
background-position:-1951px 0px
}
.country-select .flag.gn{
height:14px;
background-position:-1973px 0px
}
.country-select .flag.gp{
height:14px;
background-position:-1995px 0px
}
.country-select .flag.gq{
height:14px;
background-position:-2017px 0px
}
.country-select .flag.gr{
height:14px;
background-position:-2039px 0px
}
.country-select .flag.gs{
height:10px;
background-position:-2061px 0px
}
.country-select .flag.gt{
height:13px;
background-position:-2083px 0px
}
.country-select .flag.gu{
height:11px;
background-position:-2105px 0px
}
.country-select .flag.gw{
height:10px;
background-position:-2127px 0px
}
.country-select .flag.gy{
height:12px;
background-position:-2149px 0px
}
.country-select .flag.hk{
height:14px;
background-position:-2171px 0px
}
.country-select .flag.hm{
height:10px;
background-position:-2193px 0px
}
.country-select .flag.hn{
height:10px;
background-position:-2215px 0px
}
.country-select .flag.hr{
height:10px;
background-position:-2237px 0px
}
.country-select .flag.ht{
height:12px;
background-position:-2259px 0px
}
.country-select .flag.hu{
height:10px;
background-position:-2281px 0px
}
.country-select .flag.ic{
height:14px;
background-position:-2303px 0px
}
.country-select .flag.id{
height:14px;
background-position:-2325px 0px
}
.country-select .flag.ie{
height:10px;
background-position:-2347px 0px
}
.country-select .flag.il{
height:15px;
background-position:-2369px 0px
}
.country-select .flag.im{
height:10px;
background-position:-2391px 0px
}
.country-select .flag.in{
height:14px;
background-position:-2413px 0px
}
.country-select .flag.io{
height:10px;
background-position:-2435px 0px
}
.country-select .flag.iq{
height:14px;
background-position:-2457px 0px
}
.country-select .flag.ir{
height:12px;
background-position:-2479px 0px
}
.country-select .flag.is{
height:15px;
background-position:-2501px 0px
}
.country-select .flag.it{
height:14px;
background-position:-2523px 0px
}
.country-select .flag.je{
height:12px;
background-position:-2545px 0px
}
.country-select .flag.jm{
height:10px;
background-position:-2567px 0px
}
.country-select .flag.jo{
height:10px;
background-position:-2589px 0px
}
.country-select .flag.jp{
height:14px;
background-position:-2611px 0px
}
.country-select .flag.ke{
height:14px;
background-position:-2633px 0px
}
.country-select .flag.kg{
height:12px;
background-position:-2655px 0px
}
.country-select .flag.kh{
height:13px;
background-position:-2677px 0px
}
.country-select .flag.ki{
height:10px;
background-position:-2699px 0px
}
.country-select .flag.km{
height:12px;
background-position:-2721px 0px
}
.country-select .flag.kn{
height:14px;
background-position:-2743px 0px
}
.country-select .flag.kp{
height:10px;
background-position:-2765px 0px
}
.country-select .flag.kr{
height:14px;
background-position:-2787px 0px
}
.country-select .flag.kw{
height:10px;
background-position:-2809px 0px
}
.country-select .flag.ky{
height:10px;
background-position:-2831px 0px
}
.country-select .flag.kz{
height:10px;
background-position:-2853px 0px
}
.country-select .flag.la{
height:14px;
background-position:-2875px 0px
}
.country-select .flag.lb{
height:14px;
background-position:-2897px 0px
}
.country-select .flag.lc{
height:10px;
background-position:-2919px 0px
}
.country-select .flag.li{
height:12px;
background-position:-2941px 0px
}
.country-select .flag.lk{
height:10px;
background-position:-2963px 0px
}
.country-select .flag.lr{
height:11px;
background-position:-2985px 0px
}
.country-select .flag.ls{
height:14px;
background-position:-3007px 0px
}
.country-select .flag.lt{
height:12px;
background-position:-3029px 0px
}
.country-select .flag.lu{
height:12px;
background-position:-3051px 0px
}
.country-select .flag.lv{
height:10px;
background-position:-3073px 0px
}
.country-select .flag.ly{
height:10px;
background-position:-3095px 0px
}
.country-select .flag.ma{
height:14px;
background-position:-3117px 0px
}
.country-select .flag.mc{
height:15px;
background-position:-3139px 0px
}
.country-select .flag.md{
height:10px;
background-position:-3160px 0px
}
.country-select .flag.me{
height:10px;
background-position:-3182px 0px
}
.country-select .flag.mf{
height:14px;
background-position:-3204px 0px
}
.country-select .flag.mg{
height:14px;
background-position:-3226px 0px
}
.country-select .flag.mh{
height:11px;
background-position:-3248px 0px
}
.country-select .flag.mk{
height:10px;
background-position:-3270px 0px
}
.country-select .flag.ml{
height:14px;
background-position:-3292px 0px
}
.country-select .flag.mm{
height:14px;
background-position:-3314px 0px
}
.country-select .flag.mn{
height:10px;
background-position:-3336px 0px
}
.country-select .flag.mo{
height:14px;
background-position:-3358px 0px
}
.country-select .flag.mp{
height:10px;
background-position:-3380px 0px
}
.country-select .flag.mq{
height:14px;
background-position:-3402px 0px
}
.country-select .flag.mr{
height:14px;
background-position:-3424px 0px
}
.country-select .flag.ms{
height:10px;
background-position:-3446px 0px
}
.country-select .flag.mt{
height:14px;
background-position:-3468px 0px
}
.country-select .flag.mu{
height:14px;
background-position:-3490px 0px
}
.country-select .flag.mv{
height:14px;
background-position:-3512px 0px
}
.country-select .flag.mw{
height:14px;
background-position:-3534px 0px
}
.country-select .flag.mx{
height:12px;
background-position:-3556px 0px
}
.country-select .flag.my{
height:10px;
background-position:-3578px 0px
}
.country-select .flag.mz{
height:14px;
background-position:-3600px 0px
}
.country-select .flag.na{
height:14px;
background-position:-3622px 0px
}
.country-select .flag.nc{
height:10px;
background-position:-3644px 0px
}
.country-select .flag.ne{
height:15px;
background-position:-3666px 0px
}
.country-select .flag.nf{
height:10px;
background-position:-3686px 0px
}
.country-select .flag.ng{
height:10px;
background-position:-3708px 0px
}
.country-select .flag.ni{
height:12px;
background-position:-3730px 0px
}
.country-select .flag.nl{
height:14px;
background-position:-3752px 0px
}
.country-select .flag.no{
height:15px;
background-position:-3774px 0px
}
.country-select .flag.np{
height:15px;
background-position:-3796px 0px;
background-color:transparent
}
.country-select .flag.nr{
height:10px;
background-position:-3811px 0px
}
.country-select .flag.nu{
height:10px;
background-position:-3833px 0px
}
.country-select .flag.nz{
height:10px;
background-position:-3855px 0px
}
.country-select .flag.om{
height:10px;
background-position:-3877px 0px
}
.country-select .flag.pa{
height:14px;
background-position:-3899px 0px
}
.country-select .flag.pe{
height:14px;
background-position:-3921px 0px
}
.country-select .flag.pf{
height:14px;
background-position:-3943px 0px
}
.country-select .flag.pg{
height:15px;
background-position:-3965px 0px
}
.country-select .flag.ph{
height:10px;
background-position:-3987px 0px
}
.country-select .flag.pk{
height:14px;
background-position:-4009px 0px
}
.country-select .flag.pl{
height:13px;
background-position:-4031px 0px
}
.country-select .flag.pm{
height:14px;
background-position:-4053px 0px
}
.country-select .flag.pn{
height:10px;
background-position:-4075px 0px
}
.country-select .flag.pr{
height:14px;
background-position:-4097px 0px
}
.country-select .flag.ps{
height:10px;
background-position:-4119px 0px
}
.country-select .flag.pt{
height:14px;
background-position:-4141px 0px
}
.country-select .flag.pw{
height:13px;
background-position:-4163px 0px
}
.country-select .flag.py{
height:11px;
background-position:-4185px 0px
}
.country-select .flag.qa{
height:8px;
background-position:-4207px 0px
}
.country-select .flag.re{
height:14px;
background-position:-4229px 0px
}
.country-select .flag.ro{
height:14px;
background-position:-4251px 0px
}
.country-select .flag.rs{
height:14px;
background-position:-4273px 0px
}
.country-select .flag.ru{
height:14px;
background-position:-4295px 0px
}
.country-select .flag.rw{
height:14px;
background-position:-4317px 0px
}
.country-select .flag.sa{
height:14px;
background-position:-4339px 0px
}
.country-select .flag.sb{
height:10px;
background-position:-4361px 0px
}
.country-select .flag.sc{
height:10px;
background-position:-4383px 0px
}
.country-select .flag.sd{
height:10px;
background-position:-4405px 0px
}
.country-select .flag.se{
height:13px;
background-position:-4427px 0px
}
.country-select .flag.sg{
height:14px;
background-position:-4449px 0px
}
.country-select .flag.sh{
height:10px;
background-position:-4471px 0px
}
.country-select .flag.si{
height:10px;
background-position:-4493px 0px
}
.country-select .flag.sj{
height:15px;
background-position:-4515px 0px
}
.country-select .flag.sk{
height:14px;
background-position:-4537px 0px
}
.country-select .flag.sl{
height:14px;
background-position:-4559px 0px
}
.country-select .flag.sm{
height:15px;
background-position:-4581px 0px
}
.country-select .flag.sn{
height:14px;
background-position:-4603px 0px
}
.country-select .flag.so{
height:14px;
background-position:-4625px 0px
}
.country-select .flag.sr{
height:14px;
background-position:-4647px 0px
}
.country-select .flag.ss{
height:10px;
background-position:-4669px 0px
}
.country-select .flag.st{
height:10px;
background-position:-4691px 0px
}
.country-select .flag.sv{
height:12px;
background-position:-4713px 0px
}
.country-select .flag.sx{
height:14px;
background-position:-4735px 0px
}
.country-select .flag.sy{
height:14px;
background-position:-4757px 0px
}
.country-select .flag.sz{
height:14px;
background-position:-4779px 0px
}
.country-select .flag.ta{
height:10px;
background-position:-4801px 0px
}
.country-select .flag.tc{
height:10px;
background-position:-4823px 0px
}
.country-select .flag.td{
height:14px;
background-position:-4845px 0px
}
.country-select .flag.tf{
height:14px;
background-position:-4867px 0px
}
.country-select .flag.tg{
height:13px;
background-position:-4889px 0px
}
.country-select .flag.th{
height:14px;
background-position:-4911px 0px
}
.country-select .flag.tj{
height:10px;
background-position:-4933px 0px
}
.country-select .flag.tk{
height:10px;
background-position:-4955px 0px
}
.country-select .flag.tl{
height:10px;
background-position:-4977px 0px
}
.country-select .flag.tm{
height:14px;
background-position:-4999px 0px
}
.country-select .flag.tn{
height:14px;
background-position:-5021px 0px
}
.country-select .flag.to{
height:10px;
background-position:-5043px 0px
}
.country-select .flag.tr{
height:14px;
background-position:-5065px 0px
}
.country-select .flag.tt{
height:12px;
background-position:-5087px 0px
}
.country-select .flag.tv{
height:10px;
background-position:-5109px 0px
}
.country-select .flag.tw{
height:14px;
background-position:-5131px 0px
}
.country-select .flag.tz{
height:14px;
background-position:-5153px 0px
}
.country-select .flag.ua{
height:14px;
background-position:-5175px 0px
}
.country-select .flag.ug{
height:14px;
background-position:-5197px 0px
}
.country-select .flag.um{
height:11px;
background-position:-5219px 0px
}
.country-select .flag.us{
height:11px;
background-position:-5241px 0px
}
.country-select .flag.uy{
height:14px;
background-position:-5263px 0px
}
.country-select .flag.uz{
height:10px;
background-position:-5285px 0px
}
.country-select .flag.va{
height:15px;
background-position:-5307px 0px
}
.country-select .flag.vc{
height:14px;
background-position:-5324px 0px
}
.country-select .flag.ve{
height:14px;
background-position:-5346px 0px
}
.country-select .flag.vg{
height:10px;
background-position:-5368px 0px
}
.country-select .flag.vi{
height:14px;
background-position:-5390px 0px
}
.country-select .flag.vn{
height:14px;
background-position:-5412px 0px
}
.country-select .flag.vu{
height:12px;
background-position:-5434px 0px
}
.country-select .flag.wf{
height:14px;
background-position:-5456px 0px
}
.country-select .flag.ws{
height:10px;
background-position:-5478px 0px
}
.country-select .flag.xk{
height:15px;
background-position:-5500px 0px
}
.country-select .flag.ye{
height:14px;
background-position:-5522px 0px
}
.country-select .flag.yt{
height:14px;
background-position:-5544px 0px
}
.country-select .flag.za{
height:14px;
background-position:-5566px 0px
}
.country-select .flag.zm{
height:14px;
background-position:-5588px 0px
}
.country-select .flag.zw{
height:10px;
background-position:-5610px 0px
}.single-breadcrumbs-wrapper nav.woocommerce-MyAccount-navigation.wsmt_extra_navclass {
display: none !important;
}
i.fa.fa-chevron-down.wcmamtx_nav_chevron,i.fa.wcmamtx_group_fa.fa-chevron-up,i.fa.wcmamtx_group_fa.fa-chevron-down {
font-size: 11px;
margin-left: 7px !important;
margin-top: 5px;
}
ul.wcmamtx_sub_level li {
margin-left: 20px;
}
.theme-storefront i.fa.fa-chevron-down.wcmamtx_nav_chevron {
display: none;
}
.theme-storefront a.menu-link.sub-menu-link {
background-color: #e6e6e6 !important;
}
.theme-flatsome a.menu-link.sub-menu-link {
margin-left: 30px;
}
.theme-flatsome i.fa.fa-chevron-down.wcmamtx_nav_chevron {
margin-top:0px !important;
}
.theme-Divi i.fa.wcmamtx_nav_chevron {
display: none;
}
.theme-hello-elementor i.fa.fa-chevron-down.wcmamtx_nav_chevron {
display: none;
}
.theme-buddyx i.wcmamtx_nav_chevron {
display: none;
}
li.woocommerce-MyAccount-navigation-link {
list-style: none;
}
.single-breadcrumbs nav.woocommerce-MyAccount-navigation {
display: none !important;
}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:9999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}