/**/

.product-thumb .price,
.product-thumb .price-new {
	color: #8d6b43;
	font-weight: 600;
}

.product-thumb .price-old {
	font-weight: normal;
}

/**/

.j-product-info-sku {
    overflow: hidden;
    border: 1px solid #ff9200;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-property-item {
    padding: 5px 0 0 0;
    margin: 0;
    overflow: hidden;
}
.p-property-item .p-item-title {
    padding-top: 7px;
    text-align: left;
    line-height: 14px;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 5px;
}
.p-property-item .p-item-title-value {
    color: #4482f7;
    font-weight: bold;
}
.p-property-item .p-item-main {
    margin-left: 0;
    min-height: 30px
}
.sku-attr-list {
    margin: 0;
    padding: 0;

    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 78px);
    grid-gap: 0px;
}
.sku-attr-list li {
    float: left;
    list-style: none;
    margin: 0 10px 3px 0
}
.sku-attr-list li a {
    float: left;
    border: 1px solid #e9e9e9;
    line-height: 28px;
    height: 30px;
    padding: 0 10px;
    color: #333;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}
.sku-attr-list li.active a,
.sku-attr-list li:hover a {
    border: 3px solid #f90;
    border-radius: 4px;
    line-height: 24px;
    padding: 0 8px;
    text-decoration: none
}
.sku-attr-list li.disabled a {
    cursor: default
}
.sku-attr-list li.disabled span {
    opacity: .3;
    filter: alpha(opacity=30);
    zoom: 1
}
.sku-attr-list li.disabled:hover a {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px
}
.sku-attr-list li.item-sku-image a {
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
    text-align: center
}
.sku-attr-list li.item-sku-image img {
    max-width: 38px;
    max-height: 38px;
    display: inline-block
}
.sku-attr-list li.item-sku-image.active a img,
.sku-attr-list li.item-sku-image:hover a img {
    max-width: 34px;
    max-height: 34px
}
.sku-attr-list li.item-sku-image.disabled:hover a img {
    max-width: 38px;
    max-height: 38px
}
.sku-attr-list li.item-sku-image.disabled a {
    opacity: .3;
    filter: alpha(opacity=30);
    zoom: 1
}
.sku-attr-list li.item-sku-image.disabled:hover a {
    width: 40px;
    height: 40px;
    padding: 0
}
.sku-attr-list li.item-sku-color a {
    width: 40px;
    height: 40px;
    padding: 2px
}
.sku-attr-list li.item-sku-color span {
    display: block;
    width: 100%;
    height: 100%
}
.sku-attr-list li.item-sku-color.disabled a {
    width: 40px;
    height: 40px;
    padding: 2px
}



.ribbon {
  position: absolute;
  left: 10px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon .discount {
  font: bold 14px "Open Sans";
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F79E05 0%, #8F5408 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon .discount::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F5408;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}
.ribbon .discount::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F5408;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F5408;
}



ul.review-images {
  display: block;
  height: 78px;
  padding: 0px;
  margin: 0px;
}

ul.ri-top10 {
  margin-top: 10px;
}

ul.review-images li {
  list-style: none;
  float: left;
  min-width: 78px;
  border: 1px solid #dddddd;
  margin-right: 20px;
  border-radius: 3px;
  padding: 5px
}

ul.review-images li:hover {
    border: 1px solid #f90;
}

ul.review-images img {
  height: 66px;
  display: block;
  margin: auto;
}

div#review table, div#review td {
  border: 0px;
}
div#review tr:nth-of-type(1) {
  border-bottom: 1px solid #eaeaea;
}
div#review table {
  margin-bottom: 30px;
}

.fa-stack i.fa-star,
.fa-stack i.fa-star-half-o,
.fa-stack i.fa-star-o {
    color: #F79E05;
}





a.list-group-item {
  font-weight: bold;
  background-color: #fcfcfc;
}

a.list-group-item:hover {
  /*color: #23a1d1;*/
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,300');
#menu {
  font-family: 'Roboto', sans-serif;
  line-height: 54px;
  font-size: 15px;
  font-weight: 400;
}



.sku-attr-list li.item-sku-image a {
    width: 40px;
    height: 40px;
}
.sku-attr-list li.item-sku-image img {
    max-width: 38px;
    max-height: 38px;
}
.sku-attr-list li.item-sku-image.active a img,
.sku-attr-list li.item-sku-image:hover a img {
    max-width: 34px;
    max-height: 34px
}
.sku-attr-list li.item-sku-image.disabled:hover a img {
    max-width: 38px;
    max-height: 38px
}
.sku-attr-list li.item-sku-image.disabled:hover a {
    width: 40px;
    height: 40px;
}
.sku-attr-list li.item-sku-color a {
    width: 40px;
    height: 40px;
}



