/* icons */

.fa-filter, .fa-share-alt { font-size: 20px; }

span.icon_color, span.icon_inventory { width: 18px; height: 18px; margin-left: 5px; display: inline-block; }
span.icon_color img, span.icon_inventory img { width: 100%; }


/* filter checkbox */
.filter_list { padding-left: 0; list-style: none; }
.filter_list li { padding: 4px 0; }
.filter_list .filter_checkbox_container {display: inline-block; }

.filter_checkbox_container label.custom-checkbox { margin-left: 0; }
.filter_checkbox_container label.custom-checkbox input[type="checkbox"] { position: absolute; margin: 0; width: 16px; height: 16px; visibility: hidden; }
.filter_checkbox_container label.custom-checkbox input[type="checkbox"]:checked + span:before { background-color: #0039a8; }
.filter_checkbox_container label.custom-checkbox > span { display: inline-block; font-size: 14px; line-height: 14px; vertical-align: top; color: #7f7f7f; margin-left: 30px; font-weight: normal; }
.filter_checkbox_container label.custom-checkbox > span:before { top: 0; left: 0; width: 14px; height: 14px; }
.filter_checkbox_container label.custom-checkbox > span.fabric { text-transform: lowercase; }


/* selectbox */
.selectbox_conatiner label.custom-checkbox { margin-left: 0; }
.selectbox_conatiner label.custom-checkbox input[type="checkbox"] { margin: 0; width: 16px; height: 16px; visibility: hidden; }
.selectbox_conatiner label.custom-checkbox input[type="checkbox"]:checked + span:before { background-color: #7f7f7f; box-shadow: inset 0 0 0 2px #fff; }
.selectbox_conatiner label.custom-checkbox > span { display: inline-block; font-size: 14px; line-height: 14px; vertical-align: top; color: #7f7f7f; margin-left: 20px; }
.selectbox_conatiner label.custom-checkbox > span:before { top: 0; left: 0; width: 14px; height: 14px; }


/* compare button */
.compare_conatiner label.custom-checkbox { margin-left: 0; }
.compare_conatiner label.custom-checkbox input[type="checkbox"] { margin: 0; width: 16px; height: 16px; visibility: hidden; }
.compare_conatiner label.custom-checkbox input[type="checkbox"]:checked + span:before { background-color: #7f7f7f; box-shadow: 0 0 0 2px #FFF inset; }
.compare_conatiner label.custom-checkbox input[type="checkbox"]:checked + span:after { content: attr(data-labelchecked); font-family: "proxima-nova"; }
.compare_conatiner label.custom-checkbox > span { display: inline-block; font-size: 14px; line-height: 14px; vertical-align: top; color: #7f7f7f; font-weight: normal; text-transform: uppercase; margin-left: 2px; }
.compare_conatiner label.custom-checkbox > span:before { top: 0; left: 0; width: 14px; height: 14px; }
.compare_conatiner label.custom-checkbox > span:after { content: attr(data-labelunchecked); }


/* Button from Bootstrap */
.btn-default.grey_bg { background-color: #7f7f7f; color: #fff; } 
.btn-default.grey_bg:hover { background-color: #969696; color: #fff; } 

/* Plus Button */
.btn_plus_container { display: inline-block; position: absolute; right: 50px; }
.btn_plus { color: #0039a8; float: right; line-height: 24px; cursor: pointer; }
.btn_plus .circle-plus-minus { font-size: 24px; }
.btn_plus.is-active .circle-plus-minus::before { font-family: 'k2-gildan'; content: "\e90e"; }

/* Plus Button (mobile)*/
.btn_plus_mobile { color: #0039a8; float: right; line-height: 24px; cursor: pointer; margin-right: 10px; }
.btn_plus_mobile .circle-plus-minus { font-size: 24px; }
.btn_plus_mobile.is-active .circle-plus-minus::before { font-family: 'k2-gildan'; content: "\e90e"; }

/* Add Button */
a.btn_add { background-color: #f9f9f9; color: #0039a8; }
a.btn_add.is-active { background-color: #ddd; }
a.btn_add div.txt_add:after  { content: attr(data-add); }
a.btn_add.is-active div.txt_add:after  { content: attr(data-added); }

.btnCustom { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; background-image: none; border: 1px solid transparent; white-space: nowrap; font-size: 14px; line-height: 20px; border-radius: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-color: #ccc; }
.btn_add, .btn_compare { background-color: #f9f9f9; padding: 4px 15px; color: #0039a8; }
.btn_add div.txt_add:after  { content: attr(data-add); }

.btn_added { background-color: #ddd; padding:4px 10px; }
.btn_added div.txt_add:after  { content: attr(data-added); }


/* Clear All Button */
.nav__btn .btn_clear_all { padding: 0 20px; border: 1px solid #7f7f7f; border-radius: 20px; display: inline-block; float: right; background-color: #7f7f7f; cursor: pointer;}
.nav__btn .btn_clear_all:hover { background-color: #c6c6c6; }
.nav__btn .btn_clear_all a { color: #fff; font-size: 12px; text-transform: uppercase; }
.nav__btn .btn_clear_all a:hover { color: #333; }


/* Back to Button */
.btn_back_to { padding: 5px 34px; border-radius: 20px; display: inline-block;  }
.btn_back_to:hover {  border-color: #606060; }
.btn_back_to a { color: #fff; font-size: 18px; padding: 2px 12px; }
.btn_back_to a:hover { color: #fff; }


/* Phone Button */
.unit__btn .btn_phone { padding: 0 34px; border: 1px solid #b7b7b7; border-radius: 20px; display: inline-block; float: right; background-color: #f9f9f9; cursor: pointer; }
.unit__btn .btn_phone:hover { border: 1px solid #999; }
.unit__btn .btn_phone a { color: #b7b7b7; font-size: 18px; padding: 2px 12px; }


/* Link Button */
.unit__btn .btn_link { padding: 0 34px; border: 1px solid #b7b7b7; border-radius: 20px; display: inline-block; float: right; background-color: #f9f9f9; cursor: pointer; }
.unit__btn .btn_link:hover { border: 1px solid #999; }
.unit__btn .btn_link a { color: #b7b7b7; font-size: 18px; padding: 2px 12px; }


/* Enelope Button */
.unit__btn .btn_envelope { padding: 0 34px; border: 1px solid #b7b7b7; border-radius: 20px; display: inline-block; float: right; background-color: #f9f9f9; cursor: pointer; }
.unit__btn .btn_envelope:hover { border: 1px solid #999; }
.unit__btn .btn_envelope a { color: #b7b7b7; font-size: 18px; padding: 2px 12px; }


/* View all color Button */
.btn_view_all_color { padding: 0 20px; border: 1px solid #b7b7b7; border-radius: 20px; display: inline-block; float: right; background-color: #f9f9f9; cursor: pointer; }
.btn_view_all_color:hover { border: 1px solid #999; }
.btn_view_all_color a { color: #b7b7b7; font-size: 12px; }


/* grid container */
.grid_container .grid_container_pic { /*width: 257px;*/ height: 350px;  position: relative; margin-top: 30px;}
.grid_container .grid_container_pic .new { position: absolute; top:0; right:0; z-index: 2; }
.grid_container .grid_container_pic img { width: 100%; }


/* compare link */
.compare_link { float:right ; color: #0039a8; border-left: 1px solid #d4d3d2; padding-left: 10px; z-index: 3; position: relative; font-family: "proxima-nova"; }
.compare_link.hide { display: none; } 
.compare_link a { text-decoration: none; }


/* New Item Icon */
.new { padding: 5px 10px; background-color: #0039a8; color: #fff; display: inline-block; }


/* specIcon */
img.spec_icon { width: 30px; float: left; }


/* color list */
.color_container { width: 22px; height: 22px; border-radius: 11px; margin: 0 3px; display: inline-block; } 

.color1 { background-color: #ec008c; }
.color2 { background-color: #7b0046; }
.color3 { background-color: #FC3; }
.color4 { background-color: #111111; }
.color5 { background-color: #a3d39c; } 
.color6 { background-color: #f26c4f; }
.color7 { background-color: #f06eaa; }
.color8 { background-color: #6dcff6; }



/* color search */
.re-size20 { width: 20px; height: 20px; vertical-align: middle; margin-right: 10px; }



/* aside pagination loading */
.pagination_load { clear: both; width: 200px; margin: 25px auto 0; padding: 30px 0; }
.pagination_load ul li { list-style: none; float: left; margin: 0 6px; }
.pagination_load ul li + li { border-top: 0; }
.pagination_load ul li a { display: block; width: 14px; height: 14px; text-indent: -10000px; background: #dfdfdf; border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px; cursor: default; }
.pagination_load ul li a.is-active { background: #7f7f7f; }
.pagination_load ul li { margin: 6px; }


/* Ads banner */
.grid_content .grid_ads_pic { margin-top: 36px; cursor: pointer; }
.grid_content .grid_ads_pic.hide { display: none; }
.grid_content .grid_ads_pic_3col_view { margin-top: 36px; }
.grid_content .grid_ads_pic_3col_view.hide { display: none; }


/* no product page */
section.no-product { margin-bottom: 0; }

.no-product_container { padding-top: 80px; }
.no-product_container .ttl { font-size: 45px; color: #0039a8; line-height: 40px; font-family: "DidotLight"; text-transform: uppercase; font-style: italic; }
@media only screen and (max-width: 767px) { .no-product_container .ttl { font-size: 25px; } }
.no-product_container .banner_btn a { padding: 6px 20px; border: 0; margin: 8px 0; }

.blank { text-indent: -10000px;}

@media only screen and (min-width: 1281px) { 
  .cus-col-lg-1 { width: 25%; float: left; display: block; } 
  .cus-col-lg-2 { width: 50%; float: left; display: block; } 
  .cus-col-lg-3 { width: 75%; float: left; display: block; }
  .cus-col-lg-4 { width: 100%; float: left; display: block; }

}

@media only screen and (min-width: 320px) and (max-width: 1280px) {
  .row-fix { width: 1280px; }
  .col-lg-1-fix { width: 320px; float: left; }
  .col-lg-2-fix { width: 640px; float: left; }
  .col-lg-3-fix { width: 960px; float: left; }
  .col-lg-4-fix { width: 1280px; float: left; }

}

.over { z-index: 10; }

.btn_add, .btn_compare {
    padding: 4px 9px;
}


















