html {
    width: 100%;
}

.carousel {
	height: 267px;
	overflow: scroll;
	overflow-y: hidden;
}

.carousel::-webkit-scrollbar-track
{
	border-top: 1px solid #f2f2f2;
	background-color: #fff;
}

.carousel::-webkit-scrollbar
{
	width: 3px;
	height: 3px;
	background-color: #F5F5F5;
}

.carousel::-webkit-scrollbar-thumb
{
	height: 4px;
	background-color: #000;	
}

#customNav {
    position: relative;
}

.owl-prev.disabled .carousel-control-prev, .owl-next.disabled .carousel-control-next{
    background: rgba(0, 0, 0, .3);
}

.owl-prev,.owl-next {
    position: absolute;
    z-index: 1;
    top: 70px;
}

.owl-prev {
    left: 0 !important;
} 

.owl-next {
    right: 0 !important
}

.carousel-control-prev,.carousel-control-next {
	width: 41px;
	height: 25px;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	padding-top: 1px;
	cursor: pointer;
	-webkit-transition: ease-out .25s;
	-moz-transition: ease-out .25s;
	-o-transition: ease-out .25s;
	transition: ease-out .25s;
}

.carousel-control-prev:hover,.carousel-control-next:hover {
	background: rgba(0, 0, 0, 1);
}

.product-slider-obj {
	position: relative;
	background-color: #000 !important;
	width: 116px;
	height: 154px; /* 173px */
	padding: 0;
	border:0 !important;
	outline: none;
	margin-right: 17px;
}

.product-slider-obj:hover img, .product-slider-obj.active img {
	opacity: 0.45;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}

.product-slider-obj:hover .product-slider-obj-text {
	opacity: 1;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}

.product-slider-obj-info {
	text-align: left;
	height: 95px;
    padding: 10px 5px 5px 10px;
	color:#000;
}

.product-slider-obj-info p {
	line-height: 0.9em !important;
}

.product-slider-obj-info-coll-number {
    height: 20px;
}

.product-slider-obj:hover .product-slider-obj-info, .product-slider-obj.active .product-slider-obj-info {
	background-color: #f2f2f2;
}

.product-slider-obj-info {
	font-family: Roboto, sans-serif !important;
	line-height: 0.5em !important;
	font-size: 0.8em !important;
	font-weight: 500 !important;
}

.product-slider-obj-info-coll-number {
	margin-bottom: 0px !important;
	font-size: 1em !important;
	font-weight: 700 !important;
	font-family: Roboto, sans-serif !important;
}

.product-slider-obj-info-bold {
	font-weight: 700 !important;
}

.product-slider-obj-info-month {
	display: none;
    font-size: 0.85em;
    line-height: 1.2em;
    font-family: Roboto, sans-serif !important;
    white-space: nowrap;
}

.product-slider-obj-text {
	color:#fff;
	font-size: 0.8em !important;
	position: absolute;
	top:65px;
	left: 50%;
    transform: translate(-50%, 0);
	opacity: 0;
	line-height: 1.3em;
	letter-spacing: 0.1em !important;
	font-family: Roboto, sans-serif !important;
}

.product-content {
	margin-top: 60px; /* 26px; */
	margin-bottom: 5px;
}

.item-infobox {
	/*background-color: #cff;*/
	height: 500px;
}