.sku-attr-list li.item-sku-image a {
    width: 78px;
    height: 78px;
}
.sku-attr-list li.item-sku-image img {
    max-width: 70px;
    max-height: 70px;
    margin: 3px;
}
.sku-attr-list li.item-sku-image.active a img,
.sku-attr-list li.item-sku-image:hover a img {
    max-width: 66px;
    max-height: 66px
}
.sku-attr-list li.item-sku-image.disabled:hover a img {
    max-width: 70px;
    max-height: 70px
}
.sku-attr-list li.item-sku-image.disabled:hover a {
    width: 78px;
    height: 78px;
}
.sku-attr-list li.item-sku-color a {
    width: 78px;
    height: 78px;
}


#gallery_01 {
    width: 96px;
}
#gallery_01 img {
    border: 1px solid rgb(221, 221, 221, 0.5);
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
}
#gallery_01 img:hover,
#gallery_01 img:focus,
#gallery_01 img.active {
  border-color: #337ab7;
}




.product-thumb .image img {
	width: 100%;
}
.product-thumb {
	border: 0px;
	margin-bottom: 40px;
}
.product-thumb h4 {
	font-weight: normal;
}
.product-thumb h4 a {
	color: gray;
}
.product-thumb h4 a:hover {
	color: black;
	text-decoration: underline;
}
.product-thumb .price {
	font-size: 15px;
	text-align: center;
}
.product-thumb .price-old {
	color: #c41949;
	font-size: 13px;
}
.product-thumb .caption {
	padding: 0px;
	min-height: auto;
}
.product-thumb .caption h4 {
	display: block;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	text-align: center;
	height: 54px;
}
#content .product-thumb .caption h4 {
	height: 67px;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .caption .rating {
	text-align: center;
}

#menu .dropdown-inner a {
	min-width: 275px;
}
#product-product h1 {
	font-size: 200%;
}


#list-view, #grid-view, #compare-total,
.product-thumb .caption > p:nth-of-type(1),
.product-thumb .button-group,
#product-product #content .btn-group,
#product-category #content h3 {
	display: none;
}
.product-thumb .caption > p.price {
	display: block;
}
#more-products > h3,
#recently-viewed > h3 {
	margin-bottom: 20px;
}

#product-product #content h1,
#product-product #content h2 {
	margin-top: 0px;
}

#product-category #content h2 {
	margin-top: 0px;
}
#product-category #content .form-group {
	margin-bottom: 20px;
}

#j-product-quantity,
#input-quantity,
h2 #j-product-price,
#j-product-special {
	font-weight: bold;
	color: #4482f7; /*#b18046;*/
}
span #j-product-price {
	font-size: 15px;
	color: #c41949;
}

#input-quantity {
	font-size: 13px;
	border: none;
}

#product > div.form-group > label.control-label,
#product-product #content > .row > div:nth-of-type(2) > ul:nth-of-type(1) {
	/*font-weight: bold;*/
	font-size: 13px;
}
#product-product #content > .row > div:nth-of-type(2) > ul:nth-of-type(1) > li:nth-of-type(1) {
	display: none;
}
#j-product-info-sku .p-item-title,
#content > .row > div:nth-of-type(2) > ul:nth-of-type(3) > li:nth-of-type(4) {
	font-size: 13px;
	line-height: 16px;
}

#j-product-option-title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #666;
	padding-top: 12px;
	margin-bottom: -3px;
	display: none;
}

#j-product-option-board {
	padding: 0 0 15px 0;
}

#j-product-option-board-image {
	width: 100%;
	margin-top: 12px;
}

#j-product-option-board-title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #4482f7;
	/*margin-bottom: -16px;*/
	padding-top: 12px;
	margin-bottom: -3px;
}

#free-sheeping-teaser {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

#free-shipping-top {
	padding-top: 6px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.category-description {
    font-size: 15px;
}

#button-buy {
    background-color: #e64545;
    background-image: none;
    border-color: #e64545;
}

#menu .see-all:hover, #menu .see-all:focus,
.dropdown-menu li > a:hover {
	background-color: #ddbe87;
	background-image: linear-gradient(to bottom, #ddbe87, #b18046);
}
#logo > h1 > a {
	color: #ddbe87;
}
#logo > h1 > a:hover {
	color: #b18046;
}
a {
	color: #997521;
}

