@charset "utf-8";
/* CSS Document
   Author: Dimitar Troyanov as developer @ www.stenikgroup.com
*/

* { margin: 0px; padding: 0px; }

body {
    float: left;
    width: 100%;
    height: auto;
    direction: ltr;
    font-family: 'Istok Web', sans-serif;
    font-size: 13px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-weight: normal;
    background: #fff;
    overflow-x: hidden;
}

@media only screen and (min-width: 0px) and (max-width: 1025px) { body {overflow-x:visible;} }


/* Stenik default style helpers */
ol { padding:0; margin:5px 0 10px 20px; }
ol li { padding:0; margin:0;  }
ul { margin: 0; padding: 0; }
ul li { list-style: none; padding:0; margin:0; }
p { padding:0; margin:0; }
iframe { border-width: 0px; }
a { outline:none; }
a img { border:0; }
.clear { clear:both; }
.clearH { clear:both; height:10px; }
.clearH2 { clear:both; height:20px; }
.clearH3 { clear:both; height:30px; }
.clearH4 { clear:both; height:40px; }
.radiusL { border-radius: 0px 0px 0px 5px; }
.radiusR { border-radius: 0px 0px 5px 0px; }
.decNone {  text-decoration:none; }
.noBgr { background:none!important; }
.left { float:left; }
.right { float:right; }
.noBorder { border: none!important; }
.noBorderB { border-bottom:none !important; }
.noBorderT { border-top:none !important; }
.noBorderL { border-left:none !important; }
.noBorderR { border-right:none !important; }
.noMarginR {margin-right:0 !important; }
.noMarginL {margin-left:0 !important; }
.noMarginB { margin-bottom:0 !important; }
.noMarginT { margin-top:0 !important; }
.noMargin { margin:0 !important; }
.noPaddingL { padding-left:0 !important; }
.noPaddingR { padding-left:0 !important; }
.noPaddingB { padding-bottom:0 !important; }
.noPaddingT { padding-top:0 !important; }
.noOverflow { overflow:hidden; }
.noOverflowX { overflow-x:hidden; }
/* End of Stenik default style helpers */


/* Some default resets */

.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}


/* Default input, select and textarea styles
**********************************************/