.item-infobox-title {
	background-color: #f2f2f2;
	min-height: 73px;
	text-align: right;
	padding-right: 30px; /* 30px */
    padding-left: 47px; /* 47px; */
	padding-bottom: 14px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.item-infobox-content {
	padding-right: 30px; /* 30px */
}

h1.infobox-title {
	/*width: 220px;*/
	font-size: 1.3em;
	text-transform: uppercase;
	float: right;
	font-weight: bold;
	margin-top: 14px;
	line-height: 23px;
	font-family: Roboto, sans-serif !important;
}

p.infobox-subtitle {
	display: none;
	margin-top: 12px;
	text-align: right;
	/*padding-right: 30px;*/
	padding-left: 47px;
	color: #838383;
	font-size: 1.1em !important;
	font-family: Roboto, sans-serif !important;
}

p.infobox-item-id-price {
	margin-top: 16px;
	text-align: right;
	/*padding-right: 30px;*/
	font-family: Roboto Condensed, sans-serif;
}

span.infobox-item-id {
	font-size: 1.6em;
	font-weight: 500;
}

span.infobox-item-price {
	font-size: 1.6em;
	font-weight: 500;
	color: #e42154;
}

p.infobox-item-text {
	font-size: 1.1em !important;
	text-align: justify;
	line-height:1.4em;
	/*width: 269px;*/
	float: right;
	/*padding-right: 30px;*/
	padding-left: 47px;
	margin-top: 2px;
	margin-bottom: 30px;
	color: #000;
	font-family: Roboto, sans-serif;
}

hr.line-dividing {
	border-top: 1px solid #f2f2f2;
	width: 100%;
	margin-top: 19px;
	margin-bottom: 5px;
}

.zoom-product-slider {
	float:right;
	margin-top: 5px;
	/*margin-right: 30px;*/
	padding-left: 64px;
}

.zoom-product-slider>a>div{
	padding-left: 0 !important;
}

/*
.zoom-product-slider img {
	margin-left: 13px;
	margin-bottom: 10px;
}
*/
.zoom-product-slider img.active {
	box-shadow: 0 0 0 2px #000;
}

.zoom-product-slider img.active:hover {
	box-shadow: 0 0 0 2px #000;
}

.zoom-product-slider img:hover {
	box-shadow: 0 0 0 2px #f2f2f2;
}

.btn-add-to-sh-bag {
	width: 263px;
	height: 47px;
	background-color: transparent;
	color:#000;
	font-size: 0.9em;
	font-weight: 700; 
	text-transform: uppercase;
/*	border-radius: 5px; */
	border: 2px solid #000;
	padding: 10px;
	-webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
    float: right;
/*    margin-right: 49px; */
    margin-bottom: 0 !important;
    outline: none;
    font-family: Roboto, sans-serif !important;
}

.btn-add-to-sh-bag:hover { 
	background-color: #000;
    color:#fff;
}

.btn-add-to-sh-bag:focus {
	background-color: #000;
}

.btn-default {
    width: 100%;
    height: 47px;
    background-color: #000;
    color: #fff;
    font-size: 0.9em;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}

.btn-default:hover { 
	background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

.btn-default:focus { 
	background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

.btn-default.disabled {
    background-color: #4B4D4F !important;
    border-color: #4B4D4F !important;
    cursor: not-allowed !important;
}

.item-photo-block {
	padding: 0;
	min-height: 500px;
	/*overflow: hidden;*/
	margin-top: -37px;
}

.item-table {
	min-height: 500px;
}

.size-table-container {
    width: 100%;
   overflow: hidden; 
   /* overflow-x: scroll; */
   /* margin-left:25px; */
    margin-right:20px;
    padding-right: 20px; /* 10px */
    padding-left: 17px; /* no */
    padding-bottom:18px;
}

.size-table-info {
    padding-left: 17px;
    font-size: 1.1em;
    font-family: Roboto, sans-serif !important;
}

.size-table-info-bold {
    font-weight: 700;
}

.size-table-btn {
    padding-right: 19px;
}

/*
.size-table-container::-webkit-scrollbar-track
{
	border-top: 1px solid #f2f2f2;
	background-color: #fff;
}

.size-table-container::-webkit-scrollbar
{
	width: 3px;
	height: 3px;
	background-color: #F5F5F5;
}

.size-table-container::-webkit-scrollbar-thumb
{
	height: 4px;
	background-color: #000;	
}
*/

.item-table-nav {
	background-color: #f2f2f2;
	height: 73px;
	padding-left: 25px;
}

.item-table-tab {
    width: 49px;
	padding-top:0;
  	border:0;
 	background-color: transparent !important;
 	text-align: center;
	margin-top: 7px;
	padding-right: 0px !important;
	padding-left: 0 !important;
	color:#bababa;
    vertical-align: top;
}

.item-table-tab:hover {
	color:#000;
}

.item-table-tab:focus {
	color: #000;
  	outline: 0;
}

.item-table-tab-title {
    height: 25px;
	font-size: 0.6em !important;
	font-family: Roboto, sans-serif !important;
	line-height: 1.2em;
	margin-bottom: 4px;
}

.active {
	color:#000;
	font-weight: 700;
}

.circle-make {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.item-table-tab-circle {
	width: 21px;
    height: 21px;
	margin: auto;
	padding-top: 29%;
	border: 1px solid #aaa;
    border-radius: 50%;
	box-shadow: 0 0 1px #bebebe;
    background-size: 21px 21px;
}

.active > .item-table-tab-circle {
    border: 1px solid #aaa;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;
}

.item-table-tab-circle-white {
	box-shadow: 0 0 0 5px #fff; 
}

.item-table-tab-circle-black {
	background: #000;
	background-image: url("../images/offers/color_bg_black.png");
}
.item-table-tab-circle-white {
	background: #fff;
	background-image: url("../images/offers/color_bg_white.png");
}
.item-table-tab-circle-rose {
	background: hotpink;
	background-image: url("../images/offers/color_bg_rose.png");
}
.item-table-tab-circle-blue {
	background: blue;
	background-image: url("../images/offers/color_bg_blue.png");
}
.item-table-tab-circle-cyan {
	background: cyan;
	background-image: url("../images/offers/color_bg_cyan.png");
}

.tab-triangle {
    display: none;
	width: 0;
	height: 0;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 17px solid white;
	margin-top: 7px;
}

.item-table-tab.active > .tab-triangle {
    display: inline-block;
}

h3.item-table-title {
	margin-top: 14px;
	font-size: 1.1em;
	font-weight: 600;
	padding-left: 16px;
	font-family: Roboto, sans-serif !important;
}

.item-table-content {
    padding-left: 0 !important;
}

[contenteditable="true"].size-number {
  /*  width: 37px !important; */
    height: 26px !important;
    font-size: 0.9em;
    font-family: Roboto, sans-serif !important;
    text-align: right;
}

.size-cell {
    padding: 3px !important;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff !important;
}

.table {
	margin-bottom: 17px !important;
}

.table thead>tr>th {
    vertical-align: middle !important;
}

table.table thead tr th {
    color: #000 !important;  
    font-size: 0.9em !important;
    padding: 5px 15px !important;
    text-shadow: none !important;
}

table > thead > tr > th {
    background-color: #fff !important;
    font-family: Roboto, sans-serif !important;
}

.table-item-sizes-block {
	margin-left: 26px;
	margin-right: 27px;
	padding-right: 20px;
}

.table-item-sizes {
	font-family: Roboto, sans-serif;
	border: 0;
}

table.table thead tr {
    border-bottom: 0 !important;   
}

.table-item-sizes>thead>tr>th {
	border: 0;
}

.table-item-sizes>thead>tr>th {
    font-size: 0.87em !important;
	font-family: Roboto, sans-serif !important;
	text-align: center;
	vertical-align: bottom;
}

.table-item-sizes>tbody>tr>th {
	font-size: 0.9em !important;
	font-family: Roboto, sans-serif !important;
/*	padding-top: 8px; */
	padding-right: 0;
	padding-left: 5px;
	border: 0;
	background-color: #fff;
}

.table-item-sizes>tbody>tr>td> .size-number.size-active {
    font-size: 0.87em !important;
	font-family: Roboto, sans-serif !important;
    width: 100%;
    min-width: 30px;
    text-align: center;
}

.size-table-vert-title {
    padding-right: 0 !important;
}

.size-table-info-btn-block {
    padding-bottom: 0 !important;
}

table.table>tbody>tr>th {
    border-bottom: 0 !important;  
}

.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
    padding-bottom: 0 !important;
}

.table-item-sizes-input {
/*	width: 50px; */
	border: 0;
	background-color: transparent;
}

.item-photo-block > ul {
    position: relative;
}

.item-photo-block > ul > li {
    display: none;
}

.item-photo-block > ul > li.active {
    display: inline-block;
}

.item-photo-block > ul > li > img {
   /* width: 88%; */
    margin: 0 auto;
}

.product-aditional-pictures > li {
    display: none;
}

.product-aditional-pictures > li.active {
    display: inline-block;
    margin-top: 10px;
}

.product-aditional-pictures > li > img {
    cursor: pointer;   
}

.product-aditional-pictures > li > img:hover {
    box-shadow: 0 0 0 3px #f2f2f2;
}

.cart-message-link {
    display: inline-block;
    float: right;
    color: #777;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: 0.3s;
}

.cart-message {
	position: absolute;
	z-index: 2;
	right: 48px;
	width: 70%;
	top: 209px;

	transition: 0.5s;
	overflow:hidden;
	height: 0;
}

.cart-message.active {
	height: 120px;
}

.cart-message-content {
	background-color: white;
	padding:5px;
}

.shbag-message-save {
	cursor: pointer;
}

#cart-message-field {
    height: 90px;
    border: none;
    background-color: white;
    resize: none;
}

.center-video-mask {
    position:fixed;
    display:none;
    opacity: 0;
    left:0;
    top:0;
    z-index: 1050;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);  
    transition: .5s;
    transition-property: opacity;
}

.center-video-mask.open {
    display:block;
    opacity: 1;
}

.center-video {
    display: inline-block;
    position: fixed;
    left:-webkit-calc(50% - 500px);
    left:-moz-calc(50% - 500px);
    left:calc(50% - 500px);
    top:-webkit-calc(50% - 281px);
    top:-moz-calc(50% - 281px);
    top:calc(50% - 281px);
}

.download-xls-link:hover {
    text-decoration: underline !important;
}

.btn-sh-bag-checkout.disabled {
	background-color: #4B4D4F !important;
    border-color: #4B4D4F !important;
	cursor: not-allowed !important;
}


.offer-colors-container::-webkit-scrollbar-track
{
	border-top: 1px solid #f2f2f2;
	background-color: #fff;
}

.offer-colors-container::-webkit-scrollbar
{
	width: 3px;
	height: 7px;
	background-color: #F5F5F5;
}

.offer-colors-container::-webkit-scrollbar-thumb
{
	height: 10px;
	background-color: #000;	
}

/* Extra menu */


 #extra-cart {
    background-color:#eee;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
}
    