#more-products .container,
#recently-viewed .container {
	width: 100%;
	padding-left: 0px;
}
#common-home #content .row,
#more-products .row,
#recently-viewed .row {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-top: 5px;
}    
#common-home #content .row [class*="col-"],
#more-products .row [class*="col-"],
#recently-viewed .row [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: top;
}
#common-home #content .row h4 {
	white-space: normal;
}    
#more-products .row h4,
#recently-viewed .row h4 {
	white-space: normal;
	font-size: 12px;
}    

#product-category > div.row:nth-of-type(1) > #content > div.row:nth-of-type(1) {
	font-size: 18px;
}
#common-home img,
#product-category img,
#more-products img,
#recently-viewed img {
	border: 1px solid #ededed;
}

#content {
	min-height: auto;
	margin-bottom: 20px;
}

#information-information #content {
	min-height: 450px;
}
#information-information #content > h1 {
	margin-bottom: 30px;
}


@media (max-width: 767px) {
.desktop {
	display: none;
}
.zoomContainer {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
/*.mobile {*/
.desktop {
	display: none;
}
.zoomContainer {
	display: none;
}
}

@media (min-width: 1200px) {
.mobile {
	display: none;
}
#top .container {
	text-align: center;
}
#top .container > div {
	float: none;
	display: inline-block;
}
}

/*.swiper-container {
	width: 100%;
	display: block;
}*/
#product-slider {
	margin-bottom: 20px;
}
.swiper-slide img {
	width: 100%;
	display: block;
}
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: white;
	border: 1px solid navy;
	opacity: .5;
	border-radius: 20px;
}
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: white;
	border: 1px solid #c49b62;
	opacity: .5;
	border-radius: 20px;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 100%;
	background: #c49b62;
	border-radius: 20px;
	color: #ffffff;
	position: relative;
	border: 2px solid #c49b62;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

  /*******************/
 /***   PART #2   ***/
/*******************/

:root {
	--theme-main-color: #4482f7; /*#b18046;*/
}

#menu {
	background-color: #a6a5aa;
	background-image: none;
	border: none;
}

.free-sheeping-tease {
    display: block;
    padding: 5px 20px;
    font-weight: 700;
    color: #ddbe87;
    text-align: center;
    background-color: #303030;
    text-transform: uppercase;
}

#tab-description img {
    width: 100%;
    height: auto;
}
#tab-description table {
    width: 100%;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul.nav-tabs {
    position: sticky;
    top: -3px;
    z-index: 1;
    background-color: white;
    box-shadow: 0 10px 20px 10px rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}
div#content div.row div.col-sm-5 {
    position: sticky;
    top: 20px;
}

#top #form-ship-to-country .ship-to-country-select {
	text-align: left;
}
#top #form-ship-to-country .ship-to-country-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#j-product-freight {
    font-weight: bold;
    color: #4482f7; /*#b18046;*/
}

#j-time-countdown {
    display: inline-block;
    line-height: 18px;
    margin-left: 10px;
    padding: 0 8px;
    border: 1px solid #ffc7a0;
    color: #ed5f00;
    border-radius: 8px;
    font-size: 13px;
    position: relative;
    top: -3px;
}

.sku-attr-list li {
    margin-bottom: 10px !important;
}

#p-content {
	display: grid;
	grid: min-content 1fr / 58% 42%;
	b1ackground-color: #ddffff;
	width: 100%;
	height: 100%;
}
#p-image {
	b1ackground-color: #ffdddd;
	grid-row: 1/2;
	grid-column: 1/2;
}
#p-stock {
	b1ackground-color: #ddddff;
	grid-row: 1/3;
	grid-column: 2/3;
}
#p-info {
	b1ackground-color: #ddffdd;
	grid-row: 2/3;
	grid-column: 1/2;
}

@media (min-width: 768px) {
	#p-stock {
		z-index: 2;
	}
	.p-stock {
		/*position: sticky;
		top: 20px;*/
		padding-left: 30px;
	}

	#tab-specification > .table {
		margin-bottom: 0;
	}
	#tab-review > #form-review > .buttons {
		margin-bottom: 0;
	}
	#j-product-option-board {
		display: none;
	}
}

