
/* redesign css */
.catalog-product-view span.targetbay-reviews-count-value, 
.catalog-product-view span.targetbay-question-fields, 
.catalog-product-view span.targetbay-write-review {
    color: #000;
    font-weight: 500;
    font-family: 'Roboto' !important;
}
.catalog-product-view .product.media .fotorama__fullscreen-icon {
    right: 0px !important;
}
.catalog-product-view .tab-active-class .product.data.items .data.item.title .data.switch span {
    width: 100%;
}
.catalog-product-view .tab-active-class .product.data.items .data.item.title .data.switch {
    width: 15%;
}
.catalog-product-view .tab-active-class .product.data.items .data.item.title.active .data.switch {
	width: 15%;
}
.catalog-product-view .tab-active-class .product.data.items>.item.title>.switch {
	width: 15%;
}
.catalog-product-view .box-tocart .fieldset label.label {
    margin-right: 20px;
    font-size: 15px;
    color: #969696;
    font-weight: 600;
    letter-spacing: normal;
}
.catalog-product-view .image-child-bundle {
    margin-left: 0px;margin-top: 0px;
}

.bundle-options-wrapper .control {
    display: flex;
}
.bundle-options-wrapper .dropdown-option-bundle-image-bss {
    display: inline-block;
    margin-right: 2%;
    width: 25%;
}
@media screen and (min-width:320px) and (max-width:640px)
.bundle-options-wrapper .dropdown-option-bundle-image-bss {
    width: 30%;
}
.catalog-product-view .page-wrapper > .breadcrumbs {
	    border-bottom: transparent 1px solid;
}
.header.content,.page-header.type17 .panel.header{
	width: auto !important;
}
.page-header.header-newskin .minicart-wrapper{
	float: right;
	/*margin-top: 10px;*/
}
.page-header.type17 .block-search {
    margin-left: 0 !important;
    position: absolute;
    right: inherit;
    top: 24px;
}
.block-search input{
	color: #8d8d8d;
    border-radius: 6px !important;
    border: 1px solid #bcbcbc;
    background-color: #EEEEEE !important;
    height: 40px;
    padding: 10px 50px 10px 20px !important;
    margin: 0 20px !important;
    font-family: 'Roboto' !important;
    font-size: 18px;
    position: static !important;
}
.block-search .actions button{
	 position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: url("data:image/svg+xml;utf8,<svg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\'  fill=\'%23A6A6A6\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M15.553 31.107c8.59 0 15.554-6.964 15.554-15.554S24.143 0 15.553 0 0 6.964 0 15.553c0 8.59 6.964 15.554 15.553 15.554zm0-3.888c6.443 0 11.666-5.225 11.666-11.668 0-6.442-5.225-11.665-11.668-11.665-6.442 0-11.665 5.223-11.665 11.665 0 6.443 5.223 11.666 11.665 11.666zm12.21 3.84a2.005 2.005 0 0 1 .002-2.833l.463-.463a2.008 2.008 0 0 1 2.833-.003l8.17 8.168c.78.78.78 2.05-.004 2.833l-.462.463a2.008 2.008 0 0 1-2.834.004l-8.168-8.17z\' fill-rule=\'evenodd\'/></svg>") no-repeat center right/20px !important;
    bottom: 10px!important;
    top: 10px;
    right: -5px!important;
}
.block-search .actions button:before{
	display: none !important;
}
#algolia-searchbox .algolia-search-input:focus {
    outline: 0;
    box-shadow: none;
    border: solid 1px #54a5cd;
}
.page-header.type17 .custom-block{
    /*margin-top: -19px !important;*/
    top: 50%;
    font-size: x-large !important;
    padding-right: 0 !important;
    border-right: none !important;
    float: right;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:before, .page-header.header-newskin .minicart-wrapper .action.showcart.active:before{
	line-height: 40px !important;
}
.minicart-wrapper.active .block-minicart{
	border-top-color: transparent;
}
.minicart-wrapper .block-minicart:before,.minicart-wrapper .block-minicart:after{
	display: none;
}
#latest_news .row{
	display: block;
}
#latest_news .col-md-5,#latest_news .col-md-7{
	max-width:100%;flex: 1;
}
[data-content-type=row][data-appearance=full-width]>.row-full-width-inner,[data-content-type=row][data-appearance=contained]{
	max-width: 1170px;
}
footer.page-footer{
width:100%;float:left;
}

