/*
Theme Name: traatekcol
Author: the Corridorweb team
Author URI: https://corridorweb.com/
Version: 2.7
*/

/**-------------------WOOCOMMERCE CSS----------------------------**/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
    margin: 0 1.3% 2.992em 0;
    padding: 9px 14px;
    box-shadow: 0px 2px 12px -3px rgba(0, 0, 0, 0.47);
    position: relative;
    width: 23%;
    text-align: center;
    margin-left: 0;
}

.woocommerce ul.products li.product .button {
    backface-visibility: hidden;
    border: none !important;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    line-height: 1;
    padding: 15px 20px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition: .3s !important;
    transition-property: color !important;
    background: #58d7a3;
    font-weight: 600 !important;
    width: auto !important;
    margin-bottom: 30px;
}
.woocommerce-product-gallery__image {
    border: 5px solid #0f2541;
}
.blogul{    line-height: 40px;
    margin-left: 40px;
}
.woocommerce ul.products li.product .button:after {
    background: #000 !important;
    border-radius: 0 !important;
    bottom: 0 !important;
    content: "" !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    transform: scaleX(0) !important;
    transform-origin: 0 50% 0 !important;
    transition: .3s !important;
    transition-property: transform, -webkit-transform !important;
    transition-timing-function: ease-out !important;
    z-index: -1 !important;
}

.woocommerce ul.products li.product .button:hover::after {
    transform: scaleX(1) !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0px solid #d3ced2;
    background-color: transparent;
    display: inline-block;
    z-index: 0;
    border-radius: 0;
    margin-bottom: -6px;
    padding: 0;
    float: left;
    margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0px solid #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: inherit !important;
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
    overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #0f2541;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-radius: 0;
    border-color: #e9e9e9 #e9e9e9 #e9e9e9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #259a7d;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 10px;
    margin-right: 10px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-radius: 0;
    border-color: #e9e9e9 #e9e9e9 #e9e9e9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 10px;
    margin-right: 10px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.woocommerce button.button:hover {
    color: #ffffff !important;
    background-color: #102541 !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 10px 15px;
    border-radius: 0;
    left: auto;
    color: #ffffff;
    background-color: #259a7d !important;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 0;
}

.woocommerce div.product form.cart .variations select {
	min-width: 70%;
	position: relative;
	display: inline-block;
	line-height: 22px;
	    padding: 5px 15px;
	margin-bottom: 15px;
	width: 70%;
	min-height: 34px;
	color: rgba(0, 0, 0, 0.49);
	background: #fff;
	margin-right: 3px;
	outline: none;
	max-width: 100%;
	border: 1px solid;
}

.woocommerce div.product form.cart .variations label {
    margin-top: 5px;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    padding: 7px 0px;
}

.woocommerce #respond input#submit.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    backface-visibility: hidden;
    border: none !important;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-size: 14px !important;
    line-height: 1;
    padding: 14px 20px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(0px);
    transition: .3s !important;
    transition-property: color !important;
    background: #58d7a3;
    font-weight: 600 !important;
    width: auto !important;
}

.woocommerce-variation-price {
    padding-bottom: 25px;
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media (max-width:480px) {
    a.navbar-brand img {
        width: 75%;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    .custom-logo-link img {
    width: auto;
    height: auto;
}
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 40% !important;
    }
    .custom-logo-link img {
    width: auto;
    height: auto;
    }
    
}

@media only screen and (min-width:769px) and (max-width:992px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 28% !important;
        clear: initial !important;
    }
    .custom-logo-link img {
    width: auto;
    height: auto;
    }
}

a.more-link {
    display: none;
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    text-align: center;
    margin: 0 auto;
}
.woocommerce ul.products li.product .onsale {
    top: 10px;
    right: 10px;
    min-height: 40px;
    min-width: 40px;
    background-color: #f183b2;
    padding: 0;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    position: relative;
    right: 46px;
}
h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    color: #000000 !important;

}

h2.woocommerce-loop-product__title:hover {
    color: #000;
}
ins span.woocommerce-Price-amount.amount {
    font-size: 15px;
    color: black;
}
del span.woocommerce-Price-amount.amount {
    font-size: 12px;
    color: #0f2541;
}
nav.woocommerce-breadcrumb {
    display: none;
}
a.added_to_cart.wc-forward {
    display: none;
}
.price_slider_amount button.button {
    padding: 10px 25px !important;
    border-radius: 0px !important;
    margin: 10px !important;
    background: #0f2541 !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #0f2541;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #222222;
}
.price_label {
    margin: 12px!important;
    color: black !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    border: 1px solid #eaeaea;
    padding: 5px 24px 5px 5px;
    line-height: 18px;
}
.woocommerce ul.product_list_widget li {
    padding: 15px;
}
h1.product_title.entry-title {
    margin-top: 5px !important;
    font-size: 30px;
    font-weight: normal;
    color: #232323;
    padding-bottom: 10px !important;
    line-height: 35px;
    text-transform: CAPITALIZE;
        border-bottom: 1px solid #ec1c23;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #259a7d;
    font-size: 20px;
    font-weight: 600;
}
.summary.entry-summary ins span.woocommerce-Price-amount.amount {
    font-size: 25px;
    line-height: 36px;
    color: #232323;
}
.summary.entry-summary del span.woocommerce-Price-amount.amount {
    font-size: 17px;
    color: #0f2541;
    font-weight: 700;
}
span.sku_wrapper {
    display: block;
    padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > ::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
input#woocommerce-product-search-field-0 {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #f2f2f2;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    font-weight: 400;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.woocommerce-product-search button {
        background-color: #0f2541 !important;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #393939;
    font-size: 14px;
    text-align: center;
    position: absolute;
    line-height: 100%;
    background: none;
    display: inline-block;
    font-weight: normal;
    border-left: 1px solid #f2f2f2;
}
ul.product-categories {
    position: relative;
    padding: 20px 25px 20px;
    border: 1px solid #eeeeee;
    border-left-color: #0f2541;
}
ul.product-categories li {
    position: relative;
    margin-bottom: 15px;
}
ul.product-categories li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 12px;
    color: #848484;
    padding-left: 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding-left: 0;
}
ul.product-categories li a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 1px;
    background-color: #eeeeee;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: 100%;
}
ul.product-categories li a:hover {
    color: #ed2301;
}