@media (max-width: 767px) {
	#p-content {
		grid: min-content min-content 1fr / 1fr;
	}
	#p-image {
		grid-row: 1/2;
		grid-column: 1/2;
	}
	#p-stock {
		grid-row: 2/3;
		grid-column: 1/2;
	}
	#p-info {
		grid-row: 3/4;
		grid-column: 1/2;
	}
	.mobile {
		width: calc(100vw - 47px);
	}

	.buy-buttons {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		/*opacity: 1;*/
		z-index: 2;
		display: grid;
		grid: 1fr / 1fr 1fr;
	}

	.buy-buttons button {
		text-transform: uppercase;
		border-radius: 0;
		grid-row: 1/2;
	}

	#button-cart {
		grid-column: 1/2;
	}

	#button-buy {
		grid-column: 2/3;
	}

	footer {
		padding-bottom: 55px;
	}

	.nav-tabs {
		border-bottom: 2px solid #997521;
		margin-left: -16px;
		margin-right: -16px;
		font-size: 14px;
		width: 100vw;
	}

	/*.nav-tabs > li {
		width: calc(100vw/3);
	}*/
	.nav-tabs {display: grid; grid: min-content / min-content min-content 1fr;}
	.nav-tabs li { grid-row: 1/2; }
	.nav-tabs li a { height: 100%; display: flex; place-items: center; place-content: center; }

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		font-weight: bold !important;
		color: #fff !important;
		background-color: #997521;
	}

	.nav-tabs > li > a {
		text-align: center;
		margin-right: 0;
	}

	.nav-tabs > li > a:hover {
		border-bottom-color: #997521;
	}

	#product-product h1 {
		font-size: 16px;
		line-height: 1.3;
	}

	#tab-description {
		margin-left: -15px;
		margin-right: -15px;
	}

	#tab-specification thead tr td:first-child {
		font-size: 13px;
		text-align: center;
		padding-top: 0;
	}
	#tab-specification thead:not(:first-child) tr td {
		padding-top: 24px;
	}
	#tab-specification tbody tr td:first-child {
		color: #997521;
		padding-left: 0;
	}
	#tab-specification tbody tr td:last-child {
		padding-right: 0;
	}
	#tab-specification .table-bordered {
		border: none;
	}
	#tab-specification .table-bordered, #tab-specification td {
		border-left: none;
		border-right: none;
	}

	#product-slider {
		margin-left: -15px;
		margin-right: -32px;
	}
	/*.form-group .control-label, #input-quantity {
		display: none;
	}*/
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	font-weight: bold;
	color: #997521;
	outline: none;
}

  /*******************/
 /***   PART #3   ***/
/*******************/

:root {
	--theme-main-color: var(--main-theme-color);
}
#menu {
	background-color: var(--main-theme-color);
	background-image: none;
	border: none;
}
#logo > h1, #logo > h1 > a {
	color: var(--main-theme-color);
}
#logo > h1:hover, #logo > h1 > a:hover {
	color: gray;
}
#menu .see-all:hover, #menu .see-all:focus, .dropdown-menu li > a:hover {
	background-color: var(--main-theme-color);
	background-image: none;
}
#menu .see-all {
	color: gray;
	font-weight: bold;
}
.product-thumb .price, .product-thumb .price-new {
	color: #4482f7;
}
@media (max-width: 767px) {
	#menu .see-all {
		color: #fff;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		background-color: var(--main-theme-color);
	}
	#tab-specification tbody tr td:first-child {
		color: var(--main-theme-color);
	}
	.nav-tabs {
		border-bottom-color: var(--main-theme-color);
	}
}
a {
	color: var(--main-theme-color);
}
.sku-attr-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.sku-attr-list li {
	margin: 0 5px;
}

#button-confirm-order {
    color: #003087;
    font-weight: bold;
    font-size: 24px;
    width: 316px;
    display: block;
    margin-bottom: 7px;
}

#product-product h1 {
    font-size: 16px;
    line-height: 1.3;
}

@media (min-width: 768px) {
	.buy-buttons {
		width: 100%;
		margin-bottom: 20px;
	}
	#button-cart, #button-buy {
		width: calc(50% - 10px);
		box-sizing: border-box;
	}
	#button-buy {
		float: right;
	}
}

.qty-mp:focus, .qty-mp:active {
    outline: none !important;
}
.qty-mp-box {
    margin: 10px 0;
}
.qty-mp[data-dir="dwn"] {
    border-radius: 50%;
    font-size: 8px;
    padding: 8px 10px;
    line-height: 8px;
}
.qty-mp[data-dir="up"] {
    margin-right: 16px;
    border-radius: 50%;
    font-size: 8px;
    padding: 8px 10px;
    line-height: 8px;
}

  /*\*****************\*****/
 /***\   Popup Block   \***/
/*****\_________________\*/

#rrmultisearch {
    display: none;
}