.checkout-index-index .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.checkout-index-index .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    width: 600px;
    margin: 30px auto;
    position: relative;
}
.checkout-index-index #shipping-info-link .modal-dialog .modal-content {
    position: relative!important;
    background-color: #fff!important;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important;
    border: 1px solid #999!important;
    border: 1px solid rgba(0,0,0,.2)!important;
    border-radius: 6px!important;
    outline: 0!important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5)!important;
    box-shadow: 0 3px 9px rgba(0,0,0,.5)!important;
}
.checkout-index-index .modal-body {
    position: relative;
    padding: 15px;
}
.checkout-index-index button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.checkout-index-index .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable{
	    font-weight: 700;font-size: 1.3rem !important;text-transform: uppercase;
}
.sticky-product .product-info-price, .sticky-product .product.attribute.sku, .sticky-product .stock{
font-size: 1.3rem !important;
}
.sticky-product>.container{
padding:6px 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name{
color:#fff !important;
font-weight: 400;
}
.sticky-product .product.attribute.sku .type, .sticky-product .product.attribute.sku .value, .sticky-product .stock>*{
font-weight:700 !important;
}
.sticky-product .product.attribute.sku .value{
font-weight:400 !important;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover{
    color: #818692;
}
.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover{
border-bottom: #0088CC solid 2px !important;
}
.cms-index-index #featured .block-products-list.grid .product-items .product-item-info .product-item-details .product-item-name,.page-products .products .product-item-info .product-item-details .product-item-name, .cms-index-index .products .product-item-info .product-item-details .product-item-name,.sidebar .product-items .product-item-details .product.name a{
white-space:normal;
}
.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty{
    width: 20px;
    height: 20px;
    /*margin-top: -28px;*/
line-height: 19px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart .counter.qty{
    margin-top: -21px;
}
.minicart-items .product-image-wrapper .product-image-photo{
object-fit:contain;
}

.page-with-filter .sidebar .product-items .product-item-info,.page-products .product-items .product-item-info{
display:block;
}
.product-item-info .product.name a:hover {
    color: #0e2f40;
    text-decoration: underline;
}
.page-products .sidebar>.block.filter .options dt{
background:transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.page-products .sidebar>.block.filter .options dd{
background:transparent !important;border:none !important;
}
.catalog-product-view .sidebar .modal-dialog .modal-header h4.modal-title{
width:100%;order:1;
}
.catalog-product-view .modal-header .close{
order:2;outline:0 !important;
}
.catalog-product-view .main-upsell-product-detail{
padding:0px !important;background-color:transparent !important;
}
.catalog-product-view  .main-upsell-product-detail #block-upsell-heading {
    line-height: 1.2;
    font-size: 15px;
    font-weight: 600;
    color: #21293c;
}
.catalog-product-view  .main-upsell-product-detail .block.upsell .title {
    margin: 0;
    padding: 0;
    border: none;
}
.main-upsell-product-detail .owl-controls, .block.related .owl-controls {
    position: absolute;
    top: -10%;
    right: 0;
    margin: 0!important;
}
cms-porto_home_5 .sidebar .owl-top-narrow .owl-theme .owl-controls{
top:-37px !important;
}
.page-products .products.wrapper.grid.side-list.products-grid{
margin:0px !important;
}

/* responsive */

@media (min-width: 1200px){
	.header.content{
		max-width: 100% !important;
	}
}
@media(max-width:1200px){

.block.category.event, .footer.content, .header.content, .navigation, .page-header .header.panel, .page-main, .page-wrapper>.breadcrumbs, .page-wrapper>.page-bottom, .page-wrapper>.widget, .top-container,.container{
max-width:100% !important;
}
.nav-sections-item-content > .navigation{
padding:0 15px;
}
.page-wrapper{
display:block;
}
}
@media(max-width:1092px){
.sw-megamenu.navigation li.level0.fullwidth>.submenu,
    .sw-megamenu.navigation li:nth-child(1).level0.staticwidth>.submenu {
        width: 720px !important;
left:0px !important;
    }
}
@media(max-width:991.98px){
.homepage-bar .col-md-4{
text-align:center !important;
}
.homepage-bar .text-area{
text-align:center !important;
}
.cms-porto_home_5 .featured_container .featured_row{
	display: block;
}
.cms-porto_home_5 .container{
max-width:100% !important;
}
.cms-porto_home_5 .featured_container .featured_row .col-sm-8{
max-width: 100%;
}
.cms-porto_home_5 .featured_container .featured_row .sidebar{
	max-width: 100%;
}
}


@media screen and (max-width: 991.98px) and (min-width: 768.98px){
.page-header.type17 .block-search {
    top: 32px !important;
    max-width: 379px !important;
    width: 280px !important;
}
.filterproducts-tab .data.items>.item.title{
padding:0px !important;border-top:none !important;
}

}
@media screen and (max-width: 812px) and (min-width: 768.98px) {
	.page-header.type17 .navigation .level0 > .level-top {
		    letter-spacing: normal;
	}

    .sw-megamenu.navigation li.level0.fullwidth>.submenu,
    .sw-megamenu.navigation li:nth-child(4).level0.staticwidth>.submenu,
    .sw-megamenu.navigation li.level0.fullwidth>.submenu,
    .sw-megamenu.navigation li:nth-child(5).level0.staticwidth>.submenu {
        left: -150px !important;
        right: auto !important
    }
    .sw-megamenu.navigation li.level0.fullwidth>.submenu,
    .sw-megamenu.navigation li:nth-child(7).level0.staticwidth>.submenu {
        right: -100px !important
    }
    .sw-megamenu.navigation li.level0.fullwidth>.submenu,
    .sw-megamenu.navigation li:nth-child(9).level0.staticwidth>.submenu {
        left: 0 !important
    }
    .page-header.type17 .block-search {
        top: 32px !important;
    }
/*    .page-header.type17 .custom-block {
        right: 115px !important
    }
    #algolia-searchbox .magnifying-glass {
        right: 68px!important
    } */
    #algolia-autocomplete-tt.algolia-autocomplete {
        width: 80% !important
    }
}
@media only screen and (max-width:812px) {
    .page-header.type17 .navigation .level0>.level-top {
        font-size: 12px !important
    }
    .page-header.header-newskin .navigation .level0>.level-top {
        padding: 0 3px !important;
    }
    .page-header.sticky-header.type17 .navigation .level0>.level-top {
        font-size: 11px
    }
    header.page-header.sticky-header .navigation li.level0>.level-top {
        padding: 0 !important
    }
}

@media only screen and (max-width:800px) {
    #google_translate_element {
        top: 0
    }
    header.page-header.sticky-header .navigation li.level0>.level-top {
        font-size: 11px !important
    }
    .footer-bottom>.container>* {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        width: 100%
    }
    .checkout-cart-index .cart.table-wrapper .item .message {
        position: initial
    }
    .checkout-cart-index #failed-products-table .cart .item .product-item-details .message.error.item {
        position: relative
    }
    .page-header.sticky-header.type17 .navigation .level0>.level-top {
        font-size: 10px
    }
    .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
        border-right-color: #FF6500!important
    }
}
@media(max-width:767.98px){

.page-main{
float:left;
}
.homepage-bar .col-md-4 {
        text-align: left !important;
    }
.catalog-product-view .page-main{
float:left;
}
.product.data.items > .item.title.active > .switch{
border-top-color:transparent !important;
}
.cms-porto_home_5.page-layout-1column .block.widget .products-grid .product-item{
width: 48% !important;margin: 3px !important;
}
.page-header.type17 .panel.header.mob-view{
width:100% !important;max-width:100% !important;
}
header.page-header.type17.header-newskin .header.content{
display:block;float:left;width:100% !important;
}
.page-header.type17 .block-search{
position:relative !important;top:0px !important;
}
.block-search input{
margin:0px !important;
}
.page-header.type17 .block-search .label:before{
display:none;
}
.page-header.type17 .custom-block {
    display: block !important;
    margin: 0 !important;
    position: absolute;
    top: 13px;
    border: transparent !important;
    height: auto !important;
    padding: 0 !important;
}
.block-search .label{
position: absolute;
    bottom: 5px;
    right: 18px;
    width: 20px;
    height: 20px;
    display: block;
    background: url("data:image/svg+xml;utf8,<svg width=\'40\' height=\'40\' viewBox=\'0 0 40 40\'  fill=\'%23A6A6A6\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M15.553 31.107c8.59 0 15.554-6.964 15.554-15.554S24.143 0 15.553 0 0 6.964 0 15.553c0 8.59 6.964 15.554 15.553 15.554zm0-3.888c6.443 0 11.666-5.225 11.666-11.668 0-6.442-5.225-11.665-11.668-11.665-6.442 0-11.665 5.223-11.665 11.665 0 6.443 5.223 11.666 11.665 11.666zm12.21 3.84a2.005 2.005 0 0 1 .002-2.833l.463-.463a2.008 2.008 0 0 1 2.833-.003l8.17 8.168c.78.78.78 2.05-.004 2.833l-.462.463a2.008 2.008 0 0 1-2.834.004l-8.168-8.17z\' fill-rule=\'evenodd\'/></svg>") no-repeat center right/20px !important;
}
.nav-toggle {
    line-height: 45px !important;
}
.page-header .logo {
    height: 40px;
    float: none;
    margin: 10px 0;
}
.page-header .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
#bottom_logo {
    position: absolute;
    top: 5px;
    left: 125px;
    margin: 0;
    padding: 6px 10px;
    text-align: center;
}
.sw-megamenu ul > li:first-child .level0.submenu ul li{
display:block !important;
}
 .page-header.header-newskin .navigation .level0>.level-top {
       padding: 13px 36px 13px 15px!important;
    }
