.goyt-text-left {
text-align: left;
}
.goyt-text-right {
text-align: right;
}
.goyt-text-center {
text-align: center;
}
.goyt-text-justify {
text-align: justify;
}
.goyt-text-nowrap {
white-space: nowrap;
}
.goyt-text-muted {
color: #777;
}
.goyt-text-primary {
color: #337ab7;
}
.goyt-row {
margin-right: -15px;
margin-left: -15px;
}
.goyt-col-xs-2, .goyt-col-sm-2, .goyt-col-md-2, .goyt-col-lg-2, .goyt-col-xs-4, .goyt-col-sm-4, .goyt-col-md-4, .goyt-col-lg-4, .goyt-col-xs-6, .goyt-col-sm-6, .goyt-col-md-6, .goyt-col-lg-6, .goyt-col-xs-8, .goyt-col-sm-8, .goyt-col-md-8, .goyt-col-lg-8, .goyt-col-xs-10, .goyt-col-sm-10, .goyt-col-md-10, .goyt-col-lg-10, .goyt-col-xs-12, .goyt-col-sm-12, .goyt-col-md-12, .goyt-col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.goyt-col-xs-2, .goyt-col-xs-4, .goyt-col-xs-5, .goyt-col-xs-6, .goyt-col-xs-7, .goyt-col-xs-8, .goyt-col-xs-9, .goyt-col-xs-10, .goyt-col-xs-11, .goyt-col-xs-12 {
float: left;
}
.goyt-col-xs-12 {
width: 100%;
}
.goyt-col-xs-10 {
width: 83.33333333%;
}
.goyt-col-xs-8 {
width: 66.66666667%;
}
.goyt-col-xs-6 {
width: 50%;
}
.goyt-col-xs-4 {
width: 33.33333333%;
}
.goyt-col-xs-2 {
width: 16.66666667%;
}
@media (min-width: 768px) {
.goyt-col-sm-2, .goyt-col-sm-4, .goyt-col-sm-6, .goyt-col-sm-8, .goyt-col-sm-10, .goyt-col-sm-12 {
float: left;
}
.goyt-col-sm-12 {
width: 100%;
}
.goyt-col-sm-10 {
width: 83.33333333%;
}
.goyt-col-sm-8 {
width: 66.66666667%;
}
.goyt-col-sm-6 {
width: 50%;
}
.goyt-col-sm-4 {
width: 33.33333333%;
}
.goyt-col-sm-2 {
width: 16.66666667%;
}
}
@media (min-width: 992px) {
.goyt-col-md-2, .goyt-col-md-4, .goyt-col-md-6, .goyt-col-md-8, .goyt-col-md-10, .goyt-col-md-12 {
float: left;
}
.goyt-col-md-12 {
width: 100%;
}
.goyt-col-md-10 {
width: 83.33333333%;
}
.goyt-col-md-8 {
width: 66.66666667%;
}
.goyt-col-md-6 {
width: 50%;
}
.goyt-col-md-4 {
width: 33.33333333%;
}
.goyt-col-md-2 {
width: 16.66666667%;
}
}
@media (min-width: 1200px) {
.goyt-col-lg-2, .goyt-col-lg-4, .goyt-col-lg-6, .goyt-col-lg-8, .goyt-col-lg-10, .goyt-col-lg-12 {
float: left;
}
.goyt-col-lg-12 {
width: 100%;
}
.goyt-col-lg-10 {
width: 83.33333333%;
}
.goyt-col-lg-8 {
width: 66.66666667%;
}
.goyt-col-lg-6 {
width: 50%;
}
.goyt-col-lg-4 {
width: 33.33333333%;
}
.goyt-col-lg-2 {
width: 16.66666667%;
}
}
.goyt-inline-block-reset {
display: inline-block;
float: none;
padding: 0 7px; max-width: 290px;
vertical-align: top;
}
.goyt-row::after {
content: "";
display: table;
clear: both;
}
.goyt-btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.goyt-42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.goyt-btn:focus,
.goyt-btn:active:focus,
.goyt-btn.goyt-active:focus,
.goyt-btn.goyt-focus,
.goyt-btn:active.goyt-focus,
.goyt-btn.goyt-active.goyt-focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.goyt-btn:hover,
.goyt-btn:focus,
.goyt-btn.goyt-focus {
color: #333;
text-decoration: none;
}
.goyt-btn:active,
.goyt-btn.goyt-active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .goyt-125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .goyt-125);
}
.goyt-btn.goyt-disabled,
.goyt-btn[disabled],
fieldset[disabled] .goyt-btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .goyt-65;
}
a.goyt-btn.goyt-disabled,
fieldset[disabled] a.goyt-btn {
pointer-events: none;
}
.goyt-btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.goyt-btn-default:focus,
.goyt-btn-default.goyt-focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.goyt-btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.goyt-btn-default:active,
.goyt-btn-default.goyt-active,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.goyt-btn-default:active:hover,
.goyt-btn-default.goyt-active:hover,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default:hover,
.goyt-btn-default:active:focus,
.goyt-btn-default.goyt-active:focus,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default:focus,
.goyt-btn-default:active.goyt-focus,
.goyt-btn-default.goyt-active.goyt-focus,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default.goyt-focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.goyt-btn-default:active,
.goyt-btn-default.goyt-active,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default {
background-image: none;
}
.goyt-btn-default.goyt-disabled:hover,
.goyt-btn-default[disabled]:hover,
fieldset[disabled] .goyt-btn-default:hover,
.goyt-btn-default.goyt-disabled:focus,
.goyt-btn-default[disabled]:focus,
fieldset[disabled] .goyt-btn-default:focus,
.goyt-btn-default.goyt-disabled.goyt-focus,
.goyt-btn-default[disabled].goyt-focus,
fieldset[disabled] .goyt-btn-default.goyt-focus {
background-color: #fff;
border-color: #ccc;
}
.goyt-btn-default .goyt-badge {
color: #fff;
background-color: #333;
}
.goyt-close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .goyt-2;
}
.goyt-close:hover,
.goyt-close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .goyt-5;
}
button.goyt-close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.goyt-clearfix:before,
.goyt-clearfix:after,
.goyt-dl-horizontal dd:before,
.goyt-dl-horizontal dd:after,
.goyt-container:before,
.goyt-container:after,
.goyt-container-fluid:before,
.goyt-container-fluid:after,
.goyt-row:before,
.goyt-row:after,
.goyt-form-horizontal .goyt-form-group:before,
.goyt-form-horizontal .goyt-form-group:after,
.goyt-btn-toolbar:before,
.goyt-btn-toolbar:after,
.goyt-btn-group-vertical > .goyt-btn-group:before,
.goyt-btn-group-vertical > .goyt-btn-group:after,
.goyt-nav:before,
.goyt-nav:after,
.goyt-navbar:before,
.goyt-navbar:after,
.goyt-navbar-header:before,
.goyt-navbar-header:after,
.goyt-navbar-collapse:before,
.goyt-navbar-collapse:after,
.goyt-pager:before,
.goyt-pager:after,
.goyt-panel-body:before,
.goyt-panel-body:after,
.goyt-modal-header:before,
.goyt-modal-header:after,
.goyt-modal-footer:before,
.goyt-modal-footer:after {
display: table;
content: " ";
}
.goyt-clearfix:after,
.goyt-dl-horizontal dd:after,
.goyt-container:after,
.goyt-container-fluid:after,
.goyt-row:after,
.goyt-form-horizontal .goyt-form-group:after,
.goyt-btn-toolbar:after,
.goyt-btn-group-vertical > .goyt-btn-group:after,
.goyt-nav:after,
.goyt-navbar:after,
.goyt-navbar-header:after,
.goyt-navbar-collapse:after,
.goyt-pager:after,
.goyt-panel-body:after,
.goyt-modal-header:after,
.goyt-modal-footer:after {
clear: both;
}
.goyt-pull-right {
float: right !important;
}
.goyt-pull-left {
float: left !important;
}
.goyt-hide {
display: none !important;
}
.goyt-show {
display: block !important;
}
.goyt-invisible {
visibility: hidden;
}
.goyt-text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.goyt-hidden {
display: none !important;
}
.goyt-visible-xs,
.goyt-visible-sm,
.goyt-visible-md,
.goyt-visible-lg {
display: none !important;
}
.goyt-visible-xs-block,
.goyt-visible-xs-inline,
.goyt-visible-xs-inline-block,
.goyt-visible-sm-block,
.goyt-visible-sm-inline,
.goyt-visible-sm-inline-block,
.goyt-visible-md-block,
.goyt-visible-md-inline,
.goyt-visible-md-inline-block,
.goyt-visible-lg-block,
.goyt-visible-lg-inline,
.goyt-visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.goyt-visible-xs {
display: block !important;
}
table.goyt-visible-xs {
display: table !important;
}
tr.goyt-visible-xs {
display: table-row !important;
}
th.goyt-visible-xs,
td.goyt-visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.goyt-visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.goyt-visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.goyt-visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.goyt-visible-sm {
display: block !important;
}
table.goyt-visible-sm {
display: table !important;
}
tr.goyt-visible-sm {
display: table-row !important;
}
th.goyt-visible-sm,
td.goyt-visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.goyt-visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.goyt-visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.goyt-visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.goyt-visible-md {
display: block !important;
}
table.goyt-visible-md {
display: table !important;
}
tr.goyt-visible-md {
display: table-row !important;
}
th.goyt-visible-md,
td.goyt-visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.goyt-visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.goyt-visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.goyt-visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.goyt-visible-lg {
display: block !important;
}
table.goyt-visible-lg {
display: table !important;
}
tr.goyt-visible-lg {
display: table-row !important;
}
th.goyt-visible-lg,
td.goyt-visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.goyt-visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.goyt-visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.goyt-visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.goyt-hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.goyt-hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.goyt-hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.goyt-hidden-lg {
display: none !important;
}
}  #goyt-plugin {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.goyt-video-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.goyt-video-inner > div:first-child {
flex: 1;
}
@media (max-width: 575px) {
.goyt-custom-margin {
margin: 0;
}
} @media (min-width: 576px) {
.goyt-custom-margin {
margin: 0 40px;
}
}
.goyt-modal-open {
overflow: hidden;
}
@media (max-width: 767px) { #goyt-modal {
align-items: flex-start !important; overflow-y: auto !important; padding-top: 0 !important; } #goyt-modal .goyt-modal-dialog {
max-height: 100vh !important; margin: 0px auto 200px !important; }
} #goyt-modal {
display: none;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%; z-index: 9999;
justify-content: center;
align-items: center;
overflow-y: auto;
}
#goyt-modal.show {
display: flex;
}
#goyt-plugin .goyt-modal-dialog {
width: 100%;
max-width: 100%;
margin: 1rem auto;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.goyt-modal.goyt-fade .goyt-modal-dialog {
-webkit-transition: -webkit-transform .goyt-3s ease-out;
-o-transition:      -o-transform .goyt-3s ease-out;
transition:         transform .goyt-3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.goyt-modal.goyt-in .goyt-modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.goyt-modal-backdrop {
background-color: rgba(0, 0, 0, 0.6); position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2000;
pointer-events: auto;
}
@media (min-width: 768px) {
.goyt-modal-lg {
max-width: 80vw; margin-top: 75px;
color:black;
}
.goyt-modal-md {
max-width: 60vw; margin-top: 75px;
color:black;
}
.goyt-modal-sm {
max-width: 40vw; margin-left: 100px;
color:black;
}
.goyt-modal-xs {
max-width: 30vw; color:black;
}
}
#goyt-plugin .goyt-modal-content {
background-clip: padding-box;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
outline: 0 none;
position: relative;
width: 100%;
height: auto;
max-height: 100%;
overflow-y: auto;
flex-direction: row;
}
@media (max-width: 768px) {
.goyt-modal-video-list-items {
max-width: calc(100% - 70px);
}
}
@media (max-width: 575px) {
.goyt-modal-content {
flex-direction: column;
}
.goyt-modal-body {
width: 100%;
}
}
@media (min-width: 768px) {
.goyt-modal-dialog {
width: 600px;
}
.goyt-modal-lg {
width: 900px;
}
.goyt-modal-md {
width: 600px;
}
.goyt-modal-sm {
width: 400px;
}
.goyt-modal-xs {
width: 300px;
}
} @media (min-width: 1200px) {
.goyt-modal-xl {
width: 1140px;
}
}
.goyt-modal-backdrop {
background-color: rgba(0, 0, 0, 0.6); position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2000;
pointer-events: auto;
}
.goyt-modal-body {
padding: 20px 30px 30px 30px;
}
.goyt-modal-times-button-outer {
background: #1e1e1e;
}
.goyt-modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.goyt-modal-open .goyt-modal {
overflow-x: hidden;
overflow-y: auto;
} @media (max-width: 576px) {
#goyt-plugin .goyt-video-nav-left,
#goyt-plugin .goyt-video-nav-right {
display: none;
}
#goyt-plugin .goyt-video-scroll {
justify-content: flex-start;
padding: 10px 40px;
}
} #goyt-plugin .goyt-video-scroll {
overflow-x: scroll; 
white-space: nowrap; 
padding: 10px;
}
#goyt-plugin .goyt-video-scroll::-webkit-scrollbar {
display: none;
} .goyt-video-nav-left::before {
content: '‹';
display: block;
font-size: 22px;
line-height: 1;
}
.goyt-video-nav-right::before {
content: '›';
display: block;
font-size: 22px;
line-height: 1;
}
.goyt-video-nav-left:hover,
.goyt-video-nav-right:hover {
background-color: #eee;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}