div.track-form {
display: none;
}  .tooltipster-default {
border-radius: 5px;
border: 2px solid #000;
background: #4c4c4c;
color: #fff;
} .tooltipster-default .tooltipster-content {
font-family: Arial, sans-serif;
font-size: 14px;
line-height: 16px;
padding: 8px 10px;
overflow: hidden;
} .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border { } .tooltipster-icon {
cursor: help;
margin-left: 4px;
} .tooltipster-base {
padding: 0;
font-size: 0;
line-height: 0;
position: absolute;
left: 0;
top: 0;
z-index: 9999999;
pointer-events: none;
width: auto;
overflow: visible;
}
.tooltipster-base .tooltipster-content {
overflow: hidden;
} .tooltipster-arrow {
display: block;
text-align: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
display: block;
width: 0;
height: 0;
position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
border-left: 8px solid transparent !important;
border-right: 8px solid transparent !important;
border-top: 8px solid;
bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
border-left: 9px solid transparent !important;
border-right: 9px solid transparent !important;
border-top: 9px solid;
bottom: -7px;
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
border-left: 8px solid transparent !important;
border-right: 8px solid transparent !important;
border-bottom: 8px solid;
top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
border-left: 9px solid transparent !important;
border-right: 9px solid transparent !important;
border-bottom: 9px solid;
top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
left: 0;
right: 0;
margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
left: 5px;
}
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
border-top: 8px solid transparent !important;
border-bottom: 8px solid transparent !important;
border-left: 8px solid;
top: 50%;
margin-top: -7px;
right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
border-top: 9px solid transparent !important;
border-bottom: 9px solid transparent !important;
border-left: 9px solid;
margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
border-top: 8px solid transparent !important;
border-bottom: 8px solid transparent !important;
border-right: 8px solid;
top: 50%;
margin-top: -7px;
left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
border-top: 9px solid transparent !important;
border-bottom: 9px solid transparent !important;
border-right: 9px solid;
margin-top: -8px;
} .tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade-show {
opacity: 1;
}
.tooltipster-grow {
-webkit-transform: scale(0, 0);
-moz-transform: scale(0, 0);
-o-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
top: 0;
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0px !important;
opacity: 0;
}
.tooltipster-slide {
left: -40px;
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0px !important;
opacity: 0;
} .tooltipster-content-changing {
opacity: 0.5;
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.column-suborder a.track-button {
display: inline-block;
}
input.ywot-choose-file {
display: none;
}
td.order_status a.track-button {
position: relative;
border: none;
box-shadow: none;
outline: none;
background: none;
}
a.track-button {
padding-left: 22px;
margin-right: 15px;
}
img.track-icon {
position: relative;
top: 6px;
width: 35px;
margin: -2px;
}@font-face{font-family:star;src:url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);src:url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:' ';display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(//yoruk3d.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;font-family:WooCommerce;content:'\e00b';text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:'\e008'}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:'\e013';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:'\e00b';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:'\e008'}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:'\e005';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:'\e004'}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.selectBox-dropdown {
min-width: 150px;
position: relative;
border: solid 1px #BBB;
line-height: 1.5;
text-decoration: none;
text-align: left;
color: #000;
outline: none;
vertical-align: middle;
background: #F2F2F2;
background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
cursor: default;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
border-color: #666;
}
.selectBox-dropdown.selectBox-menuShowing {
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
padding: 2px 8px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
position: absolute;
top: 0;
right: 0;
width: 23px;
height: 100%;
background: url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;
border-left: solid 1px #BBB;
} .selectBox-dropdown-menu {
position: absolute;
z-index: 99999;
max-height: 200px;
min-height: 1em;
border: solid 1px #BBB; background: #FFF;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
overflow: auto;
-webkit-overflow-scrolling: touch;
} .selectBox-inline {
min-width: 150px;
outline: none;
border: solid 1px #BBB;
background: #FFF;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: auto;
}
.selectBox-inline:focus {
border-color: #666;
} .selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
list-style: none;
display: block;
cursor: default;
padding: 0;
margin: 0;
}
.selectBox-options LI A {
line-height: 1.5;
padding: 0 .5em;
white-space: nowrap;
overflow: hidden;
background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
background-color: #EEE;
}
.selectBox-options LI.selectBox-disabled A {
color: #888;
background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
color: #666;
background: #EEE;
font-weight: bold;
line-height: 1.5;
padding: 0 .3em;
white-space: nowrap;
} .selectBox.selectBox-disabled {
color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
opacity: .5;
filter: alpha(opacity=50);
border-color: #666;
}
.selectBox-inline.selectBox-disabled {
color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
background-color: transparent !important;
}.woocommerce a.selectBox{
background: #ffffff;
min-width: 100px;
margin-right: 10px;
color: inherit;
}
.woocommerce a.selectBox,
.woocommerce a.selectBox:hover{
border-bottom: 1px solid #bbb!important;
}
.woocommerce a.selectBox:hover{
color: inherit;
}
.woocommerce a.selectBox:focus{
border: 1px solid #ccc;
}
.selectBox-dropdown .selectBox-label{
vertical-align: middle;
padding: 3px 8px;
}
.selectBox-dropdown .selectBox-arrow{
border: none;
background: url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.png) center right no-repeat;
}
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{
background: url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/jquery.selectBox-arrow.png) center left no-repeat;
}
.selectBox-dropdown-menu{
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
padding: 5px;
font-size: 80%;
}
.selectBox-label.public-visibility:before,
.selectBox-dropdown-menu li.public-visibility a:before{
font-family: FontAwesome;
display: inline-block;
content: "\f0ac";
margin-right: 5px;
}
.selectBox-label.shared-visibility:before,
.selectBox-dropdown-menu li.shared-visibility a:before{
font-family: FontAwesome;
display: inline-block;
content: "\f0c1";
margin-right: 5px;
}
.selectBox-label.private-visibility:before,
.selectBox-dropdown-menu li.private-visibility a:before{
font-family: FontAwesome;
display: inline-block;
content: "\f023";
margin-right: 5px;
}
.selectBox-dropdown-menu li a{
color: inherit;
padding: 5px 8px;
border-radius: 3px;
}
.selectBox-dropdown-menu a:hover{
color: inherit;
text-decoration: none;
} .woocommerce .wishlist_table td.product-add-to-cart a{
display: block!important;
margin: 0;
margin-bottom: 5px;
text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart span.dateadded{
display: block;
} .yith-wcwl-add-button a.open-pretty-photo{
display: none;
}
.yes-js .yith-wcwl-add-button a.open-pretty-photo{
display: inline-block;
}
.yes-js .yith-wcwl-popup{
display: none;
text-align: center;
}
.yes-js .yith-wcwl-popup-content{
}
.yes-js .yith-wcwl-popup-content{
display: table;
width: 100%;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row{
display: table-header-group;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row{
display: none;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility{
display: table-cell;
vertical-align: bottom;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container{
width: 80%;
padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input{
border: 1px solid #ccc;
height: 35px;
border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select{
width: 100%;
font-weight: 700;
padding-left: 10px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb{
width: 20%;
padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img{
float: right;
border: 1px solid #ccc;
border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new{
text-align: right;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label{
font-weight: 700;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select{
float: right;
min-width: 90px;
}
.yes-js .yith-wcwl-popup-footer{
border-top: 1px solid #CCC;
padding: 20px 20px 0 20px;
margin: 20px -20px 0;
text-align: right;
} #yith-wcwl-popup-message {
background: white;
border: 1px solid #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
line-height: 50px;
padding: 15px;
position: fixed;
text-align: center;
top: 50%;
left: 50%;
z-index: 10000; } .wishlist-title{
display: inline-block;
}
.wishlist-title h2{
display: inline-block;
padding: 5px;
}
.wishlist-title.wishlist-title-with-form h2:hover{
background: #efefef;
}
.wishlist-title a.show-title-form{
cursor: pointer;
visibility: hidden;
}
.wishlist-title:hover a.show-title-form{
visibility: visible;
}
.yes-js #yith-wcwl-form .hidden-title-form{
display: none;
margin: 25px 0 39px;
} .woocommerce table.wishlist_table{
font-size: 80%;
}
.woocommerce table.wishlist_table thead th{
border-top: 1px solid;
padding: 16px 12px;
}
.woocommerce table.wishlist_table tbody td{
padding: 16px 12px;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
border-color: #e7e7e7;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox { text-align: center; }
.wishlist_table tr th.product-checkbox { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-remove { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-thumbnail{ width: 80px; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
.woocommerce table.wishlist_table tr td.product-remove { padding: 16px 0 }
.wishlist_table tr td.product-thumbnail a { display: block; border: none; max-width: 80px; }
.wishlist_table tr td.product-thumbnail a img { width: 100%; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
.wishlist_table tr td a.button { white-space: normal; } a.add_to_wishlist{
cursor: pointer;
}
.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
margin: 0px;
}
.wishlist_table .add_to_cart.button{
padding: 7px 12px;
line-height: normal;
}
.yith-wcwl-add-to-wishlist {
margin-top: 10px;
}
.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i{
margin-right: 10px;
}
.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button{
margin: 0px;
box-shadow: none;
text-shadow: none;
border-radius: 3px;
} .woocommerce .wishlist-title h2{
vertical-align: middle;
}
.woocommerce .wishlist-title a.show-title-form{
vertical-align: middle;
margin-left: 15px;
}
.woocommerce .hidden-title-form input[type="text"]{
border: 1px solid #ccc;
border-radius: 3px;
height: 35px;
min-width: 250px;
vertical-align: middle;
}
.woocommerce .hidden-title-form button{
padding: 7px 24px;
vertical-align: middle;
border: none;
position: relative;
}
.woocommerce .hidden-title-form button:active{
top: 1px;
}
.woocommerce .hidden-title-form a.hide-title-form{
vertical-align: middle;
line-height: normal;
} .woocommerce #content table.wishlist_table.cart a.remove{
color: #c3c3c3;
margin: 0 auto;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
background-color: #c3c3c3;
color: #fff;
} .yith-wcwl-share{
margin-bottom: 35px;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
margin: 10px 0;
}
.yith-wcwl-share ul {
margin: 5px 0;
padding: 0;
}
.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
.yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 0px; }
.yith-wcwl-share li a {
background-position: left top;
display: inline-block;
width: 21px;
height: 21px;
border: none;
}
.yith-wcwl-share li a:hover { background-position: left bottom; }
.yith-wcwl-share li a.facebook { background-image: url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/facebook.png); }
.yith-wcwl-share li a.twitter { background-image: url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/twitter.png); }
.yith-wcwl-share li a.pinterest { background-image: url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/pinterest.jpg); }
.yith-wcwl-share li a.googleplus { background-image: url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/googleplus.jpg); }
.yith-wcwl-share li a.email { background-image: url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/images/email.jpg); } .woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .wishlist_table.cart #custom_add_to_cart{
margin: 10px 0;
display: inline-block;
}
.woocommerce .wishlist_table.cart .ask-an-estimate-button{
padding: 7px 12px;
line-height: normal;
}
#ask_an_estimate_popup{
display: none;
}
.ask-an-estimate-button-popup{
margin-top: 30px!important;
float: right;
text-transform: none;
}
#additional_notes{
min-height: 150px;
} .yith-wcwl-wishlist-new{
padding: 20px 30px;
border-bottom: 1px solid #e7e7e7;
}
.yith-wcwl-wishlist-new label{
vertical-align: middle;
margin-right: 20px;
}
.yith-wcwl-wishlist-new input{
min-width: 190px;
}
.yith-wcwl-wishlist-new input[type="text"],
.yith-wcwl-wishlist-new select{
border: 1px solid #ccc;
border-radius: 3px;
height: 35px;
vertical-align: middle;
margin-right: 10px;
}
.woocommerce .yith-wcwl-wishlist-new button{
padding: 7px 24px;
vertical-align: middle;
border: 1px solid;
position: relative;
}
.woocommerce .yith-wcwl-wishlist-new button:active{
top: 1px;
} .woocommerce .wishlist_manage_table select{
border: 1px solid #ccc;
border-radius: 3px;
height: 35px;
vertical-align: middle;
margin-right: 10px;
}
.woocommerce table.wishlist_manage_table tfoot td{
text-align: right;
padding: 24px 12px;
}
.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes{
padding: 7px 24px;
vertical-align: middle;
border: 1px solid;
border-radius: 3px;
position: relative;
line-height: normal;
}
.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active{
top: 1px;
}
.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist{
vertical-align: middle;
line-height: normal;
padding: 7px 24px;
} .woocommerce .yith-wcwl-wishlist-search-form{
padding: 20px 80px;
border-bottom: 1px solid #e7e7e7;
}
.woocommerce .yith-wcwl-wishlist-search-form:after{
content: '';
display: block;
clear: both;
}
.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search{
min-width: 300px;
border: 1px solid #ccc;
border-radius: 3px;
height: 35px;
vertical-align: middle;
float: left;
}
.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button{
padding: 7px 24px;
vertical-align: middle;
border: 1px solid;
border-radius: 3px;
position: relative;
line-height: normal;
float: right;
}
.woocommerce p.yith-wcwl-empty-search-result{
padding: 50px 0;
text-align: center;
}
.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active{
top: 1px;
}
.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists{
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce ul.yith-wcwl-search-results > li{
padding: 50px 80px;
border-bottom: 1px solid #e7e7e7;
}
.woocommerce ul.yith-wcwl-search-results > li:after{
content: '';
display: block;
clear: both;
}
.woocommerce ul.yith-wcwl-search-results .thumb{
float: left;
margin-right: 15px;
}
.woocommerce ul.yith-wcwl-search-results .user-details{
overflow: hidden;
padding-top: 15px;
}
.woocommerce ul.yith-wcwl-search-results .user-details span{
display: block;
}
.woocommerce ul.yith-wcwl-search-results .user-details span.name{
font-weight: 700;
}
.woocommerce ul.yith-wcwl-search-results .reuslt-details{
float: left;
width: 50%;
}
.woocommerce ul.yith-wcwl-search-results .result-wishlists{
float: right;
max-width: 50%;
padding-top: 15px;
}
.woocommerce .yith-wcwl-search-pagination{
padding: 5px 0;
text-align: center;
} .yith-wcwl-add-to-wishlist .ajax-loading {
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
display: inline !important;
margin-left: 5px;
vertical-align: middle;
visibility: hidden;
width: 16px !important;
height: 16px !important;
} .widget_yith-wcwl-lists ul.dropdown li{
padding: 0;
}
.widget_yith-wcwl-lists ul.dropdown > li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
display: block;
padding: 5px 15px;
}
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
padding: 5px 25px;
}
.widget_yith-wcwl-lists ul.dropdown > li.lists-section{
border-bottom: 1px solid #e7e7e7;
}
.widget_yith-wcwl-lists ul.dropdown ul.lists{
margin: 0;
}@font-face{font-family:'FontAwesome';src:url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//yoruk3d.com/wp-content/plugins/yith-woocommerce-wishlist-premium/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.review-list li:after,.wp-reviews-list .item:after,.wp-reviews-list .reviews-pagination:after,[data-ui-tabs] .ui-tabs-nav:after,[data-wp-review-tabs] .tab-titles:after{content:" ";display:block;height:0;visibility:hidden;clear:both}.review-wrapper{border:1px solid #e7e7e7;margin-bottom:30px;clear:both;box-sizing:border-box}.review-wrapper .review-list{margin:0;list-style:none;padding:0;clear:both;box-sizing:border-box}.review-wrapper .review-list li{margin:0;list-style:none}.review-wrapper li:after{content:'';display:block;clear:both}.review-wrapper .review-desc li:after{display:none}.review-wrapper .review-total-wrapper h5{font-family:inherit}.review-title{background-color:#f6f6f6;border-bottom:1px solid #e7e7e7;margin:0;padding:15px;box-sizing:border-box;font-family:inherit}.review-price{float:right}.review-links{list-style:none;padding:15px 15px 8px !important;margin:0 !important;overflow:hidden;box-sizing:border-box;width:100%}.review-links li{display:inline-block;margin-bottom:10px}.review-links li a{display:block;padding:4px 10px;margin:0 10px 0 0;border:1px solid;border-radius:5px;outline:0}.review-links li:last-child a{margin-right:0}.review-links .review-links:not(:last-child) a{margin-right:10px}.entry-content .review-wrapper li:last-child a{margin-right:0}.wpr-error{background:#f9ada7;padding:10px;margin:10px 0}.review-list li{box-sizing:border-box;border-bottom:1px solid #e7e7e7;padding:10px 15px;position:relative;list-style:none !important}.review-list li:nth-child(even){background-color:#fafafa}.review-list li:last-child{border-bottom:1px solid #e7e7e7}.wp_review_comment .review-list,.widefat .column-comment ul.review-list{margin:0;padding:0}.wp_review_comment .review-list li,.wp-review-comment-form .review-list li{padding:10px;margin:0;background:#f9f9f9;border-bottom:1px solid #e7e7e7}.review-summary-title{margin-bottom:5px}.review-desc{padding:10px 15px;box-sizing:border-box}.review-desc p:last-child{margin-bottom:0}.review-pros-cons{display:flex;flex-wrap:wrap;padding:10px 15px 30px;clear:both;box-sizing:border-box}.review-pros-cons .review-pros{flex:0 0 50%;padding-right:10px;box-sizing:border-box}.review-pros-cons .review-pros p:last-of-type{margin-bottom:0}.review-pros-cons .review-cons{flex:0 0 50%;padding-left:10px;box-sizing:border-box}.review-pros-cons .review-cons p:last-of-type{margin-bottom:0}.review-pros-cons .review-pros .mb-5 strong:before,.review-pros-cons .review-cons .mb-5 strong:before{content:"\f164";font-family:"FontAwesome";font-weight:normal;margin-right:5px;opacity:0.7}.review-pros-cons .review-cons .mb-5 strong:before{content:"\f165"}.review-pros-cons ul,.review-pros-cons ol{margin:0;margin-left:0;padding:0;list-style:none}.review-pros-cons li{list-style-type:none !important}.review-pros-cons .review-pros ul li:before,.review-pros-cons .review-cons ul li:before{content:"\f00c";font-family:"FontAwesome";opacity:.4;margin-right:7px}.review-pros-cons .review-cons ul li:before{content:"\f00d"}.wp_review_comment .review-pros-cons{padding-left:0;padding-right:0}textarea#wp_review_comment_pros,textarea#wp_review_comment_cons{height:100px}.wp-review-comment-form-qualifier label{display:block}.wp-review-comment-form-qualifier select{display:block;width:100%}#review .review-desc ul,#review .review-desc ol{margin:0;margin-left:0;padding:0}.review-result-wrapper{white-space:nowrap;position:relative}.review-star .review-result-wrapper{display:inline-block}.review-star .review-result-wrapper img.wp-review-image{max-width:20px;max-height:20px;display:inline-block;opacity:0.6}.wp-review-usercomment-rating-star .review-result-wrapper img{opacity:0.6}.wp-review-usercomment-rating-star .review-result-wrapper .review-result img{opacity:1}.review-star .wpr-count{margin-left:3px;vertical-align:top}.review-result-wrapper i,.review-result-wrapper img.wp-review-image{font-style:normal;font-size:16px;padding:0;line-height:inherit}.reviewed-item{display:inline-block;padding:10px 15px;border-bottom:1px solid #e7e7e7;width:100%;box-sizing:border-box}.reviewed-item .review-links{border:0;background:transparent !important}.reviewed-item .review-links li{margin:0}.reviewed-item .reviewed-item-data img{vertical-align:top}.reviewed-item-image{float:right;max-width:40%;margin-left:15px}.rtl .reviewed-item-image{float:left;margin-left:0;margin-right:15px}.reviewed-item-data-label{display:inline-block}.reviewed-item-data p:last-of-type{margin-bottom:0}.review-result{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.rtl .review-result{left:auto;right:0}.review-total-wrapper{float:right;padding-right:0;clear:both;position:relative;box-sizing:border-box;padding:10px 15px 20px 15px}.rtl .review-total-wrapper{float:left}.review-total-wrapper span.review-total-box{border:0;display:block;font-size:40px;font-weight:700;text-align:right;margin:0;padding:35px 0 20px;width:100%;box-sizing:border-box;overflow:hidden}.circle-point span.review-total-box{height:180px}.review-total-wrapper span.review-total-box small{font-size:12px;display:block}.percentage-icon{font-size:22px;position:relative;top:-14px}.review-total-star{position:relative;margin-top:5px;margin:0 auto;float:right}.review-star.review-total{position:relative}.wp-review-loading-msg,.wp-review-loading .review-result-wrapper{display:none}.wp-review-loading .wp-review-loading-msg{display:block}.review-total{z-index:99}.rtl .review-total{left:auto;right:0}.review-star,.wp-review-user-feature-rating-star{position:relative;margin-top:5px;margin:0 auto;display:inline-block}.postbox .review-star{position:relative;right:auto;top:auto}.review-list .review-star,.user-review-area .review-star,.wp-review-point-type .review-total-circle .review-star,.wp-review-percentage-type .review-total-circle .review-star,.review-list .wp-review-user-feature-rating-star{float:right}.rtl .review-list .review-star,.rtl .user-review-area .review-star,.rtl .review-total-circle .review-star,.rtl .wp-review-point-type .review-total-circle .review-star,.rtl .wp-review-percentage-type .review-total-circle .review-star{float:left;margin-right:10px;margin-left:0}.circle-point .review-list li{padding:14px 15px}.review-point .review-result-wrapper,.review-percentage .review-result-wrapper{background:rgba(0,0,0,0.1);width:100%;height:22px}.review-point .review-result-wrapper{background-color:rgba(0,0,0,0.1)}.wp-review-point-type .review-result,.wp-review-percentage-type .review-result,.review-total-point .review-result{position:absolute;top:0px;left:0px;height:22px}.rtl .wp-review-point-type .review-result,.rtl .wp-review-percentage-type .review-result,.rtl .review-total-point .review-result{left:auto;right:0px}.review-total-star.allowed-to-rate .review-result-wrapper{background:none}.wp-review-point-type .review-total-point .review-result-wrapper{background:none}.review-total-percentage.allowed-to-rate.has-not-rated-yet,.review-total-point.allowed-to-rate.has-not-rated-yet{float:none;cursor:pointer}.review-percentage .review-result-wrapper,.review-point .review-result-wrapper{position:relative;width:100%}.review-percentage .review-result,.review-point .review-result{background:currentColor;height:22px}.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper,.wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper,.wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper,.wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper{cursor:pointer}.wp-review-user-rating.wp-review-user-rating-point.has-rated .review-result-wrapper,.wp-review-user-rating.wp-review-user-rating-percentage.has-rated .review-result-wrapper{cursor:default}.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper:hover .review-result,.wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper:hover .review-result,.wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper:hover .review-result,.wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper:hover .review-result{display:block;transition:none}.review-point,.review-percentage{position:relative;clear:both}.wp-review-your-rating{position:absolute;top:102%;left:45%;margin-left:-20px;font-size:12px;line-height:18px;background:#f0f0f0;color:#fff;pointer-events:none;z-index:999;display:none;white-space:nowrap;padding:2px 4px}.rtl .wp-review-your-rating{left:auto;right:45%}.column-wp_review_rating .wp-review-circle-rating{box-shadow:none}.review-point:hover .wp-review-your-rating,.review-percentage:hover .wp-review-your-rating{display:block}.review-result-text{position:absolute;left:4px;top:0px;font-size:16px;line-height:22px;display:none}.rtl .review-result-text{left:auto;right:4px}.wp-review-usercomment-rating .review-result-text,.wp-admin .review-result-text{display:block}.review-total-circle.allowed-to-rate.has-not-rated-yet .review-result-wrapper{cursor:pointer}.wp-review-user-rating-circle .review-result-wrapper{text-align:right}.wp-review-user-rating.wp-review-user-rating-circle.wp-review-input-set{float:right}.wp-review-circle-type .user-total-wrapper{overflow:hidden;margin-top:3px}.review-wrapper .wp-review-circle-rating{padding:0;width:auto;display:inline}.user-review-area .review-circle{float:right;height:32px}.review-list .review-circle{float:right;margin-top:-4px}.wp-review-circle-type .review-total-wrapper>.review-total-box{display:none}.review-circle.review-total{height:100px;width:100px}.entry-content .review-wrapper h1,.entry-content .review-wrapper h2,.entry-content .review-wrapper h3,.entry-content .review-wrapper h4,.entry-content .review-wrapper h5,.entry-content .review-wrapper h6{margin:0}.entry-content .review-summary-title,#content .review-summary-title,.entry-content .reviewed-item p,#content .reviewed-item p{margin-bottom:5px}#content .review-desc p:last-child{margin-bottom:0}#review .review-desc ul{margin:0;margin-left:20px;padding-left:0}.review-total-only{padding:3px 8px;background:#fff;display:inline-block;border-radius:3px}.review-total-only .percentage-icon{font-size:inherit;top:0}.review-total-only .review-type-star{font-size:12px;padding:3px 6px}.review-total-only .review-total-star{font-size:12px;margin:0}.review-result-wrapper .review-result i,.review-result-wrapper .review-result img.wp-review-image{opacity:1;filter:alpha(opacity=100)}.wp-review-box-float-left{margin-right:20px}.wp-review-box-float-right{margin-left:20px}.wpr-user-features-rating{clear:both}.wpr-user-features-rating .user-review-title{padding:10px 15px;margin:0;font-weight:bold}.wpr-user-features-rating .user-total-wrapper{margin:0;display:inline-block}.wpr-user-features-rating .wp-review-user-feature-rating-circle+span{display:inline-block;margin-top:10px}.wpr-user-features-rating .wp-review-user-feature-rating-circle .review-result-wrapper{height:50px}.user-review-area{border-top:1px solid #e7e7e7;padding:10px 15px;position:relative;clear:both;float:left;width:100%;box-sizing:border-box}.user-review-area .wp-review-user-rating-star{float:right}.wp-review-user-rating .review-star .review-result-wrapper:hover span img{opacity:1}.wp-review-user-rating .review-star .review-result-wrapper:hover span:hover ~ span img{opacity:0.6}.review-total-star.allowed-to-rate{float:right;margin:0}.user-review-title{margin:15px 15px 10px;padding:0;font-family:inherit}.user-total-wrapper .user-review-title{font-weight:bold;margin:0;display:inline-block}.wp-review-user-rating .review-result-wrapper span{cursor:pointer;padding:0 0 0 4px}.wp-review-user-rating .review-result-wrapper span img.wp-review-image{opacity:0.6}.wp-review-user-rating .review-result-wrapper span:hover i,.wp-review-user-rating .review-result-wrapper span:hover img.wp-review-image,.wp-review-user-rating .review-result-wrapper span.active i,.wp-review-user-rating .review-result-wrapper span.active img.wp-review-image{opacity:1 !important}.wp-review-user-rating .review-result-wrapper .review-result i,.wp-review-user-rating .review-result-wrapper .review-result img.wp-review-image{padding-left:4px}.wp-review-user-rating.has-rated .review-result-wrapper:hover .review-result{display:block}.wp-review-user-rating .review-result-wrapper:hover .review-result,.wp-review-user-rating.wp-review-loading .review-result-wrapper,.wp-review-user-rating.wp-review-loading .wp-review-your-rating{display:none}.wp-review-user-rating .review-list li{border-top:1px solid}.wpr-rating-accept-btn{width:100%;float:right;border-radius:0;padding:14px;border:0;color:#fff;font-size:inherit;cursor:pointer}.wpr-rating-accept-btn[disabled]{cursor:not-allowed}.wp-review-rating-input.review-point .review-result-wrapper,.wp-review-rating-input.review-percentage .review-result-wrapper,.wp-review-rating-input.review-circle canvas{cursor:pointer}.wp-review-comment-form-rating{margin-bottom:15px}.wp-review-comment-form-rating .review-list li{padding:10px;background:#f9f9f9}.wp-review-comment-form-rating .user-review-title{margin:0;margin-bottom:10px}.wp-review-comment-form-rating .features-rating-list{margin:0;padding:0}.wp-review-comment-field{margin-bottom:10px}.review-total-star-comments{position:relative;display:inline-block}.wp-review-comment-title{font-size:18px}.comment-text-inner{clear:both}.comment .review-list li{margin-bottom:0}.wp-review-comment-rating .review-result-wrapper span{cursor:pointer;padding-left:4px}.wp-review-comment-rating .review-result-wrapper span i,.wp-review-comment-rating .review-result-wrapper span img.wp-review-image{opacity:0.6}.wp-review-comment-rating .review-result-wrapper span:hover i,.wp-review-comment-rating .review-result-wrapper span.active i,.wp-review-comment-rating .review-result-wrapper span:hover img.wp-review-image,.wp-review-comment-rating .review-result-wrapper span.active img.wp-review-image{opacity:1 !important;color:#FFB300}.wp-review-comment-rating .review-result-wrapper span:hover ~ span i{opacity:1;color:currentColor}.wp-review-comment-rating .review-result-wrapper:hover .review-result{display:none}.wp-review-comment-rating .review-result-wrapper .review-result{letter-spacing:-1.9px}.wp-review-comment-rating .review-result-wrapper .review-result i,.wp-review-comment-rating .review-result-wrapper .review-result img.wp-review-image{padding-left:4px}.wp-review-comment-rating .review-result-wrapper:hover span img{opacity:1}.wp-review-comment-rating .review-result-wrapper:hover span:hover ~ span img{opacity:0.6}.wpr-comment-features-rating .wp-review-user-feature-rating-circle{height:50px}.wpr-comment-features-rating .review-list .review-circle{margin-top:0;height:50px}.wpr-comment-features-rating li .wp-review-user-feature-rating-circle+span{margin-top:14px;display:inline-block}.rtl .wp-review-comment-rating .review-result-wrapper span i{float:right}.wp-review-feedback{margin-top:10px}.wp-review-feedback .review-btn{display:inline-block;text-decoration:none;background:#eee;padding:3px 9px;color:#333;border-radius:4px;font-size:14px}.wp-review-feedback .review-btn.voted,.wp-review-feedback .review-btn.voted ~ a{cursor:default}.wp-review-feedback .review-btn:hover,.wp-review-feedback .review-btn.voted{text-decoration:none;background:#81C784;color:#fff !important}.wp-review-feedback .review-btn:nth-child(2){margin-left:5px}.rtl .wp-review-feedback .review-btn:nth-child(2){margin-left:auto;margin-right:5px}.wp-review-feedback .review-btn:nth-child(2):hover,.wp-review-feedback .review-btn.voted:nth-child(2){text-decoration:none;background-color:#E57373;color:#fff !important}.wp-review-comment-form-title{clear:both;margin-bottom:15px}.wp-review-comment-form-author label,.wp-review-comment-form-email label,.wp-review-comment-form-url label{padding-left:0 !important;margin-left:0 !important}.wp-review-comment-rating-circle-wrapper .review-comment-field-msg{vertical-align:middle;margin-right:0}.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner{display:inline-block;vertical-align:middle}.wp-review-comment-rating .review-result-wrapper a{text-decoration:none;border:none}.wp-review-comment-rating-star .review-total-star{float:none}.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner,.wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner{display:inline-block}.wp-review-comment-form .wp-review-comment-field-inner{display:block}.wp-review-comment-form .user-review-title{margin:0 0 10px}.wp-review-comment-form .wpr-comment-features-rating>ul{margin:0}#comments .wp-review-comment-qualifier,#comments .wp-review-usercomment-image{margin-bottom:15px}#comments .wp-review-usercomment-image img{float:left !important;max-width:100%}.wp-review-usercomment-rating,#comments .wp-review-usercomment-rating{margin-bottom:15px}.wp-review-usercomment-rating ul,.wp-review-usercomment-rating ol,#comments .wp-review-usercomment-rating ul,#comments .wp-review-usercomment-rating ol{margin:0;margin-bottom:10px;padding-left:0;list-style-type:none}.wp-review-usercomment-rating li,#comments .wp-review-usercomment-rating li{display:block;margin-bottom:15px}.wp-review-usercomment-rating .review-star,#comments .wp-review-usercomment-rating .review-star{position:relative;top:0;right:0;display:inline-block}.wp-review-comment-rating-star{display:inline-block}form.wp-review-comment-form input,#commentform.wp-review-comment-form input,#commentform.wp-review-comment-form select{width:100%;max-width:100%;height:44px;font-size:16px;padding-left:2.5%;box-sizing:border-box}.rtl form.wp-review-comment-form input,.rtl #commentform.wp-review-comment-form input{padding-left:auto;padding-right:2.5%}form.wp-review-comment-form textarea,#commentform.wp-review-comment-form textarea{width:100%;background:rgba(0,0,0,0.035);border:1px solid rgba(0,0,0,0.05);color:rgba(0,0,0,0.31);max-width:100%;font-size:16px;padding-left:2.5%;box-sizing:border-box}.rtl form.wp-review-comment-form textarea,.rtl #commentform.wp-review-comment-form textarea{padding-left:auto;padding-right:2.5%}form.wp-review-comment-form>div,#commentform.wp-review-comment-form>div{width:100%;margin-bottom:10px;float:left}.rtl form.wp-review-comment-form>div,.rtl #commentform.wp-review-comment-form>div{float:right}.wp-review-thumbnail-wrapper{position:relative}.wp-review-on-thumbnail{position:absolute;top:0;right:0;background:#fff;padding:2px 4px}.wp-review-on-thumbnail.review-type-star .review-total-star{margin:0}.review-type-circle.latestPost-review-wrapper,.review-type-circle.wp-review-on-thumbnail{height:44px}.latestPost-review-wrapper .wp-review-circle-rating,.wp-review-on-thumbnail .wp-review-circle-rating{font-size:11px !important}.review-type-circle.review-total-only,.review-type-circle.wp-review-show-total{padding-top:6px;height:32px}.latestPost-review-wrapper{padding:2px 8px;background:#444;color:#fff}.review-type-star.latestPost-review-wrapper .review-result-wrapper{color:#fff !important}.review-type-star.latestPost-review-wrapper .review-result-wrapper i,.review-type-star.latestPost-review-wrapper .review-result-wrapper img.wp-review-image{opacity:0.6}.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result{color:#fff !important}.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result i,.review-type-star.latestPost-review-wrapper .review-result-wrapper .review-result img.wp-review-image{opacity:1}.widget .wp-review-show-total .review-star,.widget .wp-review-user-rating .review-star{position:relative;top:auto;right:auto}.animate-spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear;display:inline-block}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media screen and (max-width: 600px){#review.review-wrapper .user-review-area .review-percentage,#review.review-wrapper .user-review-area .review-point{width:100% !important;max-width:100%;margin-bottom:10px}.user-review-area .user-total-wrapper{width:100%;max-width:100%}}@media screen and (max-width: 480px){.review-total-wrapper{text-align:right}.user-review-area .user-total-wrapper{max-width:60%;line-height:1.2}.user-review-area .user-total-wrapper .user-review-title{margin-top:0 !important}.review-price{float:none}.review-wrapper .review-title{font-size:16px}.review-total-wrapper span.review-total-box{padding:10px 0 20px;text-align:right;padding-left:10px}.reviewed-item-image{max-width:100%;width:100%;margin:0 0 10px 0;float:left}.rtl .review-total-wrapper span.review-total-box{padding:10px 0 20px;text-align:right;padding-left:0;padding-right:10px}.review-total-star.allowed-to-rate{position:relative;right:auto;left:0;float:left}.rtl .review-total-star.allowed-to-rate{right:0;left:auto;float:right}.review-pros-cons .review-pros,.review-pros-cons .review-cons{flex:0 0 100%;padding:0}.review-pros-cons .review-pros p:last-child,.review-pros-cons .review-cons p:last-child{margin-bottom:0}.review-pros-cons .review-pros{padding-bottom:20px}}.rtl .review-total-box{unicode-bidi:isolate-override}.rtl .wp-review-user-rating-total{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.rtl .wp-review-user-rating-total+small{unicode-bidi:plaintext}.rtl .review-links li a{margin:0 0 0 10px}.wp-reviews-list{position:relative;border:1px solid #e4e4e4;background-color:#fff}.wp-reviews-list *{box-sizing:border-box}.wp-reviews-list ul{list-style-type:none}.wp-reviews-list .item{padding:10px 15px;border-bottom:1px solid #e4e4e4;border-top:0;position:relative;list-style-type:none;margin:0}.wp-reviews-list .item:last-child{border:none}.wp-reviews-list img{max-width:100%;height:auto}.wp-reviews-list a{color:#444}.wp-reviews-list .thumb_small{float:left;margin-right:12px;padding-top:2px;width:65px;height:65px;overflow:hidden}.wp-reviews-list .thumb_large{float:none;max-width:100%;display:inline-block;margin-bottom:4px;position:relative}.wp-reviews-list .entry-title{font-weight:700;margin:0;padding:0;overflow:hidden}.wp-reviews-list .entry-title span{font-weight:normal}.wp-reviews-list .entry-title a{display:block}.wp-reviews-list .postmeta{color:#999;font-size:13px;margin-top:5px;font-weight:normal;float:right}.wp-reviews-list .review-count{float:left}.wp-reviews-list .review-total-only{display:inline-block;font-weight:normal;background:#eee}.wp-reviews-list .wp-post-image{margin:0 !important}.wp-reviews-list .loading{min-height:120px}.wp-reviews-list .loading:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0.8);z-index:11}.wp-reviews-list .loading:after{content:"";margin:0 auto 3em auto;font-size:10px;position:absolute;top:45%;left:49%;z-index:12;text-indent:-9999em;border-top:0.4em solid rgba(0,0,0,0.2);border-right:0.4em solid rgba(0,0,0,0.2);border-bottom:0.4em solid rgba(0,0,0,0.2);border-left:0.4em solid #000;-webkit-animation:load8 0.5s infinite linear;animation:load8 0.5s infinite linear;border-radius:50%;width:2em;height:2em}.wp-reviews-list .reviews-pagination{padding-bottom:15px}.wp-reviews-list .reviews-pagination a{margin:0 15px}.wp-reviews-list .reviews-pagination .next{float:right}[data-ui-tabs] .ui-tabs-nav{list-style:none;padding:0 30px 0;border-bottom:1px solid rgba(255,255,255,0.1);margin:10px 0}[data-ui-tabs] .ui-tabs-nav li{float:left;margin:0;list-style-type:none}[data-ui-tabs] .ui-tabs-nav a{box-shadow:none;padding:8px 15px;background-color:rgba(0,0,0,0.15);outline:0;float:left;border:0;color:inherit}[data-ui-tabs] .ui-tabs-nav .ui-state-active a{background-color:rgba(255,255,255,0.45)}[data-wp-review-tabs] .tab-titles{list-style:none;padding:0 30px 0;border-bottom:1px solid rgba(255,255,255,0.1);margin:10px 0}[data-wp-review-tabs] .tab-title{float:left;margin:0;list-style-type:none}[data-wp-review-tabs] .tab-title button{box-shadow:none;padding:8px 15px;background-color:rgba(0,0,0,0.15);outline:0;float:left;border:0;color:inherit;cursor:pointer;font-size:inherit}[data-wp-review-tabs] .tab-title.active a{background-color:rgba(255,255,255,0.45)}.wp_review_tab_widget_content{position:relative;border:1px solid #E4E4E4}.wp_review_tab_widget_content img{max-width:100%;height:auto}.wp_review_tab_widget_content a{color:#444}.wp_review_tab_widget_content ul.wp-review-tabs li{list-style:none;display:block;width:50%;float:left;text-align:center;margin:0 !important;padding:0 !important;border:0}.wp_review_tab_widget_content ul.has-1-tabs li{width:100%;float:none;margin:0 auto}.wp_review_tab_widget_content ul.has-3-tabs li{width:33.33%}.wp_review_tab_widget_content ul.has-4-tabs li{width:50%}.wp_review_tab_widget_content .tab_title a{display:block;background:#f0f0f0;border-left:1px solid #E4E4E4;border-bottom:1px solid #E4E4E4;padding:2px 0 4px;line-height:2.4;text-decoration:none;position:relative;font-weight:bold}.wp_review_tab_widget_content .tab_title:first-child a{margin-left:0;border-left:0}.wp_review_tab_widget_content .tab_title.selected a{background:#fff;border-bottom:1px solid #fff}.wp_review_tab_widget_content .inside{background:#fff}.wp_review_tab_widget_content .tab-content li,.widget .wp_review_tab_widget_content .tab-content li{list-style-type:none;float:left;width:100%;box-sizing:border-box;margin:0;padding:10px 15px 15px;border-bottom:1px solid #E4E4E4;text-align:left;color:#444;background:none;position:relative}.wp_review_tab_widget_content .tab-content li:last-child{border:none;margin-bottom:0}.wp_review_tab_thumb_small{float:left;margin-right:12px;padding-top:4px;width:65px;height:65px;overflow:hidden}.wp_review_tab_thumb_large{float:none;max-width:100%;display:inline-block;margin-bottom:4px;position:relative}.wp_review_tab_widget_content .entry-title{font-size:inherit;font-weight:bold;margin:0;padding:0}.wp_review_tab_widget_content .entry-title span{color:#999}.wp_review_tab_widget_content .wp-review-tab-postmeta{color:#999;font-size:13px;float:right;margin-top:5px}.wp_review_tab_widget_content .wp-post-image{margin:0 !important}.wp_review_tab_widget_content .wp-review-tab-pagination{margin:0;width:100%;padding-top:0;padding-bottom:15px;float:left}.wp_review_tab_widget_content .wp-review-tab-pagination a{margin:0 15px}.wp-review-tab-pagination a.next{float:right}.wp-review-tab-loading{min-height:120px}.wp-review-tab-loading:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0.8);z-index:11}.clear{clear:both}.wp-review-tab-loading:after{content:"";margin:0 auto 3em auto;font-size:10px;position:absolute;top:45%;left:49%;z-index:12;text-indent:-9999em;border-top:0.4em solid rgba(0,0,0,0.2);border-right:0.4em solid rgba(0,0,0,0.2);border-bottom:0.4em solid rgba(0,0,0,0.2);border-left:0.4em solid #000;-webkit-animation:load8 0.5s infinite linear;animation:load8 0.5s infinite linear;border-radius:50%;width:2em;height:2em}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.review-total-only.small-thumb{font-size:13px;font-weight:bold;padding:1px 0;float:left;box-sizing:border-box;margin-top:3px}.review-total-only.large-thumb{position:absolute;top:10px;right:15px;border-radius:0}.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a{border-bottom:1px solid #E4E4E4}.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a{border-left:0}.title-right{overflow:hidden}.wp-review-product-rating{margin-bottom:10px}.wp-review-comment-form-photo{margin-bottom:15px;float:left;width:100%;clear:both;margin-right:0;margin-left:0}.wp-review-comment-form-photo p{margin-bottom:0}.wp-review-comment-form-photo{position:relative}.wp-review-comment-form-photo a{position:absolute;top:0;right:0}.wp-review-comment-form-photo #wp_review_comment_attachment_url{width:100%;box-sizing:border-box;-webkit-box-sizing:border-box}.wp-review-comment-form-photo input{margin-top:8px}.wp-review-comment-form-photo input.input-file{padding-left:0}.wp-review-comment-form-photo .hide{display:none}#comments .wp-review-usercomment-image{display:block;float:left;width:100%}.wp_review_comments_template #comments .is_verified{color:#b75c21;font-weight:bold}#commentform.wp-review-comment-form .comment-form-cookies-consent input{width:auto;height:auto}#commentform.wp-review-comment-form .comment-form-cookies-consent label{margin-left:8px}body.rtl .review-wrapper .review-star .wpr-count{margin-left:0;margin-right:3px}body.rtl .review-wrapper .review-total-wrapper span.review-total-box{text-align:left}body.rtl .review-wrapper .review-pros-cons .review-pros{padding-right:0;padding-left:10px}body.rtl .review-wrapper .review-pros-cons .review-cons{padding-left:0;padding-right:10px}body.rtl .review-wrapper .user-review-area .wp-review-user-rating-star{float:left}body.rtl .wp-review-comment-form-photo a{right:auto;left:0}body.rtl .review-pros-cons .review-pros{padding-right:0;padding-left:10px}body.rtl .review-pros-cons .review-cons{padding-right:10px;padding-left:0}body.rtl #comments .wp-review-usercomment-image img{float:right !important}body.rtl .wpr-businesses .business-data{padding-right:10px;padding-left:5px}body.rtl .wp-reviews-list .thumb_small{float:right;margin-right:0;margin-left:12px}body.rtl .wp-reviews-list .review-count{float:right}body.rtl .wp-reviews-list .postmeta{float:left}body.rtl .wp-reviews-list .reviews-pagination .next{float:left}body.rtl .review-total-only.large-thumb{right:auto;left:15px}body.rtl .wpr-place-reviews .review-image{float:right;margin-right:0;margin-left:10px}@font-face{font-family:'font-icons';src:url(//yoruk3d.com/wp-content/plugins/wp-review/public/fonts/font-icons.eot);src:url(//yoruk3d.com/wp-content/plugins/wp-review/public/fonts/font-icons.eot) format("embedded-opentype"),url(//yoruk3d.com/wp-content/plugins/wp-review/public/fonts/font-icons.woff) format("woff"),url(//yoruk3d.com/wp-content/plugins/wp-review/public/fonts/font-icons.ttf) format("truetype"),url(//yoruk3d.com/wp-content/plugins/wp-review/public/fonts/font-icons.svg) format("svg");font-weight:normal;font-style:normal}[class^="mts-icon-"]:before,[class*=" mts-icon-"]:before{font-family:"font-icons";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:1em}[class*="mts-icon-loader"]:before{font-family:"font-icons";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.mts-icon-star:before{content:'\e800'}.mts-icon-loader:before{content:'\e801'}*, *:before, *:after {
box-sizing: border-box;
}
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;
vertical-align: baseline;
}
html { -webkit-font-smoothing: antialiased }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
img, video, object {
max-width: 100%;
height: auto!important;
}
iframe { max-width: 100% }
blockquote {
font-style: italic;
font-weight: normal;
font-size: 18px;
padding: 27px 20px;
position: relative;
margin: 15px 0;
color: #434a54;
background-color: #f9f9f9;
border: 1px solid #e6e6e6;
}
blockquote:before {
font-family: FontAwesome;
position: absolute;
content: "\f10d";
font-size: 1.5em;
float: left;
text-indent: 0;
margin-top: -.2em;
}
blockquote p:first-child { text-indent: 2em }
blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite { font-style: italic }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
font-weight: normal;
font-style: normal;
}
pre {
margin: 5px 0 20px 0;
line-height: 1.3em;
padding: 8px 10px;
overflow: auto;
}
code {
padding: 0 8px;
line-height: 1.5;
}
mark {
font-size: .8em;
padding: .2em .4em;
margin: 0 .2em;
line-height: 1;
color: #ffffff;
background-color: #3bafda;
border-radius: 1em;
}
address {
margin: 10px 0;
font-style: italic;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.sticky {
}
.gallery-caption {
}
#gallery-1 img { border: 0!important }
.bypostauthor {
}
.wp-caption-text { margin-bottom: 0 }
dl {
}
dt {
float: left;
clear: left;
text-align: left;
font-weight: bold;
}
dd {
float: left;
margin: 0 0 0 10px;
} body {
font: 14px/27px Noto Sans, sans-serif;
color: #656d78;
background-color: #f3f3f3;
}
::-moz-selection {
background: #222;
color: white;
text-shadow: none;
}
::selection {
background: #222;
color: white;
text-shadow: none;
}
#page, .container {
position: relative;
margin-right: auto;
margin-left: auto;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-bottom: 12px;
color: #434a54;
line-height: 1.4;
}
h1 { font-size: 38px }
h2 { font-size: 34px }
h3 { font-size: 30px }
h4 { font-size: 26px }
h5 { font-size: 22px }
h6 { font-size: 18px }
.sub-title { font-size: 12px }
p { margin-bottom: 15px }
a {
text-decoration: none;
color: inherit;
transition: all 0.25s ease;
}
a:hover, .mark-links a, .textwidget a { color: #3bafda }
a:link, a:visited, a:active { text-decoration: none }
.mark-links a:hover, .textwidget a:hover { color: inherit }
.button, input[type="submit"], .price_slider_amount .price_label span {
display: inline-block;
color: #3bafda;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: #ffffff;
padding: 11px 15px;
font-size: 13px;
font-family: inherit;
text-transform: uppercase;
cursor: pointer;
border-radius: 3px;
}
.button { border-color: rgba(0, 0, 0, 0.1) }
.button:hover, input[type="submit"]:hover {
color: #ffffff !important;
background-color: #3bafda;
} .main-container {
}
#header, .secondary-navigation, .main-footer, .content-wrap, .breadcrumb-wrap, .quick-links-menu {
float: left;
width: 100%;
position: relative;
}
.container {
max-width: 1084px;
min-width: 240px;
}
#page {
padding: 20px;
float: left;
clear: both;
width: 100%;
background-color: #ffffff;
border: 1px solid #e6e6e6;
overflow: hidden;
}
.woocommerce-layout #page {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0;
margin-bottom: 0;
}
.woocommerce-boxes-layout #page {
background-color: transparent;
border: 0;
padding: 0;
}
.home.woocommerce-boxes-layout #page { padding: 0 }
.home.blog-layout #page, .blog #page { margin: 30px 0 0 } #header {
background-color: #3bafda;
z-index: 1111;
position: relative;
}
.header-inner {
float: left;
width: 100%;
margin-bottom: 7px;
}
#header h1, #header h2 {
font-size: 28px;
float: left;
display: inline-block;
line-height: 1;
position: relative;
margin-bottom: 0;
}
#logo a {
text-transform: uppercase;
float: left;
line-height: 1;
color: #ffd92d;
}
#header .image-logo {
margin-top: 5px;
margin-bottom: 0;
}
#logo img { float: left }
.logo-wrap {
margin: -2px 100px 0 0;
overflow: hidden;
float: left;
}
.site-description {
float: left;
margin-top: 0;
max-width: 350px;
clear: left;
font-size: 10px;
line-height: 1.4;
color: #f1f8fe;
text-transform: uppercase;
}
.header-search {
float: none;
width: auto;
overflow: hidden;
margin-top: 4px;
height: 34px;
}
.header-search #s, .header-search #searchform .fa-search { color: #afafaf }
.header-search #s {
margin: 0 !important;
padding: 8px 100px 8px 35px;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 3px;
border: 0;
}
.header-search .sbutton {
color: #2394bf;
background-color: #ffd92d !important;
text-indent: 0;
text-transform: uppercase;
padding: 8px 20px;
width: auto;
border-radius: 0 3px 3px 0;
font-weight: bold;
top: 0;
right: 0;
font-size-adjust: 0.45; }
.header-search #searchform .fa-search {
left: 0;
top: 0;
right: auto;
line-height: 34px;
} .menu-item-has-children > a:after {
content: "\f107";
font-family: FontAwesome;
position: absolute;
right: 16px;
opacity: 0.5;
}
#navigation ul li .wpmm-megamenu-indicator:before {
content: "\f107";
opacity: 0.5;
}
#navigation #wpmm-megamenu.wpmm-visible { border-top: 1px solid rgba(0, 0, 0, 0.1) }
#navigation .menu-item-has-children > a { padding-right: 28px }
.secondary-navigation { background-color: #2fa0ca }
.main-container .secondary-navigation { border-top: 1px solid rgba(0, 0, 0, 0.1) }
.secondary-navigation a {
color: #f1f8fe;
text-align: left;
text-decoration: none;
text-transform: uppercase;
padding: 10px 17px;
}
.secondary-navigation a:hover, .secondary-navigation .current-menu-item a, .secondary-navigation #navigation ul li a:hover { background: rgba(255, 255, 255, 0.08) }
#navigation ul li a:hover { color: #ffd92d!important }
#navigation {
float: left;
width: 100%;
}
#navigation ul { margin: 0 auto }
#navigation ul li {
float: left;
line-height: 24px;
position: relative;
}
.main-container .secondary-navigation ul li { border-right: 1px solid rgba(0, 0, 0, 0.1) }
.main-container .secondary-navigation ul > li:first-child { border-left: 1px solid rgba(0, 0, 0, 0.1) }
.main-container .secondary-navigation ul ul > li:first-child { border-left: 0 }
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited { display: inline-block }
#navigation ul ul {
position: absolute;
width: 255px;
padding: 20px 0 0 0;
padding-top: 0;
top: 44px;
left: -1px;
z-index: 400;
font-size: 12px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
#navigation ul ul li {
padding: 0;
border-right: 0!important;
}
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
padding: 9px 45px 9px 20px;
color: #ffffff;
position: relative;
width: 255px;
border-left: 0;
background: transparent;
border-right: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin: 0;
}
#navigation ul ul li:first-child a {
}
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul { display: none }
#navigation ul ul ul {
left: 255px;
top: 0;
}
.sub-menu .menu-item-has-children:after { color: #fff }
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1 }
nav a#pull { display: none } .sticky-nav {
z-index: 500;
position: fixed;
top: 0;
-webkit-backface-visibility: hidden;
}
.admin-bar .sticky-nav { top: 32px } #quick-links-navigation {
font-size: 13px;
background-color: #ffffff;
border: 1px solid #e6e6e6;
}
#quick-links-navigation li {
float: left;
display: inline-block;
padding: 4px 8px 4px 14px;
color: #878c94;
}
#quick-links-navigation li ul { display: none }
#quick-links-navigation .title-item {
text-transform: uppercase;
padding-right: 0;
color: inherit;
}
#quick-links-navigation .title-item .fa { padding-left: 7px } .article {
width: 66.8%;
float: left;
padding: 0;
}
.woocommerce-layout .article, .woocommerce-layout .ss-full-width, .woocommerce-layout .featured-products { padding: 0 10px }
.woocommerce-layout .article { width: 76% }
.woocommerce-boxes-layout .article { width: 74.4% }
#content_box {
float: left;
width: 100%;
}
.post {
float: left;
width: 100%;
}
.single_post {
background-color: #fff;
width: 100%;
}
.single_post .post-info span, .single_post .post-info a { font-size: 13px }
.single_page {
background-color: white;
padding-top: 0;
}
.post-content {
margin-bottom: 15px;
overflow: hidden;
clear: both;
float: left;
width: 100%;
}
.post-single-content-wrap {
width: 100%;
clear: both;
float: left;
position: relative;
}
.post-single-content {
border-bottom: 1px solid #e6e6e6;
position: relative;
display: inline-block;
clear: both;
float: left;
width: 100%;
}
.thecontent {
float: left;
width: 100%;
position: relative;
}
.readMore {
float: left;
padding-top: 20px;
}
.readMore .button { padding: 6px 13px }
.ss-full-width {
background: white;
overflow: hidden;
padding-top: 0;
}
.ss-full-width #content_box {
padding-right: 0;
padding-left: 0;
}
.post.excerpt {
clear: both;
margin-bottom: 30px;
overflow: hidden;
padding-bottom: 15px;
background-color: #fff;
width: auto;
}
.wp-post-image { float: left }
.widget .wp-post-image {
margin-right: 15px;
margin-top: 5px;
}
.widget .vertical-small .wp-post-image {
margin: 0;
margin-bottom: 10px;
}
.featured-thumbnail {
float: left;
max-width: 100%;
}
.featured-content {
float: left;
width: 100%;
margin-bottom: 20px;
}
#featured-thumbnail {
float: left;
display: block;
position: relative;
}
.featured-thumbnail img {
margin-bottom: 0;
width: 100%;
}
.title { clear: both }
.single-title {
float: left;
width: 100%;
margin-bottom: 5px;
}
.page h1.title {
padding-top: 0;
margin-bottom: 0;
}
.post-info {
display: block;
color: #878c94;
float: left;
clear: both;
width: 100%;
margin-bottom: 5px;
}
.post-info a {
}
.post-info > span { margin-right: 50px }
.post-info .fa { margin-right: 6px }
.related-posts .post-info {
clear: none;
float: none;
}
.thecategory { margin-left: 5px } article header {
margin-bottom: 10px;
float: left;
width: 100%;
}
.single article header { margin-bottom: 10px }
.latestPost {
width: 100%;
float: left;
margin-bottom: 40px;
}
.latestPost .title {
display: block;
margin-bottom: 5px;
}
.front-view-container {
float: left;
width: 100%;
padding-left: 70px;
position: relative;
}
.format-icon {
position: absolute;
top: 8px;
left: 0;
font-size: 20px;
width: 50px;
line-height: 50px;
text-align: center;
color: #ffffff;
background-color: #3bafda;
}
.format-icon:before { font-family: FontAwesome }
.format-standard .format-icon:before { content: "\f15c" }
.format-image .format-icon:before { content: "\f030" }
.format-video .format-icon:before { content: "\f01d" }
.format-audio .format-icon:before { content: "\f027" }
.format-gallery .format-icon:before { content: "\f03e" }
.format-status .format-icon:before { content: "\f0a1" }
.format-quote .format-icon:before { content: "\f10e" }
.format-link .format-icon:before { content: "\f0c1" }
.format-aside .format-icon:before { content: "\f0c6" }
.format-chat .format-icon:before { content: "\f0e6" }
.front-view-content {
float: left;
width: 100%;
clear: both;
}
.single_post header {
width: 100%;
margin-bottom: 8px;
}
.article img.left, .article img.alignleft, .wp-caption.alignleft {
margin: 0.3em 1.571em 0.5em 0;
display: block;
float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
margin: 0.3em 0 0.5em 1.571em;
display: block;
float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
margin: 0.3em auto 0.5em auto;
display: block;
}
.article img.aligncenter, .article img.alignnone {
margin-top: 1em;
margin-bottom: 1em;
display: block;
clear: both;
}
.article ul {
margin: 1.5em 0 1.571em 1.9em; list-style-type: square;
}
.article ol {
margin: 1.5em 0 1.571em 1.9em;
list-style-type: decimal;
}
.article ul ul, .article ol ol, .article ul ol, .article ol ul {
margin-top: 0;
margin-bottom: 0;
}
.article .iconlist { margin-left: 0 }
.article .iconlist li { list-style-type: none } .blog-layout .sidebar .tweets ul, .woocommerce-boxes-layout .sidebar .tweets ul { padding: 20px }
.tweets li { margin-bottom: 15px!important }
.tweets a { color: #3bafda } .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
max-width: 100%;
width: 100%!important;
} .widget_nav_menu .fa > a, .widget_nav_menu .fa > a { padding-left: 5px }
.widget_nav_menu .menu-item-has-children > a:after { content: '' } .toggle-menu .toggle-menu-item-parent {
position: relative;
float: left;
width: 100%;
}
.toggle-menu .toggle-caret {
position: absolute;
top: 0;
right: 0;
text-align: center;
cursor: pointer;
line-height: inherit;
}
.blog-layout .sidebar .toggle-menu .toggle-caret, .woocommerce-boxes-layout .sidebar .toggle-menu .toggle-caret { padding-top: inherit }
.blog-layout .sidebar .toggle-menu > ul > li > .toggle-caret, .blog-layout .sidebar .toggle-menu > div > ul > li > .toggle-caret, .woocommerce-boxes-layout .sidebar .toggle-menu > ul > li > .toggle-caret, .woocommerce-boxes-layout .sidebar .toggle-menu > div > ul > li > .toggle-caret { right: 20px }
.toggle-menu .toggle-caret .fa {
width: 20px;
text-align: center;
font-size: 14px;
color: inherit;
line-height: 20px;
background-color: transparent;
border-radius: 2px;
transition: background-color, color 0.25s ease-in-out;
}
.toggle-menu .active > .toggle-caret .fa {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.toggle-menu .toggle-caret:hover .fa {
background-color: #3bafda;
color: #ffffff;
} .blog-layout .sidebar .textwidget, .woocommerce-boxes-layout .sidebar .textwidget { padding: 20px }  input, textarea, select {
border: 1px solid #e6e6e6;
background-color: #f9f9f9;
padding: 11px 15px;
font-size: 13px;
font-family: inherit;
transition: all 0.25s ease-in-out;
box-sizing: border-box;
}
input:focus, textarea:focus, select:focus { color: #666c78 }
textarea {
overflow: auto;
resize: vertical;
}
.widget select { width: 100% }
.blog-layout .sidebar .widget_categories select, .woocommerce-boxes-layout .sidebar .widget_categories select { border: 0 } table {
width: 100%;
text-align: left;
margin-bottom: 25px;
border: 1px solid #e6e6e6;
}
thead {
background: #f9f9f9;
font-size: 14px;
color: #434a54;
text-transform: uppercase;
}
table th, table td {
padding: 7px 15px;
text-align: left;
}
thead th { padding: 14px }
tbody th {
font-weight: normal;
border-bottom: 1px solid #e6e6e6;
} hr {
border: none;
border-bottom: 1px solid #e6e6e6;
width: 100%;
margin: 35px 0;
clear: both;
position: relative;
} #searchform {
padding: 0;
clear: both;
position: relative;
display: inline-block;
width: 100%;
}
.article #searchform { max-width: 300px }
#searchform fieldset { float: left }
.sbutton, #searchsubmit {
position: absolute;
right: 1px;
top: 1px;
width: 45px;
text-indent: -9999px;
border: 0 !important;
background: transparent !important;
cursor: pointer;
z-index: 10;
transition: all 0.25s linear;
}
#searchform .fa-search {
position: absolute;
top: 1px;
right: 1px;
width: 37px;
line-height: 43px;
text-align: center;
}
#s {
width: 100%;
float: left;
}
.widget #searchform { padding: 0 } ::-webkit-input-placeholder { color: #aba9a8 }
:-moz-placeholder { color: #aba9a8 }
::-moz-placeholder { color: #aba9a8 }
:-ms-input-placeholder { color: #aba9a8 }
:input-placeholder { color: #aba9a8 }
.placeholder { color: #aba9a8 }
#searchform fieldset {
width: 100%;
position: relative;
}
.breadcrumb {
margin-top: 13px;
margin-bottom: 10px;
font-size: 13px;
color: #878c94;
}
.breadcrumb .delimiter { margin: 0 10px }
.no-results h2 { font-size: 16px } .read-more {
margin: 0 0 0 10px;
line-height: 1.4em;
background: none;
padding: 0;
font-size: 16px;
} .topad {
margin-bottom: 10px;
clear: both;
} .bottomad {
float: left;
clear: both;
margin-top: 10px;
} .sidebar.c-4-12 {
float: right;
width: 31.3%;
max-width: 326px;
}
.sidebar.c-4-12 a {
}
.woocommerce-layout .sidebar.c-4-12 {
max-width: 256px;
width: 24%;
padding: 0 10px;
}
.woocommerce-boxes-layout .sidebar.c-4-12 {
max-width: 256px;
width: 23.6%;
}
#sidebars .wp-post-image, footer .wp-post-image { margin: 5px 15px 5px 0 }
.widget {
margin-bottom: 50px;
float: left;
clear: both;
width: 100%;
overflow: hidden;
}
.sidebar .widget {
margin-bottom: 25px;
background-color: #ffffff;
}
.blog-layout .sidebar .widget, .woocommerce-boxes-layout .sidebar .widget { border: 1px solid #e6e6e6 }
.woocommerce-boxes-layout .sidebar .widget.widget_product_search {
border: 0;
background: transparent;
}
.widget-title {
font-size: 16px;
text-transform: uppercase;
margin-bottom: 10px;
}
.blog-layout .sidebar .widget-title, .woocommerce-boxes-layout .sidebar .widget-title, .blog-layout .sidebar .no-widget-title #wp-calendar caption, .woocommerce-boxes-layout .sidebar .no-widget-title #wp-calendar caption {
font-size: 19px;
border-bottom: 1px solid #e6e6e6;
background-color: #f9f9f9;
padding: 15px 20px;
margin-bottom: 0;
}
.widget ul {
float: left;
width: 100%;
}
.blog-layout .sidebar .widget > ul li, .blog-layout .sidebar .widget_nav_menu > div > ul li, .woocommerce-boxes-layout .sidebar .widget > ul li, .woocommerce-boxes-layout .sidebar .widget_nav_menu > div > ul li {
font-size: inherit;
display: block;
float: left;
width: 100%;
list-style: none;
margin: 0;
border-top: 1px solid #e6e6e6;
padding: .4em 0;
}
.blog-layout .sidebar .widget > ul > li, .blog-layout .sidebar .widget_nav_menu > div > ul > li, .woocommerce-boxes-layout .sidebar .widget > ul > li, .woocommerce-boxes-layout .sidebar .widget_nav_menu > div > ul > li {
display: block;
padding: 8px;
}
.woocommerce-boxes-layout .sidebar .widget.widget_product_categories > ul > li { padding: 8px 15px }
.blog-layout .sidebar .widget > ul > li:only-child, .blog-layout .sidebar .widget > ul > li:first-child, .blog-layout .sidebar .widget_nav_menu > div > ul > li:only-child, .blog-layout .sidebar .widget_nav_menu > div > ul > li:first-child, .woocommerce-boxes-layout .sidebar .widget > ul > li:only-child, .woocommerce-boxes-layout .sidebar .widget > ul > li:first-child, .woocommerce-boxes-layout .sidebar .widget_nav_menu > div > ul > li:only-child, .woocommerce-boxes-layout .sidebar .widget_nav_menu > div > ul > li:first-child { border-top: 0 }
.widget ul ul {
padding-left: 20px;
padding-top: .3em;
}
.blog-layout .sidebar .widget ul ul, .woocommerce-boxes-layout .sidebar .widget ul ul { padding-right: 20px }
.blog-layout .sidebar .widget ul ul ul, .woocommerce-boxes-layout .sidebar .widget ul ul ul { padding-right: 0 }
.widget ul ul li {
padding: .3em 0;
font-size: 0.9em;
}
.widget ul ul ul li { font-size: inherit }
.widget ul ul li a { padding: 0 }
.widget li { margin-left: 0 }
.advanced-recent-posts li, .popular-posts li, .category-posts li, .related-posts-widget li, .author-posts-widget li {
list-style: none!important;
padding: 0 0 15px 0!important;
margin: 0;
border: 0!important;
clear: both;
}
.blog-layout .sidebar .advanced-recent-posts li, .blog-layout .sidebar  .popular-posts li, .blog-layout .sidebar  .category-posts li, .blog-layout .sidebar  .related-posts-widget li, .author-posts-widget li, .woocommerce-boxes-layout .sidebar .advanced-recent-posts li, .woocommerce-boxes-layout .sidebar .popular-posts li, .woocommerce-boxes-layout .sidebar .category-posts li, .woocommerce-boxes-layout .sidebar .related-posts-widget li, .author-posts-widget li { padding: 15px 20px 0px!important }
.blog-layout .sidebar .advanced-recent-posts li:last-child, .blog-layout .sidebar .popular-posts li:last-child, .blog-layout .sidebar .category-posts li:last-child, .blog-layout .sidebar .related-posts-widget li:last-child, .author-posts-widget li:last-child, .woocommerce-boxes-layout .sidebar .advanced-recent-posts li:last-child, .woocommerce-boxes-layout .sidebar .popular-posts li:last-child, .woocommerce-boxes-layout .sidebar .category-posts li:last-child, .woocommerce-boxes-layout .sidebar .related-posts-widget li:last-child, .author-posts-widget li:last-child { padding-bottom: 20px!important }
.advanced-recent-posts p, .popular-posts p, .category-posts p, .related-posts-widget p, .author-posts-widget p {
margin: 0;
font-size: 12px;
}
.widget .post-data { overflow: hidden }
.widget .vertical-small .post-data { clear: both }
.widget .post-title, .related-posts article header {
font-size: 15px;
line-height: 23px;
color: #434a54;
font-weight: bold;
}
.widget .meta, .widget .post-info {
font-size: 12px;
margin-bottom: 0;
}
.widget .post-info > span { margin-right: 10px } .mts-woocart-subscribe .widget #wp-subscribe {
background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/pattern3.png) !important;
border: 1px solid rgba(101,109,120,.15);
box-shadow: inset 0 0 0 2px #ffffff;
background-color: #fff !important;
}
.mts-woocart-subscribe .widget  #wp-subscribe h4.title {
font-size: 36px;
text-transform: uppercase;
color: #656d78 !important;
}
.mts-woocart-subscribe .widget #wp-subscribe p {
color: #656d78 !important;
font-size: 16px;
}
.mts-woocart-subscribe .widget #wp-subscribe p.footer-text {
color: #656d78 !important;
font-size: 14px;
}
.mts-woocart-subscribe .widget #wp-subscribe input.submit {
border-left: 0;
color: #ffffff !important;
border-radius: 3px;
}
.mts-woocart-subscribe .widget #wp-subscribe input.email-field, .mts-woocart-subscribe .widget #wp-subscribe input.name-field {
background: #f9f9f9 !important;
color: #656d78 !important;
border: 1px solid #e6e6e6;
font-size: 16px;
width: 100%;
border-radius: 3px;
}
.mts-woocart-subscribe .widget #wp-subscribe input.email-field:focus, .mts-woocart-subscribe .widget #wp-subscribe input.name-field:focus { background: #fff !important } .share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn { width: 92px }
.shareit {
padding: 12px 0 7px;
overflow: hidden;
clear: both;
border: none;
}
.shareit.top { padding-top: 0!important }
.share-item {
display: block;
margin: 0;
float: left;
height: 25px;
}
.share-item.shareit.top {
float: left;
margin-bottom: 10px!important;
margin-top: 0;
width: 100%;
}
.share-item.facebookbtn {
margin-top: -7px !important;
width: 100px;
height: 32px;
}
.share-item.gplusbtn { width: 85px }
.share-item.pinbtn { margin-top: 2px }
.share-item.pinbtn a {
transition: none;
}
.share-item.stumblebtn {
margin-top: 1px;
height: 24px;
}
#catchersocial2 {
position: absolute;
bottom: 0;
} .social-profile-icons ul {
float: left;
padding: 0;
}
.blog-layout .sidebar .social-profile-icons ul, .woocommerce-boxes-layout .sidebar .social-profile-icons ul { padding: 20px 10px 10px 20px }
.social-profile-icons ul li {
background: none;
border: none;
float: left;
list-style-type: none;
margin: 0 10px 10px 0!important;
padding: 0 !important;
border: none !important;
}
.social-profile-icons ul li a {
width: 32px;
height: 32px;
display: block;
float: left;
text-align: center;
line-height: 32px;
color: #ffffff!important;
transition: all .4s;
padding: 0;
}
.social-profile-icons ul li a:hover {
color: #ffffff;
background-color: #3bafda;
}
.social-profile-icons ul li i {
font-size: 14px;
line-height: 30px;
}
.social-profile-icons .social-youtube a { background: #c9322b }
.social-profile-icons .social-rss a { background: #ef922f }
.social-profile-icons .social-twitter a { background: #40bff5 }
.social-profile-icons .social-facebook a { background: #5d82d1 }
.social-profile-icons .social-gplus a { background: #eb5e4c }
.social-profile-icons .social-vimeo a { background: #35c6ea }
.social-profile-icons .social-dribbble a { background: #f7659c }
.social-profile-icons .social-tumblr a { background: #426d9b }
.social-profile-icons .social-instagram a { background: #91653f }
.social-profile-icons .social-flickr a { background: #ff48a3 }
.social-profile-icons .social-pinterest a { background: #e13138 }
.social-profile-icons .social-linkedin a { background: #238cc8 }
.social-profile-icons .social-github a { background: #b5a470 }
.social-profile-icons .social-email a { background: #1d90dd }
.social-profile-icons .social-behance a { background: #1879fd }
.social-profile-icons .social-skype a { background: #13c1f3 }
.social-profile-icons .social-soundcloud a { background: #ff7e30 }
.social-profile-icons .social-stumbleupon a { background: #ff5c30 }
.social-profile-icons .social-dropbox a { background: #3476e4 }
.social-profile-icons .social-foursquare a { background: #0bbadf }
.social-profile-icons .social-reddit a { background: #ff4400 } a.rsswidget { padding: 0 !important }
.blog-layout .sidebar .widget_rss li, .woocommerce-boxes-layout .sidebar .widget_rss li { padding: 20px !important }
.rss-date { display: block } .blog-layout .sidebar li.recentcomments, .woocommerce-boxes-layout .sidebar li.recentcomments { padding: 5px 15px !important } .to-top i {
width: 40px;
height: 40px;
text-align: center;
line-height: 38px;
background: #ffffff;
color: #afafaf;
font-size: 18px;
border: 1px solid #e6e6e6;
border-radius: 50%;
transition: all 0.25s linear 0s;
}
.to-top:hover i {
}
#move-to-top {
display: inline-block;
position: fixed;
right: 50%;
bottom: 25px;
z-index: 25;
}
#move-to-top:not(.filling) {
opacity: 0;
visibility: hidden;
} .main-footer {
background: #ffffff;
border-top: 1px solid #e6e6e6;
margin-top: -1px;
}
#site-footer { margin-top: 30px }
.footer-widgets {
overflow: hidden;
padding: 50px 0 0;
width: 100%;
margin: 0;
}
.f-widget {
width: 25%;
float: left;
position: relative;
margin-bottom: 0;
margin-right: 8%;
}
.widgets-num-4 .f-widget { width: 19% }
.widgets-num-5 .f-widget {
width: 18%;
margin-right: 1%;
}
.widgets-num-6 .f-widget {
width: 15%;
margin-right: 2%;
}
#footer-separator {
position: relative;
margin: -1px 0 0;
padding-bottom: 1px;
}
.left-border, .right-border {
width: 50%;
float: left;
padding: 0;
}
.left-border span, .right-border span {
width: 100%;
float: left;
background: #e6e6e6;
height: 1px;
}
#footer-to-top {
position: absolute;
left: 50%;
margin-left: -20px;
top: -20px;
}
.bottom-footer {
padding: 40px 0;
font-size: 13px;
line-height: 20px;
color: #afafaf;
border-bottom: 1px solid #e6e6e6;
}
.bottom-footer p { margin-bottom: 10px }
#footer {
float: left;
width: 100%;
height: 100%;
display: table;
padding: 20px 0;
}
.copyrights, .footer-navigation, .footer-right {
display: table-cell;
vertical-align: middle;
float: none;
}
.footer-navigation {
text-align: center;
width: 60%;
}
.copyrights, .footer-right { width: 20% }
.copyrights { text-align: left }
.footer-right { text-align: right } #top-navigation {
float: right;
text-align: right;
overflow: hidden;
}
#top-navigation .menu { margin-right: -10px }
#top-navigation .menu-item-has-children > a:after, #quick-links-navigation .menu-item-has-children > a:after, #footer-navigation .menu-item-has-children > a:after { display: none }
#footer-navigation li, #footer-navigation li a, #top-navigation li, #top-navigation li a { font-size: 13px }
#footer-navigation > ul > li, #top-navigation > ul > li { display: inline }
#footer-navigation > ul > li a, #top-navigation > ul > li a {
line-height: 1;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#top-navigation > ul > li a:hover {
color: inherit;
text-decoration: underline;
}
#footer-navigation > ul > li:last-child a, #footer-navigation ul li:only-child a, #top-navigation > ul > li:last-child a, #top-navigation ul li:only-child a { border-right-color: transparent }
#footer-navigation li a, #top-navigation li a {
padding: 0 10px;
display: inline-block;
}
#footer-navigation .sub-menu, #footer-navigation  .children, #top-navigation .sub-menu, #top-navigation  .children { display: none }
ul.card-list li {
display: inline-block;
margin-left: 3px;
} .related-posts {
margin-top: 34px;
clear: both;
float: left;
width: 100%;
}
.related-posts h4 {
text-transform: uppercase;
font-weight: bold;
font-size: 19px;
margin-bottom: 34px;
}
.related-posts .related-post {
float: left;
width: 31.333%;
margin-right: 3%;
}
.related-post .wp-post-image { margin-bottom: 10px }
.rclayout .related-posts, .crlayout .related-posts {
width: 24%;
clear: none;
margin-top: 0;
overflow: hidden;
}
.rclayout .single_post, .crlayout .single_post { width: 74% }
.rclayout .related-posts, .crlayout .single_post { float: left }
.crlayout .related-posts, .rclayout .single_post { float: right }
.rclayout .related-posts .related-post, .crlayout .related-posts .related-post {
width: 100%;
margin: 15px 0;
}
.related-posts .last {
margin-right: 0;
padding-bottom: 0;
} .related-posts article header { margin-bottom: 0 } .tags {
margin: 20px 0;
font-size: 13px;
color: #878c94;
}
.tags a { margin-left: 5px } .postauthor {
margin-top: 27px;
padding: 0;
min-height: 180px;
float: left;
clear: both;
width: 100%;
} .postauthor h5 {
font-size: 22px;
padding: 0;
margin-bottom: 10px;
text-transform: capitalize;
}
.postauthor-box {
float: left;
width: 100%;
padding: 15px 20px;
border: 1px solid #e6e6e6;
}
.postauthor img {
float: left;
margin: 5px 20px 5px 0;
} #respond h4, #respond h3, .total-comments, .postauthor h4, .postauthor-top {
padding-top: 7px;
margin-bottom: 34px;
text-transform: uppercase;
font-weight: bold;
font-size: 19px;
} .clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0!important } .widget_tag_cloud .tagcloud {
float: left;
padding: 0;
}
.blog-layout .sidebar .widget_tag_cloud .tagcloud, .woocommerce-boxes-layout .sidebar .widget_tag_cloud .tagcloud { padding: 20px 12px 12px 20px }
.tagcloud a {
font-size: 14px!important;
padding: 5px 15px;
margin: 0 8px 8px 0;
float: left;
color: inherit;
background-color: transparent;
border: 1px solid #e6e6e6;
transition: all 0.25s linear;
}
.tagcloud a:hover {
color: #ffffff;
background-color: #3bafda;
border-color: #2fa0ca;
}   .mts_ad_widget a, .mts_ad_300_widget a { display: block }
.ad-125 ul {
float: left;
width: 100%;
margin: 0;
padding: 20px;
list-style: none;
max-width: 100%;
}
.ad-125 li {
float: left;
border: none;
list-style: none!important;
padding-left: 0;
background: none;
margin-bottom: 15px;
margin-left: 0;
max-width: 48%;
}
.ad-125 li:nth-child(2n+2) { float: right!important }
.ad-125 li:nth-last-child(2), .ad-125 li:last-child { margin-bottom: 0 }
.ad-256 img {
float: left;
width: 100%;
}
.mts_ad_256_widget {
border: 0!important;
background: transparent!important;
} #wp-calendar {
margin-bottom: 0;
border: 0;
}
#wp-calendar td {
text-align: center;
padding: 7px 0;
border-top: 1px solid #F1F4F6;
border-right: 1px solid #F1F4F6;
}
#wp-calendar caption {
font-size: 16px;
padding-bottom: 10px;
font-weight: bold;
}
#wp-calendar #prev {
text-align: left;
padding-left: 12px;
}
#wp-calendar #next {
text-align: right;
padding-right: 12px;
}
#wp-calendar thead th {
padding: 10px 0;
text-align: center;
} .nocomments {
margin-top: 20px;
clear: both;
float: left;
width: 100%;
} .cnumber { color: #2DB2EB }
#comments {
padding: 0;
margin-top: 27px;
float: left;
clear: both;
width: 100%;
} #commentsAdd {
width: 100%;
float: left;
clear: both;
margin-top: 27px;
}
#comments .avatar {
float: left;
margin-right: 20px;
margin-top: 7px;
}
.comment time { padding-left: 10px }
ul.children .commentImageLeft {
width: 60px;
height: 90px;
border-left: 1px solid #c1bbb6;
border-bottom: 1px solid #c1bbb6;
position: absolute;
top: -50px;
left: -70px;
} input#author, input#email, input#url { width: 100% } .mtscontact_consent { clear: both; margin-top: 20px; }
#commentform .comment-form-cookies-consent label, .contact-form .mtscontact_consent label {
padding: 0;
cursor: pointer;
margin-left: 8px;
line-height: 18px;
vertical-align: top;
}
.contact-form .mtscontact_consent label {
width: auto;
display: inline-block;
margin-top: 0;
margin-left: 4px;
}
#commentform .comment-form-cookies-consent input, .contact-form .mtscontact_consent input {
width: 18px;
height: 18px;
display: inline-block;
-webkit-appearance: checkbox;
}
#cancel-comment-reply-link {
position: absolute;
right: 0;
top: 7px;
cursor: pointer;
text-decoration: underline;
z-index: 100;
}
#commentform input#submit, .contactform #submit {
text-decoration: none;
float: right;
cursor: pointer;
}
#commentform input#submit:hover, .contactform #submit:hover { border: 1px solid rgba(0, 0, 0, 0.1) }
.contactform #submit { float: left }
.contactform label { display: block }
.contactform {
overflow: hidden;
margin-bottom: 35px;
}
.error { color: red }
.thanks p { color: green }
ol.commentlist {
float: left;
width: 100%;
margin: 0;
padding: 20px;
border: 1px solid #e6e6e6;
line-height: 24px;
}
.commentlist li {
list-style: none;
margin: 0 0 20px 0;
padding-left: 0;
float: left;
width: 100%;
position: relative;
}
.commentlist p { margin-bottom: 5px }
.comment-author.vcard {
color: #878c94;
font-size: 13px;
margin-bottom: 15px;
}
.fn, .ago { margin-right: 33px }
.fn .fa, .ago .fa {
margin-right: 8px;
font-size: 14px;
}
.ago {
}
.fn {
}
.fn a {
}
.comment-meta { font-size: 13px }
.comment-meta a { color: #3bafda }
.commentmetadata { overflow: hidden }
.commentmetadata li {
border: 0;
padding: 0;
margin-top: 0;
margin-bottom: 5px;
list-style: square;
}
.commentmetadata ol li { list-style: decimal }
.reply { float: right }
.reply a { color: #3bafda }
#commentsAdd #respond h4 {
}
.comment #respond #respond {
margin-top: 20px;
position: relative;
}
.commentlist .children {
margin-left: 10%;
margin-bottom: 0;
margin-top: 0;
float: left;
width: 90%;
}
.commentlist .children li { padding-bottom: 0 }
.avatar { float: left } .comment-awaiting-moderation {
font-style: italic;
font-weight: bold;
}
.commentmetadata ul, .commentmetadata ol { margin-top: 5px } #commentform {
float: left;
width: 100%;
padding: 40px 30px;
border: 1px solid #e6e6e6;
}
#commentform textarea {
width: 100%; }
#commentform p {
margin-bottom: 28px;
float: left;
width: 100%;
clear: both;
}
#commentform p label {
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
}
.cancel-comment-reply a {
float: right;
margin-top: -8px;
}
.required {
color: red;
padding: 0;
line-height: 1;
}
.comment-notes .required {
padding-left: 0;
padding-top: 3px;
}
.comment-notes { font-style: italic } .pagination {
clear: both;
overflow: hidden;
float: left;
width: 100%;
margin-top: 25px;
margin-bottom: 25px;
text-transform: uppercase;
font-size: 13px;
}
.single .pagination {
margin-top: 0;
padding: 2.2% 0;
width: 100%;
}
.pagination ul {
list-style: none;
margin: 0;
}
.pagination ul li {
float: left;
margin-bottom: 5px;
}
.pagination a, .pagination > .current > .currenttext, .pagination ul > .current > .currenttext, .woocommerce-pagination .current {
margin: 0 5px 0 0;
display: inline-block;
float: left;
line-height: 1;
text-decoration: none;
padding: 10px 13px;
border: 1px solid #e6e6e6;
}
.pagination a {
background-color: #fff;
color: inherit;
}
.pagination a:hover, .pagination > .current > .currenttext, .pagination ul > .current > .currenttext, .woocommerce-pagination .current {
background-color: #3bafda;
color: #fff!important;
border-color: rgba(0, 0, 0, 0.1);
}
.pagination .nav-previous { float: left }
.pagination .nav-next { float: right } .contact-form { position: relative }
.contact-form.loading:after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.8);
}
.contact-form label, .contact-form input, .contact-form textarea {
display: block;
width: 100%;
}
.contact-form label { margin-top: 12px }
.contact-form input[type="submit"] {
float: right;
width: auto;
min-width: 130px;
margin-top: 12px;
}
.mtscontact_error { color: #B90101 } .widget_search {
overflow: visible;
padding: 0;
}
.blog-layout .sidebar .widget_search, .woocommerce-boxes-layout .sidebar .widget_search, .woocommerce-boxes-layout .sidebar .widget.widget_mts_accordion_widget {
padding: 0;
border: 0;
}
.blog-layout .sidebar .widget_search .widget-title, .woocommerce-boxes-layout .sidebar .widget_search .widget-title { margin: -20px -20px 20px -20px } .ajax-search-box-open #s { border-bottom: 1px solid #fff }
.ajax-search-results-container {
position: absolute;
top: 41px;
left: 0;
width: 100%;
padding: 15px 20px;
z-index: 9;
background: #F9F9F9;
border: 1px solid #e6e6e6;
border-top: none;
}
#navigation .ajax-search-results-container { top: auto }
.ajax-search-results-container.loading:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255,255,255,0.8);
}
ul.ajax-search-results {
margin: 0;
margin-top: 0;
padding-bottom: 10px;
}
.ajax-search-results li {
margin: 0;
display: block;
list-style: none;
min-height: 65px;
padding: 0;
}
#navigation .ajax-search-results li {
display: inline-block;
width: 25%;
border: 0 !important;
padding: 0;
margin-right: 2%;
max-width: 244px;
}
#navigation .ajax-search-results li:last-child { margin-right: 0 }
#navigation .ajax-search-results-container a {
padding: 0;
color: inherit;
text-transform: none;
}
.ajax-search-results .wp-post-image {
margin: 5px 20px 5px 0;
width: 64px;
}
header .ajax-search-results .wp-post-image { width: 100% }
.ajax-search-meta {
float: left;
width: 100%;
padding-top: 10px;
font-size: 13px;
line-height: 1;
border-top: 1px solid #e6e6e6;
}
header .ajax-search-meta { margin-top: 12px }
.ajax-search-meta .results-count {
float: left;
color: #aaa;
}
.ajax-search-meta .results-link { float: right }
.ajax-search-results-container .no-results {
padding: 0;
color: #AAA;
font-style: italic;
} .pace .pace-progress {
background-color: #ffd92d;
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 3px;
transition: width 0.8s;
}
.admin-bar .pace .pace-progress { top: 32px }
.pace-inactive { display: none }
div#load-posts { margin-bottom: 20px }
#load-posts a {
width: 100%;
text-align: center;
font-size: 14px;
}
#load-posts .fa { margin-right: 10px }
#load-posts a.inactive { cursor: default } pre {
overflow: auto;
padding: 25px 15px 15px;
margin: 15px 0;
position: relative;
background: #777;
font-family: monospace;
color: #fff;
}
pre:before {
content: "\f121";
color: #FFF;
position: absolute;
font-size: 18px;
right: 14px;
top: 6px;
font-family: fontawesome;
}
.flex-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
margin-bottom: 30px;
height: 0;
overflow: hidden;
clear: both;
}
.flex-video-vimeo { padding-top: 0 }
.flex-video iframe, .flex-video object, .flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} #parallax {
position: relative;
padding-bottom: 350px;
height: 0;
overflow: hidden;
background-size: cover;
margin-bottom: 20px;
}  .latestPost-review-wrapper {
position: absolute;
top: 0;
right: 0;
background: #FFF;
padding: 2px 8px;
}
.latestPost-review-wrapper .review-total-star { margin: 4px 0 }
.latestPost-review-wrapper .percentage-icon {
top: 0;
font-size: inherit;
font-style: normal;
} .gallery-item {
float: left;
position: relative;
margin: 0 !important;
}
.gallery-columns-1 .gallery-item { width: 100% }
.gallery-columns-2 .gallery-item { width: 50% !important }
.gallery-columns-3 .gallery-item { width: 33.33% !important }
.gallery-columns-4 .gallery-item { width: 25% }
.gallery-columns-5 .gallery-item { width: 20% }
.gallery-columns-6 .gallery-item { width: 16.66% }
.gallery-columns-7 .gallery-item { width: 14.28% }
.gallery-columns-8 .gallery-item { width: 12.5% }
.gallery-columns-9 .gallery-item { width: 11.11% }
.gallery-item img { width: 100% }
.gallery-item dt {
width: 100%;
clear: none;
}
.gallery-caption {
margin: 0;
padding: 20px;
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
opacity: 0;
background-color: rgba(0,0,0,.5);
text-align: center;
color: #ffffff;
transition: opacity 0.5s ease;
}
.gallery-caption-inner {
border: 1px solid #ffffff;
height: 100%;
padding: 20px;
}
.gallery-caption-inner > span {
max-height: 100%;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
overflow: hidden;
}
.gallery-item:hover .gallery-caption { opacity: 1 } .featured-section { margin-bottom: 20px }
.featured-section:last-child { margin-bottom: 0 }
.featured-section-header {
margin: 0;
padding: 7px 15px;
background-color: #434a54;
color: rgba(255, 255, 255, 0.6);
font-size: 13px;
}
.featured-section-title {
float: left;
font-size: 16px;
color: #f1f8fe;
text-transform: uppercase;
line-height: 1;
margin-top: 5px;
margin-bottom: 5px;
}
.featured-section-description {
float: right;
text-align: right;
}
.subcategories-carousel {
background-color: #eaeaea;
margin-bottom: 10px;
}
.loading .subcategories-carousel { display: none }
.carousel-container.loading, .featured-product-tabs.loading { position: relative }
.carousel-container.loading:before, .featured-product-tabs.loading:before {
content: "\f1ce";
font-family: FontAwesome;
position: absolute;
-webkit-animation: fa-spin .6s infinite linear;
animation: fa-spin .6s infinite linear;
left: 50%;
top: 50%;
margin-left: -6px;
margin-top: -13.5px;
}
.carousel-container.loading:after {
content: "";
display: block;
height: 123px;
background: #FFF;
border: 1px solid #e6e6e6;
border-top: none;
}
.featured-product-tabs.loading:before { z-index: 1 }
.featured-product-tabs.loading:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255,255,255,.7);
} .primary-slider-container.loading {
height: 374px;
overflow: hidden;
}
.primary-slider-container .offers-slider-item img { background: #fff url(//yoruk3d.com/wp-content/themes/mts_woocart/images/ajax-loader.gif) no-repeat center center }
.subcategory-item {
background-color: #ffffff;
color: #656d78;
font-size: 13px;
text-align: center;
display: block;
margin: 1px 0 1px 1px;
padding: 20px 0;
}
.subcategory-item:hover { background-color: #f9f9f9 }
.offers-ad-widgets.mts-ad-widgets { margin-bottom: 25px }
.offers-ad-widgets .mts-ad-inner.has-img {
padding: 0;
border: 0;
}
.offers-ad-widgets .mts-ad img { margin: 0 }
.offers-ad-widgets .one-half { float: left } .subcategory-icon { font-size: 56px }
.subcategories-carousel .owl-prev, .subcategories-carousel .owl-next, .subcategories-carousel .owl-nav .fa { line-height: 26px }
.subcategories-carousel .owl-prev, .subcategories-carousel .owl-next {
margin-top: -13px;
text-align: center;
font-size: 14px;
width: 22px;
} .mts-ad-widgets { margin: 0 -10px 0 0 }
.mts-ad-widgets .widget {
padding-left: 10px;
padding-right: 10px;
} .featured-section .mts-ad {
float: left;
padding: 10px 10px 10px 0;
}
.mts-ad.one-fourth { width: 25% }
.mts-ad.one-third { width: 33.33% }
.mts-ad.one-half { width: 50% }
.mts-ad.two-third { width: 66.67% }
.mts-ad.three-fourth { width: 75% }
.mts-ad.full-width { width: 100% }
.mts-ad-inner {
float: left;
width: 100%;
position: relative;
border: 1px solid #e6e6e6;
background: #ffffff;
}
.mts-ad-inner .ad-title {
text-transform: uppercase;
font-size: 16px;
}
.mts-ad-inner .ad-title { margin-bottom: 5px }
.mts-ad img {
display: block;
width: auto;
margin: 0 auto;
}
.mts-ad .has-img .ad-text {
position: absolute;
top: 10px;
bottom: auto;
left: 15px;
right: 15px;
}
.mts-ad-inner.has-img {
padding: 65px 0;
text-transform: uppercase;
}
.home-ads .has-img img { padding: 0 12px }
.mts-ad .has-img .ad-title, .mts-ad .has-img .ad-description {
font-size: 16px;
margin-bottom: 0;
}
.mts-ad .has-img .ad-button {
position: absolute;
width: 100%;
bottom: 20px;
left: 0;
}
.mts-ad .ad-button .button {
font-size: 13px;
line-height: 1;
padding: 10px 15px;
font-weight: bold;
letter-spacing: 0px;
margin-top: 15px;
}
.featured-section .mts-ad .ad-button .button { margin: 0 15px }
.mts-ad .left {
float: none;
text-align: left;
}
.mts-ad .center { text-align: center }
.mts-ad .right {
float: none;
text-align: right;
}
.sidebar .mts-ad-inner { padding: 15px }
.sidebar .mts-ad {
margin-bottom: 25px;
overflow: hidden;
}
.sidebar .mts-ad-inner.has-img { padding: 75px 15px }
.sidebar .mts-ad .has-img .ad-button {
bottom: 15px;
left: 15px;
}
.sidebar .mts-ad .has-img .ad-button.center { left: 0 }
.first { clear: left } .featured-product-tabs {
border: 1px solid #e6e6e6;
background-color: #ffffff;
}
.featured-product-tabs del { display: none }
ul.tabs {
list-style: none;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
*zoom: 1;
}
.featured-product-tabs ul.tabs { background-color: #f9f9f9 }
ul.tabs li {
display: inline-block;
border-right: 1px solid #e6e6e6;
background: #f9f9f9;
display: inline-block;
position: relative;
z-index: 0;
margin: 0;
padding: 0 20px;
float: left;
}
.woocommerce-tabs ul.tabs li {
border: 1px solid #e6e6e6;
margin-left: -1px;
}
.woocommerce-tabs ul.tabs li:first-child, .woocommerce-tabs ul.tabs li:only-child { margin-left: 0 !important }
ul.tabs li a {
display: inline-block;
padding: 12px 0;
font-size: 14px;
color: #afafaf;
text-decoration: none;
text-transform: uppercase;
}
.woocommerce-tabs ul.tabs li a {
font-weight: 700;
color: #878c94;
}
ul.tabs li a:hover {
text-decoration: none;
color: inherit;
}
ul.tabs li.active {
background: #fff;
z-index: 2;
border-bottom-color: #fff;
}
ul.tabs li.active a {
color: inherit;
text-shadow: inherit;
}
ul.tabs li:before { border-width: 0 1px 1px 0 }
ul.tabs:before {
position: absolute;
content: " ";
width: 100%;
bottom: 0;
left: 0;
border-bottom: 1px solid #e6e6e6;
z-index: 1;
}
.featured-product-tabs .tab-content { padding: 27px }
.featured-product-tabs .tab-content ul.products, .featured-product-tabs .tab-content ul.products li.product { margin: 0 }
.featured-product-tabs .tab-content ul.products { padding: 0 } .featured-blog-posts-container, .featured-brands-container {
border: 1px solid #e6e6e6;
background-color: #ffffff;
padding: 10px;
}
.featured-blog-post, .brend-item {
float: left;
padding: 10px;
}
.featured-blog-post { width: 25% }
.brend-item { width: 20% }
.featured-blog-post:nth-child(4n+1), .brend-item:nth-child(5n+1) { clear: left }
.brend-item a {
display: block;
text-align: center;
}
.brend-item img { display: inline-block }
.featured-blog-post {
font-size: 13px;
line-height: 22px;
}
.featured-blog-post header, .featured-blog-post .post-info { margin-bottom: 0 }
.featured-blog-post .wp-post-image, .featured-blog-post-title, .featured-blog-post .post-info-bottom { margin-bottom: 5px }
.featured-blog-post-title { font-size: 15px }
.featured-blog-post .thecategory {
float: left;
margin: 0;
margin-right: 10px;
text-transform: uppercase;
color: #fea62b;
font-size: 11px;
}
.featured-blog-post .thetime { margin-right: 0 }
.featured-blog-post .readMore {
font-size: 12px;
text-transform: uppercase;
color: #afafaf;
padding-top: 10px;
} #page.offers { padding-top: 15px }
.offers .primary-slider-container { margin-bottom: 30px }
.offers-header {
margin-bottom: 20px;
overflow: hidden;
} .offers-badge {
position: relative;
float: left;
width: 130px;
height: 130px;
background-color: #ffd92d;
border: 10px solid #3bafda;
box-shadow: 0 0 0 5px #ffffff;
border-radius: 50%;
z-index: 1;
}
.offers-badge .page-title {
font-size: 25px;
text-transform: uppercase;
text-align: center;
margin: 0;
line-height: 1;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.offers-header-right { overflow: hidden }
.offers-header-right-inner { margin-left: 20px }
.offers-heading, .offers-share, .offers-subscribe-button {
float: left;
display: inline-block;
} .offers-heading {
color: #656d78;
font-size: 20px;
margin: 10px 30px 10px 0;
text-transform: uppercase;
font-weight: normal!important;
} .offers-share { margin: 13px 0 10px 0 }
.offers-share .shareit {
position: relative!important;
top: 0!important;
margin: 0!important;
width: initial!important;
padding: 0 !important;
}
.offers-share  .shareit .share-item {
float: left;
margin: 0;
display: inline-block;
}
.offers-share .share-item.twitterbtn { width: 83px }
.offers-share .share-item.gplusbtn { width: 65px }
.offers-share .share-item.facebookbtn { width: 85px }
.offers-share .share-item.linkedinbtn { width: 68px }
.offers-share .share-item.stumblebtn { width: 82px }
.offers-share .share-item.pinbtn { width: 48px } .offers-subscribe.button {
float: right;
font-size: 14px;
line-height: 1;
margin: 0 0 10px 0;
}
.offers-subscribe.button .fa {
font-size: 21px;
margin-right: 10px;
vertical-align: text-bottom;
} .offers-filter-menu-container {
float: left;
margin-top: 10px;
}
.offers-filter-menu {
float: left;
width: 100%;
background-color: #434a54;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.offers-filter-menu-item {
float: left;
display: inline-block;
position: relative;
}
.offers-filter-menu-item:first-child:before {
content: "";
width: 65px;
background-color: #434a54;
position: absolute;
right: 100%;
top: 0;
bottom: 0;
z-index: 0;
transition: background-color 0.25s ease;
}
.offers-filter-menu-item:after {
content: "";
width: 1000px;
background-color: #434a54;
position: absolute;
left: 100%;
top: 0;
bottom: 0;
}
.offers-filter-menu-item a {
float: left;
padding: 13px 35px;
color: #f1f8fe;
font-size: 18px;
text-transform: uppercase;
background-color: #434a54;
border-right: 1px solid #363d47;
}
.offers-filter-menu-item a:hover, .offers-filter-menu-item a.current, .offers-filter-menu-item:first-child:hover:before {
background-color: #4c535d;
color: #ffd92d;
} .offers-subscribe {
background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/pattern3.png);
border: 1px solid rgba(101,109,120,.15);
box-shadow: inset 0 0 0 2px #ffffff;
}
#offers-subscribe {
padding: 20px;
text-align: center;
font-size: 16px;
margin-bottom: 20px;
}
.single article header.offers-subscribe-header { margin-bottom: 40px }
.offers-subscribe-title {
font-size: 36px;
text-transform: uppercase;
color: #656d78;
margin: 0;
}
.offers-subscribe-description { color: #9198a1 }
.offers-subscribe-form {
display: inline-block;
margin-bottom: 20px;
width: 70%;
}
#offers-subscribe input {
font-size: inherit;
padding: 13px 30px;
float: left;
border-radius: 0;
}
#offers-subscribe input[type="text"] { width: 70% }
#offers-subscribe .button {
border-left: 0;
color: #ffffff;
background-color: #3bafda;
border-color: #2fa0ca;
} .lined-title {
overflow: hidden;
position: relative;
font-size: 19px;
margin-bottom: 0;
line-height: 33px;
}
.lined-title:after {
content: "";
position: absolute;
height: 0px;
border-top: 1px solid #e6e6e6;
top: 50%;
margin-top: -1px;
width: 2000px;
}
.lined-title span { padding-right: 10px }
.single .ajax-pagination-previous-next {
float: right;
width: auto;
margin: 0;
padding: 0 0 0 5px;
}
.single .ajax-pagination-previous-next .button { margin: 0 0 0 5px }
.ajax-pagination-previous-next a.button.disabled { display: none } .offer-products-filter-data { position: relative }
.loading .offers-filter-action { pointer-events: none }
.offers-subscribe-widget form {
max-width: 700px;
margin: 0 auto;
} .offer-products-filter-data.loading:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.8);
}  .tab_widget ul.wps_tabs {
height: 45px;
border-bottom-color: #e6e6e6;
}
.tab_widget ul.wps_tabs li {
height: 44px;
line-height: 44px;
border-color: #e6e6e6;
background-image: none;
background-color: #f9f9f9;
}
.tab_widget ul.wps_tabs li:first-child { border-left-color: #e6e6e6 }
.tab_widget ul.wps_tabs li a {
color: #878c94!important;
font-size: 14px;
padding: 0 20px;
text-shadow: none;
border-left-color: #e6e6e6;
}
.tab_widget ul.wps_tabs li.active { border-top-color: #e6e6e6 }
.tab_widget ul.wps_tabs li.active a, .tab_widget ul.wps_tabs li a:hover { color: inherit!important }
.tab_widget .tab_container { border-color: #e6e6e6 }
.tab_widget .tab_content { padding: 20px } .toggle {
background: #f9f9f9;
border: 1px solid #e6e6e6;
}
.toggle .wps_togglet, .toggle .mts_accordion_togglet, .toggle .toggleta, .toggle .mts_accordion_toggleta {
height: 45px;
padding: 0 20px;
border: 0;
cursor: pointer;
}
.toggle .wps_togglet, .toggle .mts_accordion_togglet { background: transparent }
.toggle .wps_togglet span, .toggle .mts_accordion_togglet span, .toggle .toggleta span, .toggle .mts_accordion_toggleta span {
display: block;
height: 45px;
font-size: 14px;
font-weight: 700;
line-height: 45px;
color: #878c94;
padding-left: 0;
background: none;
}
.toggle .toggleta span, .toggle .mts_accordion_toggleta span, .toggle .wps_togglet:hover span, .toggle .mts_accordion_togglet:hover span {
background: none;
color: inherit;
}
.toggle .togglec, .toggle .mts_accordion_togglec {
display: block;
position: relative;
padding: 0 20px 15px;
background: transparent;
border: 0;
}
.toggle .toggleta, .toggle .toggleta + .togglec, .toggle .mts_accordion_toggleta, .toggle .mts_accordion_toggleta + .mts_accordion_togglec { background: #ffffff } .mts_accordion_toggle {
margin-top: -1px;
margin-bottom: 0;
}
.mts_accordion_toggle:first-child { margin-top: 0 } .divider, .top-of-page { border-bottom-color: #e6e6e6 }
ul.products.loading { position: relative; }
ul.products.loading:after {
content: '';
height: 60px;
width: 60px;
top: 150px;
left: 50%;
margin-left: -30px;
position: absolute;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(75,95,107, .15);
border-right: 6px solid rgba(75,95,107, .15);
border-bottom: 6px solid rgba(75,95,107, .15);
border-top: 6px solid rgba(75,95,107, .8);
border-radius: 100%;
}
@-webkit-keyframes rotation {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(359deg); }
}
@-moz-keyframes rotation {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(359deg); }
}
@-o-keyframes rotation {
from { -o-transform: rotate(0deg); }
to { -o-transform: rotate(359deg); }
}
@keyframes rotation {
from { transform: rotate(0deg); }
to { transform: rotate(359deg); }
}.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in { z-index: 0 }
.owl-carousel .owl-animated-out { z-index: 1 }
.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut { 
0% { opacity: 1 }
100% { opacity: 0 }
}
@keyframes fadeOut { 
0% { opacity: 1 }
100% { opacity: 0 }
} .owl-height { transition: height 500ms ease-in-out; } .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded { display: block }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0 }
.owl-carousel .owl-refresh .owl-item { display: none }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel.owl-rtl { direction: rtl }
.owl-carousel.owl-rtl .owl-item { float: right } .no-js .owl-carousel { display: block } .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(//yoruk3d.com/wp-content/themes/mts_woocart/css/owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }
.owl-dots { position: absolute; width: 100%; bottom: 20px; text-align: center; }
.carousel .owl-dots { position: relative; margin-top: 40px; bottom: auto; clear: both; }
.owl-controls .owl-dot { display: inline-block; zoom: 1; }
.owl-controls .owl-dot span { display: block; width: 13px; height: 5px; margin: 5px; background-color: #d2d5da; }
.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span { background-color: #3bafda !important }
.owl-prev, .owl-next { position: absolute; display: inline-block; top: 50%; margin-top: -18px; text-align: center; font-size: 28px; width: 36px; line-height: 36px; color: #ffffff; background-color: #d2d5da; opacity: 1; transition-property: opacity, background-color; transition-duration: 300ms; transition-timing-function: ease-in-out; }
.owl-prev { left: 0 }
.owl-next { right: 0 }
.owl-prev:hover, .owl-next:hover { background-color: #3bafda }
.owl-nav .fa { line-height: 36px }
.owl-nav .disabled { pointer-events: none; opacity: 0; } .slider-container img[src=""] { display: none !important }
.slider-container.loading .slides, .slider-container.loading .carousel, .slider-container.loading .slider { opacity: 0; height: 0px; }
.slider-container.loading:before { content: "Loading Slider..."; font-size: 20px; font-weight: bold; margin: 0; display: block; position: relative; text-align: center; text-transform: uppercase; padding-top: 30px; padding-bottom: 85px; }
.primary-slider { float: left }
.primary-slider-container.loading img { display: none!important }
.primary-slider-container.loading img.slide-first-img { display: block !important }
.primary-slider-container img[src=""] { display: none !important } .widget-slider { position: relative }
#sidebars .widget-slider .wp-post-image { width: 100%; margin: 0; }
.widget_mts_post_slider_widget .owl-controls { bottom: 0 }
.flex-caption { position: relative; float: left; width: 100%; }
.slidertitle { font-size: 16px; text-transform: uppercase; margin-bottom: 0; padding: 5px 20px 30px; text-align: center; }
.widget-slider .owl-dots { bottom: 0; padding: 0 20px; } #offers-slider .owl-controls .owl-dot span { height: 8px; background-color: #434a54; }
#offers-slider .owl-prev, #offers-slider .owl-next { background-color: rgba(0,0,0,.4); color: rgba(255,255,255,.54); margin-top: -21px; text-align: center; font-size: 28px; width: 41px; line-height: 43px; }
#offers-slider .owl-prev:hover, #offers-slider .owl-next:hover { background-color: rgba(0,0,0,.66); color: #3bafda; } .home .primary-slider-container { margin-bottom: 30px }
#slider-nav { float: left; width: 100%; background-color: #434a54; }
.slider-nav-item { position: relative; float: left; width: 33.33%; cursor: pointer; text-align: center; color: rgba(255, 255, 255, 0.6); font-size: 13px; border-right: 1px solid rgba(0, 0, 0, 0.15); transition: all 500ms ease-in-out; }
.slider-nav-item:nth-child(3n) { border-right: 0 }
.slider-nav-item:nth-child(3n+1) { clear: left }
.slider-nav-item .slidertitle { font-size: 18px; color: #f1f8fe; text-transform: uppercase; padding: 10px 5px; }
.slider-nav-item .slidertext { margin-bottom: 8px; margin-top: -10px; }
.slider-nav-item:hover, .slider-nav-item.active { background-color: rgba(255, 255, 255, 0.2) }
.slider-nav-item:hover .slidertitle, .slider-nav-item.active .slidertitle { color: #ffd92d }
.slider-nav-item.active:after { content: ''; position: absolute; border-style: solid; border-width: 0 13px 9px; border-color: #656d78 transparent; display: block; width: 0; z-index: 1; top: -9px; left: 50%; margin-left: -13px; }.clear { clear: both }
.nobr { white-space: nowrap }
.woocommerce .col2-set { width: 100% }
.woocommerce .col2-set:after { content: " "; display: table; }
.woocommerce .col2-set:after { clear: both }
.woocommerce .col2-set .col-1 { float: left; width: 48%; }
.woocommerce .col2-set .col-2 { float: right; width: 48%; }
.woocommerce img { height: auto; max-width: 100%; }
.woocommerce #content div.product div.images, .woocommerce 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 { content: " "; display: table; }
.woocommerce #content div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:after { clear: both }
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a { float: left; width: 30.75%; margin-right: 3.8%; }
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last { margin-right: 0 }
.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first { clear: both }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary { float: right; width: 48%; }
.woocommerce #content div.product .woocommerce-tabs, .woocommerce 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 { content: " "; display: table; }
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce 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 { 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 { content: " "; display: table; }
.woocommerce #content div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:after { clear: both }
.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img { float: right; height: auto; }
.woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce #content .quantity input::-webkit-outer-spin-button, .woocommerce #quantity input::-webkit-inner-spin-button, .woocommerce #quantity input::-webkit-outer-spin-button { display: none }
.woocommerce .related:after, .woocommerce .related:before, .woocommerce .upsells.products:after, .woocommerce .upsells.products:before { content: " "; display: table; }
.woocommerce .related:after, .woocommerce .upsells.products:after { clear: both }
.woocommerce .related ul, .woocommerce .related ul.products, .woocommerce .upsells.products ul, .woocommerce .upsells.products ul.products { float: none }
.woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img { width: 100%; height: auto; }
ul.products { clear: both }
ul.products:after, ul.products:before { content: " "; display: table; }
ul.products:after { clear: both }
.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before { content: " "; display: table; }
.woocommerce .woocommerce-pagination ul.page-numbers:after { clear: both }
.woocommerce .woocommerce-pagination ul.page-numbers li { display: inline-block }
.woocommerce #content table.cart img, .woocommerce table.cart img { height: auto }
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions { text-align: right }
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon { float: left }
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label { display: none }
.woocommerce .cart-collaterals { width: 100% }
.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before { content: " "; display: table; }
.woocommerce .cart-collaterals:after { clear: both }
.woocommerce .cart-collaterals .related { width: 30.75%; float: left; }
.woocommerce .cart-collaterals .cross-sells { width: 100%; float: left; margin-top: 27px; }
.woocommerce .cart-collaterals .cross-sells ul.products { float: none; margin: 0; }
.woocommerce .cart-collaterals .shipping_calculator { width: 48%; float: left; clear: none; }
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before { content: " "; display: table; }
.woocommerce .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 { width: 47% }
.woocommerce .cart-collaterals .cart_totals { float: right; width: 48%; margin-left: 4%; }
.woocommerce .cart-collaterals .woocommerce-shipping-calculator { overflow: hidden }
.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 { content: " "; display: table; }
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after { clear: both }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { float: right; height: auto; }
.woocommerce form .form-row:after, .woocommerce form .form-row:before { content: " "; display: table; }
.woocommerce form .form-row:after { clear: both }
.woocommerce form .form-row label { display: block }
.woocommerce form .form-row label.checkbox { display: inline }
.woocommerce form .form-row select { width: 100% }
.woocommerce form .form-row .input-text { width: 100% }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { float: left; width: 47%; overflow: visible; }
.woocommerce form .form-row-last { float: right }
.woocommerce form .form-row-wide { clear: both }
.woocommerce #payment .form-row select { width: auto }
.woocommerce #payment .terms { text-align: right; padding: 0 1em; }
.woocommerce #payment #place_order { float: right } p.demo_store { position: fixed; top: 0; left: 0; right: 0; margin: 0; width: 100%; font-size: 1em; padding: .5em 0; text-align: center; background-color: #3bafda; color: #fff; z-index: 99998; }
.admin-bar p.demo_store { top: 28px }
.wc-forward:after, .wc-forward a:after { font-family: 'FontAwesome'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-left: 7px; content: "\f178"; font-size: .75em; }
.wc-backward:before, .wc-backward a:before { font-family: 'FontAwesome'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-right: 7px; content: "\f177"; font-size: .75em; } .woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 1em 1em 1em 4em!important; margin: 0 0 2em!important; position: relative; -webkit-border-radius: 4px; border-radius: 4px; background: #ffffff; list-style: none outside!important; *zoom: 1; width: auto; }
.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before { content: " "; display: table; }
.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after { clear: both }
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before { content: ""; height: 1.5em; width: 1.5em; display: block; position: absolute; top: 0; left: 1em; font-family: sans-serif; font-size: 1.5em; line-height: 1; text-align: center; padding-top: .8em; }
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button { float: right }
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li { list-style: none outside!important; padding-left: 0!important; margin-left: 0!important; }
.woocommerce-message { border: 2px solid #DEF1BF }
.woocommerce-message:before { content: "\2713"; color: #DEF1BF; }
.woocommerce-info { border: 2px solid #BEE5F8 }
.woocommerce-info:before { content: "i"; font-family: Times, Georgia, serif; font-style: italic; color: #BEE5F8; }
.woocommerce-error { border: 2px solid #FFDBDB }
.woocommerce-error:before { content: "\00d7"; font-weight: 700; color: #FFDBDB; }
.woocommerce small.note { display: block; color: #777; font-size: 11px; line-height: 21px; margin-top: 10px; }
.woocommerce .woocommerce-message a.button { font-size: 11px; line-height: 1; }
.woocommerce .woocommerce-breadcrumb { *zoom: 1; margin: 0 0 1em; padding: 0; font-size: 0.92em; color: #553e3e; }
.woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after { content: " "; display: table; }
.woocommerce .woocommerce-breadcrumb:after { clear: both }
.woocommerce .woocommerce-breadcrumb a { color: #553e3e }
.woocommerce div.product { margin-bottom: 0; position: relative; }
.woocommerce div.product .product_title { clear: none; margin-top: 0; padding: 0; }
.woocommerce div.product span.price, .woocommerce div.product p.price { font-size: 24px; color: #434a54; }
.woocommerce div.product span.price ins, .woocommerce div.product p.price ins { background: inherit }
.woocommerce div.product span.price del, .woocommerce div.product p.price del { font-size: 0.67em; color: rgba(91, 91, 91, 0.5); }
.woocommerce div.product p.stock { font-size: 0.92em }
.woocommerce div.product .stock { color: #3bafda }
.woocommerce div.product .out-of-stock { color: red }
.woocommerce div.product .entry-summary span.price, .woocommerce div.product .entry-summary p.price { font-size: 26px; font-weight: bold; color: #ffa52a; }
.woocommerce div.product .entry-summary span.price del, .woocommerce div.product .entry-summary p.price del { font-size: 14px; color: #8f979b; }
.woocommerce div.product div.images { margin-bottom: 2em }
.woocommerce div.product div.images img { display: inline-block; width: auto; height: auto; float: none; background: #fff url(//yoruk3d.com/wp-content/themes/mts_woocart/images/ajax-loader.gif) no-repeat center center; }
.woocommerce div.product div.images div.thumbnails { padding-top: 1em }
.woocommerce div.product div.summary { margin-bottom: 2em }
.woocommerce div.product div.summary hr { margin: 10px 0 }
.woocommerce div.product div.summary a.compare { float: right; line-height: 1.4; text-transform: uppercase; font-weight: 600; color: #878C94; border: 0; padding: 0; font-size: 14px; background: transparent; }
.product-share-buttons { float: none; width: initial; padding: 0; margin: 0; overflow: hidden; }
.product-share-buttons .shareit { position: relative!important; top: 0!important; margin: 0!important; width: initial!important; padding: 0 !important; }
.product-share-buttons .shareit .share-item { float: left; margin: 0; margin-right: 15px; display: inline-block; }
.product-share-buttons .shareit .share-item:last-child { margin-right: 0 }
.product-share-buttons .share-item.twitterbtn { width: 80px }
.product-share-buttons .share-item.gplusbtn { width: 62px }
.product-share-buttons .share-item.facebookbtn { width: 82px }
.product-share-buttons .share-item.linkedinbtn { width: 65px }
.product-share-buttons .share-item.stumblebtn { width: 79px }
.product-share-buttons .share-item.pinbtn { width: 45px } .woocommerce div.product .woocommerce-tabs .panel { padding: 25px 0 }
.woocommerce div.product p.cart, .woocommerce #content div.product p.cart { margin-bottom: 2em; *zoom: 1; }
.woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:before, .woocommerce #content div.product p.cart:after { content: " "; display: table; }
.woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:after { clear: both }
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart { margin-bottom: 0.8em; *zoom: 1; }
.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:before, .woocommerce #content div.product form.cart:after { content: " "; display: table; }
.woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:after { clear: both }
.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity { float: left; margin: 0 0 15px 0; }
.woocommerce div.product form.cart table, .woocommerce #content div.product form.cart table { border: 0 }
.woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td { padding-left: 0 }
.woocommerce div.product form.cart table div.quantity, .woocommerce #content div.product form.cart table div.quantity { float: none; margin: 0; }
.woocommerce div.product form.cart table small.stock, .woocommerce #content div.product form.cart table small.stock { display: block; float: none; }
.woocommerce div.product form.cart .variations, .woocommerce #content div.product form.cart .variations { margin-bottom: 1em }
.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label { font-weight: bold }
.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select { width: 100%; float: left; }
.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label { padding-right: 1em }
.woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td { vertical-align: top }
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button { vertical-align: middle; float: left; }
.woocommerce div.product form.cart .group_table td.label, .woocommerce #content div.product form.cart .group_table td.label { padding-right: 1em; padding-left: 1em; }
.woocommerce div.product form.cart .group_table td, .woocommerce #content div.product form.cart .group_table td { vertical-align: top; padding-bottom: .5em; } ul.products:before, ul.products:after { content: " "; display: table; }
ul.products:after { clear: both }
ul.products li { list-style: none outside }
ul.products { margin: 0 0 20px; padding: 25px 0 0; list-style: none outside; clear: both; *zoom: 1; }
ul.products li.product { float: left; padding: 13px; position: relative; width: 25%; }
ul.products li.product:nth-child(4n) { margin-right: 0 }
ul.products li.product:nth-child(4n+1) { clear: left }
.offer-products ul.products li.product, .featured-products ul.products li.product, .featured-products ul.products li.produc:nth-child(4n) { margin-right: 1.92% }
.article .offer-products ul.products li.product { width: 23.56% }
.article .offer-products ul.products li.product:nth-child(4n) { margin-right: 0 }
.article .offer-products ul.products li.product:nth-child(4n+1) { clear: left }
.featured-products ul.products li.product, .ss-full-width .cart-collaterals .cross-sells ul.products li.product, .ss-full-width .offer-products ul.products li.product { width: 18.464% }
.featured-products ul.products li.product:nth-child(4n+1), .ss-full-width .cart-collaterals .cross-sells ul.products li.product:nth-child(4n+1), .ss-full-width .offer-products ul.products li.product:nth-child(4n+1) { clear: none }
.featured-products ul.products li.product:nth-child(5n), .ss-full-width .cart-collaterals .cross-sells ul.products li.product:nth-child(5n), .ss-full-width .offer-products ul.products li.product:nth-child(5n) { margin-right: 0 }
.featured-products ul.products li.product:nth-child(5n+1), .ss-full-width .cart-collaterals .cross-sells ul.products li.product:nth-child(5n+1), .ss-full-width .offer-products ul.products li.product:nth-child(5n+1) { clear: left }
ul.products li.product { border: 1px solid transparent; margin: 0 0 30px; text-align: center; -webkit-transition: border-color 0.25s ease; -moz-transition: border-color 0.25s ease; transition: border-color 0.25s ease; }
ul.products li.product:hover { border-color: #ffb755 !important }
ul.products li.product h3, ul.products li.product h2 { padding: .5em 0; margin: 0; font-size: 14px; font-weight: normal; text-transform: uppercase; clear: both; }
ul.products li.product a { text-decoration: none }
ul.products li.product a img { width: 100%; height: auto; display: block; margin: 0 0 8px; }
ul.products li.product strong { display: block }
ul.products li.product .price { color: #434a54; display: block; font-size: 24px; font-weight: bold; margin-bottom: .5em; padding-bottom: 12px; border-bottom: 1px solid #f6f6f6; float: left; width: 100%; }
ul.products li.product .price del { font-size: 16px; color: #aba9a8; margin: -2px 0 0 0; }
ul.products li.product .price ins { background: none }
ul.products li.product .price .from { font-size: 0.67em; margin: -2px 0 0 0; text-transform: uppercase; color: rgba(91, 91, 91, 0.5); }
ul.products li.product .button, ul.products li.product .compare { border: 0; line-height: 1.3; color: #aba9a8 !important; font-size: 12px; position: relative; }
ul.products li.product .button { background: none !important; float: right; padding: 0; }
ul.products li.product .compare { float: left; text-transform: uppercase; line-height: 1.3; }
ul.products li.product .button:hover, ul.products li.product .compare:hover { color: #3bafda !important } ul.products li.product.product-alt { text-align: left }
ul.products li.product.product-alt .price { margin-bottom: 0; float: left; width: auto; font-size: 18px; border-bottom: 0; padding-bottom: 0; }
ul.products li.product.product-alt h3, ul.products li.product-alt .price del { font-size: 13px }
ul.products li.product.product-alt h3 { text-transform: none; border-bottom: 0; }
ul.products li.product.product-alt .button { line-height: 27px }
ul.products li.product.product-alt .compare { display: none }
ul.products li.product.product-alt:last-child, ul.products li.product.product-alt:nth-last-child(2), ul.products li.product.product-alt:nth-last-child(3), ul.products li.product.product-alt:nth-last-child(4) { margin-bottom: 0 } ul.products li.product.product-offers { padding: 0; border-color: #e6e6e6; text-align: left; } ul.products li.product.product-offers .price { font-size: 16px }
ul.products li.product.product-offers h3, ul.products li.product-offers .price del { font-size: 14px }
ul.products li.product.product-offers h3, ul.products li.product.product-offers .price { padding-left: 10px; padding-right: 10px; border-bottom: 0; margin-bottom: 0; }
ul.products li.product-offers .price del { float: left }
ul.products li.product-offers .price ins { float: right }
ul.products li.product.product-offers .product-buttons { float: left; width: 100%; background-color: #f9f9f9; border-top: 1px solid #e6e6e6; padding: 12px 10px; } ul.products li.product.product-home { text-align: left }
ul.products li.product.product-home h3 { border-bottom: 1px solid #e6e6e6; margin-bottom: 8px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease; }
ul.products li.product.product-home .price { margin-bottom: 0; float: left; width: auto; font-size: 18px; border-bottom: 0; padding-bottom: 0; }
ul.products li.product.product-home h3, ul.products li.product-home .price del { font-size: 14px }
ul.products li.product.product-home .button { line-height: 27px }
ul.products li.product.product-home .compare { display: none } .woocommerce span.onsale, .woocommerce span.new-badge { min-height: 32px; min-width: 32px; width: 53px; height: 53px; padding: 0; font-weight: bold; position: absolute; text-align: center; line-height: 53px; right: auto; top: 0; left: 0; margin: 0; z-index: 2; background-color: #ffa52a; color: #ffffff; text-transform: uppercase; font-size: 13px; -webkit-border-radius: 50%; border-radius: 50%; }
.woocommerce div.product .onsale { top: 10px; left: 10px; }
.woocommerce span.new-badge { background-color: #3bafda }
ul.products li.product span.onsale { right: 0px; top: 0; left: auto; }
.product-offers span.onsale { display: none !important }
.woocommerce-ordering select { vertical-align: top; padding: 5px 15px; background: #fff; }
.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce #content input.button.loading { }
.woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65); }
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before { position: absolute; height: 16px; width: 16px; top: 0.35em; right: -26px; text-indent: 0; font-family: 'FontAwesome'; content: "\f00c"; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover { text-decoration: none }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt { background-color: #3bafda; color: #ffffff; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover { }
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #content input.button:disabled, .woocommerce #content input.button.disabled { opacity: 0.5; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; cursor: not-allowed; }
.woocommerce .cart .button, .woocommerce .cart input.button { float: none }
.woocommerce a.added_to_cart { padding-top: .5em; white-space: nowrap; display: inline-block; }
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus { font-weight: bold; color: inherit; text-align: center; font-size: 16px; padding: 9px 15px; min-width: 42px; }
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty { width: 87px; margin: 0; -moz-appearance: textfield; background-color: #ffffff; }
.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce #content .quantity input[type=number] { padding-right: 1.2em }
.woocommerce #reviews h2 small { float: right; color: #553e3e; font-size: 15px; line-height: 21px; margin: 10px 0 0 0; }
.woocommerce #reviews h2 small a { text-decoration: none; color: #553e3e; }
.woocommerce #reviews #respond { margin: 0; border: 0; padding: 0; }
.woocommerce #reviews #comment { height: 75px }
.woocommerce #reviews #comments .add_review { *zoom: 1 }
.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after { content: " "; display: table; }
.woocommerce #reviews #comments .add_review:after { clear: both }
.woocommerce #reviews h3, .woocommerce #reviews #comments h2 { margin-bottom: 17px; font-size: 19px; text-transform: uppercase; clear: none; }
.woocommerce #reviews #commentform { padding: 0; border: 0; }
.woocommerce #reviews #commentform p label { padding-left: 0 }
.woocommerce #reviews #comments ol.commentlist { *zoom: 1; margin: 0; padding: 0; width: 100%; border: 0; background: none; list-style: none; }
.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after { content: " "; display: table; }
.woocommerce #reviews #comments ol.commentlist:after { clear: both }
.woocommerce #reviews #comments ol.commentlist li { padding: 0; margin: 0 0 20px; border: 0; position: relative; background: 0; }
.woocommerce #reviews #comments ol.commentlist li .meta { color: #553e3e; font-size: 0.75em; }
.woocommerce #reviews #comments ol.commentlist li img.avatar { float: left; position: absolute; top: 0; left: 0; padding: 3px; width: 32px; height: auto; margin: 0; line-height: 1; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { margin: 0 0 0 50px; border: 1px solid #f1bff1; -webkit-border-radius: 4px; border-radius: 4px; padding: 1em 1em 0; *zoom: 1; }
.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after { content: " "; display: table; }
.woocommerce #reviews #comments ol.commentlist li .comment-text:after { clear: both }
.woocommerce #reviews #comments ol.commentlist li .comment-text p { margin: 0 0 1em }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta { font-size: 0.83em }
.woocommerce #reviews #comments ol.commentlist ul.children { list-style: none outside; margin: 20px 0 0 50px; }
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating { display: none }
.woocommerce #reviews #comments ol.commentlist #respond { border: 1px solid #f1bff1; -webkit-border-radius: 4px; border-radius: 4px; padding: 1em 1em 0; margin: 20px 0 0 50px; }
.woocommerce #reviews #comments .commentlist > li:before { content: "" } .woocommerce .star-rating { float: right; overflow: hidden; position: relative; height: 1em; line-height: 1em; font-size: 1em; width: 5.8em; color: #ffa52a; }
.woocommerce .star-rating:before { font-family: FontAwesome; content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005"; color: #d2d5da; float: left; top: 0; left: 0; position: absolute; }
.woocommerce .star-rating span { overflow: hidden; float: left; top: 0; left: 0; position: absolute; padding-top: 1.5em; }
.woocommerce .star-rating span:before { font-family: FontAwesome; content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005"; top: 0; position: absolute; left: 0; }
.woocommerce .woocommerce-product-rating { line-height: 2em; display: block; }
.woocommerce .woocommerce-product-rating .star-rating { margin: .5em 25px 0 0; float: left; }
.woocommerce .products .star-rating { display: none }
.woocommerce .hreview-aggregate .star-rating { margin: 10px 0 0 }
.woocommerce #review_form #respond { *zoom: 1; position: static; margin: 0; width: auto; padding: 0 0 0; background: transparent none; border: 0; }
.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after { content: " "; display: table; }
.woocommerce #review_form #respond:after { clear: both }
.woocommerce #review_form #respond p { margin: 0 0 10px }
.woocommerce #review_form #respond .form-submit input { left: auto }
.woocommerce #review_form #respond textarea { width: 100% }
.woocommerce p.stars { position: relative; font-size: 1em; }
.woocommerce p.stars a { display: inline-block; font-weight: 700; margin-right: 1em; text-indent: -9999px; position: relative; color: #d2d5da; }
.woocommerce p.stars a:hover, .woocommerce p.stars a.active { color: #ffa52a }
.woocommerce p.stars a:last-child { border-right: 0 }
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 { border-right: 1px solid #e6e6e6 }
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after { font-family: FontAwesome; text-indent: 0; position: absolute; top: 0; left: 0; }
.woocommerce p.stars a.star-1 { width: 2em }
.woocommerce p.stars a.star-1:after { content: "\f005" }
.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after { content: "\f005" }
.woocommerce p.stars a.star-2 { width: 3.2em }
.woocommerce p.stars a.star-2:after { content: "\f005\00A0\f005" }
.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after { content: "\f005\00A0\f005" }
.woocommerce p.stars a.star-3 { width: 4.4em }
.woocommerce p.stars a.star-3:after { content: "\f005\00A0\f005\00A0\f005" }
.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after { content: "\f005\00A0\f005\00A0\f005" }
.woocommerce p.stars a.star-4 { width: 5.6em }
.woocommerce p.stars a.star-4:after { content: "\f005\00A0\f005\00A0\f005\00A0\f005" }
.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after { content: "\f005\00A0\f005\00A0\f005\00A0\f005" }
.woocommerce p.stars a.star-5 { width: 6.8em; border: 0; }
.woocommerce p.stars a.star-5:after { content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005" }
.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after { content: "\f005\00A0\f005\00A0\f005\00A0\f005\00A0\f005" } .woocommerce table.shop_attributes { border: 0; border-top: 1px dotted rgba(0, 0, 0, 0.1); margin-bottom: 1.618em; width: 100%; }
.woocommerce table.shop_attributes th { width: 150px; font-weight: bold; padding: 8px; border-top: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); margin: 0; line-height: 1.5em; }
.woocommerce table.shop_attributes td { font-style: italic; padding: 0; border-top: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); margin: 0; line-height: 1.5em; }
.woocommerce table.shop_attributes td p { margin: 0; padding: 8px 0; }
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th { background: rgba(0, 0, 0, 0.025) }
.woocommerce table.shop_table { margin: 0px -1px 24px 0px; text-align: left; width: 100%; border-collapse: separate; }
.woocommerce table.shop_table th { font-weight: bold; line-height: 18px; padding: 14px 12px; }
.woocommerce table.shop_table td { border-top: 1px solid #e6e6e6; padding: 15px 12px; vertical-align: middle; }
.woocommerce table.shop_table td small { font-weight: normal }
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th { font-weight: bold; border-top: 1px solid #e6e6e6; vertical-align: middle; }
.woocommerce table.my_account_orders { font-size: 0.85em }
.woocommerce table.my_account_orders .button { white-space: nowrap }
.woocommerce table.my_account_orders .order-actions { text-align: right }
.woocommerce table.my_account_orders .order-actions .button { line-height: 1 }
.woocommerce td.product-name dl.variation, dl.customer_details { *zoom: 1 }
.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before, dl.customer_details:after, dl.customer_details:before { content: " "; display: table; }
.woocommerce td.product-name dl.variation:after, dl.customer_details:after { clear: both }
.woocommerce td.product-name dl.variation p, dl.customer_details p { margin-bottom: 0 }
.woocommerce dl.customer_details { margin-bottom: 15px }
.woocommerce td.product-name dl.variation { margin: .25em 0; *zoom: 1; }
.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after { content: " "; display: table; }
.woocommerce td.product-name dl.variation:after { clear: both }
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd { line-height: 1.3 }
.woocommerce td.product-name dl.variation dd { padding: 0 0 .25em 0 }
.woocommerce td.product-name dl.variation dd p:last-child { margin-bottom: 0 }
.woocommerce td.product-name p.backorder_notification { font-size: 0.83em }
.woocommerce td.product-quantity { min-width: 80px }
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail { min-width: 64px }
.woocommerce table.cart img, .woocommerce #content table.cart img { width: 64px; border: 1px solid #e6e6e6; }
.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td { vertical-align: middle } .woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove { display: block; font-size: 1.5em; height: 1em; width: 1em; text-align: center; line-height: 1; -webkit-border-radius: 100%; border-radius: 100%; color: #434a54; text-decoration: none; font-weight: bold; }
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover { background-color: #ff6363; color: #fff; } .woocommerce table.cart input, .woocommerce #content table.cart input { margin: 0; vertical-align: middle; }
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget { list-style: none outside; padding: 0; margin: 0; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { padding: 4px 0; margin: 0; *zoom: 1; list-style: none; }
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after { content: " "; display: table; }
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after { clear: both }
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a { display: block; font-weight: bold; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { float: right; margin-left: 4px; width: 32px; height: auto; }
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl { margin: 0; padding-left: 1em; border-left: 2px solid rgba(0, 0, 0, 0.1); *zoom: 1; }
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after { content: " "; display: table; }
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after { clear: both }
.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd { display: inline-block; float: left; margin-bottom: 1em; }
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt { font-weight: bold; padding: 0 0 .25em 0; margin: 0 4px 0 0; clear: left; }
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd { padding: 0 0 .25em 0 }
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child { margin-bottom: 0 }
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating { float: none }
.woocommerce.widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total strong { min-width: 40px; display: inline-block; }
.woocommerce.widget_shopping_cart .buttons, .woocommerce .widget_shopping_cart .buttons { *zoom: 1 }
.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after { content: " "; display: table; }
.woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after { clear: both }
.woocommerce .cart-collaterals .shipping_calculator .button { width: 100%; float: none; display: block; }
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after { font-family: 'FontAwesome'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; margin-left: 7px; content: "\f107"; }
.woocommerce .cart-collaterals .cart_totals p { margin: 0 }
.woocommerce .cart-collaterals .cart_totals p small { color: #553e3e; font-size: 0.83em; }
.woocommerce .cart-collaterals .cart_totals table tr { border-top: 1px solid #e6e6e6 }
.woocommerce .cart-collaterals .cart_totals table tr:first-child { border-top: 0 }
.woocommerce .cart-collaterals .cart_totals table tr.order-total { font-size: 16px; text-transform: uppercase; }
.woocommerce .cart-collaterals .cart_totals table td { text-align: right }
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th { vertical-align: top; border: 0; padding: 14px 25px; font-weight: bold; }
.woocommerce .cart-collaterals .cart_totals table small { display: block }
.woocommerce .cart-collaterals .cart_totals table select { width: 100% }
.woocommerce .cart-collaterals .cart_totals a.button.alt { display: inline-block }
.woocommerce form .form-row { }
.woocommerce form .form-row label { line-height: 2em }
.woocommerce form .form-row label.hidden { visibility: hidden }
.woocommerce form .form-row label.inline { display: inline }
.woocommerce form .form-row select { cursor: pointer; margin: 0; }
.woocommerce form .form-row .required { color: red; font-weight: bold; border: 0; }
.woocommerce form .form-row .input-checkbox { display: inline; margin: -2px 8px 0 0; text-align: center; vertical-align: middle; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { width: 100%; margin: 0; outline: 0; line-height: 1em; }
.woocommerce form .form-row textarea { height: 4em; line-height: 1.5em; display: block; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register { padding: 20px; margin: 2em 0 2em 0px; text-align: left; }
.woocommerce ul#shipping_method { list-style: none outside; margin: 0; padding: 0; }
.woocommerce ul#shipping_method li { margin: 0; padding: .25em 0 .25em 22px; text-indent: -22px; list-style: none outside; }
.woocommerce ul#shipping_method .amount { font-weight: bold }
.woocommerce p.woocommerce-shipping-contents { margin: 0 }
.woocommerce .checkout .col-2 h3#ship-to-different-address { float: left; clear: none; }
.woocommerce .checkout .col-2 .notes { clear: left }
.woocommerce .checkout .col-2 .form-row-first { clear: left }
.woocommerce .checkout .create-account small { font-size: 11px; color: #553e3e; line-height: 13px; font-weight: normal; }
.woocommerce .checkout div.shipping-address { padding: 0; clear: left; width: 100%; }
.woocommerce .checkout .shipping_address { clear: both }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce #payment { border: 1px solid #e6e6e6; padding: 20px; text-align: left; }
.woocommerce form.checkout_coupon p { margin: 0 } .woocommerce #payment { background: #f9f9f9 }
.woocommerce #payment ul.payment_methods { *zoom: 1; margin: 0; list-style: none outside; }
.woocommerce #payment ul.payment_methods:after, .woocommerce #payment ul.payment_methods:before { content: " "; display: table; }
.woocommerce #payment ul.payment_methods:after { clear: both }
.woocommerce #payment ul.payment_methods li { line-height: 2em; text-align: left; margin: 0 0 15px 0; font-weight: 400; }
.woocommerce #payment ul.payment_methods li input { margin: 0 1em 0 0 }
.woocommerce #payment ul.payment_methods li img { vertical-align: middle; margin: -2px 0 0 .5em; position: relative; }
.woocommerce #payment div.form-row.place-order { border-top: 0 }
.woocommerce #payment div.form-row.place-order .terms { padding: 0 }
.woocommerce #payment div.payment_box { position: relative; padding: 1em 2%; margin: 1em 0; font-size: .92em; border: 2px solid #e6e6e6; -webkit-border-radius: 2px; border-radius: 2px; line-height: 1.5em; background: #ffffff; }
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number { font-size: 1.5em; padding: 8px; background-repeat: no-repeat; background-position: right; }
.woocommerce #payment div.payment_box .visa { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/credit-cards/visa.png) }
.woocommerce #payment div.payment_box .mastercard { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/credit-cards/mastercard.png) }
.woocommerce #payment div.payment_box .laser { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/credit-cards/laser.png) }
.woocommerce #payment div.payment_box .dinersclub { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/credit-cards/diners.png) }
.woocommerce #payment div.payment_box .maestro { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/credit-cards/maestro.png) }
.woocommerce #payment div.payment_box .jcb { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/credit-cards/jcb.png) }
.woocommerce #payment div.payment_box .amex { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/credit-cards/amex.png) }
.woocommerce #payment div.payment_box .discover { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/credit-cards/discover.png) }
.woocommerce #payment div.payment_box span.help { font-size: 11px; color: #777; line-height: 13px; font-weight: 400; }
.woocommerce #payment div.payment_box .form-row { margin: 0 0 1em }
.woocommerce #payment div.payment_box p:last-child { margin-bottom: 0 }
.woocommerce #payment div.payment_box:after { content: ""; display: block; border: 8px solid #e6e6e6; border-right-color: transparent; border-left-color: transparent; border-top-color: transparent; position: absolute; top: -3px; left: 0; margin: -1em 0 0 2em; }
.about_paypal { margin: 0 20px }
.woocommerce #payment #place_order { width: 100% }
.woocommerce .order_details { *zoom: 1; margin: 0 0 1.5em; list-style: none; }
.woocommerce .order_details:before, .woocommerce .order_details:after { content: " "; display: table; }
.woocommerce .order_details:after { clear: both }
.woocommerce .order_details li { float: left; margin-right: 2em; text-transform: uppercase; font-size: 0.715em; line-height: 1em; border-right: 1px dashed #eba2eb; padding-right: 2em; }
.woocommerce .order_details li strong { display: block; font-size: 1.4em; text-transform: none; line-height: 1.5em; }
.woocommerce .order_details li:last-of-type { border: none }
.woocommerce .addresses .title { *zoom: 1 }
.woocommerce .addresses .title:before, .woocommerce .addresses .title:after { content: " "; display: table; }
.woocommerce .addresses .title:after { clear: both }
.woocommerce .addresses .title h3 { float: left }
.woocommerce .addresses .title .edit { float: right }
.woocommerce ol.commentlist.notes li.note p.meta { font-weight: bold; margin-bottom: 0; }
.woocommerce ol.commentlist.notes li.note .description p:last-child { margin-bottom: 0 }
.woocommerce ul.digital-downloads { margin-left: 0; padding-left: 0; }
.woocommerce ul.digital-downloads li { list-style: none; margin-left: 0; padding-left: 0; } .woocommerce ul.digital-downloads li .count { float: right }
.woocommerce .widget_layered_nav ul, .woocommerce .widget_layered_nav_filters ul { margin: 0; padding: 0; border: 0; list-style: none outside; }
.woocommerce .widget_layered_nav ul li, .woocommerce .widget_layered_nav_filters ul li { position: relative; margin-left: 0; float: left; width: 100%; }
.woocommerce-boxes-layout .sidebar .widget_layered_nav ul li, .woocommerce-boxes-layout .sidebar .widget_layered_nav_filters ul li { padding-left: 20px !important; padding-right: 20px !important; }
.woocommerce .widget_layered_nav ul small.count { position: absolute; top: 7px; right: 20px; }
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav_filters ul li a, .woocommerce .widget_layered_nav ul li span { float: left; padding: 0 !important; }
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav_filters ul li a { width: 100% }
.widget_layered_nav .color-swatch { display: block; width: 10px; height: 10px; margin-top: 0.7em; margin-right: 15px; }
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce .widget_layered_nav_filters ul li a { text-decoration: none; font-weight: 700; }
.woocommerce .widget_layered_nav ul li a:before, .woocommerce .widget_layered_nav_filters ul li a:before { font-family: FontAwesome; speak: none; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; margin-top: 8px; -webkit-font-smoothing: antialiased; float: left; content: "\f096"; font-size: 14px; margin-right: 10px; }
.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce .widget_layered_nav_filters ul li a:before { content: "\f046" }
.woocommerce .widget_layered_nav > ul.mts-ajax-filter-type-label > li { display: inline-block; float: left; width: auto; margin: 10px 0 10px 10px; padding: 0!important; border: 0 !important; }
.woocommerce .widget_layered_nav > ul.mts-ajax-filter-type-label > li a { margin: 0; padding: 3px 9px!important; font-size: 14px; -webkit-border-radius: 3px; border-radius: 3px; }
.woocommerce .widget_layered_nav > ul.mts-ajax-filter-type-label > li a:hover, .woocommerce .widget_layered_nav > ul.mts-ajax-filter-type-label > li.chosen a { background: #fd614e !important; color: #ffffff; }
.woocommerce .widget_layered_nav > ul.mts-ajax-filter-type-label > li a:after, .woocommerce .widget_layered_nav > ul.mts-ajax-filter-type-label > li a:before { content: '' }
.woocommerce .widget_layered_nav > ul.mts-ajax-filter-type-label > li a:before { margin-right: 0 }
.woocommerce .widget_layered_nav > ul.mts-ajax-filter-type-label > li.chosen > a:after { font-family: FontAwesome; speak: none; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; content: '\f057'; margin-left: 5px; position: relative; color: inherit; font-size: inherit; } .woocommerce-boxes-layout .sidebar .price_slider_wrapper { padding: 20px }
.woocommerce .widget_price_filter .price_slider { margin-top: 20px; margin-bottom: 25px; }
.woocommerce .widget_price_filter .price_slider_amount { text-align: right; line-height: 2.4em; font-size: 13px; overflow: hidden; }
.woocommerce .widget_price_filter .price_label { text-indent: -9999em; }
.woocommerce .widget_price_filter .price_slider_amount .button { float: right; padding: 0 15px; height: 38px; margin-left: 8px; width: 72px; }
.price_slider_amount .price_label span { background: #f9f9f9; color: #aba9a8; line-height: 36px; padding: 0 13px; text-indent: initial; cursor: default; min-width: 55px; }
.woocommerce .widget_price_filter .ui-slider { position: relative; text-align: left; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: .9em; height: .95em; cursor: pointer; background: #ffffff; border: 1px solid #999fa8; -webkit-border-radius: 3px; border-radius: 3px; outline: 0; top: -.4em; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -12px }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { -webkit-border-radius: 3px; border-radius: 3px; background: #d7d7d7; }
.woocommerce .widget_price_filter .ui-slider-horizontal { height: .2em }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; background: #999fa8; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min { left: -1px }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max { right: -1px }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
.woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before { background-image: url(//yoruk3d.com/wp-content/themes/mts_woocart/images/ajax-loader@2x.gif); background-size: 16px 16px; }
} .archive.woocommerce-boxes-layout ul.products { background-color: #ffffff; border: 1px solid #e6e6e6; padding: 20px 20px 0; }
.woocommerce .page-title { float: left; font-size: 25px; text-transform: uppercase; margin-right: 20px; line-height: 1; }
.woocommerce .term-description { float: left; margin-top: 0; }
.woocommerce .woocommerce-ordering { margin-top: 0; margin-bottom: 20px; float: right; }
.woocommerce .price ins { text-decoration: none }
.woocommerce-main-image.zoom img { margin-bottom: 12px }
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last { margin-right: 0!important }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { width: 50px; float: left; }
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button { line-height: 1.3; font-size: 17px; padding: 9px 17px; margin-right: 0; float: right; }
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button i { font-size: 19px; margin-right: 5px; }
.checkout_coupon .form-row.form-row-first { margin-bottom: 0 } .mts-cart-button-wrap { z-index: 1; float: right; padding-left: 10px; margin-top: 3px; width: 105px; height: 39px; position: relative; z-index: 111; box-sizing: content-box; }
.mts-cart-button-wrap > div { display: inline-block; line-height: 1; padding: 8px 12px; font-size: 13px; text-transform: uppercase; color: #ffffff !important; background-color: rgba(255, 255, 255, 0.15); border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 3px; border-radius: 3px; height: 36px; position: absolute; right: 0; top: 0; overflow: hidden; transition-property: width, height; transition-duration: 0.25s; transition-timing-function: ease; }
.mts-cart-button-wrap.cart-content-visible > div { width: 400px !important; right: 0; z-index: 11; transition-duration: 0.4s; padding: 12px; }
.mts-cart-button-wrap .fa { margin-right: 8px; font-size: 16px; }
.mts-cart-button-wrap mark { display: inline-block; padding: 0; text-align: center; margin-left: 8px; width: 18px; height: 18px; line-height: 18px; }
.mts-cart-button .dropdown-caret { font-size: 14px; padding-left: 10px; margin-left: 10px; color: #8a8585; border-left: 1px solid #dfe6e9; }
.mts-cart-button .dropdown-caret:before { content: "\f0d7" }
.mts-cart-button-wrap:hover .dropdown-caret:before { content: "\f0d8" }
.mts-cart-content { position: absolute; width: 400px; top: 40px; right: 0; z-index: 999; border-radius: 2px 0 2px 2px; opacity: 0; }
.cart-content-visible .mts-cart-content { opacity: 1; -webkit-transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1); transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1); }
.mts-cart-button .close-cart { position: absolute; right: 6px; top: 15px; display: none; }
.cart-link { white-space: nowrap }
.cart-content-visible .mts-cart-button .close-cart { display: block }
.mts-cart-content table, .mts-cart-content th, .mts-cart-content thead { border: none; background: transparent; margin-bottom: 0; }
.mts-cart-content table th, .mts-cart-content table td { padding: 8px 0 }
.mts-cart-content table td.mts-cart-product { padding-right: 10px }
.mts-cart-content table th { color: #fff; font-weight: bold; }
.mts-cart-content table th:last-child, .mts-cart-content td.mts-cart-price { text-align: right }
.mts-cart-content-footer a.button.mts-cart-button { float: right; margin-left: 10px; border: 0; }
.mts-cart-content-body, .mts-cart-content-footer { padding: 0 15px }
.mts-cart-content-footer { margin-bottom: 15px } .mts-cart-product .wp-post-image { margin-top: 3px; margin-right: 18px; border: 1px solid #e4e9ec; width: 55px; }
.mts-cart-product .remove { margin-left: 4px }
.mts-cart-total { float: left; line-height: 35px; font-size: 15px; font-weight: bold; text-transform: uppercase; margin: 10px 0; }
.mts-cart-total .amount { margin-left: 10px }
a.mts-cart-continue.close-cart { float: left; position: static; margin-top: 13px; }
.cart__summary tr { -webkit-transform: translate3d(250px, 0, 0); transform: translate3d(250px, 0, 0); }
.mts-cart-button-wrap.cart-content-visible .cart__summary tr { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1); transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1); }
.mts-cart-button-wrap .cart__summary tr:nth-child(1) { -webkit-transition-delay: 0.015s; transition-delay: 0.015s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(2) { -webkit-transition-delay: 0.03s; transition-delay: 0.03s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(3) { -webkit-transition-delay: 0.045s; transition-delay: 0.045s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(4) { -webkit-transition-delay: 0.06s; transition-delay: 0.06s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(5) { -webkit-transition-delay: 0.075s; transition-delay: 0.075s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(6) { -webkit-transition-delay: 0.09s; transition-delay: 0.09s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(7) { -webkit-transition-delay: 0.105s; transition-delay: 0.105s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(8) { -webkit-transition-delay: 0.12s; transition-delay: 0.12s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(9) { -webkit-transition-delay: 0.135s; transition-delay: 0.135s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(10) { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; }
.mts-cart-button-wrap .cart__summary tr:nth-child(11) { -webkit-transition-delay: 0.165s; transition-delay: 0.165s; }
.article .woocommerce-error { margin-top: 0; margin-left: 0; }
.woocommerce .bypostauthor { padding: 0!important; width: 100%!important; }
.woocommerce .bypostauthor:after { display: none }
.woocommerce #reviews #comments ol.commentlist li { width: 100%; border: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin-left: 0; }
.woocommerce #reviews #comments ol.commentlist li img.avatar { width: 8.2%; padding: 0; border: 0; margin-top: 5px; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { padding: 10px 0; width: 89%; float: right; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0; padding-top: 0; }
.add_review { float: left }
.woocommerce #comments { padding-top: 0; margin-top: 0; border-top: 0; }
.widget.woocommerce .buttons { margin-bottom: 0 }
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title { line-height: 1.2 }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta { font-size: 14px; margin-bottom: 0; }
.woocommerce-result-count, .screen-reader-text { display: none }
#searchform #searchsubmit { width: 30% }
#searchform #searchsubmit:hover { background: #222 }
.added_to_cart { clear: both; float: left; width: 100%; }
.review-count-wrap, .woocommerce-review-link { font-size: 12px; color: #858e93; }
.review-count-wrap .delimiter { padding: 0 1em }
.related.products { clear: both }
.related.products hr { margin-left: -20px; width: 110%; }
.related.products h2, .cart-collaterals h2, .woocommerce-account h2, .woocommerce-account h3 { font-size: 18px; text-transform: uppercase; }
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before { top: 0; right: auto; left: -16px; }
.woocommerce a.added_to_cart { display: none }
.images-inner { padding: 13px; border: 1px solid #e6e6e6; }
.product-img-slider .owl-item { text-align: center }
.images-inner .owl-dots { margin-left: -13px; padding: 0 30px; }
ul.products li.product.outofstock:after { content: "Out of Stock"; position: absolute; top: 105px; left: 50%; margin-left: -35px; background: rgba(0, 0, 0, 0.64); color: #fff; font-size: 12px; font-weight: bold; padding: 0 7px; letter-spacing: -1px; }
.outofstock img { opacity: 0.5 }
.single_add_to_cart_button:before { font-family: 'FontAwesome'; content: "\f07a"; font-size: 19px; margin-right: 10px; } .yith-woocompare-widget ul.products-list a.remove { padding: 0 !important }
.woocommerce-boxes-layout .sidebar .yith-woocompare-widget ul.products-list a.remove { margin-right: 20px }
.yith-woocompare-widget ul.products-list li a.title { width: auto !important; float: left; }
table.compare-list thead th, h1 { background: transparent!important }
.widget_shopping_cart .button { margin-bottom: 10px !important; line-height: 1; }
.shop-ad-widgets .mts-ad-inner.has-img, .catalog-ad-widgets .mts-ad-inner.has-img { padding: 0; margin: 0; background: transparent; border: 0; }
.shop-ad-widgets.mts-ad-widgets, .catalog-ad-widgets.mts-ad-widgets { margin: 0; margin-bottom: 25px; }
.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s; margin:0;}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}