.sw-megamenu.navigation li:nth-child(1).level0.staticwidth>.submenu{
width:100% !important;
}
.nav-sections-item-content > .navigation{
padding:0px !important;
}
}

@media(max-width:767.98px){
	.product.info.detailed.vertical .product.data.items>.item.title>.switch {
	    width: 100%;
	}
	.catalog-product-view .product.info.detailed.vertical {
		padding-top: 0% !important;
		margin-top: 0px !important;
	}
}	


@media(max-width:520px){
.products-list .product-item-details .actions-primary{
display:block;margin-bottom:13px;
}
}

@media only screen and (max-width: 600px){
.page-header.type17 .custom-block {
    position: initial !important;
    text-align: center !important;
     width:100%;
}
.page-products #toolbar-amount{
float:right !important;padding:0px !important;
}
}
 @media (max-width: 360px){
/*.cms-porto_home_5.page-layout-1column .block.widget .products-grid .product-item{
width: 100% !important;
}*/
.page-products #toolbar-amount{
width:100%;
}
}  


/** PDP Design **/
.catalog-product-view .sticky-product .sticky-image {
    width: 50px;
}
.footer-middle .block.newsletter input {
	background: #fff;
}
.sw-megamenu.navigation li.level0>a>span.cat-label {
	width: fit-content;
}
.product.info.detailed.vertical .product.data.items>.item.title.active>.switch>span {
    border-bottom-color: transparent;
}
.catalog-product-view .column.main {
    width: 56% !important;
}
.catalog-product-view .product.media {
	width: 40% !important;
}    
.catalog-product-view .product-info-main {
	width: 100% !important;
}
.catalog-product-view .product-info-main .custom-block.custom-block-1 {
    display: flex;
    border-bottom: transparent;
    padding: 0px;
    margin: 0px;
}
.catalog-product-view .product-info-main .custom-block.custom-block-1 div {
    border: 1px solid #DAE2E6;
    margin: 10px;
    padding: 8px 15px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 33%;
}
.catalog-product-view .product-info-main .custom-block.custom-block-1 i {
    color: #f5a52f;
    margin-right: 0px;
}
.catalog-product-view .product-info-main .custom-block.custom-block-1 i.fa.fa-refresh {
    margin-right: 10px;
}
.catalog-product-view .product-info-main .custom-block.custom-block-1 h3 {
	margin: 0px;
	font-size: 14px;
}
.catalog-product-view .product-info-shippinginfo {
    display: flex;
    color: #5a5a5a;
    margin: 15px 0px;
}
.catalog-product-view .product-info-shipping-label {
    margin-right: 2%;
}
.catalog-product-view .product-info-main .product.overview {
    border-bottom: solid 1px transparent;
    padding: 0px;
}
.catalog-product-view legend#customizeTitle {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 42px;
    margin-top: 2%;
}
/*.catalog-product-view .product-info-main .fieldset > .field.qty label.label {
    display: block !important;
}*/
.catalog-product-view .product-options-wrapper .fieldset>.field {
	    padding: 0px 0px;
}
.catalog-product-view .product-options-wrapper .fieldset>.field {
    border-top: transparent;
}    
.catalog-product-view .block-bundle-summary .product-addto-links>.action {
	border-color: transparent;
	color: #586571;
}
.catalog-product-view .block-bundle-summary .price-box .price-wrapper>.price {
	color: #E92E2E;
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 28px;
}
.catalog-product-view .product-info-main .product-info-price {
    border-bottom: transparent;
    display: none;
}    
.catalog-product-view .columns .column.main {
	padding-bottom: 0px;
	float : right !important;
}
.catalog-product-view .product-info-main {
    margin-bottom: 0px;
}
.catalog-product-view .block-bundle-summary .box-tocart, .box-tocart {
	display: block;
}
.catalog-product-view .product.info.detailed.vertical {
    border-top: 1px solid #ccc;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    padding-top: 3%;
}
.sticky-product .sticky-detail .product-name-area .product-name {
    color: #fff !important;
}
.sticky-product .product-info-price .price-box .price-container .price {
    color: #fff;
}
.sticky-product .product-info-price .price-box .price-container>span.price-label {
    display: none;
}
.sticky-product.no-sticky-header {
    padding: 0px 0;
    position: fixed;
    top: auto;
    bottom: 0px;
    width: 75%;
    margin: 0 auto;
    right: 10px;
    border-radius: 0px;
    background: #00b6ef;
}