.extra-cart-sizes {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}
    
.cart-color-image {
    background-size: 30px 30px;
    border: 1px solid #aaa;
    color: limegreen;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;   
    border-radius: 30px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 5px;
}

.extra-cart-content h3 {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (max-width: 414px) {
    .owl-prev {
        left: -15px !important;
} 

    .owl-next {
        right: -15px !important
    }

}

@media (max-width: 423px) {
    .extra-cart-content h3 {
        width: 90% !important;
    }

    .item-infobox-content {
		padding-right: 23px !important;
    }

    .item-photo-block {
    	min-height: auto !important;
    }
}

.extra-cart-data-table-row {
    display: table-row; 
    height: 32px;
}

.extra-cart-data-table-row p {
    display: table-cell;
    min-width: 250px;
}

.extra-cart-data-table-row span {
    padding-top: 5px;
}

.extra-cart-data-table-row span {
    margin-top: -3px;
}


.btn-default {
    margin-bottom: 0 !important;
}

.btns-coll-controls-container {
    padding-top: 10px;
    padding-bottom: 20px;
}

.btn-prev-coll-container {
    padding-right: 1px !important;
    padding-left: 1px !important;
    padding-bottom: 0 !important;
    margin-bottom: 3px !important;
}

.btn-next-coll-container {
    padding-right: 1px !important;
    padding-left: 1px !important;
    margin-bottom: 3px !important;
}

.extra-cart-content h3 {
    padding-top: 10px;
}

@media(max-width: 1650px) {
	.offer-without-set-full {
		display: none;
	}
}

@media(min-width: 1651px) {
	.offer-without-set-short {
		display: none;
	}
}