/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media screen and (max-width: 768px) {
  table.dop thead {
    display: none;
  }
  table.dop tr {
    display: block;
	width: 100%;
 
  }
  table.dop td {
    display: block;
    text-align: center !important;
	width: 100% !important;
	height: auto !important;
  }
  table.dop td:before {
    **content: attr(aria-label);
    font-weight: 600;
	    width: 100%;
  }

  table.dop th {
    display: block;
    text-align: center;
	width: 100%;
	padding: 15px 5px;
  }
  
  table.dop {

	margin-bottom: 15px;
	width: 100% !important;
  }
  
     #js-product-list .col-md-4 {
    flex: 0 0 100% !important;
	 max-width: 100% !important;}
  
}
  

.mobile-menu__currency-selector {
    display: none !important;
}

.mobile-menu__language-selector {
    display: none !important;
}

.social-links {
    display: none;
}

#desktop-header {
    background: url(111.jpg);
}

#desktop_logo {
    margin-top: -29px;
}

.products-grid .product-miniature-layout-2 .product-miniature-right {
    text-align: center;
    width: 100%;
}

.product-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center;
    line-height: 23px;
}

#cart-toogle {
    color: #fff;
}

.category-sub-menu {
    line-height: 25px;
}

.tax-shipping-delivery-label {
    display: none;
}

b, strong {
    font-weight: 700;
}

.block-newsletter {
    display: none;
}

.left-nav {
    display: flex;
}

.QapTcha .dropError {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.iqitproducttags li {
    padding: 1px 5px;
    font-size: 12px;
    background: #ccc;
    border-radius: 3px;
    margin: 3px;
}

.category-description, .category-image {
    margin-bottom: 2rem;
    background: #fff;
    padding: 10px 15px 15px 15px;
    border-radius: 3px;
    border: 2px solid #ddd;
	color: #2b3d51;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #ffa200;
    border-radius: 3px;
    font-weight: 700;
}

.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;
    font-weight: 600;
}

.block-content {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.product_header_container .product-price, .product_p_price_container .product-price {
    font-style: normal;
    text-transform: none;
    font-size: 21px !important;
}

.product-discount .regular-price {
    text-decoration: line-through;
    padding: 0 .2rem;
    font-size: 16px;
}

.product-prices .badge {
    vertical-align: text-top;
    display: none;
}


select.form-control:not([size]):not([multiple]) {
    height: 2.625rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.product-price {
    font-size: 17px !important;
    color: #900 !important;
    font-family: arial;
    font-weight: 700 !important;
}

.regular-price {
    font-size: 14px;
    font-weight: 600;
    color: #281717 !important;
    font-family: 'Roboto', sans-serif;
}

.products-grid .product-miniature-layout-2 .variant-links .color {
    width: 30px;
    height: 20px;
	margin: 15px 0;
}

p {
    color: #2b3d51;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
    line-height: 23px;
}

span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: justify;
    line-height: 23px;
}


div {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
    line-height: 23px;
}

table {
    border-collapse: separate;
}

button {
    border: 1px solid #f89406;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    background: #f89406;
        padding: 0 5px;
}

button a, a:hover {
    color: #fff;
}

a, a:hover {
    color: #2b3d51;
    font-weight: 600;
}

.img-fluid, .img-thumbnail, .rte-content img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#iqit-reviews-tab {
    display: none;
}

.nav-tabs .nav-link {
    border: 0;
    opacity: 1;
    cursor: pointer;
}

.product-features>dl.data-sheet dt.name {
    box-flex: 1;
    -moz-flex: 1 0 35%;
    flex: 1 0 35%;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(160, 160, 160, .25);
    margin-bottom: 5px;
    margin-top: 5px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    font-size: 14px;

}


.product-features>dl.data-sheet dd.value {
    box-flex: 1;
    -moz-flex: 1 0 65%;
    flex: 1 0 65%;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(160, 160, 160, .25);
    margin-bottom: 5px;
    margin-top: 5px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    font-size: 14px;

}

@media (min-width: 1200px) {
    .col-xl-15 {
        flex: 0 0 25%;
        max-width: 25%;
		margin: 15px 0;
    }
}

#js-product-list .col-md-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }


@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span
Specificity: (0,3,1)
 {
    border: 1px solid #414141;
    line-height: calc(2em - 4px);
    border-radius: 2px;
    padding: 2px 10px;
}

.product-variants .color, .product-variants .input-color {
    width: 50px;
    height: 30px;
    line-height: 2rem;
}

.rectangle-list {
    margin: 20px 0
}

.rectangle-list ol {
    list-style: none;
    padding-left: 0;
    display: flex;
    width: 100%
}

.rectangle-list li {
    position: relative;
    height: 120px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    background-color: #5f8f09;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    padding: 15px 15px 15px 40px
}

.rectangle-list li h4 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 100;
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: sans-serif
}

.rectangle-list li span {
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #fff;
    font-family: FiraSans;
    font-size: 20px;
    font-weight: 700
}

.rectangle-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 15px solid #f4f7ed;
    border-bottom: 60px solid transparent
}

.rectangle-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #f4f7ed;
    border-left: 15px solid #5f8f09;
    border-bottom: 60px solid #f4f7ed
}