.catalog-product-view .product-info-main .product-info-stock-sku {
	text-align: left;
    display: inline-flex;
    padding-left: 0%;
    padding-bottom: 0px;
    color: #777;
    width: 100%;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available {
	margin-right: 5%;
}
.catalog-product-view .product-info-main .lt-stock {
    width: 50% !important;
}
.catalog-product-view .product-info-main .product-info-stock-sku .availability.only {
	margin-right: 3%;
	font-weight: 600;
    color: #000;
}
.catalog-product-view .product-info-main .product-info-stock-sku .lt-stock p.stock.available, 
.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.sku, 
.catalog-product-view .product-info-main .product.attribute.overview .value {
    font-weight: 400;
    color: #21293c;
}
.catalog-product-view .product-info-main .brand-img {
    width: 48%;
    display: inline-block;
    text-align: right;
}
.catalog-product-view legend#customizeTitle {
	color: #696969;
}
.catalog-product-view .change-container-classname {
    border: 1px solid #717171;
    height: 42px;
    font-weight: 600;
}
.catalog-product-view a.affirm-modal-trigger {
    color: #00b6ef;
    font-weight: 400;
}
.catalog-product-view .sku-withbrand {
    vertical-align: middle;
    align-items: center;
    display: flex;
}
.catalog-product-view .fotorama__stage {
	max-width: 84%;
}
.catalog-product-view .fotorama__arr.fotorama__arr--next {
    right: 0px !important;
}
.catalog-product-view .product-info-main .prev-next-products {
    float: none;
    display: inline-block;
    width: 100%;
}
.catalog-product-view .product-info-main .prev-next-products a {
    color: #989898;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
.catalog-product-view .product-info-main .product-nav.product-next {
    float: right;
}

.sticky-product .sticky-detail {
    width: 70%;
    display: inline-flex;
}

.sticky-control-qty.control.qty {
    display: inline-flex;
    align-items: center;
    width: 15%;
} 
.sticky-detail .product-info-price {
    float: right;
    text-align: right;
}
.sticky-product p.minimal-price {
    margin: 0px;
    line-height: 50px;
    vertical-align: middle;
}
.sticky-product .product-info-price .price-box .price-container .price {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
}
.sticky-product a.qty-inc, 
.sticky-product a.qty-dec{
    border: 0px solid #ccc;
    height: auto;
    align-items: center;
    display: flex;
    background: #fff;
    margin: 0 auto;
    padding: 9px;
    text-decoration: none;
}
.sticky-product input#qty {
    border: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.sticky-product a.qty-inc, 
.sticky-product .qty-changer {
	/*width: 24px;*/
	text-align: center;
	margin: 0 auto;
}
.sticky-product .qty.field .qty-changer>a {
	height: auto;
	border: 0px solid #ccc;
	font-size: inherit;
	line-height: normal;
}
.sticky-product .qty.field .control, 
.sticky-product .qty.field .qty-changer {
    display: flex;
}

.sticky-product a.qty-inc i.porto-icon-up-dir, 
.sticky-product a.qty-dec i.porto-icon-down-dir {
    width: 24px;
    text-align: center;
}
.catalog-product-view .product-info-main .product-addto-links>.action.tocompare:before, 
.catalog-product-view .product-info-main .product-addto-links .action.towishlist:before, 
.catalog-product-view .product-info-main .action.towishlist:before {
    font-size: 28px;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart, 
.catalog-product-view .product-info-main .box-tocart .action.primary {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.catalog-product-view .product-info-main .box-tocart .actions {
    width: 45%;
    margin: 0 auto;
    margin: 0px 6%;
}
.footer-bottom .social-icons {
    margin-right: 0px;
}
.catalog-product-view .product-info-main .moved-add-to-links {
	float: right;
	margin: 0px;
}
.catalog-product-view .box-tocart .action.tocart:before {
	display: none;
}
.catalog-product-view .product-info-main .porto-icon-left-open:after {
    content: '\f802';
    font-family: 'porto-icons';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: .2em;
    text-align: left;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.catalog-product-view .product-info-main .porto-icon-left-open:before, 
.catalog-product-view .product-info-main .porto-icon-right-open:before {
    width: auto;
}
.catalog-product-view .product-info-main .porto-icon-right-open:after {
    content: '';
    content: '\f801';
    font-family: 'porto-icons';
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0em;
    -webkit-font-smoothing: antialiased;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #333333;
    margin: 3px 0 5px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
}
.catalog-product-view .product-info-main .product.overview {
	line-height: 24px;
	margin-top: 0px;
}
.catalog-product-view i.porto-icon-up-dir, 
.catalog-product-view i.porto-icon-down-dir {
    display: none;
}

.catalog-product-view .product-info-main .box-tocart .input-text.qty {
	border: 1px solid #61605a;
	width: 38px!important;
	margin: 0px 3px;
}

.catalog-product-view a.qty-inc:before {
	content: '\f800';
    font-family: 'porto-icons';
    line-height: inherit;
    color: #000;
    font-family: 'porto-icons';
    margin: 0 auto;
}
.catalog-product-view a.qty-dec:before {
    content: "\f803";
    font-family: 'porto-icons';
    color: #000;
    margin: 0 auto;
}
.catalog-product-view .product-addto-links .action.towishlist:before, 
.catalog-product-view .product-addto-links .action.tocompare:before, 
.catalog-product-view .moved-add-to-links .action.tocompare:before {
	 color: #586571;
}
.catalog-product-view .product-addto-links .action.tocompare, 
.catalog-product-view .product-addto-links .action.towishlist {
    border: transparent;
}
.catalog-product-view .moved-add-to-links {
	float: right;
}
.catalog-product-view .sticky-detail .sticky-control-qty.control.qty input#qty {
    width: 50px;
    margin: 0px;
    text-align: center;
}
.catalog-product-view .qty-changer a {
	text-decoration: none;
}
.catalog-product-view .breadcrumbs li.item.home a, 
.catalog-product-view .breadcrumbs li strong {
	color: #353E46;
}
.catalog-product-view .product-info-main .product-info-stock-sku .lt-stock p.stock.available, 
.catalog-product-view .product-info-main .product.sku .value, 
.catalog-product-view .product-info-main .product.sku .type, 
.catalog-product-view .product-info-main .stock.available {
	color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.catalog-product-view a.affirm-modal-trigger {
    color: #00b6ef;
    font-weight: 600;
}
.catalog-product-view .product-social-links, 
.catalog-product-view .amazon-minicart-container {
    width: 78%;
    clear: both;
}  
.catalog-product-view .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    max-width: 100%;
}  
.catalog-product-view #als_pdp {
    font-weight: 600;
    color: #3F3F3F;
}
.catalog-product-view .product-info-main .product.attribute.overview .value {
	color: #333333;
	font-family: 'Roboto', sans-serif;    
}
.catalog-product-view .product-info-shipping-price-label {
    color: #586571;
    font-family: 'Roboto', sans-serif;
}
.catalog-product-view .product.info.detailed.vertical [data-toggle="modal"] {
    display: none;
}
.catalog-product-view .product.data.items.container {
	max-width: 100%;
}


@media(max-width: 1024px) {
	.sticky-product .sticky-detail .product-name-area {
	    width: 60%;
	}
}



@media(max-width: 768.98px) {
	.catalog-product-view .footer-bottom {
	    padding: 10px 0px 50px;
	}
	.footer-bottom .container {
	    display: inline-grid;
	    width: 100%;
	}
	/*.footer-bottom .custom-block.f-right {
	    order: 2;
	}*/
	.footer-bottom address {
		order: 1;
	}
	.footer-bottom>.container>* {
		text-align: left;
	}

	.sticky-control-qty.control.qty, 
	.sticky-product .sticky-image, 
	.sticky-product .sticky-detail .product-name-area .product-name {
		display: none;
	}
	.sticky-product .sticky-detail .product-name-area {
		width: auto;
	}
	.catalog-product-view .columns .column.main {
	    -webkit-flex-grow: 2;
	    flex-grow: 2;
	    order: 2;
	    max-width: 100%;
	}

	.catalog-product-view .media {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-align-items: flex-start;
	    -moz-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    order: 1 !important;
	}
	.catalog-product-view .product.info.detailed.vertical {
	    order: 3;
	}
	.catalog-product-view .block.related {
	    order: 4;
	}
	.catalog-product-view .product-info-main .custom-block.custom-block-1 {
	    display: inherit;
	}
	.catalog-product-view .product-info-main .custom-block.custom-block-1 div {
	    border: 0px solid #ef712c;
	    padding: 22px 15px;
	    display: flex;
	    vertical-align: middle;
	    align-items: center;
	    width: 100%;
	    border-bottom: 1px solid #ccc;
	    margin: 0px;
	}
	.catalog-product-view .product-info-main .custom-block.custom-block-1 div:last-child {
	    border-bottom: 0px;
	}
	.catalog-product-view .product-info-main {
		margin-bottom: 0px;
	}
	.catalog-product-view .sticky-product.no-sticky-header {
		width: 100%;
	}
	.catalog-product-view .catalog-product-view .fotorama__stage {
	    max-width: 100%;
	}
	.catalog-product-view .sticky-product .sticky-detail {
	    width: 48%;
	    display: inline-block;
	    margin: 0;
	    text-align: center;
	}
	.catalog-product-view .sticky-product .actions {
	    position: static;
	    right: 15px;
	    top: 50%;
	    margin-top: 0px;
	    width: 50%;
	    display: inline-block;
	}
	.catalog-product-view button#product-addtocart-button-clone {
		border-radius: 0px !important;
		height: 50px;
		width: 100%;
	}
	.catalog-product-view .sticky-product>.container {
	    padding: 0px 0px;
	}
	.catalog-product-view .product.media {
	    width: 100% !important;
	}
	.catalog-product-view .product.media {
	    width: 100% !important;
	}
	.catalog-product-view .fotorama__stage {
	    max-width: 100%;
	    margin: 0 auto;
	}
	/*.footer-bottom .social-icons a {
		margin-left: 12px;
    	font-size: 26px !important;
	}*/
	.footer-middle #targetbay-review-badges {
		position: relative;
    	top: 24px !important;
    	left: 24px;
	}

}


