/*
Theme Name: Stockholm Child
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 1.1.2
Text Domain: stockholm
Template: stockholm
*/

.q_tabs.boxed.woocommerce-tabs {
    display: none !important;
}

body, input, p {
 font-family: 'Montserrat',sans-serif;
}

header {
    min-height: 100px;
    background-color: white;
}

header nav.main_menu ul li a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

nav.drop_down .second .inner{
    border: 1px solid black;
}
nav.drop_down .second .inner > ul > li > a {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
}

div.header_bottom, div.header_top {
    background-color: white !important;
}

div.header_bottom_right_widget_holder {
    display: none;
}

div nav.main_menu > ul > li > a {
    color: black;
}

nav.main_menu > ul > li:not(:first-child):before {
    display: none;
}

div nav.main_menu > ul > li:hover > a {
    background-color: transparent;
    color: #f68b1e;
}

nav.drop_down .second .inner ul, li.narrow div.second .inner ul {
    background-color: white;
}

nav.drop_down div.second .inner > ul > li > a:hover {
    color: black !important;
}

div.shopping_cart_inner {
    /*height: 75px;*/
    height: 94px;
}
div.shopping_cart_dropdown{
    background-color: white !important;
}
.shopping_cart_dropdown span.total span{
    font-family: 'Arimo', sans-serif;
}
div.side_menu_button > a, div.shopping_cart_header .header_cart i{
    color: black;
    font-size:20px;
}
.shopping_cart_dropdown a.qbutton, .shopping_cart_dropdown span.total{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
}

.shopping_cart_dropdown ul li{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.drop_down .narrow .second .inner ul li.menu-item {
    width: 250px;
}
.drop_down .narrow .second .inner ul li.menu-item:hover {
    background-color: #e6e6e6;
}

.hero-banner .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.homepage-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    padding-top: 75.66%;
    margin-bottom: 30px;
}

.homepage-box:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url('http://hostfleek.com/trinity/wp-content/uploads/2019/08/Grid_lines.png');
    background-size: cover;
    filter: invert(100%);
}

.homepage-box h2 {
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300;
    color: white;
    background: transparent;
    padding: 0;
    line-height: 0.8;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    max-height: 0;
    overflow: hidden;
    max-width: 400px;
}

.homepage-box p {
    margin-bottom: 3rem;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 6px;
    line-height: 1;
    border-left: 6px solid #f5881f;
    position: absolute;
    right: 40px;
    bottom: 40px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 30px;
}

.homepage-box:hover {
    box-shadow: 2px 2px 20px gray;
    filter: invert(100%);
}

.homepage-box:hover h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 65px !important;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: black;
}

.homepage-box:hover p {
    padding-right: 0;
    border-color: #0A77E0;
    color: black;
    background: rgba(255, 255, 255, 0.5);
    /*max-width: 0;*/
    /*padding-left:0;*/
    animation: slideRight 0.5s forwards, hideBorder 1s forwards;
    -webkit-animation: slideRight 0.5s forwards, hideBorder 1s forwards;
    -moz-animation: slideRight 0.5s forwards, hideBorder 1s forwards;
    -o-animation: slideRight 0.5s forwards, hideBorder 1s forwards;
}

@keyframes slideRight {
    100% {
        max-width: 0;
        padding-left: 0;
    }
}

@keyframes hideBorder {
    100% {
        border-left: 0;
    }
}

/*.homepage-box:hover a {*/
/*    display: block;*/
/*}*/

.homeboxes-two-a:hover {
    text-decoration: none;
}

.homeboxes-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20.25% 3rem 3rem;
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
}

.homeboxes-two > div {

}