ul.product_list_widget {
    position: relative;
    padding: 20px 25px 20px;
    border: 1px solid #eeeeee;
    border-left-color: #0f2541;
}
div#tab-description ul {
    padding: 0;
}
div#tab-description ul li {
    list-style-type: none;
}
div#tab-description ul li:before, ul.arrow li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin: 10px;
    color: #0f2541;
    font-size: 20px;
}
.woocommerce .quantity .qty {
    position: relative;
    line-height: 42px;
    height: 42px;
    background: #f4f4f4;
    border: 1px solid;
}

.woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel h3 {
    font-size: 25px;
    margin: 20px 0;
    font-family: sans-serif;
    color: #000;
    text-transform: initial;
}

.woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel h3 {
    font-size: 25px;
    margin: 20px 0;
    font-family: sans-serif;
    color: #000;
    text-transform: initial;
}
.woocommerce-Tabs-panel p{
 font-size: 15px;
    margin-bottom: 20px;   
    
}


.singletags a {
    border-radius: 0 2px 2px 0;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.27273;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
    background-color: #259a7d;
    color: #fff;
}
.singletags a::before, .tagcloud a::before {
    border-right-color: #259a7d !important;
}
.singletags a::before {
    border-bottom: 10px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    top: 0;
    width: 0;
}
.singletags a::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: -2px;
    position: absolute;
    top: 8px;
    width: 4px;
}
.coupon input#coupon_code {
   border-radius: 0;
    padding: 5px 15px;
        width: auto;
}
form.checkout.woocommerce-checkout input[type=text], form.checkout.woocommerce-checkout input[type=email], form.checkout.woocommerce-checkout input[type=tel] {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 22px;
    padding: 12px 15px;
    height: 48px;
    border: 2px solid #a0a0a0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
span.select2-selection.select2-selection--single {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 22px;
    padding: 7px 15px;
    height: 48px;
    border: 2px solid #a0a0a0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border-radius: 0;
}
form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    padding: 10px;
    border: 1px solid #efefef;
}

.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-weight: 600;
    color: #033b4a;
}

.form-row {
    display: block;
}


.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 1px solid #221f20;
    border-radius: 0;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background-color: #259a7d;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    border-color: transparent #259a7d transparent;
}
.yith-wacp-wrapper.woocommerce {
    width: 600px !important;
}
#yith-wacp-popup .yith-wacp-close {
    border: 1px solid #259a7d;
    color: #259a7d;
}
span.posted_in {
    display: block;
    margin-bottom: 15px;
}
.enquiry-links {
    text-align: center;
}

a.enquiry-btn.btn-cart {
    padding: 9px;
    background: #259a7d;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
}


.send-sms {
    margin: 0 6px;
    font-size: 14px;
}
.text h3 {
    margin: 20px 0;
        text-transform: capitalize;
}
.text p {
    font-size: 15px;
    margin-bottom: 20px;
}
img.bx-shadow {
    box-shadow: 15px -15px 0px 0px #ec610a;
}

.home-blog{
    background: #f7f7f7;
    padding: 60px 0;
}

.comment-form input[type="text"], .comment-form input[type="url"], .comment-form input[type="text"], .comment-form input[type="email"] {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    box-shadow: none !important;
    border: 1px solid #ec610a;
    width: 100%;
    padding: 15px;
}
.comment-form textarea {
    height: 152px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    box-shadow: none !important;
    border: 1px solid #ec610a;
    width: 100%;
    padding: 15px;
}
nav.navigation.post-navigation {
    display: none;
}
p.form-submit input#submit {
    background: #ec610a;
    height: 40px;
    text-align: center;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}



#services-detail{
    margin-top: 20px;
    padding: 15px;
}
.wpcf7-textarea{
    height:100px;
}
.flaticon-map{
    color:#259a7d;
}
.flaticon-email-1{
    color:#259a7d;
}
.flaticon-phone-call-1{
    color:#259a7d;
}
#form-btn-id-2 {
    background: #259a7d !important;
}
.form-main {
    background: #dddddd6e;
    padding: 50px;
    box-shadow: 3px 8px 18px 0px;
}
label {
    width: 100%;
}
#form-mg {
    border: none;
    padding: 17px;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none !important;
}
h2.woocommerce-loop-category__title mark.count {
    display: none;
}
h2.woocommerce-loop-category__title {
    height: 60px;
    overflow: hidden;
}
section.related.products {
    clear: both;
}