@media (max-width: 600px) {
	.catalog-product-view .footer-proposition {
	    padding: 5px 0px 25px !important;
	}
}

@media(max-width: 420px) {
	.catalog-product-view .product-info-main .box-tocart .actions {
	    width: auto;
	    margin: 0px;
	}    
	.catalog-product-view .product-info-main .product-info-stock-sku {
		display: inline-block;
	}
	.ft_language_currency {
	    right: 10px;
	    left: auto;
	}
	.catalog-product-view [data-pb-style=XW103NL] {
	    display: inline !important;
	}
}

/*Creted by 2-9-21*/
.page-product-bundle .product-info-main .bundle-options-container .bundle-options-wrapper ,
.page-product-bundle .product-info-main .bundle-options-container .block-bundle-summary{width:100%; }
.product-info-main .bundle-options-container .product-add-form {display: block;}
.page-product-bundle .product-info-main .product-info-price .minimal-price{display: none;}
.page-product-bundle .product-info-main .bundle-options-container .block-bundle-summary .bundle-summary{display: none;}
.page-product-bundle .product-info-main .bundle-options-container .block-bundle-summary .title{display: none;}
.catalog-product-view .prolabels-content-wrapper{display: none;}
.page-product-bundle .product-info-main .bundle-options-container .block-bundle-summary .product-details{display: inline-block; width: 100%;}
.page-product-bundle .product-info-main .bundle-options-container .block-bundle-summary .product-details div[data-bind="scope: 'messages'"] {
    display: table-footer-group;
}
.page-title-wrapper .amshopby-option-link{display:none;}