.input-box { float: left; width: 250px; margin-bottom: 13px; position: relative; }
.input-box.check-box { width: 100%; margin-bottom: 10px; }
.input-box label {
    float: left;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.input-box.check-box label {
    max-width: 85%;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    margin: 0px 0px 0px 10px;
}
.input-box.check-box label a { color: #45bfba; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.input-box.check-box label a:hover { color: #222c30; }
.input-box .star { color: #45bfba; }
.input-text {
    width: 228px;
    height: 28px;
    padding: 0px 10px;
    font-family: 'Istok Web', sans-serif;
    font-size: 13px;
    background: #FFF;
    color: #000;
    border: 1px solid #cecece;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.input-text:hover { border-color: #45bfba; }
.input-text:focus { background: #e9e9e9; }

textarea {
    width: 228px;
    height: 103px;
    padding: 10px;
    font-family: 'Istok Web', sans-serif;
    font-size: 13px;
    background: #FFF;
    color: #191919;
    border: 1px solid #cecece;
    border-radius: 2px;
    outline: none;
    resize: vertical;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
textarea:focus { border-color: #45bfba; }
textarea:focus { background: #e9e9e9; }

.button {
    float: left;
    width: 269px;
    height: 40px;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: #45bfba;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.button:hover { background: #222c30; }
.checkbox { float: left; }
input, textarea, select, button { outline: none; }

select {
    width: 250px;
    height: 30px;
    padding: 0px 10px;
    font-family: 'Istok Web', sans-serif;
    font-size: 13px;
    background: #FFF;
    color: #000;
    border: 1px solid #cecece;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}

/* End of default input, select and textare styles */


/* Main styles for web site start */

.wrapper {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}

/* Header styles */
#header { float: left; width: 100%; }
.headerTop { float: left; width: 100%; height: 69px; }
.headerTop .logo { float: left; width: 161px; height: 45px; margin: 5px 63px 0px 20px; }
.headerTop .phoneContainer {
    float: left;
    width: 179px;
    height: 33px;
    padding-left: 20px;
    margin: 17px 75px 0px 0px;
    background: url('../images/phoneIcon.png') no-repeat left bottom;
}
.headerTop .phoneContainer .phoneText { float: left; width: 100%; font-size: 10px; }
.headerTop .phoneContainer .phoneNumber { float: left; width: 100%; font-size: 29px; font-weight: bold; color: #222c30; }
.headerSearch, .searchautocomplete { float: left; width: auto; margin: 20px 68px 0px 0px; position: relative; padding: 0; }
.headerSearch .searchInput,
#header .searchautocomplete .nav,
#responsiveHeader .searchautocomplete .nav {
    float: left;
    width: 180px;
    height: 28px;
    padding: 0px 10px 0px 28px;
    margin-right: 5px;
    background: url('../images/searchIcon.png') no-repeat left 6px center;
    border: 1px solid #cecece;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
#header .searchautocomplete .nav .nav-input,
#responsiveHeader .searchautocomplete .nav .nav-input { margin: 0; padding: 0; }
#header .searchautocomplete .nav .nav-input input,
#responsiveHeader .searchautocomplete .nav .nav-input input { height: 28px; }
.headerSearch .searchInput:hover { border-color: #45bfba; }
.headerSearch .searchInput:focus { border-color: #999; background: #f1f1f1 url('../images/searchIcon.png') no-repeat left 6px center; }
#header .searchautocomplete .nav-submit-button,
#responsiveHeader .searchautocomplete .nav-submit-button { background: none; padding: 0; }
.headerSearch .searchSubmit,
#header .searchautocomplete .searchSubmit,
#responsiveHeader .searchautocomplete .searchSubmit {
    float: left;
    width: 80px;
    height: 30px;
    font-size: 12px;
    color: #656565;
    background: #f1f1f1;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerSearch .searchSubmit:hover,
#header .searchautocomplete .searchSubmit:hover,
#responsiveHeader .searchautocomplete .searchSubmit:hover { background: #999; color: #FFF; }
.headerSearch #search_autocomplete {
    width: 300px;
    padding: 10px;
    position: absolute;
    top: 30px !important;
    left: 0px;
    z-index: 100;
    background: #FFF;
    border: 1px solid #cecece;
    border-radius: 2px;
    box-sizing: border-box;
}
.headerSearch #search_autocomplete li {
    margin: 3px 0px;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerSearch #search_autocomplete li:hover { color: #45bfba; }
#header .searchautocomplete .searchautocomplete-placeholder,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder {
    width: 300px;
    padding: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border-color: #d8d8d8;
}

#header .searchautocomplete .searchautocomplete-placeholder:before,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder:before {
    width: 32px;
    height: 11px;
    position: absolute;
    top: -11px;
    right: 15px;
    background: url('../images/subCartArrow.jpg') no-repeat center center;
    border: none;
}
#header .searchautocomplete .searchautocomplete-placeholder ul li,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder ul li { border: none; padding: 15px 18px; margin: 0; position: relative; }
#header .searchautocomplete .searchautocomplete-placeholder ul li:after,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder ul li:after {
    content: "";
    width: 262px;
    height: 1px;
    position: absolute;
    left: 18px;
    bottom: 0;
    background: #d6d6d6;
}
#header .searchautocomplete .searchautocomplete-placeholder ul li:last-of-type:after,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder ul li:last-of-type:after { width: 0; }
#header .searchautocomplete .searchautocomplete-placeholder ul li a.name,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder ul li a.name { font-size: 12px; font-weight: bold; text-transform: uppercase; }
#header .searchautocomplete .searchautocomplete-placeholder ul li .highlight strong,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder ul li .highlight strong { color: #45bfba; }
#header .searchautocomplete .searchautocomplete-placeholder ul li .price-box,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder ul li .price-box { float: left; font-size: 16px; font-weight: bold; color: #000; }
#header .searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price { display: inline-block; margin-left: 5px; color: #e50000; }
#header .searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price { display: inline-block; font-weight: normal; color: #333; text-decoration: line-through; }
#header .searchautocomplete .searchautocomplete-placeholder .all,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder .all { width: 100%; padding: 15px; margin: 0; box-sizing: border-box; background: #ebebeb; }
#header .searchautocomplete .searchautocomplete-placeholder .all a,
#responsiveHeader .searchautocomplete .searchautocomplete-placeholder .all a { font-size: 13px; font-weight: bold; color: #45bfba; text-decoration: none; }
.headerImage { float: left; width: 83px; height: 42px; margin: 16px 0px 0px; }
.headerRight { float: right; width: auto; margin-top: 24px; max-width: 200px; }
.cartBoxWrapper { float: right; }
.headerCart { float: right; width: auto; height: 40px; margin-left: 10px; position: relative; }
.headerCart .openHeaderCart {
    float: left;
    width: auto;
    height: 24px;
    padding: 1px 1px 1px 47px;
    background: url('../images/cartIcon.png') no-repeat left 20px center;
    border-left: 1px solid #d6d6d6;
    position: relative;
}
.headerCart .openHeaderCart:hover { background: none; }
.headerCart .openHeaderCart:before {
    content: "";
    width: 22px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 0px;
    opacity: 0;
    background: url('../images/cartIcon.png') no-repeat center center;
    -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear;
}
.headerCart .openHeaderCart:hover:before { left: 20px; opacity: 1; }
.headerCart .openHeaderCart .number {
    float: left;
    width: 19px;
    height: 19px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #45bfba;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerCart .openHeaderCart:hover .number { background: #222c30; }
.headerSubCart {
    display: none;
    width: 310px;
    padding: 16px 19px 110px;
    background: #FFF;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 100;
    border: 1px solid #d6d6d6;
}
.headerSubCart:after {
    content: "";
    width: 32px;
    height: 11px;
    position: absolute;
    top: -11px;
    right: 15px;
    background: url('../images/subCartArrow.jpg') no-repeat center center;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerSubCart .subCartTitle {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #d6d6d6;
}
.headerSubCart .subCartItem { float: left; width: 100%; padding: 10px 0px; border-bottom: 1px solid #d6d6d6; position: relative; }
.headerSubCart .subCartItem .removeBtn {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url('../images/cartRemoveItem.png') no-repeat center center;
    position: absolute;
    top: 13px;
    right: 0px;
    -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear;
}
.headerSubCart .subCartItem .removeBtn:hover {
    transform: rotate(180deg);
}
.headerSubCart .subCartItem.last { border-bottom: none; }
.headerSubCart .subCartItemLink {
    float: left;
    width: 57px;
    height: 57px;
    margin-right: 10px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerSubCart .subCartItemLink:hover { opacity: 0.7; }
.headerSubCart .subCartItemInfo { float: left; width: 240px; }
.headerSubCart .subCartItemInfo .subCartName {
    float: left;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerSubCart .subCartItemInfo .subCartName:hover { color: #45bfba; }
.headerSubCart .subCartItemInfo .subCartOption {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    font-size: 12px;
}
.headerSubCart .subCartItemInfo .price-box { font-size: 16px; font-weight: bold; }
.headerSubCart .subCartItemInfo .price-box .special-price { color: #e50000; }
.headerSubCart .subCartItemInfo .price-box .old-price { color: #333; text-decoration: line-through; font-weight: normal; }
.shoppingCartSubBottom {
    width: 310px;
    height: 69px;
    padding: 19px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #ebebeb;
    border-bottom: 3px solid #dadada;
}
.headerSubCart .subCartTotalPrice {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    font-size: 13px;
    text-transform: uppercase;
}
.headerSubCart .subCartTotalPrice .text { display: inline-block; width: 68px; vertical-align: bottom; }
.headerSubCart .subCartTotalPrice .price { display: inline-block; font-size: 20px; font-weight: bold; }
.headerSubCart .shoppingCartSubBottom .goToShoppingCart {
    width: 100%;
    padding-right: 43px;
    position: relative;
    box-sizing: border-box;
}
.headerSubCart .shoppingCartSubBottom .goToShoppingCart:before {
    content: "";
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #82d4d1;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerSubCart .shoppingCartSubBottom .goToShoppingCart:after {
    content: "";
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('../images/addToCart.png') no-repeat center center;
}
.headerSubCart .shoppingCartSubBottom .goToShoppingCart:hover:before { background: #565d60; }
.headerRight .loginRegInfo { float: right; width: auto; max-width: 120px; text-align: right; }
.loginRegInfo p { font-size: 12px; margin-bottom: 5px; }
.headerRight .loginRegInfo a {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #222c30;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerRight .loginRegInfo a:hover { color: #45bfba; }
.headerBottom { float: left; width: 100%; height: 19px;}
.headerBottom .wrapper { display: block; border-bottom: 1px solid #d6d6d6; }
.headerBottom .wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.headerBottom .mainMenu {
    float: left;
    width: 225px;
    padding-left: 20px;
    position: relative;
}
.headerBottom .mainMenu .menuButton {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
    color: #545454;
    cursor: pointer;
}
.headerBottom .mainMenu > ul {
    display: none;
    width: 225px;
    padding-left: 20px;
    position: absolute;
    top: 19px;
    left: 0px;
    z-index: 200;
    background: #FFF;
}
.cms-index-index .headerBottom .mainMenu > ul { display: none !important; }
.headerBottom .mainMenu ul li { float: left; width: 100%; position: relative; }
.headerBottom .mainMenu ul li a {
    float: left;
    width: 100%;
    margin: 5px 0px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #767a7c;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerBottom .mainMenu ul li a:hover { color: #45bfba; }
.headerBottom .mainMenu .menuButton .carret {
    display: inline-block;
    width: 7px;
    height: 5px;
    margin-left: 5px;
    vertical-align: middle;
    background: url('../images/carret.png') no-repeat center center;
}
.mainMenu ul li.hasSub .subNav {
    display: none;
    width: 240px;
    padding: 20px;
    position: absolute;
    left: 205px;
    top: -35px;
    z-index: 100;
    background: #FFF;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    box-shadow: 1px 3px 3px rgba(0,0,0, 0.15);
}
.mainMenu ul li.hasSub .subNav:after {
    content: "";
    width: 12px;
    height: 36px;
    position: absolute;
    top: 30px;
    left: -12px;
    background: url('../images/subMenuArrow.png') no-repeat center center;
}
.mainMenu .subNavCol { float: left; width: 100%; }
.mainMenu .subNavCol ul { float: left; width: 100%; }
.mainMenu .subNavCol ul a { font-size: 13px; color: #767a7c; }
.headerBottom .topNav { float: left; width: auto; }
.headerBottom .topNav li { float: left; height: 19px; padding: 0px 14px; border-left: 1px solid #d6d6d6; }
.headerBottom .topNav li a {
    float: left;
    width: auto;
    margin-top: 1px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #222c30;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.headerBottom .topNav li.red a { color: #ea0c0c; }
.headerBottom .topNav li a:hover { color: #45bfba; }


/*Content styles*/

#main { float: left; width: 100%; }
.mainContent { float: left; width: 100%; padding: 30px 0px 40px; }
.cms-index-index .mainContent { padding: 0px; }
.col2-left-layout .mainContent { float: right; width: 935px; margin-right: 18px; }
.cms-page-view .mainContent { float: right; width: 835px; margin-right: 0px; }
.cms-page-view.cms-creator .mainContent { width: 100%; }
.cms-page-view.cms-creator iframe { width: 100%; }
#loader {
    width: 900px;
    height: 400px;
    text-align: center;
}
h1 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #222c30;
}
#mainSlider { float: right; width: 955px; height: 421px; margin-bottom: 27px; overflow: hidden; }
.owl-prev, .owl-next {
    display: inline-block;
    width: 20px;
    height: 36px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.owl-prev { background: url('../images/sliderPrev.png') no-repeat center top; }
.owl-next { background: url('../images/sliderNext.png') no-repeat center top; }
#mainSlider .owl-prev { left: 10px; }
#mainSlider .owl-prev:hover { left: 7px; }
#mainSlider .owl-next { right: 10px; }
#mainSlider .owl-next:hover { right: 7px; }
#mainSlider .owl-dots {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
}
#mainSlider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #FFF;
    border-radius: 50%;
}
#mainSlider .owl-dot.active { background: #222c30; }
.leftCol {
    float: left;
    width: 245px;
}
.asideCategories {
    float: left;
    width: 100%;
    padding: 10px 20px 0px 20px;
    margin-top: -1px;
    background: #FFF;
    box-sizing: border-box;
}
.cms-index-index .asideCategories { height: 425px; }
.asideCategories .menuButton { display: none; }
.asideCategories ul { float: left; width: 100%; }
.asideCategories ul li { float: left; width: 100%; position: relative; }
.asideCategories ul li a {
    float: left;
    width: 100%;
    margin: 5px 0px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #767a7c;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.asideCategories ul li a:hover { color: #45bfba; }
.headerTopBanner { float: left; width: 100%; margin-bottom: 30px; font-size: 0px; }
.headerTopBanner.mobile { display: none; }
.headerTopBanner p { display: inline-block; width: 300px; height: 50px; position: relative; }
.headerTopBanner p:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #c6c6c6;
    position: absolute;
    top: 10px;
    right: 0px;
}
.headerTopBanner p:last-of-type:after { width: 0px; }
.homeCategoriesListing { float: left; width: 1238px; margin-bottom: 50px; }
.categoryBox { float: left; width: 224px; height: auto; margin: 0px 20px 30px 0px; text-align: center; }
.categoryBox .categoryImage {
    float: left;
    width: 224px;
    height: 126px;
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear;
}
.categoryBox .categoryImage:hover { opacity: 0.6; }
.categoryBox .categoryImage:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.categoryBox .categoryImage:hover::before { opacity: 1; -webkit-animation: shine .75s; animation: shine .75s; }
.categoryBox .categoryName {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.categoryBox .categoryName:hover { color: #45bfba; }
.categoryBox .price { display: block; width: 100%; font-size: 13px; }
.itemsListing { float: left; min-width: 100%; margin: 0 -10px 40px; text-align: center; }
.listingHeader { float: left; width: 100%; margin-bottom: 25px; }
.homepageServices .sectionTitle,
.homepageServices > h2,
.itemsListing .sectionTitle,
.itemsListing > h2 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222c30;
}
.catalog-category-view .itemsListing h2 { display: none; }
.catalog-category-view .itemsListing > p > a { display: none; }
.itemsListing > p > a {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 13px;
    color: #222c30;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.itemsListing > p > a:after {
    content: "";
    width: 4px;
    height: 7px;
    position: absolute;
    top: 3px;
    right: -10px;
    background: url('../images/carretRight.png') no-repeat center center;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.itemsListing > p > a:hover:after { right: -12px; }
.itemBox {
    display: inline-block;
    width: 233px;
    height: 296px;
    padding: 14px 10px;
    margin: 0px 10px 20px;
    border: 1px solid #d8d8d8;
    position: relative;
    text-align: left;
}
.itemBox.withoutBorder {
    width: 285px;
    height: auto;
    padding: 0;
    border: none;
}
.itemBox .itemTitle {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.itemBox.withBorder .itemTitle { text-align: center; }
.itemBox.withoutBorder .itemTitle { color: #555; }
.itemBox:hover .itemTitle { color: #45bfba; }
.itemBox .itemImage {
    float: left;
    width: 234px;
    height: 132px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.itemBox.withoutBorder .itemImage { width: 100%; height: auto; margin: 0; }
.itemBox .itemImage:hover { opacity: 0.6; }
.itemBox .itemImage:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.itemBox .itemImage:hover::before { opacity: 1; -webkit-animation: shine .75s; animation: shine .75s; }
.itemBox.withoutBorder .itemImage:before { width: 0; height: 0; display: none; }
.itemBox .itemImage { max-width: 100%; vertical-align: top; }
.itemBox .itemDescription {
    float: left;
    width: 100%;
    height: 75px;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    overflow: hidden;
}
.itemBox.withoutBorder .itemDescription {
    height: 88px;
    line-height: 22px;
}
.itemBox.withoutBorder .itemContent {
    float: left;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
}

.itemBox .itemDescription li { padding-left: 12px; position: relative; }
.itemBox .itemDescription li:before { content: ""; width: 4px; height: 4px; position: absolute; top: 6px; left: 0; background: #555; border-radius: 5px; }
.itemBox.withBorder .itemBottom {
    width: 234px;
    height: 26px;
    padding-top: 12px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    border-top: 1px solid #d8d8d8;
}
.seeMore {
    float: left;
    width: auto;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #45bfba;
    position: relative;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.seeMore:after {
    content: "";
    width: 4px;
    height: 7px;
    position: absolute;
    top: 3px;
    right: -10px;
    background: url('../images/seeMore.png') no-repeat center center;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.seeMore:hover:after { right: -13px; }
.homepageServices { float: left; min-width: 100%; margin: 0 -10px 50px; text-align: center; }
.homepageServices .sectionTitle { margin-bottom: 50px; }
.widgetBox { float: left; width: 386px; margin: 0 10px 20px; text-align: left; }
.widgetBox img { max-width: 100%; height: auto; vertical-align: top; }
.widgetContent { float: left; width: 100%; padding: 15px 20px 20px; box-sizing: border-box; }
.widgetBox.widgetBoxBckg .widgetContent { background: #F7F7F7; }
.widgetTitle { display: block; margin-bottom: 10px; font-size: 16px; font-weight: bold; line-height: 23px; color: #555; }
.widgetDescription { display: block; min-height: 57px; margin-bottom: 10px; font-size: 13px; line-height: 19px; color: #555; }
.widgetDescription li { padding-left: 12px; position: relative; }
.widgetDescription li:before { content: ""; width: 4px; height: 4px; position: absolute; top: 6px; left: 0; background: #555; border-radius: 5px; }
.bottomBanners { float: left; width: 1220px; margin-bottom: 20px; }
.bottomBanners img {
    float: left;
    width: auto;
    height: auto;
    margin: 0 20px 20px 0;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.bottomBanners img:hover { opacity: 0.6; }
.wideContentArea {
    float: left;
    width: 100%;
    height: 412px;
    padding-top: 32px;
    margin-bottom: 40px;
    text-align: center;
    background: url('../images/productSliderBckg.png') no-repeat center top;
}
.productSliderHeader { float: left; width: 100%; }
.productSliderHeader .productSliderTitle {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #222c30;
}
.productSliderHeader.upsell .productSliderTitle { font-weight: normal; }
.productSliderHeader .seeAll {
    float: right;
    font-size: 13px;
    color: #222c30;
    text-decoration: none;
    position: relative;
    margin: -30px 15px 0px 0px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.seeAll::after {
    content: "";
    width: 4px;
    height: 7px;
    position: absolute;
    top: 3px;
    right: -10px;
    background: url('../images/carretRight.png') no-repeat center center;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.seeAll:hover::after {
    right: -12px;
}
.productSlider.owl-carousel { float: left; width: 1225px; }
.productSlider .owl-stage-outer { padding-top: 20px; }
.productSlider .owl-prev { left: -40px; }
.productSlider .owl-prev:hover { left: -43px; }
.productSlider .owl-next { right: -20px; }
.productSlider .owl-next:hover { right: -23px; }
.productBox {
    float: left;
    width: 219px;
    height: 313px;
    margin: 0 25px 0px 0px;
    background: #FFF;
    position: relative;
}
.productBox .productIMG {
    display: inline-block;
    width: 219px;
    height: 219px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productBox .productIMG img {
    width: 219px;
    height: 219px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productBox:hover .productIMG img { transform: scale(0.9); }
.productBox .productTitle {
    display: inline-block;
    width: 100%;
    padding: 0px 25px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #242424;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productBox .productTitle:hover { color: #45bfba; }
.productBox .price-box { width: 100%; font-size: 15px; color: #3d3d3d; }
.productBox .price-box .old-price { display: inline-block; margin-left: 15px; font-size: 13px; text-decoration: line-through; color: #6a6a6a; }
.productBox .price-box .special-price { display: inline-block; font-weight: bold; color: #ff645f; }
.productBox .price-box .price-label { display: none; }
.productBox .price-box .minimal-price-link { display: none; }
.productLabel {
    display: block;
    width: 53px;
    height: 51px;
    position: absolute;
    top: -19px;
    right: 9px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productBox:hover .productLabel { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }
.productLabel.new {
    font-size: 10px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #45bfba;
    background: url('../images/newLabel.png') no-repeat center top;
}
.productLabel.promo {
    font-size: 10px;
    font-weight: bold;
    padding-left: 7px;
    line-height: 60px;
    text-transform: uppercase;
    color: #e50000;
    background: url('../images/promoLabel.png') no-repeat center top;
    box-sizing: border-box;
}
.productLabel .labelText {
    display: inline-block;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.sectionBlock {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 0px 80px 0px 100px;
    box-sizing: border-box;
    color: #222c30;
}
.sectionBlock .textPage h2 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
}
.sectionBlock .textPage { float: left; width: 100%; }
.sectionBlock .seeMore { float: none; }
.sectionBlock .seeMore:after { top: 6px; }

/*breadcrumbs styles*/

.breadcrumbs {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0px;
}
.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    color: #222c30;
}
.breadcrumbs li a {
    display: inline-block;
    color: #222c30;
    text-decoration: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.breadcrumbs li a:after {
    content: "/";
    margin: 0px 8px;
}
.breadcrumbs li a:hover { color: #45bfba; }


/*product listing styles*/

.filtersTitle {
    float: left;
    width: 100%;
    padding: 15px 0px 15px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid #f0f0f0;
    box-sizing: border-box;
}
.filterBox {
    float: left;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 5px;
    border-left: 5px solid #f0f0f0;
    box-sizing: border-box;
}
.filterBox.asideCategories { border-left: none; }
.filterBox.choosenFilter { border-left: none; }
.filterTitle {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.filterBox li { float: left; width: 100%; }
.filterBox.choosenFilter li { margin-bottom: 5px; position: relative; }
.filterBox a {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.filterBox a:hover { color: #45bfba; }
.filterBox li:last-of-type a { margin-bottom: 0px; }
.choosenFilterTitle {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.filterBox.choosenFilter a { margin-bottom: 0px; }
.stateFilterName {
    float: left;
    width: 100%;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
}
.choosenFilter .value {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #111;
    padding-right: 20px;
    box-sizing: border-box;
}
.choosenFilter .removeFilter {
    float: left;
    position: absolute;
    top: 15px;
    right: 0;
    width: 9px;
    height: 9px;
    margin: 2px 0px 0px 9px;
    background: url('../images/removeItem.png') no-repeat center center;
}
.choosenFilter .removeFilter:hover { opacity: 0.6; }

.toolbarBox { float: left; width: 100%; padding: 6px 0px; border-bottom: 1px solid #d6d6d6; }
.sortTitle {
    float: left;
    width: auto;
    margin-right: 9px;
    font-size: 12px;
    line-height: 18px;
    color: #4d4d4d;
}
.sortOptions {
    float: left;
    width: 119px;
    height: 16px;
    border: 1px solid #dedede;
    background: #FFF;
    position: relative;
    z-index: 100;
}
.sortOptions.small { width: 49px; }
.sortOptions .openOptions {
    float: left;
    width: 105px;
    padding: 0px 7px;
    font-size: 12px;
    text-decoration: none;
    color: #4d4d4d;
    line-height: 17px;
    position: relative;
}
.sortOptions .openOptions:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 6px;
    right: 8px;
    border-top: 4px solid #777;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.sortOptions.small .openOptions { width: 35px; }
.sortOptions .subOptions {
    display: none;
    width: 105px;
    padding: 5px 7px;
    border: 1px solid #dedede;
    position: absolute;
    top: 16px;
    left: -1px;
    background: #FFF;
}
.sortOptions.small .subOptions { width: 35px; }
.sortOptions .subOptions a {
    float: left;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    color: #4d4d4d;
    line-height: 17px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.sortOptions .subOptions a:hover { color: #45bfba; }
.arrowUp, .arrowDown {
    float: left;
    width: 16px;
    height: 16px;
    margin: 1px 18px 0px 0px;
}
.arrowUp { background: url('../images/arrowUp.png') no-repeat center center; }
.arrowDown { background: url('../images/arrowDown.png') no-repeat center center; }
.paging { float: right; }
.paging ul { float: left; }
.paging li { float: left; margin: 0px 2px; }
.paging li a {
    float: left;
    width: 19px;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    color: #4d4d4d;
    position: relative;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.paging li a:hover { color: #dd2d2a; }
.paging li.selected a { color: #dd2d2a; }
.paging li.selectedhea a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0px;
    background: #dd2d2a;
}
.paging li.prev a { width: 8px; }
.paging li.prev a:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 5px;
    left: 0px;
    border-top: 4px solid transparent;
    border-right: 4px solid #777;
    border-bottom: 4px solid transparent;
}
.paging li.next a { width: 8px; }
.paging li.next a:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 5px;
    right: 0px;
    border-top: 4px solid transparent;
    border-left: 4px solid #777;
    border-bottom: 4px solid transparent;
}
.productListing { float: left; width: 100%; }
.productListing .productBox {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    margin: 0px;
    border-bottom: 1px solid #d6d6d6;
}
.productListing .productBox:last-of-type { border-bottom: 0px; }
.productListing .imageContainer { display: table; float: left; margin-right: 10px; position: relative; }
.productListing .productBox .productImg {
    display: table-cell;
    width: 170px;
    height: 170px;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productListing .productBox .productImg.mainImage { width: 130px; height: 130px; padding-right: 10px; }
.productListing .productBox .productImg.second { width: 210px; }
.productListing .productBox .productImg.second:hover { box-shadow: 0px 0px 4px 2px #45bfba; }
.productListing .productBox .productImg:hover { opacity: 0.7; }
.productListing .imageContainer .productLabel { top: -10px; left: 106px; right: auto; }
.productListing .imageContainer .productLabel.promo { padding-left: 10px; }
.productInfoContainer { float: right; width: 565px; }
.productInfoContainer .productInfo { float: left; width: 380px; margin-right: 15px; }
.productInfoContainer .productInfo .productName {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productInfoContainer .productInfo .productName:hover { color: #45BFBA; }
.productInfoContainer .commentLinks { display: none; }
.productInfoContainer .ratingWrap { float: left; width: 100%; margin-bottom: 5px; }
.attributesTable { float: left; width: 100%; border-collapse: collapse; font-size: 12px; }
.attributesTable td { width: 50%; padding: 5px 0px; vertical-align: middle; border-bottom: 1px solid #d6d6d6; }
.attributesTable td:nth-of-type(2) { font-weight: bold; }
.attributesTable tr:last-of-type td { border-bottom: none; }
.productInfoContainer .attributesTable { margin-bottom: 5px; }
.productInfoContainer .shortDescription { float: left; width: 100%; padding-right: 20px; font-size: 12px; line-height: 16px; box-sizing: border-box; }
.productInfoContainer .addToCartContainer {
    float: left;
    width: 170px;
    height: 190px;
    padding: 13px 14px;
    position: relative;
    background: #ebebeb;
    box-sizing: border-box;
}
.productInfoContainer .addToCartContainer .addToCart {
    width: 100%;
    padding-right: 43px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
}
.productInfoContainer .addToCartContainer .addToCart:before {
    content: "";
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #82d4d1;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productInfoContainer .addToCartContainer .addToCart:after {
    content: "";
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('../images/eyeIcon.png') no-repeat center center;
}
.productInfoContainer .addToCartContainer .addToCart:hover:before { background: #565d60; }
.instock {
    float: left;
    width: 100%;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #45bfba;
    background: url('../images/instock.png') no-repeat left center;
    box-sizing: border-box;
}
.out-of-stock {
    float: left;
    width: 100%;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #E50000;
    background: url('../images/outofstock.png') no-repeat left center;
    box-sizing: border-box;
}
.productInfoContainer .addToCartContainer .price-box .price-label {
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background: url('../images/priceLabelArrow.png') no-repeat left center;
    box-sizing: border-box;
}
.productInfoContainer .addToCartContainer .price-box .price {
    display: block;
    width: 100%;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
}
.productInfoContainer .addToCartContainer .price-box .regular-price .price { display: inline }
.productInfoContainer .addToCartContainer .price-box .old-price { margin-left: 0px; }
.productInfoContainer .addToCartContainer .price-box .old-price .price { font-size: 16px; font-weight: normal; color: #333; }
.productInfoContainer .addToCartContainer .price-box .special-price .price { color: #e50000; }
.productInfoContainer .addToCartContainer .minimal-price-link { display: none; font-size: 12px; line-height: 16px; text-decoration: underline; }
.categoryDescription { float: left; width: 100%; margin-top: 40px; }
.productsGrid { float: left; width: 976px; margin: 20px 0; text-align: center; }
.productsGrid .productBox { float: left; width: 226px; height: 185px; margin: 0 18px 20px 0; }
.productsGrid .productBox .productImg { float: left; width: 224px; height: 126px; margin: 0 0 10px 0; border: 1px solid #d6d6d6; }
.productsGrid .productBox .productImg img { width: 224px; height: 126px; }
.productsGrid .productBox .productName {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productsGrid .productBox .productName:hover { color: #45bfba; }
.productsGrid .productBox .price-box { font-size: 13px; }
.productsGrid .productBox .price-box .special-price { color: #ff645f; }
.productsGrid .productBox .price-box .old-price { color: #6a6a6a; text-decoration: line-through; }

/*product view styles*/

.productViewContent { float: left; width: 100%; margin: 30px 0px 0px; }
.productViewMedia { float: left; width: 510px; padding: 0px 20px; position: relative; }
.productViewMedia .productLabel { padding-left: 10px; right: 30px; }
.productViewMedia .zoomLink {
    display: block;
    width: 57px;
    padding-right: 23px;
    font-size: 12px;
    text-align: right;
    color: #222c30;
    position: absolute;
    top: 475px;
    right: 30px;
    background: url('../images/zoomIcon.png') no-repeat right center;
    pointer-events: none;
}
.gallerySlider { float: left; width: 509px; height: 509px; margin-bottom: 10px; }
.gallerySlider .item { float: left; width: 509px; height: 509px; }
.gallerySlider.cardsMedia .item { float: none; display: table-cell; vertical-align: middle; }
.gallerySlider.cardsMedia .item img {width: 508px; border: 1px solid #c0bfc2; }
.sliderArrow {
    display: inline-block;
    width: 20px;
    height: 36px;
    position: absolute;
    top: 237px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.sliderPrev { left: 30px; background: url('../images/sliderPrev.png') no-repeat center top; }
.sliderPrev:hover { left: 27px; }
.sliderNext { right: 30px; background: url('../images/sliderNext.png') no-repeat center top; }
.sliderNext:hover { right: 27px; }
.productSliderThumbs { float: left; width: 100%; }
.productSliderThumbs .sliderThumb { float: left; width: 64px; height: 64px; margin-right: 6px; }
.productViewInfo { float: right; width: 630px; margin-right: 20px; }
.productViewInfo h1 { padding-right: 50px; margin-bottom: 20px; font-size: 28px; text-align: left; box-sizing: border-box; }
.productInfoBox {
    float: left;
    width: 100%;
    padding: 20px 28px 10px;
    background: #f1f1f1;
    box-sizing: border-box;
    position: relative;
}
.priceContainer { float: left; width: 340px; margin-bottom: 20px; }
.onlinePrice { float: left; width: 190px; }
.priceContainer .price-label { display: none; }
.priceTitle { float: left; width: 100%; max-width: 180px; margin-bottom: 8px; font-size: 12px; }
.onlinePrice .priceTitle { font-weight: bold; text-transform: uppercase; }
.onlinePrice .price-box { float: left; width: 170px; padding-right: 10px; border-right: 1px solid #9f9fa0; font-size: 26px; }
.onlinePrice .price-box .old-price { display: inline-block; font-size: 16px; color: #333; text-decoration: line-through; }
.onlinePrice .price-box .special-price { display: inline-block; color: #e40000; }
.storePrice { float: right; width: 150px; }
.storePrice .priceTitle { margin-bottom: 15px; }
.storePrice .officePrice { float: left; width: auto; margin-right: 5px; font-size: 16px; line-height: 22px; }
.storePrice .priceSubtitle { float: left; width: 100%; font-size: 10px; }
.productViewInfo .ratingContainer {
    width: 253px;
    height: 81px;
    padding: 25px 20px;
    background: #fafafa;
    position: absolute;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
}
.commentLinks { float: right; width: 100%; margin-bottom: 8px; text-align: right; }
.commentLinks .commentLink {
    float: right;
    font-size: 12px;
    color: #00a49d;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.commentLinks .commentLink:hover { color: #222c30; }
.commentLinks .ratingTitle { float: right; font-size: 12px; }
.commentLinks .ratingTitle:after { content: "|"; margin: 0px 6px; }
.ratingWrap { float: right; width: 65px; }
.ratingWrap .rating-available {
    float: left;
    width: 65px;
    height: 10px;
    padding: 0px;
    margin: 0px;
    position: relative;
    background: url('../images/ratingStars.png') repeat-x left top;
}
.ratingWrap .rating-available .rating {
    float: left;
    width: auto;
    height: 10px;
    padding: 0px;
    margin: 0px;
    position: relative;
    background: url('../images/ratingStars.png') repeat-x left bottom;
}
.button.chooseOption { width: 290px; margin: 10px 0 15px; }
.tier-prices { float: left; width: 100%; margin-top: 10px; }
.tier-prices li {
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    background: url('../images/carretRight.png') no-repeat left center;
    box-sizing: border-box;
}
.productViewInfo .attributesTable { margin-bottom: 15px; }
.productViewInfo .attributesTable td:first-of-type { width: 165px; }
.productViewInfo .attributesTable td:nth-of-type(2) { width: 385px; }
.productViewInfo .description { float: left; width: 100%; padding-right: 40px; margin-bottom: 10px; box-sizing: border-box; }
.productViewInfo .description ul { margin: 0px;}
.productViewInfo .description ul li { padding-left: 20px; background: url('../images/carretRight.png') no-repeat left center; }
.productViewInfo .description ul li:after { width: 0px; }
.buttonRow { float: left; width: 100%; padding: 20px 35px; box-sizing: border-box; }
.socialHolder {
    float: right;
    margin: 10px 0;
    font-size: 0;
}
.socialHolder .socialTitle { display: inline-block; margin-right: 10px; font-size: 12px; line-height: 40px; vertical-align: top; }
.socialHolder .socialIcon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-radius: 50%;
    background: #c0bfc2;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.socialHolder .socialIcon.fb { background: #c0bfc2 url('../images/fbIconProduct.png') no-repeat center center; }
.socialHolder .socialIcon.fb:hover { background: #3A589B url('../images/fbIconProduct.png') no-repeat center center; }
.socialHolder .socialIcon.google { background: #c0bfc2 url('../images/googleIconProduct.png') no-repeat center center; }
.socialHolder .socialIcon.google:hover { background: #DA4F43 url('../images/googleIconProduct.png') no-repeat center center; }
.socialHolder .socialIcon.twitter { background: #c0bfc2 url('../images/twitterIconProduct.png') no-repeat center center; }
.socialHolder .socialIcon.twitter:hover { background: #55ACEE url('../images/twitterIconProduct.png') no-repeat center center; }

.productTabs { float: left; width: 100%; margin-top: 50px; }
.productTabs #tabs { float: left; width: 100%; }
.productTabs #tabs > ul { float: left; width: 100%; }
.productTabs #tabs > ul > li { float: left; width: auto; }
.productTabs #tabs > ul > li > a {
    float: left;
    width: 237px;
    padding: 10px 0px;
    margin-left: 3px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #3c3c3c;
    background: #c0bfc2;
    border-bottom: 3px solid #FFF;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.productTabs #tabs > ul > li > a:hover { background: #f1f1f1; }
.productTabs #tabs > ul > li.ui-tabs-active a {
    padding-top: 18px;
    margin-top: -8px;
    background: #f1f1f1;
    border-color: #f1f1f1;
}
.productTabs .ui-tabs-panel {
    float: left;
    width: 1197px;
    margin-left: 3px;
    background: #f1f1f1;
}
.section {
    float: left;
    width: 100%;
    padding: 10px 35px;
    position: relative;
    border-bottom: 3px solid #FFF;
    box-sizing: border-box;
}
.productInfoBox .section { width: 630px; margin-left: -28px; border-bottom: none; border-top: 3px solid #FFF; }
.productInfoBox .section .price_duplicate { float: left; margin: 18px 0 0 10px; font-size: 26px; }
.sectionNumber {
    display: inline-block;
    width: 24px;
    height: 23px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
    position: absolute;
    top: 10px;
    left: -3px;
    background: #cecece;
    border-radius: 2px;
}
.section .lbl-templates,
.section label {
    float: left;
    width: auto;
    margin-right: 35px;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    text-transform: uppercase;
}
.productInfoBox .section label {
    float: none;
    display: inline-block;
    width: 130px;
    padding-right: 20px;
    line-height: 14px;
    vertical-align: top;
}
.section .lbl-templates .labelSubtitle,
.section label .labelSubtitle {
    text-transform: none;
    font-weight: normal;
}
.productInfoBox .section label .labelSubtitle { display: block; }
.section label .star { color: #e50000; }
.inputContainer { display: inline-block; width: 225px;}
.inputContainer.wide { width: 370px; }
#tabs .inputContainer { width: 100%; }
.section select {
    width: 138px;
    height: 28px;
    padding-left: 10px;
    background: #FFF;
    border: 1px solid #cecece;
    border-radius: 2px;
}
.productInfoBox .section select { width: 225px; }
.productInfoBox .section select#paperType { width: 370px; }
.inputContainer.wide input[type=text],
.inputContainer.wide select,
.inputContainer.wide textarea { width: 100%; box-sizing: border-box; }
.inputContainer textarea { height: 80px; }
#tabs .inputContainer textarea { width: 50%; height: 120px; }
.inputContainer .checkbox { float: left; margin-right: 10px; }
.inputContainer input[type=text] {
    width: 225px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #cecece;
    border-radius: 2px;
    box-sizing: border-box;
}
.inputContainer label { font-weight: normal; }
.template-image-container { float: left; width: 100%; margin-top: 10px; }
.template-image-container .template-image {
    display: inline-block;
    width: 180px;
    height: 180px;
    line-height: 176px;
    padding: 2px;
    border: 2px solid transparent;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
.template-image-container img {
    display: inline-block;
    max-width:172px;
    height: auto;
    vertical-align: middle;
}
.template-image-container .template-image.selected {
    border-color: #45bfba;
}
.template-image-container .template-image.selected:after {
    content: "";
    width: 18px;
    height: 17px;
    margin-left: -9px;
    position: absolute;
    top: -8px;
    left: 50%;
    background: url('../images/selectedTick.jpg') no-repeat center center;
}
#tabs .textPage { padding: 20px 0px; }
#tabs table { border-collapse: collapse; }
#tabs table td {
    padding: 5px 0px;
    border-bottom: 1px solid #d6d6d6;
}
.priceField { float: left; width: 135px; margin-right: 20px; }
.priceField .price-box { font-size: 26px; font-weight: bold; }
.priceField .price-box .special-price { color: #e40000; }
.priceField .price-box .old-price {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
    color: #333;
}
.priceField .priceFieldSubtitle { font-size: 10px; }
.amountField { float: left; width: 90px; margin-right: 40px; }
.amountField .amountTitle { float: left; width: 100%; margin-bottom: 5px; font-size: 12px; }
.amountField .amountBox {
    float: left;
    width: 90px;
    height: 28px;
    border: 1px solid #cecece;
    border-radius: 2px;
    position: relative;
    background: #FFF;
}
.amountField .amountBox .amount {
    width: 32px;
    height: 28px;
    margin-left: 28px;
    padding: 0px;
    text-align: center;
    border:none;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}
.amountField .amountBox .ui-spinner-button {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.amountField .amountBox .ui-spinner-button:hover { background-color: #f0f0f0; }
.amountField .amountBox .ui-spinner-up { left: auto ; right: 0px; background: url('../images/plus.png') no-repeat center center; }
.amountField .amountBox .ui-spinner-down { background: url('../images/minus.png') no-repeat center center; }
.amountField .amountBox .ui-spinner-button .ui-icon { display: none; }
.button.createDesign { float: right; margin-top: 10px; line-height: 24px}
.section .button.addToCart {
    margin-top: 10px;
    padding-right: 40px;
    position: relative;
    box-sizing: border-box;
}
.section .button.addToCart:before {
    content: "";
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #82d4d1;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.section .button.addToCart:after {
    content: "";
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('../images/addToCart.png') no-repeat center center;
}
.section .button.addToCart:hover:before { background: #565d60; }

.reviewsList { float: left; width: 100%; margin-top: 20px; }
.reviewTitle {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.commentItem {
    float: left;
    width: 100%;
    padding: 0px 30px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c0bfc2;
    box-sizing: border-box;
}
.commentItem:last-of-type { border: none; }
.commentTitleRow { float: left; width: auto; }
.ratingStarsContent { float: left; width: 65px; height: 10px; margin-right: 8px; }
.ratingStarsContent .rating {
    float: left;
    width: 100%;
    height: 10px;
    background: url('../images/ratingStars.png') repeat-x left bottom;
}
.commentAuthorAndDateRow {
    float: left;
    width: auto;
    font-size: 13px;
    font-weight: bold;
    color: #00a49d;
}
.commentText {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
}
.reviewForm { float: left; width: 100%; margin-top: 20px; }
.reviewForm .reviewTitle {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.commentsForm { float: left; width: 100%; margin-bottom: 20px; }
.required { float: left; width: 100%; margin-bottom: 15px; font-size: 13px; }
.required .star { color: #45bfba; }
.commentsForm .input-box { margin-right: 19px; }
.commentsForm .input-box.rating-box { width: 500px; height: 65px; }
.commentsForm .input-box.rating-box label { width: 100%; }
.commentsForm .input-box .starR { color: #45bfba; }
.ratingStarsBox { float: left; width: 70px; margin: 8px 7px 8px 0px; }
.ratingStarsBox .star {
    float: left;
    width: 13px;
    height: 10px;
    padding: 0px;
    margin: 0px;
    position: relative;
    cursor: pointer;
    background: url('../images/ratingStars.png') repeat-x scroll left top;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.ratingStarsBox .star.star-rating-on,
.ratingStarsBox .star.star-rating-hover {
    background-position: left bottom;
}
.ratingStarsBox .star a { display: none; }
.rateHelpInfo { float: left; width: auto; margin-top: 7px; font-size: 12px; }
.commentsForm .textarea { width: 100%; }
.commentsForm .textarea  label { width: 100%; }
.commentsForm .textarea textarea { width: 500px; height: 58px; }
.commentsForm .googleCaptcha { float: left; width: 303px; height: 76px; margin-right: 23px; }
.commentsForm .button { width: 196px; margin-top: 18px; }

.rating-container { float: left; width: 100%; margin-bottom: 20px; }
.rating-votes { float: left; width: 100%; }
.catalog-category-view .ratingStarsBox { float: none; display: inline-block; }
.catalog-category-view .rating-container { text-align: center; }
.productInfoBox .ratingStarsBox { float: right; margin: 0 0 5px; }
.productInfoBox .rating-votes { text-align: right; font-size: 12px; }


/*text page styles*/

.cms-page-view #main .wrapper { width: 1080px; }
.cms-page-view.cms-creator #main .wrapper { width: 1200px; }
.leftNav { float: left; width: 195px; margin: 140px 0 50px; }
.leftNav li { float: left; width: 100%; box-sizing: border-box; }
.leftNav li a {
    float: left;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #000;
    background: #f1f1f1;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.leftNav li a:hover { color: #00a49d; border-color: #45bfba; }
.leftNav li.selected { padding-left: 6px; }
.leftNav li.selected a { padding-left: 14px; color: #00a49d; border-color: #45bfba; }
.textPage { float: left; width: 100%; }
.textPage p { margin-bottom: 5px; font-size: 13px; line-height: 18px; }
.textPage a { color: #45bfba; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.textPage a:hover { color: #222c30; }
.textPage ul { margin: 0px 0px 9px 18px; }
.textPage ul li { padding-left: 20px; margin-bottom: 5px; font-size: 13px; line-height: 16px; position: relative; }
.textPage ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    left: 0px;
    background: #45bfba;
    border-radius: 50%;
}
.textPage ol { margin: 0px 0px 10px 32px; }
.textPage ol li { padding-left: 7px; margin-bottom: 5px; }
.textPage h2 { margin-bottom: 20px; font-size: 28px; font-weight: bold; color: #222c30; text-transform: uppercase; }
.textPage h3 { margin-bottom: 10px; font-size: 24px; font-weight: normal;color: #222c30; }
.textPage h4 { margin-bottom: 15px; font-size: 18px; font-weight: bold; color: #222c30; }
.textPage h5 { margin-bottom: 10px; font-size: 16px; font-weight: normal; color: #222c30; }
.textPage h6 { margin-bottom: 15px; font-size: 14px; color: #222c30; }
.textPage blockquote {
    margin: 0px 0px 20px 20px;
    padding: 5px 55px 5px 15px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
    border-left: 4px solid #45bfba;
}
.errorPage { float: left; width: 100%; }
.errorPage .mainContent { padding: 0px; }
.errorPage ul li { padding-left: 0; list-style: disc; }
.errorPage ul li:after { width: 0px; }
.errorPage .button { display: inline-block; float: none; margin-top: 50px; color: #FFF; }
.errorPage .button:hover { color: #FFF;}
.sitemapToProductsBtn a {
    float: left;
    width: 269px;
    height: 40px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: #45bfba;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.sitemapToProductsBtn a:hover { background: #222c30; }
.sitemapToProductsBtn.bottomBtn a { margin-top: 30px; }
.bottomPager { float: right; margin-top: 30px; }

/*login, registration & contact pages styles*/

.loginRegContainer { float: left; width: 100%; }
.grayBox {
    float: left;
    width: 525px;
    min-height: 305px;
    margin: 0px 15px 0px 60px;
    padding-bottom: 83px;
    position: relative;
    background: #f1f1f1;
    box-sizing: border-box;
}
.grayBox.right { margin: 0px 60px 0px 15px; }
.grayBox.register { min-height: 497px; margin-right: 10px; }
.grayBox h2,
.grayBox .grayBoxTitle {
    float: left;
    width: 485px;
    height: 41px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    text-transform: uppercase;
    border-bottom: 3px solid #FFF;
}
.grayContent { float: left; width: 455px; padding: 20px 50px 0 20px; }
.grayContent .textPage p { font-size: 12px; line-height: 18px; }
.grayContent .textPage ul li { padding-left: 15px; font-size: 12px; line-height: 16px; }
.grayContent .textPage ul li:after { top: 7px; }
.buttonContainer {
    float: left;
    width: 100%;
    height: 40px;
    padding: 20px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-top: 3px solid #FFF;
}
.buttonContainer .button { margin-left: 20px; }
.grayBox.right .button { width: 249px; }
.forgottenPass {
    float: right;
    width: auto;
    font-size: 12px;
    color: #00a49d;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.forgottenPass:hover { color: #222c30; }
.loginRegContainer .googleCaptcha { min-height: 74px; margin-bottom: 10px; }
.registerBanner { float: left; width: 534px; margin-left: 10px; }
.contactsContainer { float: left; width: 100%; }
.contactsContainer .grayBox { min-height: 540px; }
.contactsContainer .textPage p { margin-bottom: 0px; }
.contactsContainer .grayBox label { margin-bottom: 5px; }
.contactsContainer .input-text { width: 280px; }
.contactsContainer textarea { width: 280px; height: 60px; resize: none; }
.contactsContainer .grayBox .button { width: 304px; }
.googleCaptcha { float: left; width: auto; margin-bottom: 10px; }
.mapContainer { float: left; width: 1080px; height: 400px; margin: 30px 60px 0px; }
.mapContainer #map-canvas { width: 1080px; height: 400px; }

.social-box { float: left; width: 100%; text-align: center; }
.social-box p { margin-bottom: 20px; text-align: left; }
.social-button {
    display: inline-block;
    width: 215px;
    height: 40px;
    margin: 0 5px;
    padding-left: 38px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
    color: #FFF !important;
    border-radius: 3px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: 'Istok Web', sans-serif;
    -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear;
}
.social-button:hover { opacity: 0.7; }
.fb-button { background: #38569d url('../images/facebook-button.png') no-repeat left 15px center; }
.google-button { padding-left: 42px; background: #db4f29 url('../images/google-button.png') no-repeat left 10px center; }
.social-box .or { display: block; margin: 20px 0 0; position: relative; text-align: center; border-top: 1px solid #e8e8e8; }
.social-box .or span { display: inline-block; margin-top: -9px; padding: 0 12px; background: #FFF; vertical-align: top; }
.checkoutLoginBox .social-box .or span { background: #e0e0e0; }
#main div.inchoo-socialconnect-register,
#main div.inchoo-socialconnect-checkout,
#main div.inchoo-socialconnect-login { margin-top: 0; }
.logged-user { display: none; }
.grayBox .social-box { padding: 20px 20px 0; box-sizing: border-box; }
.grayBox.register .social-box { padding: 0; }
.grayBox .social-box .or span { background: #f1f1f1; }
.opc-index-index .social-box { width: auto; }


/*Cart styles*/
.cartContainer { float: left; width: 1080px; margin: 0px 60px; }
.shoppingCartItems { float: left; width: 100%; }
.headerRow .cell { padding-bottom: 10px; font-size: 12px; text-transform: uppercase; color: #222c30; }
.col1 { float: left; width:535px; border-right: 3px solid #FFF; }
.col2 { float: left; width:102px; text-align: center; border-right: 3px solid #FFF; }
.col3 { float: left; width:102px; text-align: center; border-right: 3px solid #FFF; }
.col4 { float: left; width:144px; text-align: center; border-right: 3px solid #FFF; }
.col5 { float: left; width:136px; text-align: center; border-right: 3px solid #FFF; }
.col6 { float: left; width:45px; text-align: center;}
.shoppingCartItems .item { float: left; width: 100%; border-bottom: 3px solid #FFF; }
.item .cell { height: 131px; background: #f1f1f1; }
.shoppingCartItems .productIMGLink {
    float: left;
    width: 170px;
    height: 129px;
    margin: 1px 10px 1px 1px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.shoppingCartItems .productIMGLink:hover { opacity: 0.7; }
.shoppingCartItems .stampExample {
    float: left;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 5px 10px 0 0;
    vertical-align: middle;
    line-height: 120px;
}
.shoppingCartItems .stampExample img { display: inline-block; max-width: 120px; height: auto; vertical-align: middle; }
.shoppingCartItems .itemTitle {
    float: left;
    width: 210px;
    padding-right: 10px;
    margin: 35px 0px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.shoppingCartItems .itemOptions { float: left; width: 210px; }
.shoppingCartItems .itemTitle:hover { color: #45bfba; }
.shoppingCartItems .itemOption { width:330px; font-size: 12px; color: #000; }
.shoppingCartItems .itemEdit {
    display: inline-block;
    margin-top: 48px;
    padding-top: 19px;
    font-size: 12px;
    color: #00a49d;
    background: url('../images/editItem.png') no-repeat center top;
    -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.shoppingCartItems .itemEdit:hover { background-position: 35px top; }
.shoppingCartItems .price-box { float: left; width: 100%; font-size: 16px; font-weight: bold; }
.shoppingCartItems .price-box .regular-price { display: inline-block; margin-top: 57px; }
.shoppingCartItems .price-box .special-price { display: inline-block; margin: 47px 0px 5px; color: #e50000; }
.shoppingCartItems .price-box .old-price { display: inline-block; text-decoration: line-through; font-weight: normal; }
.shoppingCartItems .amountBox { float: left; width: 100%; margin-top: 50px; position: relative; }
.shoppingCartItems .amountBox .amount {
    display: inline-block;
    width: 40px;
    height: 28px;
    padding: 0px 4px;
    font-size: 13px;
    text-align: center;
    color: #6b6b6b;
    border: 1px solid #cecece;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.shoppingCartItems .amountBox .amount:hover { border-color: #45bfba; }
.shoppingCartItems .amountBox .ui-icon { display: none; }
.shoppingCartItems .amountBox .ui-spinner-button {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.shoppingCartItems .amountBox .ui-spinner-button:hover { opacity: 0.6; }
.shoppingCartItems .amountBox .ui-spinner-up {
    right: 31px;
    background: url('../images/plus.png') no-repeat center center;
}
.shoppingCartItems .amountBox .ui-spinner-down {
    left: 31px;
    background: url('../images/minus.png') no-repeat center center;
}
.shoppingCartItems .amountBox .loader {
	display:block;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	position: absolute;
	top: 35px;
	left: 50%;
    background: url('../images/loader.png') no-repeat center center;
}
.itemDelete {
    display: inline-block;
    width: 13px;
    height: 17px;
    margin-top: 57px;
    background: url('../images/removeIcon.png') no-repeat center center;
    position: relative;
}
.itemDelete:after {
    content: "";
    width: 13px;
    height: 17px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/removeIconH.png') no-repeat center center;
    opacity: 0;
    -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.itemDelete:hover { background: none; }
.itemDelete:hover:after { opacity: 1; }
.underCartTotalBox {
    float: right;
    width: 309px;
    margin-right: 49px;
    padding: 34px 35px 20px 44px;
    background: #f1f1f1;
}
.underCartTable { float: left; width: 100%; margin-bottom: 15px; color: #222c30; }
.underCartTable td:first-of-type { width: 50%; margin-bottom: 5px; font-size: 14px; font-weight: normal; text-align: left; }
.underCartTable td { width: 50%; margin-bottom: 5px; font-size: 16px; font-weight: bold; text-align: right; }
.underCartTable tfoot td:first-of-type { padding-top: 7px; font-size: 16px; font-weight: bold; }
.underCartTable tfoot td { padding-top: 7px; font-size: 22px; }
.underCartTotalBox .button {
    width: 309px;
    padding-right: 43px;
    position: relative;
}
.underCartTotalBox .button:before {
    content: "";
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #82d4d1;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.underCartTotalBox .button:after {
    content: "";
    width: 43px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url('../images/addToCart.png') no-repeat center center;
}
.underCartTotalBox .button:hover:before { background: #565d60; }
.backButtonContainer { float: left; width: 170px; }
.backToShopping {
    float: left;
    width: auto;
    padding-left: 19px;
    margin-top: 17px;
    font-size: 12px;
    color: #45bfba;
    position: relative;
    background: url('../images/carretLeft.png') no-repeat left 7px top 3px;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.backToShopping:hover { background-position: left 4px top 3px; }
.promoFormHolder {
    float: left;
    width: 313px;
    height: 119px;
    padding: 30px 20px 30px 30px;
    background: url('../images/promoBckg.png') no-repeat left top;
    border: 1px solid #dedede;
}
.promoFormTitle { float: left; width: 100%; margin-bottom: 8px; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.promoFormSubtitle { float: left; width: 100%; margin-bottom: 23px; font-size: 12px; }
.promoInput {
    float: left;
    width: 204px;
    height: 28px;
    padding: 0px 12px;
    font-size: 13px;
    color: #6b6b6b;
    border: 1px solid #cecece;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.promoInput:hover { border-color: #45bfba}
.promoInput:focus { border-color: #999; background: #F1F1F1; }
.promoFormButton {
    float: left;
    width: 80px;
    height: 30px;
    margin-left: 3px;
    font-size: 12px;
    color: #010101;
    background: #d8d8d8;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.promoFormButton:hover { background: #999; color: #FFF; }
.checkout-onepage-success .sub-title { margin-bottom: 20px; }
.checkout-onepage-success p { font-size: 13px; line-height: 18px; }
.checkout-onepage-success .button { width: 320px; }
.checkout-onepage-success a {
	color: #45bfba;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.checkout-onepage-success a:hover { color: #222c30; }

/*Footer styles*/

#footer { float: left; width: 100%; }
.footerPayments { float: left; width: 100%; margin: 8px 0; }
.footerTop { float: left; width: 100%; }
.footerTop .wrapper { padding-top: 60px; border-top: 1px solid #e8e8e8; }
.footerCol .footerTitle {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111;
}
.footerCol ul { float: left; width: 100%; }
.footerCol ul li { float: left; width: 100%; margin-bottom: 10px; }
.footerCol ul li a {
    float: left;
    width: auto;
    font-size: 12px;
    text-decoration: none;
    color: #555;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.footerCol ul li a:hover { color: #45bfba; }
.footerCol.newsletter { float: right; width: 250px; text-align: right; }
.newsletterTitle { float: right; margin-bottom: 20px; font-size: 13px; color: #555;}
.footerNewsletter {
    float: right;
    width: 198px;
    height: 28px;
    margin-bottom: 40px;
    background: #f0f0f0;
    border: 1px solid #b8b7b8;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.footerNewsletter:hover { border-color: #45bfba; }
.footerNewsletter .newsletterInput {
    float: left;
    width: 145px;
    height: 28px;
    padding: 0px 12px 0px 13px;
    border: none;
    background: none;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.footerNewsletter .newsletterInput:focus { background: #f9f9f9; }
.footerNewsletter .newsletterButton {
    float: right;
    width: 24px;
    height: 24px;
    margin: 2px;
    background: #b8b7b8 url('../images/newsletterArrow.png') no-repeat 9px center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.footerNewsletter .newsletterButton:hover { opacity: 0.7; }
.footerNewsletter #resultOfAddSubscribers .messages {
    position: absolute;
    top: 30px;
    left: 0px;
    color: #45BFBA;
}
.footerNewsletter #resultOfAddSubscribers .messages > li {
    width: 199px;
    padding: 5px;
    border: 1px solid #45BFBA;
    border-radius: 2px;
    background: #FFF;
    text-align: left;
}
.footerNewsletter #resultOfAddSubscribers .messages .error-msg { color: #FF645F; border-color: #FF645F; }
.footerNewsletter #resultOfAddSubscribers .messages ul,
.footerNewsletter #resultOfAddSubscribers .messages li { margin: 0px; }
#advice-required-entry-newsletter, #advice-validate-email-newsletter {
    width: 188px;
    padding: 5px;
    position: absolute;
    bottom: 102%;
    left: -1px;
    color: #FF645F;
    border: 1px solid #FF645F;
    border-radius: 2px;
    background: #FFF;
    margin: 0;
    text-align: left;
}
.footerCol.firstCol { float: left; width: 350px; margin-right: 38px; }
.footerCol.firstCol ul { width: 50%; padding-right: 50px; box-sizing: border-box; }
.footerCol.secondCol { float: left; width: 250px; margin-right: 36px; }
.footerCol.thirdCol { float: left; width: 250px; }
.footerSocial { float: left; width: 100%; margin-top: 30px; }
.footerSocial .social {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear;
}
.footerSocial .social.fb { background: url('../images/fbIcon.png') no-repeat center center; }
.footerSocial .social.google { background: url('../images/googleIcon.png') no-repeat center center; }
.footerSocial .social:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
.footerBottom { float: left; width: 100%; height: 75px; }
.copy { float: left; line-height: 75px; font-size: 12px; color: #555; }
.copy a {
    text-decoration: none;
    color: #555;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.copy a:hover { color: #45bfba; }
.stenik { float: right; line-height: 75px; font-size: 12px; color: #555; }
.stenik img { vertical-align: middle; }
.stenik a {
    text-decoration: none;
    color: #555;
    -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.stenik a:hover { color: #45bfba; }




/*CSS3 animations*/


@-webkit-keyframes shine {
    100% { left: 125%; }
}
@keyframes shine {
    100% { left: 125%; }
}

/*system messages styles */

.messages { float: left; width: 100%; margin-bottom: 20px; }
.messages .error-msg {
    float: left;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    color: #E50000;
    border: 1px solid #e50000;
    box-sizing: border-box;
}
.messages .success-msg {
    float: left;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    color: #00A49D;
    border: 1px solid #00A49D;
    box-sizing: border-box;
}

.validation-advice {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px;
    color: #E50000;
}

/*profile styles*/

.col2-set { float: left; width: 100%; margin: 0px 0px 20px; }
.col2-set .col-1,
.col2-set .col-2 { float: left; width: 50%; }
.col2-set a { font-style: normal; color: #00A49D; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.col2-set a:hover { color: #222C30; }
.box-title { padding-right: 50px; }
.box-title h3 { float: left; margin: 0px 0px 20px; }
.box-title a { float: right; }
.col2-set h4 { margin: 0px 0px 20px; }
.order-details { float: left; width: 100%; }
.my-account .page-title { margin-bottom: 20px; }
.my-account .welcome-msg { margin-bottom: 30px; }
.my-account h2 { margin: 0px 0px 20px; }
.my-account p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
}
.my-account .addresses-list .item { margin-bottom: 20px; }
.my-account address a { display: inline-block; margin-top: 10px; }
.accountEditForm { float: left; width: 100%; }
#form-validate .fieldset { float: left; width: 45%; margin-right: 5%; }
.buttons-set { float: left; width: 100%; margin: 20px 0px 0px; }
.customer-account .back-link { display: none; }
.accountEditForm .no-display { display: none; }
.page-title.title-buttons a { color: #00A49D; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.page-title.title-buttons a:hover { color: #222C30; }
.box-recent { float:left; width: 100%; margin: 30px 0px; }
.box-recent .box-head h2 { float: left; margin-top: 0px; }
.box-recent .box-head a { float: right; color: #00A49D; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.box-recent .box-head a:hover { color: #222C30; }
#my-orders-table { float: left; width: 100%; border-collapse: collapse; border-spacing: 0; }
#my-orders-table td, #my-orders-table th { padding: 10px; vertical-align: top; border: 1px solid #242424; }
#my-orders-table th { border-bottom: 2px solid #00A49D; }
#my-orders-table td.last { width: 120px; }
#my-orders-table td .separator { display: none; }
#my-orders-table td a { color: #00A49D; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
#my-orders-table td a:hover { color: #222C30; }
.customer-address-form .control { float: left; width: 100%; margin-top: 10px; }
.customer-address-form .control .checkbox { margin: -1px 10px 0 0; }

#content { text-align: center; }
#content p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
}

/*GDPR styles*/

.gdpr-info { float: left; width: 100%; padding-left: 24px; box-sizing: border-box; margin: -5px 0 10px; }
.gdpr-info p { font-size: 11px; line-height: 13px; color: #555; }
.terms-popup { float: left; width: 560px; height: 600px; padding: 10px; background: #fff; overflow-y: scroll; }
.terms-popup img { max-width: 100%; }
.newsletterForm .check-box { margin-top: 10px; text-align: left; }
.opc-wrapper-opc #checkout-review-submit .checkout-agreements li { margin-bottom: 10px; }
.opc-wrapper-opc #checkout-review-submit .checkout-agreements li label a { color: #45bfba; }
.button.right { float: right; }
.my-account .textPage { margin-bottom: 5px; font-size: 13px; line-height: 18px; }
.my-account h3 { font-size: 20px; }
.my-account h4 { font-size: 18px; }
.my-account h5 { font-size: 16px; }
.my-account .button { width: auto; padding: 0 10px; }
.link-remove { color: #45bfba; }

.productInfoBox > .section.radio > .inputContainer .options-list {
    display: flex;
    padding: 0;
}

.productInfoBox > .section.radio > .inputContainer .options-list li input {
    display: none;
}

.productInfoBox > .section.radio > .inputContainer .options-list li span.label {
}

.productInfoBox > .section.radio > .inputContainer .options-list li span.label label {
    width: auto;
    border: 3px solid white;
    font-weight: bold;
    background: white;
    padding: 7px 10px;
    margin: 0 5px;
    white-space: nowrap;
    cursor: pointer;
}

.productInfoBox > .section.radio > .inputContainer .options-list li input:checked + span.label > label {
    border-color: #45bfba;
}

.productInfoBox > .section.radio > .inputContainer .options-list li span.label .price-notice {
    display: none;
}

.expected-delivery {
    margin: 5px 0 10px 0;
    line-height: 140%;
    font-size: 1.15em;
}

.expected-delivery-words,
.expected-delivery-date {
    font-weight: bold;
    color: #e40000;
    font-size: 1.1em;
}

.expected-delivery-words {
    color: #e40000;
    text-transform: uppercase;
}

.expected-delivery-timer {
    background: #45bfba;
    color: white;
    padding: 2px 5px 0 5px;
    line-height: 90%;
    font-weight: bold;
    white-space: nowrap;
}

.opc-wrapper-opc .opc-col-left .customer-name .input-box {
    width: 168px !important;
}