.homeboxes-two h2 {
    font-size: 4rem;
    line-height: 1;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.homeboxes-two p {
    margin: 15px 0 25px;
    color: #f5881f;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
}

.homeboxes-two button {
    background: #cccccc;
    font-size: 2.5rem;
    line-height: 1;
    padding: 5px 10px;
    color: black;
    border: 2px solid #f5881f;
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.homeboxes-two:hover button {
    text-decoration: none;
    background: transparent;
    color: white;
}

.homeboxes-two:hover p {
    color: white;
}
.single-onsale.onsale-outter {
    display: none;
}

/*.product-custom-header .price .on-sale:after{*/
/*    display: none;*/
/*}*/

.product-custom-header .price .on-sale{
    /*text-decoration: line-through;*/
    font-size: 30px;
}

.product-custom-header del, .product-custom-header del .woocommerce-Price-amount.amount {
	font-size: 20px;
	color: #f68b1e !important;
}

.woocommerce-Price-amount.amount.custom-sale-price{
    font-size: 48px;
}


div.footer_top.footer_top_full {
    padding: 42px 45px 76px;
    border-top: 1px solid #b1b1b1;
    background: white;
}

div.footer_bottom_holder {
    background: white;
    padding-bottom: 30px;
}

.footer_bottom center {
    font-size: 1.2rem;
    font-family: 'Nunito Sans', sans-serif;
    color: black;
    margin-bottom: 10px;
}

.footer_bottom center a {
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: black;
}

.fotter_top_border_holder {
    background-color: white !important;
}

footer .footer_top a {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: black;
    margin-bottom: 15px;
    display: block;
}

footer .footer_top .widget h4 {
    font-size: 1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    color: black;
    margin-bottom: 15px;
}

footer .mc4wp-form-theme input[type=email] {
    margin-bottom: 10px;
    border-radius: 20px;
}

footer .footer_top a.social-icon {
    display: inline-block;
    margin-right: 25px;
    font-size: 1.3rem;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.woocommerce div.product div.product_meta > span.tagged_as {
    display: none !important;
}

div.four_columns > .column1, div.four_columns > .column2, div.four_columns > .column3, div.four_columns > .column4 {
    width: 15%;
    margin-right: 2.5%;
    margin-left: 2.5%;
}

.woocommerce .container {
    max-width: unset;
}

.woocommerce .container_inner {
    width: 95%;
}

.woocommerce-MyAccount-content p {
    font-family: 'Nunito Sans', sans-serif;
}

.product-custom-header {
    display: flex;
    width: 55%;
}

.product-custom-header .price {
    display: inline-block;
    vertical-align: top;
    color: #a21527;
    font-size: 3rem;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-left: auto;

}

.woocommerce div.product .summary table.variations tr td.value select {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    outline: 0;
    color: black;
    padding: 9px 12px;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white !important;
    border: 1px solid #666666 !important;
    min-height: 35px;
    min-width: 160px;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.woocommerce div.product .summary table.variations tr td.value select option{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.woocommerce-page.woocommerce-account .container{
    background-color: white !important;
	padding-bottom: 50px;
}
.woocommerce-account h2, .woocommerce-account h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.login .woocommerce-Input--text{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.login .woocommerce-Button.button{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
.login .lost_password.woo-lost_password2{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
.login .form-row label.inline {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
table.variations .label label{
    color: #666666;
    font-weight: bold;
    margin-right: 20px;
    font-size: 13px;
}
.header_bottom .shopping_cart_dropdown{
    border:1px solid gray;
}
.shopping_cart_dropdown .cart_list span.quantity{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
.shopping_cart_dropdown a.qbutton.view-cart{
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-Message a.button{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
.woocommerce .myaccount_address{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.woocommerce .woocommerce-Address > address{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.woocommerce .woocommerce-EditAccountForm p.form-row label, .woocommerce .woocommerce-EditAccountForm p.form-row .woocommerce-Input, .woocommerce .woocommerce-EditAccountForm p.form-row em, .woocommerce .woocommerce-EditAccountForm legend{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.woocommerce .woocommerce-EditAccountForm .woocommerce-Button.button{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
.woocommerce .onsale.out-of-stock-button span {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.hc-bold.lpr-location-name{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700;
}
.lpr-location .lpr-location-address, .lpr-location .lpr-location-phone, .lpr-location .lpr-location-priority{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.page-id-1236 .vc_row .wpb_wrapper h2{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}
.page-template.page .wpb_wrapper h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.page-template.page h6{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.page-id-1212 .vc_col-sm-4 h2, .page-id-1212 .vc_col-sm-4 strong{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.page-id-1212 .vc_col-sm-4 a, .page-id-1212 .vc_col-sm-4 h6{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.page-id-1212 .grid_section.vc_row {
    background-color: white !important;
}
#gform_7 input, #gform_7 textarea {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
    background-color: #f3f3f3;
}
.gform_wrapper div.charleft, .gform_drop_instructions{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
#gform_7 input.button{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: rgb(68,68,68);
    border: 1px solid transparent;
}
#gform_7 input.button:hover{
    background-color: white;
    border: 1px solid rgb(68,68,68);
}
.page-id-1216 h4{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700;
}
.page-id-1216 p{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.ult_tabmenu .ult-span-text{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700;
}
.ult_tabcontent.ult-responsive.style1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.page-id-2598 p {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.page-id-2598 p a{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700;
}
.page-id-1257 h2, .page-id-1257 a strong{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 800;
}
.page-id-1257 p, .page-id-1257 li{
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.page-id-1257 strong{
    font-weight: 700;
}
.page-id-2527 .grid_section.vc_row-fluid{
    background-color: white !important;
}
.page-id-2527 input, .page-id-2527 textarea{
    /* background-color: #f3f3f3 !important; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.page-id-2527 .gform_wrapper .ginput_complex label {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
.page-id-2527 input#gform_submit_button_4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: rgb(68,68,68) !important;
    border: 1px solid transparent;
}
.page-id-2527 input#gform_submit_button_4:hover{
    background-color: white !important;
    border: 1px solid rgb(68,68,68);
}
table.variations .value{
    position: relative;
}
table.variations .value:before{
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f0d7';
    right: 00%;
    top: 0;
    color: white;
    bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: #666666;
    z-index: 1;
    pointer-events: none;
}


.woocommerce div.product form.cart {
    float: right;
    margin-top: -3.8%;
    /*padding-right: 30px;*/
}

.woocommerce-page .quantity input.qty, .woocommerce.single-product button.single_add_to_cart_button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

.product-custom-header .price .on-sale {
    position: relative;
}

.product-custom-header .price .on-sale:after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 3px solid #a21527;
    padding: 0;
    transform: translateY(2px);
}

.product-custom-header .custom-sale-price {
    display: inline-block;
    vertical-align: middle;
    color: #f68b1e;
    font-size: 30px;
    margin-bottom: 0;
    margin-left: 10px;
}

.woocommerce.archive .container_inner {
    width: 97%;
}

.woocommerce div.product div.product_meta > span.sku_wrapper {
    /*padding-left: 30px;*/
    font-weight: 400;
    margin-bottom: 30px;
}

.woocommerce div.product div.product_meta > span.sku_wrapper span {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.single-product form.cart {
    /* display: flex; */
    vertical-align: top;
    width: 57%;
    text-align: center;
    justify-content: space-around;
}

.single-product form.cart button {
    display: block;
    margin: 15px auto 0;
}

.product-custom-header > div {
    vertical-align: top;
    display: flex;
    width: 100%;
    /*justify-content: space-around;*/
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.product-custom-header > div > h2 {
    margin-bottom: 0;
    font-size: 3rem;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    display:inline-block;
}

.single-product .quantity {
    display: inline-block;
}

.single-product .cart {
    margin-bottom: 30px;
}

.single-product .images {
    width: 100%;
    display: none;
}

.single-product .summary.entry-summary {
    width: 100%;
}

.product_tab_section {
    margin-bottom: 30px;
    margin-top: 30px;
    border: 1px solid black;
}

.product_tab_header ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    border-bottom: 1px solid gray;
}

.product_tab_header li {
    padding: 5px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: black;
}

.product_tab_header li.current_tab {
    background: gray;
    color: white;
}
#desc.tab_content p, #desc.tab_content h4, #desc.tab_content, #desc.tab_content li, #desc.tab_content {
    color: black;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

#feat.tab_content li {
    color: black;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.product_tab_header li:hover {
    background: gray;
    color: white;
}

.product_tab_header li:nth-child(2) {
    border-left: 1px solid black;
    /*border-right: 1px solid gray*/
}

.product_tab_header li:nth-child(3) {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

/*.product_tab_header li:nth-child(4) {*/
/*    border-right: 1px solid gray;*/
/*}*/

#desc.tab_content {
    padding: 15px;
}

#feat.tab_content ul, #dwnld.tab_content ul {
    margin: 0;
}

#dwnld.tab_content ul {
    list-style: none;
}

#feat.tab_content li, #dwnld.tab_content li {
    padding: 10px 10px 10px 30px;
    /*border-bottom: 1px solid black;*/
}

#feat.tab_content li:last-child, #dwnld.tab_content li:last-child {
    border-bottom: 0;
}

#feat.tab_content li:nth-child(even), #dwnld.tab_content li:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

#rvws {
    padding: 15px;
}

#rvws .commentlist {
    padding-left: 0;
}

#rvws .star-rating {
    float: unset;
    margin: 10px 0;
}

#rvws #review_form input#submit.submit {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

/*#rvws form p.stars:nth-child(2){*/
/*    display: none;*/
/*}*/

.select2-container .select2-choice>.select2-chosen{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.woocommerce p.woocommerce-result-count{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.woocommerce #rvws #respond #reply-title, .woocommerce .comment-form-rating label, .woocommerce .comment-form-comment label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.woocommerce ul.products li.product a span.product-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
table.variations .label label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
table.variations .value .reset_variations {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.woocommerce-variation-description p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.woocommerce-variation-price .price .amount {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

#rvws #reviews #comments .description p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

#rvws #reviews #comments h2.woocommerce-Reviews-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.single .woocommerce-breadcrumb {
    margin-bottom: 30px;
    font-family: 'Nunito Sans', sans-serif;
    color: gray;
}

.single .woocommerce-breadcrumb a {
    color: black;
    font-weight: 400
}

#spec.tab_content div {
    display: flex;
    justify-content: space-around;
    align-content: center;
    padding: 5px;
}

.single.woocommerce div.product div.related .related-products-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.single.woocommerce ul.products li.product span.product-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 2px 2px 10px #c7c7c7;
}

.woocommerce ul.products li.product:hover .product_info_box {
    background-color: #dddddd;
}

.woocommerce ul.products li.product:hover span.image-wrapper img {
    opacity: 1;
}

.woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
    position: relative;
}

/*.woocommerce-page ul.products li.product, .woocommerce ul.products li.product:before{*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,0.1);*/
/*    z-index:99;*/
/*    position:absolute;*/
/*    top:0;*/
/*    left: 0;*/
/*    pointer-events: none;*/
/*}*/

.woocommerce ul.products li.product a.product-category, .woocommerce-page ul.products li.product a.product-category {
    text-decoration: none !important;
}

/*.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {*/
/*    display: none !important;*/
/*}*/

.woocommerce .variations_form.cart .variations {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.woocommerce .single_variation_wrap {
    display: flex;
    vertical-align: top;
    flex: 2;
    justify-content: center;
}

.woocommerce .single_variation_wrap .single_variation {
    flex: 1;
}

.woocommerce .variations_button {
    flex: 2;
    display: flex;
    justify-content: space-between;
    max-height: 50px;
}

.woocommerce.single-product button.single_add_to_cart_button {
    margin: 0;
    /*padding: 0px 60px;*/
    display: block;
    min-width: 50%;
    text-align: center;
    height: 35px;
	/* flex-shrink: 0; */
	flex-grow: 1;
}

.woocommerce div.product .cart div.quantity {
    margin-top: 0;
    height: 50px;
    /* width: 100%; */
	float: left;
	max-width: 100%;
}

.woocommerce div.product .cart .quantity .minus, .woocommerce div.product .cart .quantity .plus {
    /*height: 100%;*/
    min-width: 35px;
    min-height: 35px;
    margin: 0 2px;
    border:0;
}

.woocommerce div.product .cart .quantity .qty.text {
    /* min-width: 25%; */
    min-width: 60px;
    background: transparent;
    border: 1px solid #666666;
    height: 35px;
}

/*.woocommerce div.product .cart .quantity, .woocommerce.single-product button.single_add_to_cart_button{*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    margin-right:10px;*/
/*}*/
.woocommerce ul.products li.product span.image-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.woocommerce ul.products li.product .product_info_box {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.woocommerce ul.products li.product:hover span.image-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
}

#spec.tab_content div:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

#spec.tab_content div strong {
    width: 100%;
    text-align: center;
    color: black;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

#spec.tab_content div span {
    width: 100%;
    text-align: center;
    color: black;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

#dwnld.tab_content a{
    color: black;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

.custom_product_images {
    /*display: flex;*/
    border: 1px solid #b1b1b1;
}

.custom_product_images > img {
    flex: 3;
    max-width: 75%;
}

.custom_product_images .main-img-container {
    position: relative;
    /*padding-top: 49.5%;*/
    width: 75%;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.custom_product_images .main-img-container.nogall {
    /*padding-top: 49.5%;*/
    width: 100%;
}

.custom_product_images .main-img-container img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    margin: auto;
    display: block;
}

.main-image-sale-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: gray;
    padding: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.custom_product_gallery {
    flex: 1;
    overflow-y: scroll;
}

.custom_product_gallery > div {
    /*border: 1px solid black;*/
    /*border-top: 0;*/
    height: 100%;
}

.custom_product_gallery .galImg {
    border-left: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    border-bottom: 0;
    cursor: pointer;
    position: relative;
}

.custom_product_gallery .galImg.active:before {
    background: rgba(0, 0, 0, 0.0);
}

.custom_product_gallery .galImg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.custom_product_gallery .galImg:hover:before {
    background: rgba(0, 0, 0, 0.2);
}

.custom_product_gallery .galImg:first-child {
    border-top: 0;
}

.custom_product_gallery .galImg:last-child {
    border-bottom: 0;
}

ul.ult_tabmenu.style1.Style_5 {
    max-width: unset !important;
    width: 100%;
}

.page.page-id-1232 .grid_section .section_inner, .page.page-id-5843 .grid_section .section_inner {
    width: 95% !important;
}

.woocommerce .quantity .minus {
    background-color: #666666;
}

.woocommerce-page #mc4wp-form-1.mc4wp-form-theme-dark input[type=submit] {
    margin: 0em !important;
    color: #fff !important;
    background-color: #444 !important;
    display: inline-block;
    padding: 8px 16px;
    font-weight: 400 !important;
    line-height: 1.428571429 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    text-shadow: none;
    filter: none;
    height: auto;
    width: auto;
    font-family: Arial;
    text-transform: capitalize;
    font-size: 13.333px;
    letter-spacing: normal;
}
/*.summary.entry-summary .summary-inner .stock.out-of-stock{*/
/*    margin-left: 30px;*/
/*}*/

.woocommerce-page.woocommerce-js .entry-summary .summary-inner {
    margin-left: 30px;
}

.tax-product_cat .two_columns_25_75>.column2{
    width: 100%;
}


/* FOR SMALL DEVICES. PHONES */
@media screen and (max-width: 576px) {
    div nav.mobile_menu {
        background-color: white !important;
    }
    .woocommerce div.product form.cart {
        float: none;
        margin-top: 10px;
        width: 100%;
		display: grid;
		margin-bottom: 20px;
        /* flex-direction: column; */
    }
	.woocommerce div.product .cart .quantity, .woocommerce-cart .quantity{
		margin: 0 !important;
	}
    .woocommerce .single_variation_wrap{
        flex-direction: column;
    }

    .woocommerce div.product div.product_meta > span.sku_wrapper {
        padding-left: 0px;
    }

    .logo_wrapper .q_logo > a {
        height: auto !important;
    }

    .logo_wrapper .q_logo > a > img.normal {
        height: auto;
        width: 100% !important;
    }

    div.home-four-boxes {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    div.four_columns > .column1, div.four_columns > .column2, div.four_columns > .column3, div.four_columns > .column4 {
        width: 100%;
    }

    .homepage-box {
        /*min-height: 300px;*/
    }

    .homepage-box h2 {
        font-size: 2rem;
    }

    .homepage-box:hover h2 {
        max-height: 15px !important;
    }

    .homepage-box p {
        font-size: 1.5rem;
        right: 10px;
        margin-bottom: 0;
    }

    .homeboxes-two {
        min-height: 242px;
        padding: 2rem;
    }

    .homeboxes-two h2 {
        font-size: 1.5rem;
    }

    .homeboxes-two p {
        font-size: 1rem;
    }

    .homeboxes-two button {
        font-size: 1rem;
    }

    .homeboxes-two a {
        font-size: 1.5rem;
    }

    .product-custom-header {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-custom-header .price {
        margin-top: 25px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .custom_product_images .main-img-container {
        width: 100%;
        padding-top: 0;
    }

    /*.custom_product_images .main-img-container img{*/
    /*    position: unset;*/
    /*}*/
    .custom_product_gallery {
        width: 100%;
        height: auto !important;
        overflow-x: scroll;
    }

    .custom_product_gallery > div {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .custom_product_gallery .galImg {
        width: 33.333%;
        height: 100px;
        vertical-align: top;
        /*margin: 1px;*/
        padding: .75rem;
        display: inline-block;
        /*border: 0;*/
        flex-basis: 33.333%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .product_tab_header ul {
        flex-direction: column;
        overflow: hidden;
    }

    .product_tab_header li {
        padding: 5px 0;
        border: 0 !important;
    }
    .woocommerce .single_variation_wrap .single_variation{
        /*padding-left: 10px;*/
        margin-bottom: 20px;
    }
    .custom_product_gallery .galImg:first-child{
        border-top: 1px solid #b1b1b1;
    }
    .product-custom-header > div {
        padding-left:0;
        padding-right: 0;
        flex-direction: column;
    }
    .woocommerce-page.woocommerce-js .entry-summary .summary-inner{
        margin-left: 0;
    }
    .product-custom-header .price, .product-custom-header > div > h2{
        font-size: 1.5rem !important;
        text-align: center;
    }
}

@media screen and (min-width: 576px) {
    .woocommerce div.product div.product_meta > span.sku_wrapper {
        padding-left: 0px;
    }

    .logo_wrapper .q_logo > a {
        height: auto !important;
    }

    .logo_wrapper .q_logo > a > img.normal {
        height: auto;
        width: 100% !important;
    }

    div.side_menu_button {
        height: 75px;
    }

    .homepage-box h2 {
        font-size: 2rem;
    }

    .homepage-box:hover h2 {
        max-height: 25px !important;
    }

    .homepage-box p {
        font-size: 1.5rem;
        right: 10px;
        margin-bottom: 0;
    }

    .homeboxes-two {
        min-height: 242px;
        padding: 2rem;
    }

    .homeboxes-two h2 {
        font-size: 1.5rem;
    }

    .homeboxes-two p {
        font-size: 1rem;
    }

    .homeboxes-two button {
        font-size: 1rem;
    }

    .homeboxes-two a {
        font-size: 1.5rem;
    }

    .product-custom-header .price {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .product-custom-header .price, .product-custom-header > div > h2{
        font-size: 1.8rem;
    }
    .custom_product_images{
        flex-direction: column;
        display: flex;
    }
    .custom_product_images .main-img-container {
        width: 100%;
        padding-top: 0;
    }

    .custom_product_images .main-img-container {
        width: 100%;
    }
    .custom_product_gallery > div {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .custom_product_gallery .galImg {
        width: 33.333%;
        /*height: 100px;*/
        vertical-align: top;
        /*margin: 1px;*/
        padding: .75rem;
        display: inline-block;
        /*border: 0;*/
        flex-basis: 33.333%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .custom_product_gallery .galImg:first-child{
        border-top: 1px solid #b1b1b1;
    }
    .product-custom-header {
        width: 100%;
    }
    .woocommerce div.product form.cart{
        float: unset;
        width: 100%;
        /*padding: 0 30px;*/
        margin-top: 15px;
        /* display: flex; */
        max-width: 450px;
    }
    .product_meta .sku_wrapper{
        margin-bottom: 0;
    }
    .woocommerce-page.woocommerce-js .entry-summary .summary-inner{
        margin-left: 0px;
    }
    .product-custom-header > div{
        padding-left: 0;
        padding-right: 0;
    }
}


/* FOR MEDIUM DEVICES. TABLETS */
@media screen and (min-width: 768px) {
    .side_menu_button_wrapper{
        margin-top: 10px;
    }
    .woocommerce div.product div.product_meta > span.sku_wrapper {
        padding-left: 0px;
    }

    div.logo_wrapper .q_logo > a {
        height: 27px !important;
    }

    .logo_wrapper .q_logo > a > img.normal {
        width: auto !important;
    }

    div nav.main_menu > ul {
        left: -40%;
    }

    div.home-four-boxes {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .homepage-box {
        /*min-height: 300px;*/
        margin-bottom: 30px;
    }

    /*.homepage-box h2 {*/
    /*    right: 0%;*/
    /*}*/
    .homepage-box:hover h2 {
        max-height: 25px !important;
    }

    .homepage-box p {
        font-size: 2rem;
        right: 0;
        margin-bottom: 0;
    }

    .homeboxes-two {
        /*min-height: 260px;*/
        margin-bottom: 30px;
        padding: 1rem;
    }

    .homeboxes-two button {
        font-size: 1rem;
    }

    .product_tab_header ul {
        flex-direction: column
    }

    .product_tab_header li:nth-child(2), .product_tab_header li:nth-child(3) {
        border: 0;
    }

    /*.custom_product_images {*/
    /*    flex-direction: column;*/
    /*    margin-top: 30px;*/
    /*}*/

    /*.custom_product_images .main-img-container {*/
    /*    width: 100%;*/
    /*}*/

    /*!*.custom_product_gallery .galImg {*!*/
    /*!*    max-width: 33.33%;*!*/
    /*!*    vertical-align: top;*!*/
    /*!*}*!*/

    .product_tab_header ul {
        flex-direction: unset;
    }

    div.four_columns > .column1, div.four_columns > .column2 {
        width: 28%;
        float: left;
        min-height: unset !important;
    }

    div.four_columns > .column3, div.four_columns > .column4 {
        margin-top: 30px;
        width: 45%;
        float: left;
        min-height: unset !important;
    }

}

/* FOR DESKTOPS */
@media screen and (min-width: 992px) {
    /*.woocommerce div.product div.product_meta > span.sku_wrapper {*/
    /*    padding-left: 30px;*/
    /*}*/

    div.shopping_cart_inner {
        height: 75px;
        /*height: 94px;*/
    }

    div.four_columns > .column1, div.four_columns > .column2, div.four_columns > .column3, div.four_columns > .column4 {
        width: 15%;
        margin-top: 0;
    }

    div.home-four-boxes {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }

    .custom_product_images .main-img-container {
        width: 75%;
        /*padding-top: 75%;*/
    }
    .custom_product_images{
        flex-direction: row;
    }

    .custom_product_gallery > div{
        align-items:unset;
        display:unset;
        flex-direction: unset;
        flex-wrap: unset;
        overflow-x: unset;
        overflow-y: scroll;

    }
    .custom_product_gallery {
        max-height: unset;
        overflow-x: unset;
        width: auto;
    }

    .custom_product_gallery .galImg {
        width: unset;
        max-width: unset;
        height: auto;
        border-left: 1px solid #b1b1b1;
        border-top: 1px solid #b1b1b1;
        border-bottom: 0;
        flex-basis: unset;
        flex-grow: unset;
        flex-shrink: unset;
        margin: 0;
    }
    .custom_product_gallery .galImg:first-child{
        border-top: 0;
    }

    .product_tab_header ul {
        flex-direction: unset;
    }

    .product_tab_header li:nth-child(2) {
        border-left: 1px solid black;
        /*border-right: 1px solid gray;*/
    }

    .product_tab_header li:nth-child(3) {
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

    .woocommerce .container_inner {
        width: 100%;
    }

    .product-custom-header {
        /*margin-left: 30px;*/
        width: 100%;
    }

    .woocommerce-breadcrumb, .product_tab_section, .product-iframe-container, .related.products {
        margin-left: 30px;
        margin-right: 30px;
    }
    .woocommerce-page.woocommerce-js .entry-summary .summary-inner{
        margin-left: 30px;
    }
    .product-custom-header > div{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* laptops and desktops */
@media screen and (min-width: 1200px) {
    div nav.main_menu > ul {
        left: -50%;
    }

    .single-product div.content {
        margin-top: 10px !important;
    }

    .product-custom-header {
        width: 100%;
    }

    div.homepage-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
    }

    div.homepage-box p {
        font-size: 2.5rem;
    }

    div.homepage-box h2 {
        font-family: 'Orbitron', sans-serif;
        text-align: center;
        font-size: 2.5rem;
        font-weight: 300;
        color: white;
        background: transparent;
        padding: 0;
        line-height: 0.8;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        margin: auto;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        max-height: 0;
        overflow: hidden;
        max-width: 400px;
    }

    div.homepage-box a {
        font-size: 1.3rem;
        color: white;
        margin-right: 40px;
        display: none;
        position: absolute;
        right: 150px;
        bottom: 80px;
    }

    div.homepage-box:hover h2 {
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: 30px !important;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        color: black;
    }

    div.homepage-box:hover a {
        display: block;
        right: 150px;
        margin-right: 0;
        text-align: unset;
        width: auto;
    }

    div.homeboxes-two {
        min-height: unset;
        padding: 20.25% 3rem 3rem;
    }

    div.homeboxes-two h2 {
        font-size: 4rem;
    }

    div.homeboxes-two p {
        font-size: 1.3rem;
    }

    div.homeboxes-two button {
        font-size: 2.5rem;
    }

    .custom_product_gallery {
        overflow-x: hidden;
    }

    /*.custom_product_images .main-img-container{*/
    /*    padding-top: 47.3%;*/
    /*}*/
    .product-custom-header .price, .product-custom-header > div > h2{
        font-size: 3rem;
    }
	.product-custom-header del, .product-custom-header del .woocommerce-Price-amount.amount {
		font-size: 30px;
	}
}
.summary .amount { font-family: "Montserrat", sans-serif; }


aside.sidebar {
    margin-top: 125px;
    margin-left: 3rem;
		margin-right: 3rem;
}

aside.sidebar .widget {
    list-style-type: none;
}

h2.widgettitle {
    font-size: 15px !important;
    margin-bottom: 20px;
}

.featured-section-logos h4 a, .featured-section-logos h4{
	font-family: 'Nunito Sans', sans-serif;
}

@media screen and (max-width: 900px) {
	aside.sidebar {
		margin-top: 0px;
	}
}
.woocommerce ul.products li.product .add-to-cart-button, .woocommerce ul.products li.product .added_to_cart, .woocommerce ul.products li.product a.qbutton.out-of-stock-button{
display: none;
}

div.ppt, .pp_description {
display: none !important;
}

body.category .title { display:none !important; } 

ul.products .count { display:none !important; }
.footer_top {
    padding: 40px 0 30px;
}
.header_bottom, .header_top {
    background-color: #f6f6f6!important;
}

@media only screen and (min-width: 1000px){
    .single-product .content {
        margin-top: 50px!important;
    }    
}
.shopping_cart_dropdown {
  background-color: #f6f6f6!important;
}


.shopping_cart_dropdown .quantity {
  color: #f68b1e!important;
}


.shopping_cart_dropdown ul li a {
  color: #333333!important;
}


.shopping_cart_dropdown span.total {
  color: #333333!important;
}


.shopping_cart_dropdown span.total span {
  color: #f68b1e!important;
}

.woocommerce div.product .cart .quantity, .woocommerce-cart .quantity {
  background-color: transparent !important;
}

.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus {
  background-color: #888888 !important;
}

.woocommerce .quantity .minus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page #content .quantity .plus:hover {
  background-color: #222222 !important;
}

.woocommerce ul.products li.product del .amount, .woocommerce-page ul.products li.product del .amount {
	color: #666666;
}

.product .highlight, .single-product .highlight {
	background-color: #a21527;
	/* background-color: #333333; */
	/* background-color: #f68b1e; */
}



.woocommerce-account .u-columns .u-column {
    padding-bottom: 50px;
}

.woocommerce-account button.woocommerce-form-login__submit,
.woocommerce-account button.woocommerce-form-register__submit {
	margin-top: 15px;
}

.woocommerce input:not([type="submit"]) {
    background-color: #f6f6f6!important;
}

.woocommerce-checkout .woocommerce input:not([type="submit"]) {
    background-color: #ffffff!important;
}

.woocommerce .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
	margin: 0;
}

.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea {
    background-color: #f6f6f6 !important;
}

.woocommerce .mc4wp-form-fields input, .woocommerce-page .mc4wp-form-fields input {
    border: 1px solid #ccc !important;
}

.woocommerce-account .woocommerce form.lost_reset_password p.form-row {
    width: 50%;
}

.woocommerce-account .woocommerce form.lost_reset_password label {
	display: block;
	font-weight: bold;
}

@media screen and (max-width: 1100px) {
	.woocommerce-account .u-columns .u-column.col-1 {
		padding-bottom: 35px;
		border-bottom: 1px solid #d5d5d5;
		margin-bottom: 50px !important;
	}
	
	.woocommerce-account .woocommerce form.lost_reset_password p.form-row {
		width: 100%;
	}
}


@media screen and (min-width: 320px) and (max-width: 576px) {
	
}



.search-results .title {
  display: none;
}

 .woocommerce-cart .shopping_cart_dropdown .quantity>* {
  float: none;
}

.woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus{
background-color: #666666;
color: #ffffff;
}

.et_bloom_header_outer {
display: none !important;
}
.et_bloom_inline_form.et_bloom_optin.et_bloom_optin_1 {
margin-top: 0;
}
.et_bloom .et_bloom_form_container .et_bloom_form_content {
padding-top: 0;
padding-bottom: 0;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content {
padding: 0;
}

.et_bloom .et_bloom_flyin_center {
background: #666666 none repeat scroll 0 0;
padding: 12px;
}

  body.single.single-product.woocommerce div.product   div.product_meta>span.posted_in {
      display: none;
  }
  
  
  