.catalog-product-view .field.choice.related {
    display: none;
}
.catalog-product-view .related .products-related .owl-controls {
            top: 0px !important;
}
@media (max-width: 767.98px) {
    .catalog-product-view .block.related {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 600px) {
.catalog-product-view .related .products-related .owl-controls {
            top: -16%;
}
}
/** END PDP Design **/

/* product view page image placeholder style */
.gallery-placeholder .gallery-placeholder__image{width:auto;max-width:65%!important;max-height:100%;}

/* product stock hint style start*/
.warn-hint { position: relative; display: inline-block; }

.warn-hint:before, .warn-hint:after {
        position: absolute;
        opacity: 0;
        z-index: 1000000;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
  pointer-events: none;
}
.warn-hint:hover:before, .warn-hint:hover:after {
        opacity: 1;
}
.warn-hint:before {
        content: '';
        position: absolute;
        background: transparent;
        border: 6px solid transparent;
        position: absolute;
}
.warn-hint:after {
     content: attr(data-hint);
        background: rgba(0, 0, 0, 0.8);
                        color: white;
                        padding: 8px 10px;
                        font-size: 12px;
        white-space: nowrap;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.warn-hint:before {
        left: 100%;
        bottom: 50%;
        margin: 0 0 -4px -8px;
        border-right-color: rgba(0,0,0,0.8);
}
.warn-hint:after {
        left: 100%;
        bottom: 50%;
        margin: 0 0 -13px 4px;
}
.warn-hint:hover:before {
        margin: 0 0 -4px -0;
}
.warn-hint:hover:after {
        margin: 0 0 -13px 12px;
}
/* product stock hint style end*/

/* product stock availability style start */
.catalog-product-view .product-info-main .product-add-form .product-info-stock-sku, .catalog-product-view .product-info-main .product-add-form .stock.available {
padding:10px 0;
}
.catalog-product-view .product-info-main .product-add-form .bundle-info .product-details .stock.available {
	position: inherit;
    display: table;
    width: 100%;
    padding:10px 0;
 }
/* product stock availability style end*/

/* TCS warning message style start */
.tcs_warn{
	background: #e5f2f9;
    padding: 10px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
 }
.tcs_warn p{margin:0!important;}
.tcs_warn span{
    color: red;
    margin-right: 10px;
}
/* TCS warning message style end */
/* TCS navigation sticky header style start */
div.swatch-option-tooltip {
    z-index: 980;
}
.amshopby-option-link img{
        float:none !important;
        width:25%;
}
/*@media (max-width:767px) {
.catalog-product-view .product-info-main .product-add-form .stock.available{
        width:100% !important;
}
.catalog-product-view .product-info-main .product-add-form .chartlink{
        width:100% !important;
        text-align:left !important;
}
}
.catalog-product-view .product-info-main .product-add-form .stock.available{
   width: 78%;
   display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form .chartlink
{
    width: 20%;
    display: inline-block;
    text-align: right;
    padding: 10px 0px;
}*/
.chartlink i{
        border: 1px solid #ddd;
        padding: 0px 4px;
        color: #f5a52f;
}
.chartlink a{
        text-decoration: underline;
        margin-left: 3px;
        font-size:14px;
}
#SizeChartModal .modal-body{
        overflow:scroll;
}
#SizeChartModal h3{
        margin:0 !important;
}
#tab-label-mycustom-title {
    color: #000;
    font-size: 16px;
}
.blink_me {
  animation: blinker 2s linear infinite;
  -webkit-animation: blinker 2s linear infinite;
  -moz-animation: blinker 2s linear infinite;
  -ms-animation: blinker 2s linear infinite;
  -o-animation: blinker 2s linear infinite;
  width: 10px !important;
  height: 10px;
  display: inline-block !important;
  border: 1px solid #00b6ef;
  background-color: #00b6ef;
  border-radius: 100%;
  padding:0 !important;
  position: absolute;
  right: 62%;
}
@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}
.gg-ruler {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1.2));
    width: 22px;
    height: 13px;
    border: 2px solid;
    border-radius: 2px;
    vertical-align: middle;
}
.gg-ruler::after,
.gg-ruler::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 5px;
    background: currentColor;
    left: 7px;
    top: -1px;
    box-shadow: 8px 0 0
}
.gg-ruler::before {
    height: 7px;
    left: 3px
 }
@media (max-width: 767.98px) {
  .amshopby-option-link img{
     width:45% !important;
  }
  .page-wrapper{
    overflow-x:hidden;
  }
}
/* TCS navigation sticky header style end */


/* PDP CLS */

@media(max-width:767.98px){
.page-products .products .product-item-info .product-item-details .product-item-name{min-height:41px;}
.catalog-product-view .product.media{min-height:350px;}
.page-wrapper > .breadcrumbs{
	 font-family: 'Roboto';
}
}
