/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
    overflow-x:hidden;
    position:relative;
    margin: 0;
    padding:0;
    font-family: 'HindVadodara Regular', sans-serif;
    font-weight:400;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    background-color:#2c2c2c;
}

iframe {
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    max-width:100% !important;
    overflow-y: hidden !important;
}
.resources-block{
    display: none;
}
.preloader_hide {opacity:0;}
#preloader {background-color:#fff; position:fixed; left:0; top:0; width:100%; height:100%;}
#preloader img {position:fixed; left:50%; top:50%; width:32px; height:32px; margin:-16px 0 0 -16px; display:block;}


#page {background-color:#fff;}

.parallax {
    background-size:cover;
    background-repeat:no-repeat;
}

.container {padding-left:0; padding-right:0;}

a, input, select, textarea {
    vertical-align:top;
    outline:none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


select:-moz-focusring {
    color: transparent;
    outline:none !important;
    text-shadow: 0 0 0 #000 !important;
    border:0 !important;
}

textarea {resize: none;}

img {
    outline:0;
    vertical-align:top;
    border:0;
    /*max-width:100.1%;*/
    /*height:auto;*/
}

a {color:#333; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration:none; color:#242424;}

.clear {
    clear:both;
    height:0;
    font-size:0;
}

.foot_menu {
    margin-bottom: 25px;
}
.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot15 {margin-bottom:15px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:50px !important;}
.margbot35 {margin-bottom:35px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}
.margbot90 {margin-bottom:90px;}
.margbot100 {margin-bottom:100px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot90 {padding-bottom:90px !important;}
.padbot100 {padding-bottom:100px !important;}
.padtop0 {padding-top:0 !important;}

.border0 {border:0 !important;}

/*.selected-items{
    width: 90%;
}*/



/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {
    margin:33px 0;
    border:0;
    border-top:2px solid #e6e6e6;
}

ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    font-family: 'Montserrat Regular', sans-serif;
    text-transform:uppercase;
    font-weight:400;
    color:#333;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {font-weight:900;}
h1 {margin:0 0 28px; line-height:30px; font-size:26px;}
h2 {margin:0 0 25px; line-height:24px; font-size:20px;}		/*used*/
h3 {margin:0 0 21px; line-height:20px; font-size:15px;}		/*used*/
h4 {margin:0 0 18px; line-height:20px; font-size:13px;}		/*used*/
h5 {margin:0 0 15px; line-height:17px; font-size:12px;}		/*used*/
h6 {margin:0 0 15px; line-height:15px; font-size:10px;}

.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#30a67c;}
.color_red {color:#cc3333;}

.title {
    margin-bottom:27px;
    padding-bottom:6px;
    border-bottom:1px solid #e9e9e9;
}
.title h3 {
    margin:0 0 9px;
    font-weight:900;
}
.title p {font-size:14px;}


.title2 {margin-bottom:9px;}
.title2 h2 {
    margin:0 0 25px;
    text-transform:none;
    font-weight:400;
    line-height:28px;
    font-size:24px;
    color:#242424;
}
.title2 p {line-height:24px; font-size:14px;}



/* __________ Columns __________ */
.column_item p {
    margin:0 0 11px;
    font-weight:500;
    font-size:16px;
    color:#333;
}
.column_item p i {
    display:inline-block;
    vertical-align:middle;
    padding-right:18px;
    font-size:32px;
}



/* __________ Text in a frame __________ */
.text_iframe {
    position:relative;
    padding:19px;
    border:1px solid #efefef;
}
.text_iframe.angle:before {
    content:'';
    position:absolute;
    right:-1px;
    top:-1px;
    width:19px;
    height:19px;
    background-image:url(../images/frame_angle.jpg);
    background-repeat:no-repeat;
    background-size:100% auto;
    -webkit-background-size:100% auto;
}

.text_iframe p {
    margin:0 0 11px;
    font-weight:500;
    font-size:16px;
    color:#333;
}














/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
    display:inline-block;
    margin: 0;
    padding: 13px 30px;
    border:2px solid #333;
    border-radius: 0;
    box-shadow: none;
    text-transform:uppercase;
    font-weight: 900;
    line-height: 20px;
    font-size: 14px;
    color:#333;
	letter-spacing: 1px;
    text-shadow: none;
    background:none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#fff; background-color:#5c8a2e; border-color: #5c8a2e;}

.btn.inactive {color:#666; background:none; border-color:#ccc; font-family: Montserrat; font-weight:800;}
.btn.inactive:hover {color:#333; background:none; border-color:#333;}

.btn.make-offer {color:#666; background:none; border-color:#ccc; font-family: Montserrat; font-weight:800; width:100%;}
.btn.make-offer:hover {color:#333; background:none; border-color:#333;}


.btn.active {color:#fff; background:#333; border-color:#333; font-family: Montserrat; font-weight:800;}
.btn.active a {color:#fff;}
.btn.active:hover {color:#fff; background:#242424; border-color:#242424;}

.btn.btn-white {color:#fff; background:none; border-color:#fff;}
.btn.btn-white:hover {color:#333; background:#fff; border-color:#fff;}


.btn-sm {padding: 11px 20px 9px; font-size:13px;}

.btn_icon {
    width:50px;
    height:50px;
    padding:0;
    font-size:16px;
    line-height:46px;
    text-align:center;
}


.shortcodes_buttons .btn {margin-left:10px; margin-right:7px;}





/* __________ Blockquote __________ */
blockquote {
    position:relative;
    margin:0 0 24px 70px;
    padding:4px 0 7px 25px;
    border-left:1px solid #ccc;
}
blockquote:before {
    content: "\f10d";
    position:absolute;
    left:-70px;
    top:10px;
    width:40px;
    height:40px;
    font-family:FontAwesome;
    line-height:40px;
    font-size:40px;
    color:#333;
}



/* __________ Alerts __________ */
.alert {
    position:relative;
    margin-bottom:30px;
    padding:10px 43px 8px 17px;
    font-size:12px;
    color:#333;
    border-radius:0;
    border-width:2px;
    border-style:solid;
}
.alert strong {
    display:block;
    text-transform:uppercase;
    font-weight:900;
    line-height:18px;
    font-size:14px;
}
.alert .close {
    position:absolute;
    top:50%;
    right:17px;
    float:none;
    display:block;
    width:9px;
    height:9px;
    margin-top:-5px;
    line-height:9px;
    font-size:18px;
    opacity:1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.alert .close:hover {opacity:0.5;}

.alert-danger {background-color:#ffeded; border-color:#cc3333;}
.alert-danger strong, .alert-danger .close {color:#cc3333;}

.alert-success {background-color:#e3ffde; border-color:#339933;}
.alert-success strong, .alert-success .close {color:#339933;}

.alert-info {background-color:#e8f8ff; border-color:#3399cc;}
.alert-info strong, .alert-info .close {color:#3399cc;}

.alert-warning {background-color:#fff6db; border-color:#cc9933;}
.alert-warning strong, .alert-warning .close {color:#cc9933;}



/* __________ List Styles __________ */
.list1 li {position:relative; padding:0 0 10px 15px;}
.list1 li:before {
    content:'';
    position:absolute;
    left:0;
    top:7px;
    width:6px;
    height:6px;
    border:2px solid #333;
    border-radius:50%;
}

.list2 li {position:relative; padding:0 0 10px 15px;}
.list2 li:before {
    content: "\f054";
    position:absolute;
    left:0;
    top:1px;
    font-family:FontAwesome;
    line-height:20px;
    font-size:8px;
    color:#333;
}

.list3 li {position:relative; padding:0 0 10px 15px;}
.list3 li:before {
    content: "\f00c";
    position:absolute;
    left:0;
    top:0;
    font-family:FontAwesome;
    line-height:20px;
    font-size:10px;
    color:#333;
}

.list4 {padding-left:20px;}
.list4 li {
    padding:0 0 10px;
    list-style:decimal;
    font-weight:900;
    color:#333;
}
.list4 li span {
    font-weight:400;
    color:#666;
}


/* __________ Table type1 __________ */
.table.type1 {
    border-top:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
}
.table.type1 thead {
    font-weight:900;
    color:#333;
    background-color:#f5f5f5;
}

.table.type1 thead tr th {border-bottom:0;}
.table.type1 thead tr th,
.table.type1 tbody tr th,
.table.type1 tfoot tr th,
.table.type1 thead tr td,
.table.type1 tbody tr td,
.table.type1 tfoot tr td {
    padding:10px;
    line-height:20px;
    font-size:14px;
    color:#666;
    border-top:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}

.table.type1 tbody tr th {width:68px;}



/* __________ Table type1 __________ */
.table.type2thead {
    font-weight:900;
    color:#333;
}

.table.type2 thead tr th {border-bottom:0;}
.table.type2 thead tr th,
.table.type2 tbody tr th,
.table.type2 tfoot tr th,
.table.type2 thead tr td,
.table.type2 tbody tr td,
.table.type2 tfoot tr td {
    padding:14px 0;
    text-align:center;
    line-height:20px;
    font-size:12px;
    color:#666;
    border-top:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}
.table.type2 thead tr th:last-child,
.table.type2 tbody tr th:last-child,
.table.type2 tfoot tr th:last-child,
.table.type2 thead tr td:last-child,
.table.type2 tbody tr td:last-child,
.table.type2 tfoot tr td:last-child {
    border-right:0;
}
.table.type2 tbody tr th {width:68px;}





/* __________ Prices Block __________ */
.price_item {
    padding:24px 0 20px;
    border:1px solid #e9e9e9;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}
.price_item.best_price, .price_item.free_price {position:relative;}
.price_item.best_price:before,
.price_item.free_price:before {
    content:'';
    position:absolute;
    left:-4px;
    top:-5px;
    width:76px;
    height:75px;
    background-image:url(../images/best_price.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
}
.price_item.free_price:before {background-image:url(../images/free_price.png); left:-3px; top:-4px;}
.price_item_title {
    padding-bottom:25px;
    text-transform:uppercase;
    font-weight:900;
    font-size:16px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.price_item_cost {
    width:170px;
    height:170px;
    margin:0 auto 30px;
    padding:45px 0 40px;
    font-weight:900;
    line-height:67px;
    font-size:80px;
    color:#fff;
    border-radius:50%;
    background-color:#666;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}
.price_item_cost span {
    display:block;
    line-height:18px;
    font-size:14px;
}
.price_item_text {
    padding:15px 5px 14px;
    border-top:1px solid #e9e9e9;
    background-color:#f5f5f5;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}
.price_item_text.last {border-bottom:1px solid #e9e9e9;}
.price_item_text b {font-weight:900; color:#333;}
.price_item .btn {
    width:210px;
    margin:19px 0 0;
}

.price_item.price_active {padding:22px 0 18px; border:3px solid #333;}
.price_item.price_active.best_price:before {left:-6px; top:-7px;}
.price_item.price_active.free_price:before {left:-5px; top:-6px;}
.price_item.price_active .price_item_title {color:#333;}
.price_item.price_active .price_item_cost {background-color:#333;}
.price_item.price_active .price_item_text {background-color:transparent;}


/* Type2 */
.price_item.type2 {padding-top:0;}
.price_item.type2 .price_item_title {
    padding:25px 0 21px;
    line-height:24px;
    font-size:21px;
    color:#fff;
    background-color:#666;
}
.price_item.type2 .price_item_cost {
    position:relative;
    height:auto;
    margin-bottom:0;
    padding:35px 0 38px;
    color:#333;
    background-color:transparent;
}
.price_item.type2 .price_item_cost:before {
    content:'$';
    position:absolute;
    top:35px;
    left:50%;
    margin-left:-65px;
    font-weight:900;
    line-height:35px;
    font-size:26px;
    color:#333;
}
.price_item.type2.free_price .price_item_cost:before {margin-left:-40px;}
.price_item.type2 .price_item_text {background-color:transparent;}


.price_item.type2.price_active .price_item_title {padding-top:23px; background-color:#333;}



/* __________ Accordion __________ */
#accordion {padding-top:11px;}
#accordion h4.accordion_title {
    position:relative;
    margin:0;
    padding:16px 0 17px 50px;
    text-transform:none;
    line-height:26px;
    font-size:24px;
    color:#666;
    border-top:1px solid #e9e9e9;
    cursor:pointer;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover {color:#242424;}
#accordion h4.accordion_title.active {border-top:2px solid #333;}
#accordion h4.accordion_title:before {
    content: "\f105";
    position:absolute;
    left:2px;
    top:12px;
    width:35px;
    height:35px;
    font-family:FontAwesome;
    font-weight:bold;
    text-indent:2px;
    line-height:30px;
    text-align:center;
    font-size:20px;
    color:#ccc;
    border:2px solid #ccc;
    border-radius:50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#accordion h4.accordion_title:hover:before {
    color:#333;
    border-color:#333;
}
#accordion h4.accordion_title.active:before {
    color:#fff;
    border-color:#333;
    background-color:#333;
    transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}

#accordion .accordion_content {
    display:none;
    padding:13px 0 3px 50px;
    line-height:24px;
    font-size:14px;
}
#accordion .accordion_content p {margin-bottom:24px;}

.inv_man_tab{ padding-top: 15px;}

.sort-by-block.favorites-block{

}










/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
    position:absolute;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    /*height:60px;*/
    height:auto;
    border-bottom: 1px solid #e9e9e9;
}


/* __________ Top Info __________ */
.top_info {
    background-color: #39393a;
    box-sizing: border-box;
    font-family: "HindVadodara Light";
    height: 40px;
    padding: 12px 0 0;
}

.phone_top {
    float:right;
    text-transform:uppercase;
    font-size:11px;
    color:#333;
}
.phone_top a {
    display:inline-block;
    padding-left:6px;
    font-weight:900;
    font-size:14px;
    color:#333 !important;
}

.live_chat {
    float:right;
    margin-left:12px;
}
.live_chat a {
    position:relative;
    display:block;
    text-transform:uppercase;
    font-size:11px;
    color:#333;
}
.live_chat a:hover {color:#999;}
.live_chat a:before {
    content:'';
    position:absolute;
    left:0;
    top:7px;
    height:9px;
    border-left:1px dotted #999;
}
.live_chat a i {
    top:0;
    display:inline-block;
    padding:0 1px 0 12px;
    font-size:16px;
    color:#666;
}
.top_info .top_text{ color: #A1A6A9; font-size: 15px; } 


/* __________ Logo __________ */
.logo {float:left; width:215px; padding: 22px 0;}
.logo a {display:block;}
.logo img{ max-width:100%; }





/* __________ Menu __________ */
.logo_block {
    height:78px;
    background-color:#fff;
}
.menu_block{
    height:62px;
    background-color:#fff;	
}
.is-sticky .menu_block {
    z-index:9000;
    left:0;
    width:100%;
    box-shadow:0 1px 0 #e9e9e9;
}

.menu_toggler {display:none;}

.navmenu {
    float:left;
    position: absolute;
}
.navmenu li {
    position:relative;
    display:inline-block;
    margin:0 0 0 0;
}
.navmenu li.sub-menu:hover {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.navmenu li.sub-menu:hover:before {
    content:'';
    position:absolute;
    z-index:9999;
    left:0;
    right:0;
    bottom:-2px;
    height:3px;
    background-color:#fff;
}

.navmenu li a {
    position:relative;
    display:block;
    margin:0;
    padding:20px 16px;
    text-transform:uppercase;
    font-weight:400;
    line-height:20px;
    font-size:14px;
    font-family: 'Montserrat Bold';
    color:#333;
    transition: none;
    -webkit-transition: none;
}
.navmenu li.sale_menu a {
    color:#cc3333;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sale_menu a:before, .navmenu li.sale_menu a:after {display:none;}

.navmenu li:hover a,
.navmenu li.active a {
    margin-left:-1px;
    margin-right:-1px;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100 */
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.navmenu li:hover a:before,
.navmenu li.active a:before,
.navmenu li:hover a:after,
.navmenu li.active a:after {
    content:'';
    position:absolute;
    left:-1px;
    right:-1px;
    top:-2px;
    height:2px;
    background-color:#333;


}
.navmenu li:hover a:after, .navmenu li.active a:after {top:auto; bottom:-2px;}

.navmenu li.sale_menu:hover a,
.navmenu li.sale_menu.active a {
    margin:0;
    border:0;
    color:#fff;
    background-color:#cc3333;

}




/* __________ Submenu __________ */

.navmenu li.sub-menu ul {
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 9990;
    width: 100%;
    left: -1px;
    top: 100%;
    padding: 19px 0 3px;
    margin: 0;
    background:#fff;
    border-radius:0;
    border:1px solid #e9e9e9;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu:hover ul {
    visibility:visible;
    opacity:1;
}
.navmenu li.sub-menu.last ul {right:0; left:auto;}
.navmenu li.sub-menu ul li  {
    margin:0;
    padding:0;
    text-align:left;
    border-top: 0;
}
.navmenu li.sub-menu ul li a {
    position:relative;
    display:inline-block;
    margin: 0;
    padding: 0 0 10px 11px;
    line-height:20px;
    font-size:11px;
    color:#666;
    border:0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu ul li a:before {
    content:'Â°';
    position:absolute;
    left:0;
    top:3px;
    font-size:14px;
    color:#ccc;
    background:none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.navmenu li.sub-menu ul li a:after {background:none;}

.navmenu li.sub-menu ul li.active a,
.navmenu li.sub-menu ul li a:hover {
    color:#333;
}
.navmenu li.sub-menu ul li.active a:before,
.navmenu li.sub-menu ul li a:hover:before {
    color:#333;
}
.navmenu li.sub-menu ul li a span{
    position:absolute;
    top:-3px;
    left:100%;
    margin-left:10px;
    font-size:8px;
    color:#cc3333;
}


/* __________ Mega Menu ________ */
.navmenu li.sub-menu ul.megamenu_col1 {width:160px;}
.navmenu li.sub-menu ul.megamenu_col2 {width:265px;}
.navmenu li.sub-menu ul.megamenu_col3 {width:420px;}

.navmenu li ul.mega_menu li.col {
    float:left;
    width:130px;
    margin:0;
    padding-left:15px;
}
.navmenu li ul.mega_menu li ol {padding-left:0;}
.navmenu li ul.mega_menu li ol li {
    float:none;
    display:block;
}
.navmenu li ul.mega_menu li ol li a {
    border:0;
}

/* _________ //Mega Menu _______ */



.user_login_class.user_not_login{
    display: none;
}

/* Secondary */
.secondary_menu {float:right;}
.secondary_menu li {
    position:relative;
    display:inline-block;
    margin-right:11px;
    padding-right:12px;
    float: left;
    font-size: 15px;
    padding-right: 12px;
    color: #fff;
}
.secondary_menu li a{
    margin-right: 5px;
}
.secondary_menu li a + a{
    margin-left: 5px;
}
.secondary_menu li:before {
    content:url(/images/divider.png);
    position:absolute;
    right:0;
    top:4px;
    height:9px;

}
.secondary_menu li ul li:before {
    content:"";
}
.secondary_menu li:last-child{ margin-right:0; padding-right:0; }
.secondary_menu li:last-child:before {display:none;}
.secondary_menu li em,
.secondary_menu li a {
    display: inline-block;
    text-transform:uppercase;
    font-size:15px;
    color: #e7e7e7;
    font-family: 'HindVadodara Light';
}
.secondary_menu li em a{ padding-left:5px; }
.secondary_menu li a:hover {color:#ffffff;}




/* __________ Shopping Bag __________ */
.shopping_bag {
    float:right;
    position:relative;
}
.shopping_bag .shopping_bag_btn {
    position:relative;
    display:block;
    margin:0;
    padding:20px 19px 20px 20px;
    text-transform:uppercase;
    font-weight:400;
    line-height:20px;
    font-size:14px;
    font-family: 'Montserrat Bold';
    color:#333;
    border-left:1px solid #e9e9e9;
    transition: none;
    -webkit-transition: none;
}
.shopping_bag.cart_active .shopping_bag_btn {
    margin:-2px 0 0;
    border-top:2px solid #333;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.shopping_bag .shopping_bag_btn:hover:before,
.shopping_bag .shopping_bag_btn:hover:after {
    content:'';
    position:absolute;
    left:-1px;
    right:-1px;
    top:-2px;
    height:2px;
    background-color:#333;
}
.shopping_bag .shopping_bag_btn:hover:before {top:auto; bottom:-2px;}
.shopping_bag.cart_active .shopping_bag_btn:before {
    content:'';
    position:absolute;
    z-index:9999;
    left:0;
    right:0;
    bottom:-2px;
    height:3px;
    background-color:#fff;
}
.shopping_bag.cart_active .shopping_bag_btn:before {
    content:'';
    position:absolute;
    z-index:9999;
    left:0;
    right:0;
    bottom:-2px;
    height:3px;
    background-color:#fff;
}

.shopping_bag .shopping_bag_btn p {
    display:inline-block;
    margin:0;
}
.shopping_bag .shopping_bag_btn i {
    padding-right:5px;
    color:#669933;
}
.shopping_bag .shopping_bag_btn span {
    display:inline-block;
    margin-left:5px;
    padding:0 6px;
    font-weight:400;
    font-size:16px;
    font-family: 'Montserrat Bold';
    color:#fff;
    background-color:#d7d7d7;
}
.shopping_bag.cart_active .shopping_bag_btn span {background-color:#333;}



/* __________ Cart __________ */
.cart {
    overflow:hidden;
    position:absolute;
    left:0;
    top:100%;
    width:235px;
    border:1px solid #e9e9e9;
    background-color:#fff;
}

.cart li {
    padding:16px 19px 20px;
    border-bottom:1px solid #e9e9e9;
}
.cart .cart_item_product {
    float:left;
    margin-right:20px;
    width:60px;
}
.cart_item_title {
    display:block;
    text-transform:uppercase;
    line-height:14px;
    font-size:11px;
    color:#666;
}
.cart_item_title:hover {color:#333;}
.cart_item_price {
    display:block;
    text-transform:uppercase;
    font-weight:900;
    line-height:24px;
    font-size:14px;
    color:#666;
}
.cart_total {padding:15px 19px 19px;}
.cart_total .clearfix {padding-bottom:14px;}
.cart_total .cart_subtotal {
    text-transform:uppercase;
    line-height:20px;
    font-size:11px;
    color:#666;
}
.cart_total .cart_subtotal b {
    float:right;
    display:inline-block;
    line-height:20px;
    font-size:16px;
    color:#333;
}
.cart_total .btn {width:100%;}



/* __________ Love List __________ */
.love_list {
    float:right;
    position:relative;
}
.love_list .love_list_btn {
    position:relative;
    display:block;
    margin:0;
    padding:20px 19px 20px 20px;
    text-transform:uppercase;
    font-weight:400;
    line-height:20px;
    font-size:14px;
    font-family: 'Montserrat Bold';
    color:#333;
    border-left:1px solid #e9e9e9;
    transition: none;
    -webkit-transition: none;
}
.love_list.cart_active .love_list_btn {
    margin:-2px 0 0;
    border-top:2px solid #333;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.love_list .love_list_btn:hover:before,
.love_list .love_list_btn:hover:after {
    content:'';
    position:absolute;
    left:-1px;
    right:-1px;
    top:-2px;
    height:2px;
    background-color:#333;
}
.love_list .love_list_btn:hover:before {top:auto; bottom:-2px;}
.love_list.cart_active .love_list_btn:before {
    content:'';
    position:absolute;
    z-index:9999;
    left:0;
    right:0;
    bottom:-2px;
    height:3px;
    background-color:#fff;
}

.love_list .love_list_btn p {
    display:inline-block;
    margin:0;
}
.love_list .love_list_btn i {
    padding-right:5px;
    color:#669933;
}
.love_list .love_list_btn span {
    display:inline-block;
    margin-left:5px;
    padding:0 6px;
    font-weight:400;
    font-size:16px;
    color:#fff;
    background-color:#d7d7d7;
    font-family: 'Montserrat Bold';
}
.love_list.cart_active .love_list_btn span {background-color:#333;}





/*	Search Form */
.top_search_form {
    float:right;
    position:relative;
}
.top_search_btn {
    position:relative;
    display:block;
    margin: 0;
    padding:20px 22px 20px 20px;
    font-size:16px;
    color:#333;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
    transition: none;
    -webkit-transition: none;
}
.top_search_form.form_active .top_search_btn {
    margin:-2px 0 0;
    border-top:2px solid #333;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(90%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 90%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.top_search_form .top_search_btn:hover:before,
.top_search_form .top_search_btn:hover:after {
    content:'';
    position:absolute;
    left:-1px;
    right:-1px;
    top:-2px;
    height:2px;
    background-color:#333;
}
.top_search_form .top_search_btn:hover:before {top:auto; bottom:-2px;}
.top_search_form.form_active .top_search_btn:before {
    content:'';
    position:absolute;
    z-index:9999;
    left:0;
    right:0;
    bottom:-2px;
    height:3px;
    background-color:#fff;
}

.top_search_form form {
    position:absolute;
    top:100%;
    right:0;
    width: 273px;
    border:1px solid #f5f5f5;
    background-color:#fff;
    margin:18px 0;
}
.top_search_form input[type="text"] {
    margin:0;
    border:0;
    height:40px;
    width:100%;
    background: #f5f5f5;
}












/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {position:relative; padding:0;}









/*-----------------------------------------------------------------------------------*/
/*	TOVAR SECTION
/*-----------------------------------------------------------------------------------*/
.tovar_section {padding-top:26px;}









/*-----------------------------------------------------------------------------------*/
/*	TOVAR ITEM
/*-----------------------------------------------------------------------------------*/
.tovar_img {
    overflow:hidden;
    position:relative;
    text-align:center;
}
.tovar_img_wrapper img {
    position:absolute !Important;
    left:0;
    top:0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.tovar_item .tovar_img_wrapper .img_h,
.tovar_item:hover .tovar_img_wrapper .img {
    opacity:0;
}
.tovar_item:hover .tovar_img_wrapper .img_h {opacity:0.25;}


.tovar_item_btns {
    position:absolute;
    left:0;
    right:0;
    bottom:-10px;
    margin:0 -5px;
    opacity:0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tovar_item:hover .tovar_item_btns {opacity:1; bottom:20px;}
.tovar_item_btns a {
    display:inline-block;
    margin:0 3px 0 5px;
}
.tovar_item_btns a:hover {
    background-color:#333;
    color:#fff;
}
a.add_lovelist:hover {
    color:#cc3333;
    border-color:#cc3333;
    background-color:inherit;
}
.open-project-link {display:inline-block;}
.tovar_view {
    padding:13px 32px;
    text-transform:uppercase;
    font-weight:900;
    font-size:14px;
    color:#333;
    border:2px solid #333;
}
.add_bag, .add_lovelist {
    display:inline-block;
    width:50px;
    height:50px;
    text-align:center;
    line-height:46px;
    font-size:16px;
    color:#333;
    border:2px solid #333;
}
.tovar_description {
    padding:18px 0 0;
    min-height: 50px;
}
.tovar_title {
    float:left;
    width:80%;
    display:block;
    text-transform:uppercase;
    font-weight:900;
    line-height:16px;
    font-size:14px;
    color:#333;
}
.tovar_title:hover {color:#232323;}
.tovar_price {
    float:right;
    display:block;
    font-weight:900;
    line-height:16px;
    font-size:14px;
    color:#666666;
}









/*-----------------------------------------------------------------------------------*/
/*	BANNER
/*-----------------------------------------------------------------------------------*/
.banner {
    position:relative;
    display:block;
}
.banner:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    border-width:2px;
    border-style:solid;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.banner.type1:before {border-color:#b9957d;}
.banner.type2:before {border-color:#333;}
.banner.type3:before {border-color:#e79d79;}
.banner.type4:before {border-color:#d24d4d;}

.banner.nobord:before {border:0;}

.banner:hover:before {border-width:6px;}


/* Top Sale */
.top_sale_banners a.banner img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.top_sale_banners a.banner {background-color:#000;}
.top_sale_banners:hover a.banner img {opacity:0.5;}
.top_sale_banners a.banner:hover img {opacity:1;}

.banner.white_bord:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:0;
    border:2px solid #fff;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.banner.white_bord:hover:before {
    left:-7px;
    top:-7px;
    right:-7px;
    bottom:-7px;
    opacity:1;
}



/* Banner Widget */
.widget_banners {padding:20px 0;}

.blog .widget_banners {padding:0;}

.widget_banners img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget_banners a {display:block; background-color:#000;}
.widget_banners:hover img {opacity:0.5;}
.widget_banners a:hover img {opacity:1;}



/* Shop Banner */
.banner_block a img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.banner_block a {display:block; background-color:#000;}
.banner_block:hover img {opacity:0.5;}











/*-----------------------------------------------------------------------------------*/
/*	NEW ARRIVALS
/*-----------------------------------------------------------------------------------*/
.new_arrivals .jcarousel li {
    width:170px;
    margin-right:30px;
}



/* Tovar Item */
.tovar_img {
    overflow:hidden;
    position:relative;
    text-align:center;
}
.tovar_img img {
    position:static;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tovar_item_new:hover .tovar_img img {opacity:0.25;}

.tovar_item_new .tovar_view {
    position:absolute;
    left:0;
    right:0;
    bottom:-10px;
    display:block;
    width:110px;
    margin:0 auto;
    padding:9px 13px 8px;
    text-transform:uppercase;
    font-weight:900;
    line-height:20px;
    font-size:12px;
    color:#333;
    opacity:0;
}
.tovar_item_new:hover .tovar_view {opacity:1; bottom:10px;}
.tovar_item_new .tovar_view:hover {color:#fff; background-color:#333;}

.tovar_item_new .tovar_title {
    float:none;
    width:100%;
    min-height:46px;
    padding-bottom:14px;
}
.tovar_item_new .tovar_price {float:none;}

.tovar_sale {position:relative;}
.tovar_sale:before {
    content:'sale';
    position:absolute;
    z-index:2;
    right:0;
    top:0;
    padding:5px 10px 4px;
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
    color:#fff;
    background-color:#cc3333;
}
.variable-sizes .tovar_sale:before {
    left:0;
    right:auto;
}













/*-----------------------------------------------------------------------------------*/
/*	TOVAR VIEW MODAL
/*-----------------------------------------------------------------------------------*/
#modal-body {
    position:fixed;
    z-index:10002;
    left:0;
    top:0;
    right:0;
    width:100% !important;
    height:100% !important;
    display:none;
    opacity:0;
    background-color:rgba(255,255,255,0.75);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
#modal-body.modal-active {
    display:block;
    opacity:1;
}
.close_block {
    position:absolute;
    z-index:10005;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

#tovar_content {
    position:absolute;
    z-index:10006;
    left:50%;
    top:50%;
    width:930px;
    padding:25px 30px;
    background-color:#fff;
    border:1px solid #e9e9e9;
    box-shadow:0 0 35px rgba(0,0,0,0.20);
    transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
}
.tover_view_header {
    margin-bottom:29px;
    padding-bottom:5px;
    border-bottom:1px solid #e9e9e9;
}
.tover_view_header p {
    float:left;
    text-transform:uppercase;
    font-weight:900;
    font-size:15px;
    color:#333;
}
#tover_view_page_close {
    float:right;
    display:block;
    font-weight:300;
    line-height:24px;
    color:#666;
}
#tover_view_page_close:hover {color:#333;}
#tover_view_page_close i {
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
    width:24px;
    height:24px;
    line-height:20px;
    font-style:normal;
    text-align:center;
    font-size:9px;
    color:#999;
    border:2px solid #ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#tover_view_page_close:hover i {color:#333; border-color:#333;}



/* Tovar Carousel */
.tovar_view_fotos {
    position:relative;
    float:left;
    width:468px;
    margin-right:30px;
    margin-top:9px;
    padding:0;
}
#slider1, #slider2 {float:left; padding-right:98px;}
#carousel1,
#carousel2 {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:80px;
}
#carousel1 .slides li,
#carousel2 .slides li {
    overflow:hidden;
    float:none !important;
    margin-bottom:10px;
    width:80px;
    height:100px;
}
#carousel1 .slides li img, #carousel2 .slides li img {margin-bottom:10px;}
#carousel1 .flex-viewport,
#carousel2 .flex-viewport {
    height:484px !important;
}
#carousel2 .flex-active-slide, #carousel1 .flex-active-slide {position:relative;}
#carousel1 .flex-active-slide:before,
#carousel2 .flex-active-slide:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    border:1px solid #e9e9e9;
}
#carousel1 .slides li img,
#carousel2 .slides li img {
    opacity:0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#carousel2 .slides .flex-active-slide img,
#carousel2 .slides li img:hover,
#carousel1 .slides .flex-active-slide img,
#carousel1 .slides  li img:hover {
    opacity:1;
}





/* Tovar Description */
.tovar_view_description {
    float:right;
    width:369px;
}
.tovar_view_title {
    font-weight:300;
    line-height:41px;
    font-size:34px;
    color:#333;
}
.tovar_article {
    padding-bottom:17px;
    line-height:14px;
    font-size:11px;
    color:#999;
}
.tovar_brend_price {
    margin-bottom:15px;
    padding-bottom:24px;
    border-bottom:1px solid #e9e9e9;
}
.tovar_brend {
    font-weight:300;
    line-height:30px;
    font-size:24px;
    color:#333;
}
.tovar_view_price {
    margin-top:-5px;
    font-weight:900;
    line-height:24px;
    font-size:22px;
    color:#333;
}
.tovar_view_price span {
    display:block;
    text-decoration:line-through;
    line-height:17px;
    font-size:13px;
    color:#666666;
}

.tovar_color_select {padding-bottom:19px;}
.tovar_color_select p {
    margin-bottom:13px;
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
    color:#333;
}
.tovar_color_select a {
    position:relative;
    display:inline-block;
    margin-right:10px;
    width:32px;
    height:22px;
}
.tovar_color_select a.color1 {background-color:#7d97b0;}
.tovar_color_select a.color2 {background-color:#d6c4b5;}
.tovar_color_select a.color3 {background-color:#779574;}
.tovar_color_select a.color4 {background-color:#bf9bcb;}
.tovar_color_select a:before {
    content:'';
    position:absolute;
    left:-4px;
    top:-4px;
    right:-4px;
    bottom:-4px;
    border:1px solid #e9e9e9;
    transition: all 0.1s ease-in-out; 
    -webkit-transition: all 0.1s ease-in-out;
}
.tovar_color_select a:hover:before,
.tovar_color_select a.active:before {
    border:2px solid #333;
}

.tovar_size_select {padding-bottom:25px;}
.tovar_size_select p {
    margin-bottom:9px;
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
    color:#333;
}
.tovar_size_select span {
    float:right;
    display:block;
    line-height:18px;
    font-size:12px;
    color:#666;
}
.tovar_size_select a {
    display:inline-block;
    width:40px;
    height:30px;
    margin:0 1px 5px;
    text-align:center;
    line-height:28px;
    font-size:11px;
    color:#666;
    border:1px solid #e9e9e9;
    transition: color 0.3s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.2s ease-in-out;
}
.tovar_size_select a:hover,
.tovar_size_select a.active {
    line-height:26px;
    color:#333;
    border:2px solid #333;
}

.tovar_view_btn {
    margin-bottom:10px;
    padding:0 0 17px;
    border-bottom:1px solid #e9e9e9;
}
.tovar_view_btn .fancy-select {margin-right:7px;}

.tovar_view_btn .add_bag {
    display:inline-block;
    margin-right:7px;
    padding:13px 42px;
    width:auto;
    text-transform:uppercase;
    font-weight:900;
    line-height:20px;
    font-size:14px;
    color:#fff;
    background-color:#333;
}
.tovar_view_btn .add_bag:hover {
    color:#fff;
    background-color:#232323;
}
.tovar_view_btn .add_bag i {padding-right:15px;}

.tovar_shared p {
    float:left;
    margin-bottom:9px;
    padding-top:5px;
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
    color:#333;
}
.tovar_shared ul {float:right;}
.tovar_shared ul li {
    display:inline-block;
    width:28px;
    height:28px;
    margin-left:10px;
    text-align:center;
    line-height:26px;
    font-size:20px;
}
.tovar_shared ul li a {color:#ccc;}
.tovar_shared ul li a:hover {color:#333;}







/*-----------------------------------------------------------------------------------*/
/*	TOVAR DETAILS
/*-----------------------------------------------------------------------------------*/

/* Sidebar Tovar details */
.sidebar_tovar_details h3 {
    margin:0;
    padding-bottom:25px;
    border-bottom:1px solid #e9e9e9;
}
.tovar_items_small {padding-top:35px;}
.tovar_items_small li {
    padding:0 0 27px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tovar_items_small:hover li {opacity:0.3;}
.tovar_items_small li:hover {opacity:1;}
.tovar_item_small_img {
    float:left;
    margin-right:20px;
    width:100px;
}
.tovar_item_small_title {
    display:block;
    margin-bottom:10px;
    text-transform:uppercase;
    font-weight:900;
    line-height:16px;
    font-size:14px;
    color:#333;
}
.tovar_item_small_title:hover {color:#242424;}
.tovar_item_small_price {
    display:block;
    text-transform:uppercase;
    font-weight:900;
    line-height:24px;
    font-size:14px;
    color:#666;
}




/* Tovar Details Header */
.tovar_details_header {
    border-bottom:1px solid #ededed;
}
.tovar_details_header h3 {margin-bottom:25px;}

.tovar_details_pagination a {
    display:inline-block;
    width:24px;
    height:24px;
    text-align:center;
    line-height:19px;
    font-size:17px;
    color:#999;
    border:2px solid #ccc;
}
.tovar_details_pagination a:hover {
    color:#333;
    border-color:#333;
}
.tovar_details_pagination span {
    display:inline-block;
    vertical-align:top;
    padding:0 10px;
    font-weight:300;
    line-height:24px;
    color:#666;
}





/* Tovar information */
.tovar_information .box {display: none;}
.tovar_information .box.visible {display: block;}

.tovar_information .tabs li {
    position:relative;
    float:left;
    margin:0 -1px 0 0;
    padding:14px 35px;
    text-transform:uppercase;
    font-weight:900;
    font-size:14px;
    color:#666;
    border:1px solid #e9e9e9;
    cursor:pointer;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}
.tovar_information .tabs li:hover {color:#333;}
.tovar_information .tabs li.current {
    margin-top:-2px;
    color:#333;
    border-top:3px solid #333;
    border-bottom:1px solid #fff;
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(60%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 60%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%,#ffffff 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.tovar_information .box {
    margin-top:-1px;
    padding:16px 19px 18px;
    line-height:18px;
    font-size:12px;
    color:#666;
    border:1px solid #e9e9e9;
}


/* Reviews */
ul.comments li{
    position:relative;	
    margin-bottom:30px;
    margin-left:0;
}

ul.comments li p{margin:0;}
ul.comments li .date{
    float:left;
    padding-left:20px;
    color:#7a8188;
}
ul.comments li .fa + p{margin-top:10px;}

ul.comments li ul li{
    background:#f7f7f7;
    padding:15px 20px;
    margin:20px 0 20px 20px;	
}

.rating-box {padding:5px 0;}
.rating-box .fa {
    float:left;
    width:16px;
    height:16px;
    margin:0;
    padding:0;
    line-height:16px;
    font-size:16px;
    color:#ffdd00;
    text-align:left;
}
.rating-box .fa.fa-star-o, .rating-box .fa.fa-star-o:hover {color:#666;}
.rating-box .fa:hover {color:#ffdd00;}

.rating-box-label {
    display:inline-block;
    margin:4px 10px 0 0;
}

.trustpilot-block {
    margin-right: 20px;
}




/*-----------------------------------------------------------------------------------*/
/*	BRANDS
/*-----------------------------------------------------------------------------------*/
.brands_carousel .jcarousel-wrapper {padding-bottom:32px;}


/* jCarousel */
.brands_carousel .jcarousel-control-prev {right:auto; left:0;}
.brands_carousel .jCarousel_pagination a {top:35px;}

.brands_carousel .jcarousel {left:44px; width:1082px;}
.brands_carousel .jcarousel li {width:200px; margin-right:20px;}
.brands_carousel .jcarousel li a {display:block; opacity:0.35;}
.brands_carousel .jcarousel li a:hover {opacity:1;}











/*-----------------------------------------------------------------------------------*/
/*	SERVICES SECTION
/*-----------------------------------------------------------------------------------*/
.services_section {padding-top:47px;}

.services_section_description p {
    margin-top:-7px;
    margin-bottom:27px;
    padding-right:40px;
    font-weight:300;
    line-height:38px;
    font-size:30px;
    color:#242424;
}
.services_section_description span {
    display:block;
    line-height:22px;
    font-size:13px;
    color:#666;
}


.service_item i {
    float:left;
    top:0;
    display:block;
    width:32px;
    height:32px;
    margin-right:13px;
    text-align:center;
    line-height:34px;
    font-size:38px;
    color:#333;
}
.service_item p {
    margin:0;
    padding:4px 0 15px;
    line-height:24px;
    font-size:20px;
    color:#333;
}
.service_item span {
    display:block;
    line-height:20px;
    font-size:12px;
    color:#666;
}



/* __________ Type 2 __________ */
.service_item.type2 {text-align:center;}
.service_item.type2 i {
    float:none;
    width:90px;
    height:90px;
    margin:0 auto 27px;
    border-radius:50%;
    line-height:88px;
    color:#fff;
    background-color:#333;
}
.service_item.type2 p {
    padding:0 0 12px;
    line-height:26px;
    font-size:24px;
}
.service_item.type2 span {padding:0 60px;}











/*-----------------------------------------------------------------------------------*/
/*	POSTS
/*-----------------------------------------------------------------------------------*/

/* __________ Recent Posts __________ */
.recent_post_item {
    position:relative;
} 
.recent_post_date {
    position:absolute;
    z-index:10;
    left:0;
    top:5px;
    width:60px;
    height:60px;
    padding-top:14px;
    text-align:center;
    font-weight:300;
    line-height:20px;
    font-size:22px;
    color:#fff;
    background-color:#333;
}
.recent_post_date span {
    display:block;
    text-transform:uppercase;
    font-weight:900;
    line-height:15px;
    font-size:12px;
}
.recent_post_img {
    position:relative;
    float:left;
    display:block;
    margin:5px 30px 10px 0;
}
.recent_post_img:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:0;
    background-color:#fff;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
.recent_post_item:hover .recent_post_img:before {opacity:0.65;}
.recent_post_title {
    display:block;
    margin-bottom:18px;
    line-height:25px;
    font-size:20px;
}
.recent_post_content {padding-bottom:20px;}

.post_meta {
    padding-bottom:24px;
    width:auto !important;
}
.post_meta li {
    float:none !important;
    display:inline-block;
    width:auto !important;
    padding-right:20px;
    margin-right:0 !important;
    text-transform:uppercase;
    font-size:11px;
    color:#333;
}
.post_meta li i {
    top:0;
    padding-right:7px;
    color:#ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post_meta li .sep {
    display:inline-block;
    padding:0 3px;
    color:#ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post_meta li:hover i, .post_meta li:hover .sep {color:#333;}












/*-----------------------------------------------------------------------------------*/
/*	TOP SALE
/*-----------------------------------------------------------------------------------*/
.top_sale {
    min-height:970px;
    background-image:url(../images/top_sale.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.top_sale_description {padding:221px 0 110px;}
.top_sale_description p {
    margin:0;
    text-transform:uppercase;
    font-weight:100;
    line-height:90px;
    font-size:100px;
    color:#fff;
}
.top_sale_description span {
    text-transform:uppercase;
    font-weight:300;
    line-height:49px;
    font-size:40px;
    color:#fff;
}








/*-----------------------------------------------------------------------------------*/
/*	FASHION WEEK
/*-----------------------------------------------------------------------------------*/
.fashion_week {
    min-height:950px;
    background-image:url(../images/fashion_week.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.fashion_week_description {
    padding:175px 0 50px;
    text-align:center;
}
.fashion_week_description p {
    margin:0;
    text-transform:uppercase;
    font-weight:100;
    line-height:101px;
    font-size:100px;
    color:#333;
}
.fashion_week_description p b {font-weight:900;}
.fashion_week_description span {
    text-transform:uppercase;
    font-weight:300;
    line-height:59px;
    font-size:40px;
    color:#333;
}


/* __________ Video Block __________ */
.video_wrapper {
    position:relative;
    width:970px;
    height:480px;
    margin:0 auto;
    box-shadow:0 0 30px rgba(0,0,0,0.75);
}
.video_wrapper img {width:100%;}
.video_wrapper iframe {height:480px;}
.video_wrapper .fa {
    position:absolute;
    left:50%;
    top:50%;
    display:block;
    width:130px;
    height:130px;
    margin:-65px 0 0 -65px;
    font-family: 'FontAwesome';
    text-align:center;
    line-height:120px;
    font-size:50px;
    color:#fff;
    text-indent:6px;
    border:5px solid #fff;
    border-radius:50%;
    background-color: rgba(0,0,0,0.25);
    cursor:pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.video_wrapper .fa:hover {background-color: rgba(0,0,0,0.5);}








/*-----------------------------------------------------------------------------------*/
/*	SHOES
/*-----------------------------------------------------------------------------------*/
.shoes_page {
    min-height:960px;
    background-image:url(../images/shoes_page.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.shoes_page_description {
    padding:287px 0 98px;
    text-align:left;
}
.shoes_page_description p {
    margin:0;
    text-transform:uppercase;
    font-weight:100;
    line-height:78px;
    font-size:100px;
    color:#fff;
}
.shoes_page_description p b {
    font-weight:900;
    line-height:95px;
    font-size:120px;
}
.shoes_page_description span {
    display:block;
    padding-bottom:59px;
    text-transform:uppercase;
    font-weight:300;
    line-height:63px;
    font-size:71px;
    color:#fff;
}
.shoes_page_description .btn {padding-left:47px; padding-right:47px;}








/*-----------------------------------------------------------------------------------*/
/*	SCHOOL SALE
/*-----------------------------------------------------------------------------------*/
.school_sale {
    min-height:700px;
    background-image:url(../images/school_sale.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.school_sale_description {padding:277px 0 223px; width:760px;}
.school_sale_description p {
    margin:0 0 10px;
    text-transform:uppercase;
    font-weight:100;
    line-height:78px;
    font-size:100px;
    color:#fff;
}
.school_sale_description span {
    text-transform:uppercase;
    font-weight:900;
    line-height:34px;
    font-size:30px;
    color:#fff;
}








/*-----------------------------------------------------------------------------------*/
/*	BREADCRUMBS
/*-----------------------------------------------------------------------------------*/
.breadcrumb {
    margin:0;
    padding:0;
    min-height:140px;
    border-radius:0;
    border-bottom:70px solid rgba(255,255,255,0.65);
    background-color:inherit;
    background-repeat:no-repeat;
    background-size:cover;
/*    background-image:url(/images/breadcrumb_bg2.jpg);*/
}


.breadcrumb.women,
.breadcrumb.men {
    margin:0;
    padding:179px 0 0px;
    border-radius:0;
    border:0;
    background-color:inherit;
    background-repeat:no-repeat;
    background-size:cover;
}
/*.breadcrumb.women {background-image:url(/images/breadcrumb_bg1.jpg);}
.breadcrumb.men {background-image:url(/images/breadcrumb_bg2.jpg);}*/

.breadcrumb h2 {
    margin:0;
    padding:0;
    text-transform:uppercase;
    font-weight:100;
    text-align:center;
    line-height:100px;
    font-size:100px;
    color:#fff;
    text-shadow:1px 1px 0 rgba(0,0,0,0.35);
}



/* Page Header */
.page_header .container {
    margin-bottom:21px;
    padding-bottom:4px;
    border-bottom:1px solid #e9e9e9;
}

.page_header a {
    display:block;
    font-weight:300;
    font-size:13px;
    color:#666;
}
.page_header a:hover {color:#333;}
.page_header a i {
    margin-left:10px;
    display:inline-block;
    width:24px;
    height:24px;
    text-align:center;
    line-height:19px;
    font-size:17px;
    color:#999;
    border:2px solid #ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.page_header a:hover i {
    color:#333;
    border-color:#333;
}









/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
    margin:0 0 15px;
    font-weight:900;
}

.sidepanel {
    margin:0 0 10px;
    padding:14px 18px 7px;
    border:2px solid #ccc;
}
.blog .sidepanel {margin-bottom:20px;}


/* __________ Widget Search __________ */
.widget_search {
    margin-bottom:27px;
    padding:20px;
    border:0;
    background-color:#f5f5f5;
}

.widget_search .search_form {position:relative;}
.widget_search .search_form:before {
    content: "\f002";
    position:absolute;
    top:8px;
    right:0;
    width:28px;
    height:11px;
    font-family:FontAwesome;
    text-align:center;
    line-height:11px;
    font-size:10px;
    color:#666;
    border-left:1px dotted #999;
}
.search_form input[type="text"] {
    display:block;
    padding:0 35px 0 8px;
    width:100%;
    height:30px;
    line-height:30px;
    font-size:11px;
    color:#666;
    border:2px solid #e9e9e9;
    background-color:#fff;
}
.search_form input[type="text"]:focus {border-color:#ccc;}





/* __________ Categories __________ */
.widget_categories li {
    position:relative;
    padding:5px 0 4px 15px;
    border-top:1px solid #e9e9e9;
}
.widget_categories li:before {
    content:'Â°';
    position:absolute;
    left:0;
    top:9px;
    font-size:16px;
    color:#ccc;
}
.widget_categories li a {
    display:block;
    text-transform:uppercase;
    line-height:20px;
    font-size:11px;
    color:#666;
}
.widget_categories li a:hover {
    font-weight:900;
    color:#333;
}





/* __________ Price Filter __________ */
#price-range input {
    display:inline-block;
    vertical-align:top;
    margin:0;
    padding:0;
    width:auto;
    height:auto;
    font-weight:400;
    line-height:14px;
    font-size:11px;
    color:#666;
    border: 0;
    box-shadow: none;
}
#price-range label {
    display:inline-block;
    vertical-align:top;
    margin:0 0 16px;
    text-transform:uppercase;
    font-weight:400;
    line-height:14px;
    font-size:11px;
    color:#666;
}

.padding-range {padding: 0 8px;}
#price-range .ui-widget-content {
    position: relative;
    margin:0 0 15px;
    height:5px;
    background-image: url(../images/slider-range.jpg);
    background-repeat:repeat;
}
#price-range .ui-state-default {
    position: absolute;
    z-index: 2;
    width: 11px;
    height: 15px;
    margin:-3px 0 0 -7px;
    background-image: url(../images/slider-handle.jpg);
    background-repeat:no-repeat;
    cursor: w-resize;
    transition: none !important;
    -webkit-transition: none !important;
}
#price-range .ui-slider-horizontal .ui-slider-range {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    display: block;
    border: 0;
    background-color: #333;
}


/* __________ SHOP BY SIZE __________ */
.widget_sized ul {padding-bottom:13px;}
.widget_sized li {
    display:inline-block;
    vertical-align:top;
    width:40px;
    height:30px;
    margin:0 2px 5px 0;
    border:1px solid #e9e9e9;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}
.widget_sized li:hover, .widget_sized li.active {border:2px solid #333;}
.widget_sized li a {
    display:block;
    text-transform:uppercase;
    text-align:center;
    line-height:28px;
    font-size:11px;
    color:#666;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}
.widget_sized li.active a,
.widget_sized li:hover a {
    line-height:26px;
    color:#333;
}



/* __________ SHOP BY COLOR __________ */
.widget_color ul {padding-bottom:13px;}
.widget_color li {
    display:inline-block;
    vertical-align:top;
    width:40px;
    height:30px;
    margin:0 2px 5px 0;
    padding:3px;
    border:1px solid #e9e9e9;
    cursor:pointer;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}
.widget_color li.active,
.widget_color li:hover {
    padding:2px;
    border:2px solid #333;
}
.widget_color li a {
    display:block;
    width:32px;
    height:22px;
    transition: none;
    -webkit-transition: none;
}
.widget_color li a.color1 {background-color:#dc4343;}
.widget_color li a.color2 {background-color:#61acf2;}
.widget_color li a.color3 {background-color:#63c85b;}
.widget_color li a.color4 {background-color:#ddc332;}
.widget_color li a.color5 {background-color:#c98d4c;}
.widget_color li a.color6 {background-color:#b771db;}
.widget_color li a.color7 {background-color:#d3d3d3;}
.widget_color li a.color8 {
    background: #e40d3f; /* Old browsers */
    background: -moz-linear-gradient(left, #e40d3f 0%, #d70de4 20%, #440de4 40%, #0daae4 60%, #0de444 80%, #e1ec2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e40d3f), color-stop(20%,#d70de4), color-stop(40%,#440de4), color-stop(60%,#0daae4), color-stop(80%,#0de444), color-stop(100%,#e1ec2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #e40d3f 0%,#d70de4 20%,#440de4 40%,#0daae4 60%,#0de444 80%,#e1ec2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #e40d3f 0%,#d70de4 20%,#440de4 40%,#0daae4 60%,#0de444 80%,#e1ec2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #e40d3f 0%,#d70de4 20%,#440de4 40%,#0daae4 60%,#0de444 80%,#e1ec2b 100%); /* IE10+ */
    background: linear-gradient(to right, #e40d3f 0%,#d70de4 20%,#440de4 40%,#0daae4 60%,#0de444 80%,#e1ec2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40d3f', endColorstr='#e1ec2b',GradientType=1 ); /* IE6-9 */
}



/* __________ SHOP BY BRANDS __________ */
input[type="checkbox"]{display:none;}

input[type="checkbox"]+label {
    position: relative;
    display: block;
    padding:5px 0 4px 19px;
    text-transform:uppercase;
    font-weight:400;
    line-height:20px;
    font-size:11px;
    color:#666;
    border-top:1px solid #e9e9e9;
    cursor:pointer;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]+label:hover {
    color:#333;
}
/*input[type="checkbox"]+label:before{
    content: "\f096";
    position:absolute;
    left:0;
    top:4px;
    font-family:FontAwesome;
    line-height:20px;
    font-size:15px;
    color:#ccc;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}*/
/*input[type="checkbox"]:checked + label:before{
    content: "\f046";
    color:#333;
}*/

input[type="checkbox"]+label span {
    color:#999;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
}
input[type="checkbox"]+label:hover span {color:#333;}



/* __________ Widget Popular Posts __________ */
.widget_popular_post_item {
    margin-bottom:19px;
    padding-bottom:10px;
    border-bottom:1px solid #e9e9e9;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget_popular_posts li:last-child {
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:3px;
}
.widget_popular_posts:hover li {opacity:0.35;}
.widget_popular_posts li:hover {opacity:1;}
.widget_popular_post_img {
    float:left;
    display:block;
    margin:0 20px 10px 0;
}
.widget_popular_post_title {
    margin:-2px 0 8px;
    display:block;
    text-transform:uppercase;
    line-height:14px;
    font-size:11px;
    color:#333;
}
.widget_popular_post_title:hover {color:#242424;}
.widget_popular_post_date {
    display:block;
    padding-bottom:10px;
    line-height:12px;
    font-size:11px;
    color:#999;
}



/* __________ Widget Popular Tags __________ */
.widget_tags {padding-bottom:16px;}
.widget_tags a,
.post_tags a {
    display:inline-block;
    margin:0 2px 5px 0;
    padding:0 10px;
    text-transform:uppercase;
    line-height:30px;
    font-size:11px;
    color:#999;
    border-radius:3px;
    background-color:#efefef;
}
.widget_tags a:hover,
.post_tags a:hover {
    color:#fff;
    background-color:#333;
}



/* __________ Widget Best Sellers __________ */
.widget_best_sellers {
    padding:10px 0 0;
    border:0;
}
.widget_best_sellers h3 {
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom:1px solid #e9e9e9;
}
.widget_best_sellers .tovar_items_small {padding:0;}




/* __________ Registration Form __________ */
.widget_register_form {margin-bottom:18px;}
.registration_form p {
    margin:0 0 16px;
    font-size:12px;
}
.registration_form input[type="text"] {
    text-transform:uppercase;
    font-size:11px;
}
.registration_form .forgot_pass {
    display:block;
    padding-bottom:9px;
    text-align:center;
    font-size:12px;
    color:#999;
}
.registration_form .forgot_pass:hover {color:#333;}
.registration_form input[type="submit"] {
    float:none;
    width:100%;
    margin-bottom:12px;
}



/* __________ Create New Account __________ */
.widget_new_account p {
    margin:0 0 14px;
    font-size:12px;
}
.widget_new_account .create_acc {
    display:block;
    width:100%;
    padding:15px 10px;
    text-transform:uppercase;
    text-align:center;
    font-weight:900;
    line-height:20px;
    font-size:14px;
    color:#fff;
    background-color:#333;
}
.widget_new_account .create_acc:hover {background-color:#242424;}



/* __________ Widget Bag Totals __________ */
.bag_total {width:100%; padding-bottom:3px;}
.bag_total tr {
    display:block;
    width:100%;
    padding:10px 0 9px;
    text-transform:uppercase;
    line-height:20px;
    font-size:11px;
    border-top:1px solid #e9e9e9;
}
.bag_total tr th {float:left;}
.bag_total tr td {float:right;}
.bag_total tr.cart-subtotal td {
    font-weight:900;
    font-size:14px;
    color:#666;
}
.bag_total tr.shipping td {
    font-weight:900;
    font-size:14px;
    color:#cc3333;
}
.bag_total tr.total td {
    font-weight:900;
    font-size:18px;
    color:#333;
}

.coupon_form {
    position:relative;
    margin:0 -18px 20px;
    padding:20px 18px;
    background-color:#f5f5f5;
}
.coupon_form input[type="text"] {
    height:30px;
    margin:0;
    padding:0 80px 0 10px;
    text-transform:uppercase;
}
.coupon_form input[type="submit"] {
    position:absolute;
    top:20px;
    right:18px;
    width:70px;
    height:30px;
    padding:0;
    line-height:30px;
    font-size:12px;
}

.widget_bag_totals .btn {width:100%; margin-bottom:10px;}








/*-----------------------------------------------------------------------------------*/
/*	SHOP BLOCK
/*-----------------------------------------------------------------------------------*/


/* SORTING TOVAR PANEL */
.sorting_options {
    padding:0 0 15px;
    border-bottom:1px solid #e9e9e9;
}
.sorting_options p {
    position:relative;
    display:inline-block;
    margin:0 9px 0 0;
    padding-right:9px;
    text-transform:uppercase;
    font-weight:900;
    font-size:15px;
    color:#333;
}
.sorting_options p:before {
    content:'';
    position:absolute;
    right:0;
    top:4px;
    width:1px;
    height:13px;
    border-right:1px dotted #999;
}

.count_tovar_items {
    display:inline-block;
    vertical-align:top;
}



.show_all_tovar {
    float:right;
    display:inline-block;
    padding:0 17px;
    text-transform:uppercase;
    font-weight:400;
    line-height:38px;
    font-size:11px;
    color:#666;
    border:1px solid #e9e9e9;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.show_all_tovar:hover {
    padding:0 16px;
    font-weight:900;
    line-height:36px;
    color:#333;
    background:none;
    border:2px solid #333;
}



/* Tovar Sorting */
.product_sort {
    display:inline-block;
    width:67%;
    vertical-align:top;
    text-align:center;
}






/* Tovar Sizes */
#toggle-sizes {
    float:right;
}
#toggle-sizes a {
    display:inline-block;
    margin-left:6px;
    line-height:20px;
    font-size:18px;
    color:#ccc;
}
#toggle-sizes a.active, #toggle-sizes a:hover {color:#333;}




/* __________ Shop Section Sizes __________ */
.shop_block {
    padding-top:40px;
    border-top: 2px solid #e9e9e9;
}

.tovar_content {display:none;}
.variable-sizes .tovar_content {display:block;}

.variable-sizes .tovar_img_wrapper {height:275px !Important;}

.shop_block.variable-sizes .tovar_wrapper {
    position:relative;
    width:450px;
}

.shop_block.variable-sizes .tovar_item {height:100%;}

.shop_block.variable-sizes .tovar_img {
    overflow:visible;
    float:left;
    width:200px;
}

.shop_block.variable-sizes .tovar_description {
    float:right;
    width:220px;
    margin:0 0 15px;
    padding:6px 0 16px;
    border-bottom:1px solid #e9e9e9;
}
.shop_block.variable-sizes .tovar_description .tovar_title {
    float:none;
    padding-bottom:15px;
}
.shop_block.variable-sizes .tovar_description .tovar_price {
    float:none;
}

.shop_block.variable-sizes .tovar_item_btns {
    left:100%;
    bottom:0;
    width:100%;
    opacity:1;
}
.shop_block.variable-sizes .tovar_item_btns .tovar_view {
    padding-left:15px;
    padding-right:15px;
}
.shop_block.variable-sizes .tovar_item_btns .tovar_view span {display:none;}



/* Pagination */
.pagination {margin:0;}
.pagination li {
    display:inline-block;
    vertical-align:top;
    margin:0 7px 0 0;
}
.pagination li a {
    display:block;
    width:40px;
    height:40px;
    padding:0;
    font-weight:400;
    text-align:center;
    line-height:38px;
    font-size:11px;
    color:#666;
    border:1px solid #e9e9e9;
    border-radius:0 !important;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pagination li a:hover,
.pagination li.active a {
    font-weight:900;
    line-height:36px;
    font-size:16px;
    color:#333;
    background:none;
    border:2px solid #333;
}
.pagination li.active a:hover {
    color:#fff;
    border-color:#333;
    background-color:#333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color:#fff;
    border-color:#333;
    background-color:#333;
}









/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.post .post_image,
.post .post_large_image {
    position:relative;
    display:block;
    margin:0 30px 20px 0;
    padding-top:5px;
}
.post .post_image:before,
.post .post_large_image:before {
    content:'';
    position:absolute;
    left:0;
    top:5px;
    right:-1px;
    bottom:0;
    opacity:0;
    background-color:#fff;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
article.post:hover .post_image:before, article.post:hover .post_large_image:before {opacity:0.65;}
article.post.blog_post:hover .post_image:before, article.post.blog_post:hover .post_large_image:before {opacity:0;}

.post .post_title {
    display:block;
    padding-bottom:18px;
    line-height:36px;
    font-size:26px;
    color:#333;
}
.post a.post_title:hover {color:#242424;}
.post.large_image .post_title {
    padding-bottom:4px;
    line-height:48px;
    font-size:40px;
}
.post .post_content {padding-bottom:18px;}



/* __________ Blog Post __________ */
.blog_post_content {
    padding:31px 0 0;
    line-height:24px;
    font-size:14px;
}
.blog_post_content p {
    margin:0 0 24px;
    line-height:24px;
    font-size:14px;
}

.blog_post_content h2 {
    margin-bottom:34px;
    text-transform:none;
    line-height:33px;
    font-size:24px;
}
.blog_post_content h3 {
    margin-bottom:34px;
    text-transform:none;
    line-height:33px;
    font-size:20px;
}
.blog_post_content blockquote {margin-top:-8px; margin-bottom:38px;}


.shared_tags_block {
    margin-bottom:22px;
    padding-bottom:50px;
    border-bottom:1px solid #e9e9e9;
}









/*-----------------------------------------------------------------------------------*/
/*	ARTICLES
/*-----------------------------------------------------------------------------------*/
.articles_block {padding-top:9px;}

.article_image {position:relative;}

.article_large .article_image {
    float:left;
    margin:0 30px 20px 0;
}
.article_image:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:-1px;
    bottom:0;
    opacity:0;
    background-color:#fff;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;

}
.article_item:hover .article_image:before {opacity:0.65;}
.article_date {
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:60px;
    padding-top:14px;
    text-align:center;
    font-weight:300;
    line-height:20px;
    font-size:22px;
    color:#fff;
    background-color:#333;
}
.article_date span {
    display:block;
    text-transform:uppercase;
    font-weight:900;
    line-height:15px;
    font-size:12px;
}
.article_image {
    display:block;
    margin:0 0 23px;
}
.article_title {
    display:block;
    margin-bottom:18px;
    line-height:36px;
    font-size:30px;
}

.article_large .article_title {font-size:34px;}
.article_small .article_title {
    line-height:30px;
    font-size:24px;
}
.article_item .post_meta li i {padding-right:3px;}



/* __________ Article Single __________ */
.article_single .article_image {
    float:left;
    margin-bottom:40px;
    padding-left:30px;
}
.article_single .article_date {top:30px;}
.article_single_caption {
    position:relative;
    z-index:2;
    float:right;
    display:table;
    margin:30px 0 0 -30px;
    padding:0 28px;
    width:400px;
    height:360px;
    background-color:#333;
}
.article_single_caption p {
    display:table-cell;
    vertical-align:middle;
    line-height:44px;
    font-size:36px;
    color:#fff;
}

.article_single_content h3 {
    float:left;
    width:775px;
    margin-bottom:34px;
    padding-left:30px;
    text-transform:none;
    line-height:33px;
    font-size:20px;
}
.article_single_content blockquote {
    float:left;
    width:300px;
}

.article_single_content p {
    margin-bottom:24px;
    line-height:24px;
    font-size:14px;
}

.article_single_content .post_meta {padding-bottom:44px;}

.article_single_content .shared_tags_block {padding-bottom:29px; margin:0; border:0;}










/*-----------------------------------------------------------------------------------*/
/*	BLOG COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {padding-bottom:13px;}
#comments h2 {
    margin-bottom:23px;
    text-transform:none;
    line-height:33px;
    font-size:24px;
}

#comments li {padding:0 0 20px 0;}
#comments .avatar {
    float:left;
    display:block;
    margin-right:20px;
    width:70px;
    height:70px;
}
.comment_right {
    position:relative;
    display:table;
    padding:14px 19px 17px 29px;
    font-size:12px;
    color:#666;
    border:1px solid #efefef;
}
.comment_right:before {
    content: '';
    position:absolute;
    left:-10px;
    top:26px;
    width:11px;
    height:20px;
    background-image:url(../images/comment_right_b.jpg);
    background-repeat:no-repeat;
    background-size:100% auto;
    -webkit-background-size:100% auto;
}
.comment_info {padding-bottom:11px;}
.comment_author {
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
    color:#333;
}
.comment_reply {
    float:right;
    text-transform:uppercase;
    font-weight:900;
    font-size:12px;
    color:#999;
}
.comment_reply:hover {color:#333;}
.comment_date {
    line-height:16px;
    font-size:11px;
    color:#999;
}

#comments ol li ul li {padding:20px 0 0 100px;}

.leave_comment input[type="text"] {width:32.8%;
}
.leave_comment textarea {
    width:99.5%;
    min-height: 130px;
}







/*-----------------------------------------------------------------------------------*/
/*	LOVE LIST / SHOPPING BAG
/*-----------------------------------------------------------------------------------*/
.love_list_block {padding-top:9px;}

table.shop_table {
    margin: 0;
    width: 100%;
}
table.shop_table thead {background-color:#f5f5f5;}
table.shop_table th {
    padding:4px 0 6px;
    text-transform:uppercase;
    line-height:20px;
    font-size:11px;
}
table tr.cart_item td {
    padding:6px 20px 20px 0;
    border-bottom:1px solid #e9e9e9;
}
table tr.cart_item:last-child td {border:0;}
table tr.cart_item td.product-thumbnail {width:120px;}
table tr.cart_item td.product-thumbnail a {display:block;}
table tr.cart_item td.product-thumbnail a img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
table.shop_table tbody:hover .product-thumbnail img {opacity:0.35;}
table.shop_table tbody .cart_item:hover .product-thumbnail img {opacity:1;}

table tr.cart_item td.product-name {
    vertical-align:middle;
    width:310px;
}
table tr.cart_item td.product-name a {
    text-transform:uppercase;
    font-weight:900;
    font-size:14px;
}
table tr.cart_item td.product-name li {
    position:relative;
    display:inline-block;
    margin-right:8px;
    padding-right:11px;
    font-size:11px;
    color:#333;
}
table tr.cart_item td.product-name li:last-child {margin-right:0; padding-right:0;}
table tr.cart_item td.product-name li:before {
    content:'|';
    position:absolute;
    right:-1px;
    top:0;
    color:#ccc;
}
table tr.cart_item td.product-name li:last-child:before {display:none;}

table tr.cart_item td.product-price {
    width:100px;
    font-weight:900;
    font-size:14px;
    color:#666;
}
table tr.cart_item td.product-add-bag {
    padding-right:0;
    width:210px;
}
table tr.cart_item td.product-add-bag .add_bag {
    display:block;
    width:100%;
    border:0;
    text-transform:uppercase;
    font-weight:900;
    line-height:50px;
    font-size:14px;
    color:#fff;
    background-color:#333;
}
table tr.cart_item td.product-add-bag .add_bag:hover {background-color:#242424;}
table tr.cart_item td.product-add-bag .add_bag i {
    display:inline-block;
    padding-right:17px;
}
table tr.cart_item td.product-remove {
    padding-right:0;
    text-align:right;
}
table tr.cart_item td.product-remove a {
    font-weight:300;
    font-size:13px;
    color:#666;
}
table tr.cart_item td.product-remove a:hover {color:#cc3333;}
table tr.cart_item td.product-remove i {
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
    margin-top:-2px;
    width:24px;
    height:24px;
    line-height:20px;
    font-style:normal;
    text-align:center;
    font-size:9px;
    color:#999;
    border:2px solid #ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
table tr.cart_item td.product-remove a:hover i {color:#cc3333; border-color:#cc3333;}

table tr.cart_item td.product-quantity {width:120px;}
table tr.cart_item td.product-quantity .fancy-select .trigger {width:74px;}
table div.fancy-select ul.options {min-width:74px;}

table tr.cart_item td.product-subtotal {
    width:100px;
    font-weight:900;
    font-size:14px;
    color:#666;
}









/*-----------------------------------------------------------------------------------*/
/*	PAGE 404
/*-----------------------------------------------------------------------------------*/
.page404 {background-image:url(../images/404_bg.jpg);}

.wrapper404 {
    float:right;
    width:570px;
    padding-right:30px;
    padding-left:30px;
    text-align:center;
    color:#fff;
}
.wrapper404 h1 {
    margin:0;
    padding-top:10px;
    font-weight:900;
    line-height:136px;
    font-size:130px;
    color:#fff;
}
.wrapper404 h2 {
    position:relative;
    margin-bottom:24px;
    padding-bottom:23px;
    font-weight:300;
    line-height:40px;
    font-size:40px;
    color:#fff;
}
.wrapper404 h2:before {
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:50px;
    height:2px;
    margin-left:-25px;
    background-color:#fff;
}
.wrapper404 p {
    margin:0 0 44px;
    text-transform:uppercase;
    line-height:24px;
    font-size:20px;
}
.wrapper404 .btn {margin-bottom:10px;}







/*-----------------------------------------------------------------------------------*/
/*	MY ACCOUNT
/*-----------------------------------------------------------------------------------*/
.my_account {
    padding-top:250px;
    background-image:url(../images/my_account_bg.jpg);
}

.my_account_block {background-color:#fff; margin-bottom:54px;}
.my_account_block h2 {
    margin:0 0 39px;
    font-weight:900;
    font-size:24px;
}

.my_account_block .login {
    float:left;
    width:50%;
    padding:30px 28px;
    border-right:1px solid #ccc;
}
.login_form input[type="text"] {
    height:50px;
    margin-bottom:20px;
    text-transform:uppercase;
}
.login_form input[type="text"].last {margin-bottom:9px;}
.login_form input[type="checkbox"] + label {
    text-transform:none;
    font-size:12px;
    border:0;
}
.login_form .forgot_pass {
    display:block;
    padding-top:5px;
    color:#999;
}
.login_form .forgot_pass:hover {color:#333;}
.login_form input[type="submit"] {
    float:none;
    display:inline-block;
    width:230px;
    height:50px;
    margin:27px 0 0;
    background-color:#333;
}

.my_account_block .new_customers {
    float:left;
    width:50%;
    padding:30px 28px;
}
.my_account_block .new_customers p {color:#333;}
.my_account_block .new_customers li {line-height:22px;}
.my_account_block .new_customers .btn {
    display:inline-block;
    width:230px;
    margin:40px auto 0;
}

.my_account_note {
    padding-bottom:63px;
    text-transform:uppercase;
    font-weight:300;
    line-height:46px;
    font-size:40px;
    color:#fff;
}
.my_account_note b {
    display:inline-block;
    padding-left:30px;
    font-weight:900;
}









/*-----------------------------------------------------------------------------------*/
/*	PRODUCT CATALOG LIST
/*-----------------------------------------------------------------------------------*/
.product_catalog_block .container {
    margin-bottom:24px;
    padding-bottom:20px;
    border-bottom:1px solid #e9e9e9;
}
.product_catalog_block.last .container {border-bottom:0;}

.product_catalog_item img {
    float:left;
    margin:9px 30px 10px 0;
}
.product_catalog_title {
    margin:0 0 5px;
    text-transform:uppercase;
    font-weight:300;
    line-height:47px;
    font-size:40px;
    color:#333;
}
.product_catalog_list {padding-left:90px;}
.product_catalog_list li {
    position:relative;
    padding:10px 5px 0 12px;
}
.product_catalog_list li:before {
    content:'Â°';
    position:absolute;
    left:0;
    top:14px;
    font-size:16px;
    color:#ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.product_catalog_list li:hover:before {color:#333;}
.product_catalog_list li a {
    text-transform:uppercase;
    font-size:11px;
    color:#666;
}
.product_catalog_list li a:hover {color:#333;}

.product_catalog_item .product_catalog_list {padding-left:300px;}



/* __________ Brands List __________ */
.brand_letter {
    float:left;
    width:70px;
    margin-right:30px;
    text-transform:uppercase;
    font-weight:300;
    line-height:111px;
    font-size:100px;
    color:#333;
}










/*-----------------------------------------------------------------------------------*/
/*	UPDATE PAGE
/*-----------------------------------------------------------------------------------*/
.update_page {background-image:url(../images/update_bg.jpg);}

.update_wrapper {
    width:680px;
    margin:0 auto;
    padding:191px 0 150px;
    text-align:center;
    color:#fff;
}
.update_wrapper h1 {
    margin:0;
    padding-top:10px;
    font-weight:900;
    line-height:136px;
    font-size:130px;
    color:#fff;
}
.update_wrapper h2 {
    position:relative;
    margin-bottom:24px;
    padding-bottom:23px;
    font-weight:300;
    line-height:40px;
    font-size:40px;
    color:#fff;
}
.update_wrapper h2:before {
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:50px;
    height:2px;
    margin-left:-25px;
    background-color:#fff;
}
.update_wrapper p {
    margin:0 0 44px;
    text-transform:uppercase;
    line-height:24px;
    font-size:20px;
}










/*-----------------------------------------------------------------------------------*/
/*	ABOUT US PAGE
/*-----------------------------------------------------------------------------------*/
.about_us_info {padding-top:9px;}

.about_us_description p {
    margin-top:-7px;
    margin-bottom:27px;
    padding-right:40px;
    font-weight:300;
    line-height:38px;
    font-size:30px;
    color:#242424;
}
.about_us_description span {
    display:block;
    margin-bottom:22px;
    line-height:22px;
    font-size:13px;
    color:#666;
}



/* __________ Our Team __________ */
.team_item {
    padding:39px 10px 24px;
    border:1px solid #e9e9e9;
    transition: border-color 0.3s ease-in-out;
    -webkit-transition: border-color 0.3s ease-in-out;
}
.team_item:hover {
    padding:37px 10px 22px;
    border:3px solid #333;
}
.team_item .team_foto {
    margin:0 auto 25px;
    width:170px;
    height:170px;
    border-radius:50%;
}
.team_item p {
    margin:0 0 2px;
    text-transform:uppercase;
    font-weight:900;
    font-size:16px;
    color:#333;
}
.team_item .team_social {padding:17px 0 0;}
.team_item .team_social a {
    display:inline-block;
    width:32px;
    height:32px;
    margin:0 1px 0 5px;
    font-size:20px;
    color:#ccc;
}
.team_item .team_social a:hover {color:#333;}









/*-----------------------------------------------------------------------------------*/
/*	CONTACTS PAGE
/*-----------------------------------------------------------------------------------*/
.contacts_block {padding-top:9px;}


/* __________ Contact Info __________ */
.contact_info_block {
    min-height:490px;
    padding:14px 18px;
    border:2px solid #ccc;
}
.contact_info_block li {
    margin-bottom:17px;
    padding-bottom:14px;
    border-bottom:1px solid #e9e9e9;
}
.contact_info_block li:last-child {border:0;}
.contact_info_block h3 {
    margin-bottom:12px;
}
.contact_info_block h3 i {
    display:inline-block;
    padding-right:12px;
    line-height:20px;
    color:#ccc;
}
.contact_info_block p {
    margin:0;
    font-weight:700;
    color:#333;
}
.contact_info_block p.phone {font-weight:900;}
.contact_info_block a {
    display:inline-block;
    margin-bottom:23px;
    line-height:18px;
}


/* __________ Contact Form __________ */
.contact_form {
    min-height:490px;
    padding:14px 18px 19px;
    border:2px solid #ccc;
}
.contact_form h3 {margin-bottom:11px;}
.contact_form p {
    margin:0 0 14px;
}

#ajax-contact-form label {
    display:none;
    margin:0;
    text-transform:uppercase;
    font-size:11px;
    color:#666;
}
#ajax-contact-form textarea,
#ajax-contact-form input[type="text"] {
    margin-bottom:10px;
    text-transform:uppercase;
    font-size:11px;
    color:#666;
}
#ajax-contact-form textarea {min-height:189px;}
#ajax-contact-form input[type="submit"] {
    float:none;
    width:100%;
}

.notification_error {
    margin-bottom:10px;
    padding:5px 10px;
    line-height:15px;
    font-size:11px;
    color:#cc3333;
    border:2px solid #cc3333;
    background-color:#ffeded;
}
.notification_ok {
    margin-bottom:10px;
    padding:5px 10px;
    line-height:15px;
    font-size:11px;
    color:#3399cc;
    border:2px solid #3399cc;
    background-color:#e8f8ff;
}


.ie #ajax-contact-form label {display:block;}
.ie #ajax-contact-form textarea {min-height:120px;}





.continue-shopping .fa.fa-chevron-left {
    border: 1px solid #d7d7d7;
    color: #ccc;
    padding: 6px 8px;
}
.continue-shopping{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
	font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.continue-shopping:hover .fa.fa-chevron-left{
    color: #242424;
    border: 1px solid #242424;
}
.checkout_top a{
    background: #669933 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 20px;
    width: 100%;
    font-family: "Montserrat Bold";
}
.checkout_top a:hover{
    background-color: #5c8a2e;
    border-color: #5c8a2e;
    color: #fff
}
.checkout_top .fa-chevron-circle-right{
    font-size: 18px;
    margin-left: 5px;
}
.remove_link .fa.fa-times, .icon-img .fa.fa-heart-o{
    border: 1px solid #d7d7d7;
    color: #ccc;
    display: inline-block;
    margin-left: 8px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
}
.remove_link a:hover .fa.fa-times, a:hover .icon-img .fa.fa-heart-o{
    color: #cc3434;
    border: 1px solid #cc3434;
}
/*-----------------------------------------------------------------------------------*/
/*	CHECKOUT
/*-----------------------------------------------------------------------------------*/
.checkout_nav {margin-bottom:30px;}
.checkout_nav li {
    position:relative;
    display:inline-block;
    width:25%;
    margin-right:-4px;
    padding:10px 0 12px;
    font-weight:300;
    text-align:center;
    line-height:26px;
    font-size:22px;
    color:#999;
    border:2px solid #ccc;
    border-right:0;
}
.checkout_nav li:before {
    content:'';
    position:absolute;
    z-index:1;
    right:-22px;
    top:0;
    bottom:0;
    width:26px;
    background-image:url(../images/checkout_arrow.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
}
.checkout_nav li.active_step {
    font-weight:400;
    color:#333;
    border-right:0;
    background-color:#f4f4f4;
}
.checkout_nav li.active_step:before {background-image:url(../images/active_step.jpg);}
.checkout_nav li.done_step,
.checkout_nav li.done_step2 {
    font-weight:400;
    color:#333;
    border-color: #6d9f3b;
    border-right:0;
    background-color:#e4ffd1;
}
.checkout_nav li.done_step:before {background-image:url(../images/done_step.jpg);}
.checkout_nav li.done_step2:before {background-image:url(../images/done_step2.jpg);}
.checkout_nav li.last {border-right:2px solid #ccc;}
.checkout_nav li.last:before {display:none;}



/* __________ Checkout Form __________ */
.checkout_form {
    margin-bottom:32px;
    padding:22px 28px 31px 28px;
    border:2px solid #ccc;
}
.checkout_form label {
    display:block;
    margin-bottom:4px;
    text-transform:uppercase;
    line-height:20px;
    font-size:11px;
    color:#666;
}
.checkout_form hr {
    margin-top:24px;
    margin-bottom:21px;
    border:0;
    border-top:1px solid #e9e9e9;
}
p.checkout_title {
    margin:0 0 22px;
    text-transform:uppercase;
    font-size:11px;
    color:#666;
}

.checkout_form .country .fancy-select .trigger {
    width:260px;
    height:40px;
    padding-top:8px;
    padding-bottom:8px;
    font-weight:400;
    color:#999;
    border-color:#e9e9e9;
}
.checkout_form .country .fancy-select .trigger:after {top:8px;}
.checkout_form .country .fancy-select ul.options {width:260px;}

.checkout_form_input {
    float:left;
    width:260px;
    margin-bottom:4px;
    margin-right:23px;
}
.checkout_form_input2 {
    float:left;
    width:543px;
    margin-bottom:14px;
    margin-right:23px;
}
.checkout_form_input.last, .checkout_form_input2.last {margin-right:0;}

.checkout_form_note {
    float:left;
    padding-top:30px;
    padding-bottom:17px;
    font-weight:300;
}

.checkout_block_btn {
    width:230px;
    margin-top:17px;
}


/* __________ Checkout Delivery __________ */
.checkout_block input[type="radio"] {display:none;}
.checkout_block input[type="radio"] + label {
    position:relative;
    padding-left:30px;
    font-weight:400;
    line-height:20px;
    font-size:14px;
    color:#333;
    cursor:pointer;
}
.checkout_block input[type="radio"] + label b {
    display:block;
    margin-bottom:18px;
    font-weight:900;
}
.checkout_block input[type="radio"] + label img {
    margin:0 auto;
}
.checkout_block input[type="radio"] + label:before {
    content: "\f10c";
    position:absolute;
    left:0;
    top:0;
    display: block;
    height: 20px;
    width: 20px;
    font-family:FontAwesome;
    font-weight:400;
    line-height:20px;
    font-size:23px;
    color:#ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.checkout_block input[type="radio"] + label:hover:before {color:#333;}
.checkout_block input[type="radio"]:checked + label:before {content: "\f192"; color:#333;}




.checkout_delivery {
    margin-bottom:32px;
    padding:22px 28px 31px 28px;
    border:2px solid #ccc;
}
.checkout_delivery ul {padding-bottom:22px;}
.checkout_delivery li {
    display:inline-block;
    vertical-align:top;
    margin-right:50px;
    width:20.2%;
}
.checkout_delivery_note {
    padding:10px;
    line-height:30px;
    font-size:14px;
    color:#333;
    background-color:#ffe9ed;
}
.checkout_delivery_note i {
    display:inline-block;
    vertical-align:top;
    width:30px;
    height:30px;
    margin-right:16px;
    line-height:35px;
    font-size:30px;
    color:#dc3554;
}


/* __________ Payment Method __________ */
.checkout_payment {
    margin-bottom:32px;
    padding:22px 28px 31px 28px;
    border:2px solid #ccc;
}
.payment_method {
    float:left;
    width:840px;
}
.credit_card_number {
    float:right;
    width:240px;
}
.payment_method li {
    display:inline-block;
    width:165px;
}
.payment_method label img {margin-top:19px !important;}

.credit_card_number_form .margrightminus20 {margin-right:-20px;}
.credit_card_number_form .fancy-select {float:left;}
.credit_card_number_form div.fancy-select div.trigger {
    width:110px;
    height:40px;
    margin-right:20px;
    margin-bottom:18px;
    padding-top:8px;
    padding-bottom:8px;
    font-weight:400;
    color:#999;
    border-color:#e9e9e9;
}
.credit_card_number_form div.fancy-select div.trigger:after {top:8px;}
.credit_card_number_form ul.options {width:110px; min-width:110px !important;}

.credit_card_number_form input[type="text"] {
    margin:0 0 18px;
    text-transform:uppercase;
    color:#999;
}


/* __________ Confirm Orded __________ */
.checkout_confirm_orded {
    padding:22px 28px 31px 28px;
    border:2px solid #ccc;
}
.billing_information {
    float:left;
    width:200px;
    margin-right:40px;
}
.billing_information_content span {
    display:block;
    font-size:13px;
    color:#333;
}
.payment_delivery {
    float:left;
    width:199px;
}
.checkout_confirm_orded_bordright {
    float:left;
    border-right:1px solid #e9e9e9;
}


/* _________ Products __________ */
.checkout_confirm_orded_products {
    float:left;
    width:338px;
    margin-left:30px;
}
.checkout_confirm_orded_products li {margin-bottom:10px;}
.checkout_confirm_orded_products .cart_item_product {
    float:left;
    margin-right:20px;
    width:60px;
}
.checkout_confirm_orded_products .cart_item_title {
    display:block;
    text-transform:uppercase;
    font-weight:900;
    line-height:20px;
    font-size:14px;
    color:#333;
}
.checkout_confirm_orded_products .cart_item_title:hover {color:#242424;}

.widget_bag_totals.your_order_block {
    margin-bottom:0;
    min-height:397px;
}
.widget_bag_totals.your_order_block .bag_total tbody {
    display:block;
    padding-bottom:82px;
}










/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
    position:relative;
    padding:40px 0 0;
    line-height:20px;
    font-size:11px;
    color:#999;
    background-color:#333;
}
footer h4 {font-weight:500; color:#fff; font-size: 14px; font-family: 'HindVadodara Light', sans-serif;}

footer a {color:#999;}
footer a:hover {color:#fff;}

.foot_address {
    margin-bottom:11px;
    padding-bottom:13px;
    border-bottom:1px solid #3e3e3e;
}
.foot_address span {
    display:block;
    text-transform:uppercase;
}


.foot_phone a {
    font-weight:900;
    line-height:26px;
    font-size:16px;
    color:#ccc !important;
}


.foot_mail a {
    display:inline-block;
    line-height:20px;
    color:#999;
}
.foot_mail a:hover {color:#fff;}


.foot_live_chat a {
    display:inline-block;
    text-transform:uppercase;
    line-height:26px;
    font-size:11px;
    color:#999;
}
.foot_live_chat a:hover {color:#fff;}
.foot_live_chat a i {
    display:inline-block;
    padding-right:3px;
    font-size:15px;
    color:#666;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.foot_live_chat a:hover i {color:#fff;}

.more-way-block{ margin: 20px 0 40px; }

/* __________ Foot Menu __________ */
.foot_menu li {padding-bottom:4px;}
.foot_menu li a {
    text-transform: none;
    font-family: 'HindVadodara Light', sans-serif;
    font-size: 14px;
    color: #999999;
}

.foot_menu li a:hover {
    color: #575757;
}





/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/
.social a {
    display:inline-block;
    width:40px;
    height:40px;
    margin:0 7px 10px 0;
    text-align:center;
    border:2px solid #434343;
}
.social a:hover {border-color:#fff;}
.social a i {
    line-height:36px;
    font-size:20px;
    color:#434343;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social a:hover i {color:#fff;}








/*-----------------------------------------------------------------------------------*/
/*	NEWSLETTER
/*-----------------------------------------------------------------------------------*/
footer .newsletter_form {padding-bottom:26px; padding-top:7px;}
footer .social{
    margin-bottom: 26px;
}
footer .newsletter_form input[type="text"] {
    width:240px;
    float: left;
    margin:0 8px 10px 0;
    padding:10px 10px 11px;
    font-size:11px;
    color:#666;
    background-color:#333;
    border:2px solid #434343!important;
}
footer .newsletter_form input[type="submit"]{ float: left; font-weight: 500;  letter-spacing: 1px; }
footer .newsletter_form input[type="text"]:focus {
    color:#fff;
    border-color:#fff;
}
footer .newsletter_btn {
    padding:11px 10px 10px !important;
    width:118px;
    background-color:#434343;
}


/* Newsletter From */
.widget_newsletter {
    padding:2px;
    background-image:url(../images/widget_newsletter.jpg);
    border:0;
}
.newsletter_wrapper {
    padding:14px 18px 7px;
    background-color:#fff;
}
.widget_newsletter input[type="text"] {
    width:100%;
    height:40px;
    margin-bottom:10px;
    padding:7px 10px;
    font-size:11px;
    color:#666;
    border:2px solid #e9e9e9;
}
.widget_newsletter input[type="text"]:focus {border-color:#ccc;}
.widget_newsletter input[type="submit"] {
    margin-bottom:13px;
    width:100%;
    padding:10px;
    background-color:#434343;
}
.widget_newsletter input[type="submit"]:hover {background-color:#cc3333;}








/*-----------------------------------------------------------------------------------*/
/*	COPYRIGHT
/*-----------------------------------------------------------------------------------*/
.copyright {
    background-color:#2c2c2c;
}

.copyright .back_top {
    display:inline-block;
    vertical-align:top;
    padding-left:8px;
    text-align:center;
    line-height:20px;
    color: #666;
    font-size: 14px;
    font-family: 'HindVadodara Light';
}
.copyright .back_top:hover {color:#fff;}
.copyright .back_top i {
    width:24px;
    height:24px;
    margin:-2px 0 0 10px;
    font-family:FontAwesome;
    line-height:18px;
    font-size:16px;
    color:#414141;
    border:2px solid #414141;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.copyright .back_top:hover i {border-color:#fff; color:#fff;}


.foot_logo {
    float:left;
    margin-top: 20px;
}


.copyright_inf {
    float:right;
    padding: 26px 0 19px;
    color:#333;
}
.copyright_inf span {
    display: inline-block;
    padding: 0 8px;
    color: #666;
    font-size: 14px;
    font-family: 'HindVadodara Light';
}


.copyright_inf a:hover span{
    color: #fff;
}



/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/
#contact {
    padding:0 100px;
}


/* __________ Comment Form __________ */
#comment_form {margin-bottom:53px;}
#comment_form .comment_form_wrapper {
    padding:2px;
    background-image:url(../images/comment_bord.jpg);
}
#comment_form form {
    position:relative;
    margin:0;
    padding:28px;
    background-color:#fff;
}
#comment_form h2 {
    margin-bottom:22px;
    text-transform:none;
    line-height:33px;
    font-size:24px;
}
#comment_form input[type="text"] {width:49.4%;}
#comment_form .comment_note {
    padding:9px 0 11px;
    font-size:11px;
}














/*-----------------------------------------------------------------------------------*/
/*	JCAROUSEL STYLES
/*-----------------------------------------------------------------------------------*/
.jcarousel-wrapper {position: relative;}
.jcarousel {position: relative; overflow: hidden; width: 100%;}
.jcarousel ul {width: 20000em; position: relative;}
.jcarousel li {float: left; width:370px; margin-right:30px;}


.lcarousel-wrapper {position:relative;}
.jCarousel_pagination a {
    position:absolute;
    z-index:100;
    top:-50px;
    display:block;
    width:24px;
    height:24px;
    font-family:FontAwesome;
    text-align:center;
    line-height:19px;
    font-size:17px;
    color:#999;
    border:2px solid #ccc;
}
.jcarousel-control-prev {right:29px;}
.jcarousel-control-next {right:0;}
.jCarousel_pagination a:hover {color:#333; border-color:#333;}

.jCarousel_pagination a.inactive {cursor:default; color:#999 !important; border-color:#ccc !important;}


/* __________ Best Products __________ */
.best_products .jcarousel li {width:270px;}



/* __________ Best Products __________ */
.popular_articles .jcarousel li {width:370px;}



/* __________Add new css for assign bugs __________ */



.container-middle .login-content-right{
    color: #333;
    padding-top: 100px;
}
.container-middle .login-content-right.new-customer-block{
    padding-top: 40px;
}
.secondary_menu li a.user_not_login,
.user_not_login{ display:none; }

/* __________CREATE NEW ACCOUNT__________ */

.container-middle .login-heading h1 {
    font-family: 'Montserrat Bold';
    font-size: 28px;
    font-weight: 400;
}
.container-middle .login-content-right h1{
    font-weight: 400;
    font-size: 22px;	
    margin: 0 0 10px;
    text-transform: none;
    font-family: 'Montserrat Regular', sans-serif;
}
.container-middle .login-content-right h1.new-customer-title{
    font-family: 'Montserrat Bold';
    font-size: 28px;
    font-weight: 400;	
    margin-bottom: 43px;
}
.item{
    margin: 0 0px;
}
.carousel-inner.row{
    margin: 0px;
}

.item-block img.img-responsive {
    margin-bottom: 20px;
}
.mega-submenu{
    background: #fbfbfb none repeat scroll 0 0;

    min-width: 600px;
    position: absolute;
    text-align: left;
    display: none;
    padding:15px;
    color: #616161;
    font-family: "Montserrat Regular";
    z-index: 999;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100 */
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border:1px solid #e1e1e1;
    border-top: none;

}
.mega-submenu ul li{
    display: inline-block;
    width: 100%;
    padding-left:10px; 
}
.mega-submenu h2.submenu-title{
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 0;

}
.mega-submenu ul li:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 7px;
    font-weight: bold;
    left: 0;
    margin-right: 15px;
    position: absolute;
    top: 5px;
}
.menu-row{
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}
.mega-submenu ul li a{
    padding:5px 10px;
    color: #616161;
    font-family: "Montserrat Regular";
}
.mega-submenu h2 a{
    padding-left: 0px;
    padding-right: 0px; 
    color: #616161;
    padding-bottom: 0;
    font-size: 16px;
    text-transform: uppercase!important;

    font-family: "Montserrat Regular";
}
.mega-submenu ul li a:hover{
    color: #8e8e8e;
}
.navmenu li:hover .mega-submenu a:before, .navmenu li.active .mega-submenu a:before, .navmenu li:hover .mega-submenu a:after, .navmenu li.active .mega-submenu a:after{
    background: transparent;
}
.navmenu .mega-submenu li:hover a:before, .navmenu .mega-submenu li.active a:before, .navmenu .mega-submenu li:hover a:after, .navmenu .mega-submenu li.active a:after{
    background: transparent;
}
.navmenu li:hover .mega-submenu a, .navmenu li.active .mega-submenu  a{
    border-left: none;
    border-right: none;
    background: transparent none repeat scroll 0 0;
    text-transform: none;
}

.mega-submenu h2{
    margin-top: 0px;
    color: #616161;
    font-size: 16px;
}
.navmenu .mega-submenu li:hover a, .navmenu .mega-submenu li.active a{
    border-left: none;
    border-right: none;
}
.single-col-menu .mega-submenu{
    min-width: 277px;
}
.table-header, .table-foot {

    clear: both;
    max-width: 100%;
    padding: 5px 15px;
    text-align: right;
}
.about-artist-block .artist-block-row{
    font-family: "HindVadodara Light";
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px;
    color: #333;
}
.about-artist-block  .artist-block-head{

}
/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/
@media (min-width:768px){
    .navmenu li:hover .mega-submenu{
        display: block;
    }

    .filters-block .filter-nav li:hover .dropdown-menu{
        display: block!important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 


}

@media (max-width: 1200px) {
    .mega-submenu h2 a{
        color: #616161;
        font-family: "Montserrat Regular";
        font-size: 16px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .mega-submenu h2{
        font-size: 16px;
    }
    .navmenu li:last-child .mega-submenu{
        right: 0px;

    }
    .mega-submenu{
        min-width: 500px;
    }
    .navmenu li a {padding-left:5px; padding-right:5px; font-size: 12px;}
}

@media (min-width: 992px) and (max-width: 1199px) {

    .respond_clear_1024 {clear:both; height:0; font-size:0;}


    /*-----------------------------------------------------------------------------------*/
    /*	HOME SLIDER
    /*-----------------------------------------------------------------------------------*/

    /* __________ Menu __________ */
    .navmenu li a {padding-left:12px; padding-right:12px;}


    /* __________ Tovar Item __________ */
    .tovar_item_btns a {margin:0 0 0 2px;}
    .tovar_view {padding-left:12px; padding-right:12px; font-size:12px;}


    /* __________ Brands Carousel __________ */
    .brands_carousel .jcarousel {width:882px;}


    /* __________ Recent Posts __________ */
    .recent_post_img {width:200px; margin-right:15px;}
    .recent_post_title {font-size:18px; line-height:22px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME MEN PROMO
    /*-----------------------------------------------------------------------------------*/

    /* __________ Banners __________ */
    .top_sale {min-height:830px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME KIDS
    /*-----------------------------------------------------------------------------------*/
    .school_sale {min-height:520px;}
    .school_sale_description {padding:210px 0 120px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME VIDEO
    /*-----------------------------------------------------------------------------------*/
    .fashion_week {min-height:800px;}
    .video_wrapper {width:700px; height:346px;}
    .video_wrapper iframe {height:346px;}

    /* __________ Best Products Carousel __________ */
    .best_products .jcarousel li {width:220px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME SHOES
    /*-----------------------------------------------------------------------------------*/
    .shoes_page {min-height:740px;}
    .shoes_page_description {padding:150px 0 70px;}


    /* __________ Popular Articles carousel __________ */
    .popular_articles .jcarousel li {width:303px;}
    .article_title {font-size:24px; line-height:30px;}
    .post_meta li {font-size:10px; padding-right:10px;}



    /*-----------------------------------------------------------------------------------*/
    /*	SHOP
    /*-----------------------------------------------------------------------------------*/
    .breadcrumb.women, .breadcrumb.men {padding:120px 0 40px;}
    .breadcrumb h2 {font-size:90px; line-height:90px;}


    /* __________ Tovar Item Sizes __________ */
    .shop_block.variable-sizes .tovar_wrapper {width:374px;}
    .shop_block.variable-sizes .tovar_img {width:150px;}
    .shop_block.variable-sizes .tovar_description {width:193px;}
    .shop_block.variable-sizes .tovar_item_btns {width:198px;}


    /* __________ Product Details __________ */
    .tovar_view_fotos {width:430px;}
    .tovar_view_description {width:255px;}
    .tovar_view_title {font-size:26px; line-height:28px;}
    .tovar_view_btn .add_bag {padding:13px 18px;}


    /* __________ Love List __________ */
    table tr.cart_item td.product-name {width:200px;}
    table tr.cart_item td.product-add-bag {width:160px;}


    /* __________ Shopping Bag __________ */
    .widget_bag_totals .btn {padding-left:5px; padding-right:5px;}


    /* __________ Product Catalog __________ */
    .product_catalog_item img {width:200px;}
    .product_catalog_item .product_catalog_list {padding-left:230px;}
    .product_catalog_list li {padding-top:3px;}
    .product_catalog_list li:before {top:7px;}


    /* __________ Brands List __________ */
    .brand_letter {font-size:80px; line-height:80px; margin-right:20px;}



    /*-----------------------------------------------------------------------------------*/
    /*	SITE UPDATE
    /*-----------------------------------------------------------------------------------*/
    .update_wrapper {padding:130px 0 90px;}



    /*-----------------------------------------------------------------------------------*/
    /*	CONTACT PAGE
    /*-----------------------------------------------------------------------------------*/
    #ajax-contact-form textarea {min-height:168px;}



    /*-----------------------------------------------------------------------------------*/
    /*	PAGE 404
    /*-----------------------------------------------------------------------------------*/
    .page404 {min-height:500px;}
    .wrapper404 {padding-top:100px;}



    /*-----------------------------------------------------------------------------------*/
    /*	ARTICLES
    /*-----------------------------------------------------------------------------------*/
    .article_large .article_image {width:580px;}
    .article_large .article_title {line-height:34px;}
    .article_small .article_title {font-size:18px; line-height:22px;}


    /* __________ Single Article __________ */
    .article_single .article_image {width:630px;}
    .article_single_caption {width:369px; height:283px;}
    .article_single_caption p {font-size:32px; line-height:36px;}
    .article_single_content h3 {width:630px; font-size:17px; line-height:26px;}
    .article_single_content blockquote {width:269px;}

    .flexslider.article_slider {width:500px;}



    /*-----------------------------------------------------------------------------------*/
    /*	CHECOUT
    /*-----------------------------------------------------------------------------------*/
    .checkout_form_input {width:215px; margin-right:15px;}
    .checkout_form .country .fancy-select .trigger {width:215px;}
    .checkout_form_input2 {margin-right:15px; width:445px;}

    .checkout_delivery li {width:21%; margin-right:30px;}

    .payment_method {width:660px;}
    .payment_method li {width:125px;}
    .checkout_block input[type="radio"] + label img {width:100%;}

    .billing_information {width:150px;}
    .checkout_confirm_orded_products {width:240px; margin-left:20px;}


    /*-----------------------------------------------------------------------------------*/
    /*	BLOG
    /*-----------------------------------------------------------------------------------*/
    .post.large_image .post_title {font-size:34px; line-height:40px;}
    .post .post_title {font-size:24px; line-height:30px;}

    #comment_form input[type="text"] {width:49%;}



    /*-----------------------------------------------------------------------------------*/
    /*	FOOTER
    /*-----------------------------------------------------------------------------------*/
    footer .newsletter_btn {width:100px;}
    footer .newsletter_form input[type="text"] {width:194px;}



}

@media (min-width: 768px) and (max-width: 991px) {
    .respond_clear_768 {clear:both; height:0; font-size:0;}


    /*-----------------------------------------------------------------------------------*/
    /*	HOME SLIDER
    /*-----------------------------------------------------------------------------------*/

    /* __________ Menu __________ */


    .love_list .love_list_btn p, .shopping_bag .shopping_bag_btn p {display:none;}
    .shopping_bag .shopping_bag_btn, .love_list .love_list_btn {padding:20px 10px;}
    .cart {left:auto; right:0;}


    .navmenu li.sub-menu ul.megamenu_col3 {width:355px;}
    .navmenu li.sub-menu ul li a {font-size:10px; line-height:15px; padding-bottom:5px;}
    .navmenu li ul.mega_menu li.col {padding-left:10px; width:116px;}

    /* __________ Tovar Item __________ */
    .tovar_item_btns a {margin:0 0 0 2px;}
    .tovar_view {padding-left:12px; padding-right:12px; font-size:12px;}


    /* __________ Brands Carousel __________ */
    .brands_carousel .jcarousel {width:662px;}


    /* __________ Recent Posts __________ */
    .recent_post_img {width:200px; margin-right:15px;}
    .recent_post_title {font-size:18px; line-height:22px;}


    /* __________ Services __________ */
    .service_item i {width:28px; font-size:30px;}
    .service_item p {font-size:14px;}
    .service_item span {font-size:11px; line-height:17px;}

    .service_item.type2 p {font-size:20px; line-height:20px;}
    .service_item.type2 span {padding:0;}


    /* __________ Banners __________ */
    .tovar_wrapper .banner {display:inline-block;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME MEN PROMO
    /*-----------------------------------------------------------------------------------*/

    /* __________ Banners __________ */
    .top_sale {min-height:600px;}

    .top_sale_description {padding:170px 0 50px;}
    .top_sale_description p {font-size:60px; line-height:60px;}
    .top_sale_description span {font-size:24px; line-height:28px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME KIDS
    /*-----------------------------------------------------------------------------------*/
    .school_sale {min-height:450px;}

    .school_sale_description {padding:170px 0 50px; width:450px;}
    .school_sale_description p {font-size:60px; line-height:60px;}
    .school_sale_description span {font-size:24px; line-height:28px;}


    /*-----------------------------------------------------------------------------------*/
    /*	HOME VIDEO
    /*-----------------------------------------------------------------------------------*/
    .fashion_week {min-height:620px;}

    .fashion_week_description p {font-size:60px; line-height:60px;}
    .fashion_week_description span {font-size:24px; line-height:28px;}

    .video_wrapper {width:550px; height:272px;}
    .video_wrapper iframe {height:272px;}




    /* __________ Best Products Carousel __________ */
    .best_products .jcarousel li {width:220px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME SALE
    /*-----------------------------------------------------------------------------------*/
    .sale_caption1 .title1 {font-size:60px; line-height:60px;}
    .sale_caption1 .title2 {font-size:24px; line-height:28px; margin-bottom:25px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME SHOES
    /*-----------------------------------------------------------------------------------*/
    .shoes_page {min-height:460px;}
    .shoes_page_description {padding:140px 0 30px;}
    .shoes_page_description p {font-size:60px; line-height:60px;}
    .shoes_page_description p b {font-size:70px; line-height:70px;}
    .shoes_page_description span {font-size:40px; line-height:40px; padding-bottom:40px;}






    /* __________ Popular Articles carousel __________ */
    .popular_articles .jcarousel li {width:230px;}
    .article_title {font-size:18px; line-height:20px;}
    .post_meta li {font-size:10px; padding-right:10px;}



    /*-----------------------------------------------------------------------------------*/
    /*	SHOP
    /*-----------------------------------------------------------------------------------*/
    .breadcrumb.women, .breadcrumb.men {padding:120px 0 40px;}
    .breadcrumb h2 {font-size:90px; line-height:90px;}


    /* __________ Sidebar __________ */
    #price-range input {width:50%;}

    .widget_newsletter input[type="text"] {font-size:8px;}
    .widget_newsletter input[type="submit"] {font-size:9px;}


    .tovar_title {font-size:12px; width:77%;}


    .widget_popular_post_img {width:100%; float:none; margin-right:0;}
    .widget_popular_post_img img {width:100%;}


    /* __________ New Arrivals __________ */
    .new_arrivals .jcarousel li {width:165px;}



    /* __________ Tovar Item Sizes __________ */
    .product_sort {width:60%;}

    .shop_block.variable-sizes .tovar_wrapper {width:100%; padding-right:0;}
    .shop_block.variable-sizes .tovar_img {width:200px;}
    .shop_block.variable-sizes .tovar_description {width:369px;}
    .shop_block.variable-sizes .tovar_item_btns {width:180px;}

    .tovar_description {min-height:60px;}


    .shop .top_sale_banners .banner {width:100%;}


    /* __________ Product Details __________ */
    .tovar_view_fotos {width:430px;}
    .tovar_view_description {width:289px;}
    #modal-body .tovar_view_description {width:227px;}
    .tovar_view_title {font-size:26px; line-height:28px;}
    .tovar_view_btn .add_bag {padding:13px 18px;}


    .tovar_items_small li {display:inline-block; width:49%; padding-right:40px;}
    #sidebar .tovar_items_small li {width:100%; float:none; padding-right:0;}


    /* __________ Modal __________ */
    #tovar_content {width:750px;}



    /* __________ Love List __________ */
    table tr.cart_item td.product-name {width:200px;}
    table tr.cart_item td.product-add-bag {width:160px;}


    /* __________ Shopping Bag __________ */
    .widget_bag_totals .btn {padding-left:5px; padding-right:5px;}


    /* __________ Product Catalog __________ */
    .product_catalog_item img {width:140px; margin-right:20px;}
    .product_catalog_item .product_catalog_list {padding-left:160px;}
    .product_catalog_list li {padding-top:3px;}
    .product_catalog_list li:before {top:7px;}


    /* __________ Brands List __________ */
    .brand_letter {font-size:60px; line-height:60px; margin-right:10px; width:55px;}
    .brands_list_block .product_catalog_list {padding-left:50px;}
    .brands_list_block .product_catalog_list li {padding-top:0;}
    .brands_list_block .product_catalog_list li:before {top:4px;}
    .brands_list_block .product_catalog_list li a {font-size:10px;}




    /*-----------------------------------------------------------------------------------*/
    /*	ABOUT PAGE
    /*-----------------------------------------------------------------------------------*/
    .about_us_description p {font-size:18px; line-height:22px;}
    .about_us_description span {font-size:11px; line-height:17px; margin-bottom:10px;}


    /*-----------------------------------------------------------------------------------*/
    /*	SITE UPDATE
    /*-----------------------------------------------------------------------------------*/
    .update_wrapper {padding:130px 0 90px;}



    /*-----------------------------------------------------------------------------------*/
    /*	CONTACT PAGE
    /*-----------------------------------------------------------------------------------*/
    #ajax-contact-form textarea {min-height:168px;}



    /*-----------------------------------------------------------------------------------*/
    /*	PAGE 404
    /*-----------------------------------------------------------------------------------*/
    .page404 {min-height:500px;}
    .wrapper404 {padding-top:100px;}



    /*-----------------------------------------------------------------------------------*/
    /*	ARTICLES
    /*-----------------------------------------------------------------------------------*/
    .article_large .article_image {width:430px;}
    .article_large .article_title {line-height:22px; font-size:20px;}
    .article_small .article_title {font-size:18px; line-height:22px;}


    /* __________ Single Article __________ */
    .article_single .article_image {width:500px;}
    .article_single_caption {width:279px; height:209px;}
    .article_single_caption p {font-size:22px; line-height:26px;}
    .article_single_content h3 {width:500px; font-size:17px; line-height:22px;}
    .article_single_content blockquote {width:179px;}

    .flexslider.article_slider {width:370px; margin:0 20px 10px 0;}



    /*-----------------------------------------------------------------------------------*/
    /*	CHECOUT
    /*-----------------------------------------------------------------------------------*/
    .checkout_nav li {font-size:16px;}

    .checkout_form_input {width:160px; margin-right:15px;}
    .checkout_form .country .fancy-select .trigger {width:160px;}
    .checkout_form_input2 {margin-right:15px; width:335px;}

    .checkout_delivery li {width:21%; margin-right:20px;}

    .payment_method {width:449px;}
    .payment_method li {width:125px; padding-bottom:20px;}
    .checkout_block input[type="radio"] + label img {width:100%;}

    .billing_information {width:150px;}
    .checkout_confirm_orded_products {width:240px; margin-left:20px;}


    /*-----------------------------------------------------------------------------------*/
    /*	BLOG
    /*-----------------------------------------------------------------------------------*/
    .post.large_image .post_title {font-size:34px; line-height:40px;}
    .post .post_title {font-size:24px; line-height:30px;}

    #comment_form input[type="text"] {width:49%;}
    #comment_form .comment_note {display:inline-block; width:50%;}



    /*-----------------------------------------------------------------------------------*/
    /*	SHORTCODES
    /*-----------------------------------------------------------------------------------*/




    /*-----------------------------------------------------------------------------------*/
    /*	FOOTER
    /*-----------------------------------------------------------------------------------*/
    footer .newsletter_btn {width:20%;}
    footer .newsletter_form input[type="text"] {width:78%;}


}

@media (min-width: 768px) {

    /* __________ Category __________ */

    #top-bar.topnav-fixed {
        position: fixed;
        top: 61px;
        z-index: 99;
        margin: 0 auto;
        left: -99em;
        right: -99em;
    }
    .region_section{ max-height: 54px; }
    .region_section #header .location{ padding: 2px 0 10px; }

}

@media (min-width: 767px) {

    .navmenu {display:block !important;}


}

@media (max-width: 767px) {
    .top_search_form input[type="text"]{
        padding-right: 40px;
    }
    #zSearchDiv .shortby-dropdown{
        padding-top: 0px;
		padding-bottom: 0px;
    }
	
	.region-display:hover .regionPopup, .sort-display:hover .sortPopup {
                position: fixed;
    }
	
    .navmenu li:hover a,
    .navmenu li.active a {
        background: transparent;
    }

    .respond_clear_480 {clear:both; height:0; font-size:0;}

    /*-----------------------------------------------------------------------------------*/
    /*	MENU
    /*-----------------------------------------------------------------------------------*/	
    .menu_block {height:auto;  z-index: 999;}

    .menu_toggler {float:left; display:block; width:60px; height:60px; line-height:60px; text-align:center; font-size:23px; color:#333; border-right:1px solid #e9e9e9;}
    .menu_toggler:hover {color:#242424;}

    .menu_toggler .fa.fa-align-justify {
        margin-top: 12px;
        padding-right: 12px;
    }
    .logo_block{
        position: relative;
    }
    .logo-sub-line{
        bottom: 0;
    }

    .navmenu {display:none; float:none; position:absolute; left:0; top:209px; width:100%; background-color:#fff; margin:0; padding:20px 15px; border-top:1px solid #e9e9e9; z-index: 99;}
    .navmenu li {display:block; margin:0; text-align:left;}
    .navmenu li.sub-menu:hover {background:none !important;}
    .navmenu li.sub-menu:before {display:none !important;}
    .navmenu li a {padding:10px 0 0 0; margin:0 !important;}
    .navmenu li:hover a, .navmenu li.active a {border:0 !important; color:#242424;}
    .navmenu li a:before, .navmenu li a:after {display:none !important;}

    .navmenu li.sale_menu:hover a, .navmenu li.sale_menu.active a {background:none; color:#333;}

    /* Submenu 1 lvl */
    .navmenu li.sub-menu ul {display:none; position:static; border:0; padding:5px 0;}
    .navmenu li.sub-menu:hover ul {display:block;}
    .navmenu li.sub-menu ul li a {padding-bottom:0;}
    .navmenu li.sub-menu ul li a:before {display:block !important;}

    /* MegaMenu */
    .navmenu li.sub-menu ul.megamenu_col1, .navmenu li.sub-menu ul.megamenu_col2, .navmenu li.sub-menu ul.megamenu_col3 {width:100%;}
    .navmenu li ul.mega_menu li.col {width:33%;}


    .love_list .love_list_btn p, .shopping_bag .shopping_bag_btn p {display:none;}
    .shopping_bag .shopping_bag_btn, .love_list .love_list_btn {padding:20px 10px;}
    .cart {left:auto; right:0;}


    /* __________ Top Info __________ */
    .secondary_menu li {padding-right:5px; margin-right:6px;}
    /*.secondary_menu li a {font-size:10px;}*/
    .top_info{ padding: 10px 0; height: auto; } 
    /*.top_info .top_text {font-size:10px;}*/
    .live_chat {margin-left:8px;}
    .live_chat a {font-size:10px;}
    .phone_top {font-size:10px;}
    .phone_top a {font-size:12px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME SLIDER
    /*-----------------------------------------------------------------------------------*/

    /* __________ Tovar Item __________ */
    .tovar_item_btns a {margin:0 0 0 2px;}
    .tovar_view {padding-left:12px; padding-right:12px; font-size:12px;}


    /* __________ Brands Carousel __________ */
    .brands_carousel .jcarousel {width:362px;}
    .brands_carousel .jcarousel li {width:114px; margin-right:10px;}



    /* __________ Recent Posts __________ */
    .recent_post_img {width:200px; margin-right:15px;}
    .recent_post_title {font-size:18px; line-height:22px;}


    /* __________ Services __________ */
    .service_item i {width:28px; font-size:30px;}
    .service_item p {font-size:14px;}
    .service_item span {font-size:11px; line-height:17px;}

    .service_item.type2 p {font-size:20px; line-height:20px;}
    .service_item.type2 span {padding:0;}


    /* __________ Banners __________ */




    /*-----------------------------------------------------------------------------------*/
    /*	HOME MEN PROMO
    /*-----------------------------------------------------------------------------------*/

    /* __________ Banners __________ */
    .top_sale {min-height:500px;}

    .top_sale_description {padding:170px 0 50px;}
    .top_sale_description p {font-size:60px; line-height:60px;}
    .top_sale_description span {font-size:24px; line-height:28px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME KIDS
    /*-----------------------------------------------------------------------------------*/
    .school_sale {min-height:300px;}

    .school_sale_description {padding:140px 0 50px; width:300px;}
    .school_sale_description p {font-size:40px; line-height:40px;}
    .school_sale_description span {font-size:14px; line-height:20px;}


    /*-----------------------------------------------------------------------------------*/
    /*	HOME VIDEO
    /*-----------------------------------------------------------------------------------*/
    .fashion_week {min-height:450px;}

    .fashion_week_description p {font-size:40px; line-height:40px;}
    .fashion_week_description span {font-size:14px; line-height:20px;}

    .fashion_week_description {padding:140px 0 30px;}
    .video_wrapper {width:400px; height:196px;}
    .video_wrapper iframe {height:272px;}




    /* __________ Best Products Carousel __________ */
    .best_products .jcarousel li {width:220px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME SALE
    /*-----------------------------------------------------------------------------------*/
    .sale_caption1 .title1 {font-size:60px; line-height:60px;}
    .sale_caption1 .title2 {font-size:24px; line-height:28px; margin-bottom:25px;}



    /*-----------------------------------------------------------------------------------*/
    /*	HOME SHOES
    /*-----------------------------------------------------------------------------------*/
    .shoes_page {min-height:460px;}
    .shoes_page_description {padding:140px 0 30px;}
    .shoes_page_description p {font-size:40px; line-height:40px;}
    .shoes_page_description p b {font-size:45px; line-height:40px;}
    .shoes_page_description span {font-size:24px; line-height:24px; padding-bottom:30px;}






    /* __________ Popular Articles carousel __________ */
    .popular_articles .jcarousel li {width:217px; margin-right:15px;}
    .article_title {font-size:18px; line-height:20px;}
    .post_meta li {font-size:10px; padding-right:10px;}



    /*-----------------------------------------------------------------------------------*/
    /*	SHOP
    /*-----------------------------------------------------------------------------------*/
    .breadcrumb.women, .breadcrumb.men {padding:120px 0 40px;}
    .breadcrumb h2 {font-size:90px; line-height:90px;}


    /* __________ Sidebar __________ */
    #price-range input {width:50%;}


    .tovar_title {font-size:12px; width:73%;}


    .widget_banners a {display:inline-block; width:143px; margin-right:5px;}
    .widget_banners a:last-child {margin-right:0;}



    /* __________ New Arrivals __________ */
    .new_arrivals .jcarousel li {width:130px;}



    /* __________ Tovar Item Sizes __________ */
    .product_sort {width:53%;}

    .shop_block.variable-sizes .tovar_wrapper {width:100%; padding-right:0;}
    .shop_block.variable-sizes .tovar_img {width:160px; text-align:left;}
    .shop_block.variable-sizes .tovar_title {width:100%;}
    .shop_block.variable-sizes .tovar_description {width:304px;}
    .shop_block.variable-sizes .tovar_item_btns {width:180px;}
    .variable-sizes .tovar_img_wrapper {height:240px !important;}

    .tovar_description {min-height:80px;}


    .shop .top_sale_banners .banner {width:100%;}


    /* __________ Product Details __________ */
    .open-project-link {display:none !important;}


    .tovar_view_fotos {float:none; width:450px; margin:0 auto 30px;}
    .tovar_view_description {float:none; width:100%;}



    /* __________ Modal __________ */
    #tovar_content {width:750px;}



    /* __________ Love List __________ */
    table tr.cart_item td.product-thumbnail {width:70px;}
    table tr.cart_item td.product-thumbnail a img {width:60px;}
    table tr.cart_item td.product-name a {display:block; font-size:11px; line-height:15px;}
    table tr.cart_item td.product-price {width:80px;}
    table tr.cart_item td.product-add-bag .add_bag span {display:none;}
    table tr.cart_item td.product-add-bag .add_bag i {padding-right:0;}
    table tr.cart_item td {padding-right:10px;}
    table tr.cart_item td.product-name {width:200px;}
    table tr.cart_item td.product-add-bag {width:50px;}
    table tr.cart_item td.product-remove span {display:none;}


    /* __________ Shopping Bag __________ */
    .widget_bag_totals .btn {padding-left:5px; padding-right:5px;}


    /* __________ Product Catalog __________ */
    .product_catalog_item img {width:100px; margin-right:10px;}
    .product_catalog_title {font-size:20px; line-height:22px;}
    .product_catalog_item .product_catalog_list {padding-left:100px;}
    .product_catalog_list li {padding-top:0;}
    .product_catalog_list li:before {top:1px;}
    .product_catalog_list li a {display:block; font-size:9px; line-height:15px;}


    /* __________ Brands List __________ */
    .brand_letter {font-size:60px; line-height:60px; margin-right:10px; width:55px;}
    .brands_list_block .product_catalog_list {padding-left:50px;}
    .brands_list_block .product_catalog_list li {padding-top:0;}
    .brands_list_block .product_catalog_list li:before {top:4px;}
    .brands_list_block .product_catalog_list li a {font-size:10px;}




    /*-----------------------------------------------------------------------------------*/
    /*	ABOUT PAGE
    /*-----------------------------------------------------------------------------------*/
    .about_us_description p {font-size:18px; line-height:22px;}
    .about_us_description span {font-size:11px; line-height:17px; margin-bottom:10px;}



    /* __________ Breadcrumbs __________ */
    .breadcrumb {min-height:110px; border-bottom-width:30px;}



    /*-----------------------------------------------------------------------------------*/
    /*	SITE UPDATE
    /*-----------------------------------------------------------------------------------*/
    .update_wrapper {width:290px; padding:130px 0 90px;}
    .update_wrapper h1 {font-size:40px; line-height:40px;}
    .update_wrapper h2 {font-size:24px; line-height:26px; margin-bottom:10px; padding-bottom:10px;}
    .update_wrapper p {font-size:13px; line-height:20px; margin-bottom:20px;}


    /* __________ Clock __________ */
    .flip-clock-wrapper ul {width:30px; height:61px;}
    .flip-clock-wrapper ul li a div.up:after {top:30px;}
    .flip-clock-divider {width:10px; height:61px;}
    .flip-clock-dot {width:4px; height:4px; left:4px;}
    .flip-clock-dot.top {top:18px;}
    .flip-clock-dot.bottom {bottom:18px;}
    .flip-clock-wrapper ul {margin:0 0 0 2px;}
    .flip-clock-wrapper ul li a div div.inn {font-size:40px; line-height:61px;}
    .flip-clock-divider .flip-clock-label {font-size:12px; line-height:20px;}
    .flip-clock-divider .flip-clock-label {bottom:-25px;}
    .flip-clock-divider.days .flip-clock-label {right:-50px;}
    .flip-clock-divider.hours .flip-clock-label {right:-54px;}
    .flip-clock-divider.minutes .flip-clock-label {right:-60px;}
    .flip-clock-divider.seconds .flip-clock-label {right:-61px;}




    /*-----------------------------------------------------------------------------------*/
    /*	CONTACT PAGE
    /*-----------------------------------------------------------------------------------*/
    #ajax-contact-form textarea {min-height:168px;}

    #map iframe {height:300px;}



    /*-----------------------------------------------------------------------------------*/
    /*	PAGE 404
    /*-----------------------------------------------------------------------------------*/
    .page404 {min-height:400px;}
    .wrapper404 {width:290px; padding:130px 0 40px;}
    .wrapper404 h1 {font-size:40px; line-height:40px;}
    .wrapper404 h2 {font-size:24px; line-height:26px; margin-bottom:10px; padding-bottom:10px;}
    .wrapper404 p {font-size:13px; line-height:20px; margin-bottom:20px;}



    /*-----------------------------------------------------------------------------------*/
    /*	ARTICLES
    /*-----------------------------------------------------------------------------------*/
    .article_large .article_image {width:280px; margin:0 10px 5px 0;}
    .article_large .article_title {line-height:20px; font-size:16px;}
    .article_small .article_title {font-size:14px; line-height:20px;}


    /* __________ Single Article __________ */
    .article_single .article_image {width:370px; padding-left:10px;}
    .article_single_caption {width:109px; height:146px; padding:0 8px;}
    .article_single_caption p {font-size:12px; line-height:17px;}
    .article_single_content h3 {float:none; width:100%; font-size:17px; line-height:22px;}
    .article_single_content blockquote {width:74%; float:none;}

    .flexslider.article_slider {width:280px; margin:0 20px 10px 0;}



    /*-----------------------------------------------------------------------------------*/
    /*	CHECOUT
    /*-----------------------------------------------------------------------------------*/
    .checkout_nav li {font-size:12px; line-height:17px; padding-left:20px; min-height:60px; vertical-align:top;}

    .checkout_form_input {width:180px; margin-right:15px;}
    .checkout_form .country .fancy-select .trigger {width:180px;}
    .checkout_form_input2 {margin-right:15px; width:180px;}

    .checkout_delivery li {width:43%; margin-right:20px;}

    .credit_card_number {width:111px;}
    .payment_method {width:275px;}
    .payment_method li {width:125px; padding-bottom:20px;}
    .checkout_block input[type="radio"] + label img {width:100%;}

    .checkout_confirm_orded_bordright {float:none; border-right:0; border-bottom:1px solid #e9e9e9; margin-bottom:20px;}
    .billing_information {width:150px;}
    .checkout_confirm_orded_products {float:none; margin:0; width:100%;}


    /*-----------------------------------------------------------------------------------*/
    /*	BLOG
    /*-----------------------------------------------------------------------------------*/
    .post.large_image .post_title {font-size:24px; line-height:28px;}
    .post .post_title {font-size:16px; line-height:20px;}

    .post .post_image {width:200px; margin-right:20px;}

    #comment_form input[type="text"] {width:48.5%;}
    #comment_form .comment_note {display:inline-block; width:45%; padding:0;}



    /*-----------------------------------------------------------------------------------*/
    /*	SHORTCODES
    /*-----------------------------------------------------------------------------------*/
    .shortcodes_buttons .btn {margin-bottom:10px;}


    .price_item .btn {width:150px;}
    .price_item_text {padding:7px 5px 5px;}


    /* __________ My Accoont __________ */
    .my_account {padding-top:150px;}
    .my_account_block .login, .my_account_block .new_customers {padding:20px 15px;}
    .my_account_block h2 {font-size:14px; line-height:20px; margin-bottom:20px;}
    .login_form input[type="submit"], .my_account_block .new_customers .btn {width:190px; font-size:11px;}
    .my_account_block .new_customers p {line-height:18px; font-size:10px;}
    .my_account_block .new_customers li {line-height:20px;}
    .my_account_note {font-size:24px; line-height:26px;}



    /*-----------------------------------------------------------------------------------*/
    /*	FOOTER
    /*-----------------------------------------------------------------------------------*/
    footer .newsletter_btn {width:20%;}
    footer .newsletter_form input[type="text"] {width:78%;}

    .container-middle .login-content-right h1.new-customer-title{ margin: 0 0 28px; }



}

@media (max-width: 479px) {
    .logo {width:89px;}


    .top_search_btn {padding:13px;}
    .shopping_bag .shopping_bag_btn, .love_list .love_list_btn {padding:13px 5px;}
    .love_list, .shopping_bag {position:static;}
    .menu_block {position:relative;}
    .cart {left:0; right:0; width:100%;}

    .menu_toggler {width:40px; height:46px; line-height:46px; float: left;}

    .navmenu {top:46px;}
    .navmenu li ul.mega_menu li.col {width:100%;}


    .services_section_description p {font-size:24px; line-height:26px;}


    .recent_post_img {width:160px;}


    .top_sale_description {padding:130px 0 30px;}
    .top_sale_description p {font-size:30px; line-height:30px;}
    .top_sale_description span {font-size:16px; line-height:20px;}


    .video_wrapper {width:290px; height:143px;}


    .best_products .jcarousel li {width:290px;}


    .sale_caption1 {top:70%;}
    .sale_caption1 .title1 {font-size:30px; line-height:30px;}
    .sale_caption1 .title2 {font-size:14px; line-height:20px;}


    .breadcrumb h2 {font-size:40px; line-height:40px;}


    .widget_banners a {width:91px;}


    .count_tovar_items, .product_sort {display:block; width:100%; text-align:left; padding-bottom:10px;}


    .pagination li {margin-bottom:10px;}


    .shop_block.variable-sizes .tovar_img {width:120px;}
    .shop_block.variable-sizes .tovar_description {width:184px;}
    .tovar_content {font-size:10px; line-height:13px;}


    .tovar_view_fotos {width:290px;}
    #slider1, #slider2 {padding-right:40px;}
    #carousel1, #carousel2 {width:50px;}
    #carousel1 .slides li, #carousel2 .slides li {width:50px; height:75px;}
    .tovar_view_title {font-size:24px; line-height:26px;}
    .tovar_information .tabs li {font-size:12px; padding-left:13px; padding-right:13px;}


    .my_account_block .login {float:none; width:100%; padding:10px 10px 20px; border-bottom:1px solid #ccc;}
    .new_customers {width:100% !important; float:none !Important; padding:10px;}


    .product_catalog_item {padding-bottom:20px;}


    .article_single .article_image {width:100%; float:none;}
    .article_single_caption {float:none; margin:0 0 20px; width:100%; height:90px;}
    .article_single_content h3 {padding-left:0;}
    .flexslider.article_slider {width:100%; margin-right:0; float:none;}


    .checkout_nav li {font-size:10px; line-height:13px; min-height:66px;}
    .checkout_delivery li {width:100%; margin:0 0 20px;}
    .credit_card_number {width:100%; float:none; padding-bottom:40px !important;}
    .payment_method {width:100%; float:none;}
    .credit_card_number_form div.fancy-select div.trigger {width:104px;}


    #accordion h4.accordion_title {font-size:16px; line-height:20px; padding:13px 0 13px 40px;}
    #accordion h4.accordion_title:before {width:25px; height:25px; font-size:16px; line-height:21px;}
    #accordion .accordion_content {font-size:11px; line-height:17px; padding-left:40px;}
    #accordion .accordion_content p {margin-bottom:15px;}


    .post .post_image {width:150px; margin:0 10px 5px 0;}
    .blog_post_content {padding-top:10px;}
    .blog_post_content h3 {font-size:14px; line-height:20px;}
    .blog_post_content h2 {font-size:17px; line-height:22px; margin-bottom:20px;}
    .blog_post_content p {font-size:11px; line-height:17px;}
    blockquote:before {font-size:30px; left:-50px;}
    blockquote {margin-left:50px; font-size:11px !important; line-height:17px !important;}
    #comments .avatar {width:50px; height:50px; margin-right:10px;}
    .comment_right {padding:10px; font-size:10px; line-height:15px;}
    #comments ol li ul li {padding-left:30px;}
    #comment_form input[type="text"] {width:100%;}
    #comment_form .comment_note {width:100%; display:block; padding-bottom:20px;}


    .brands_carousel .jcarousel {left:24px; width:242px;}


    footer .newsletter_form input[type="text"] {width:65%;}
    footer .newsletter_btn {width:31%;}


    .social a {width:36px; height:36px; line-height:32px;}



    /* __________ Bootstrap Style __________ */
    .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
    .col-ss-12 {width: 100%;}
    .col-ss-11 {width: 91.66666666666666%;}
    .col-ss-10 {width: 83.33333333333334%;}
    .col-ss-9 {width: 75%;}
    .col-ss-8 {width: 66.66666666666666%;}
    .col-ss-7 {width: 58.333333333333336%;}
    .col-ss-6 {width: 50%;}
    .col-ss-5 {width: 41.66666666666667%;}
    .col-ss-4 {width: 33.33333333333333%;}
    .col-ss-3 {width: 25%;}
    .col-ss-2 {width: 16.666666666666664%;}
    .col-ss-1 {width: 8.333333333333332%;}

}



/*-----------------------------------------------------------------------------------*/
/*	Magnific Popup CSS
/*-----------------------------------------------------------------------------------*/
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:99998;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:99999;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}


/*-----------------------------------------------------------------------------------*/
/*	Customize CSS
/*-----------------------------------------------------------------------------------*/
.menu_block .container{
    border-top: 1px solid #e9e9e9;
}

.top_text{
    text-transform: uppercase;
    float: left;
    color: #A1A6A9;
}

.region_section {
    padding: 9px 0;
    background-color: #f5f5f5;
}

.region_text {
    float: left;
    font-size: 20px;
    color: #747474;
    font-family: 'HindVadodara Light';
    padding-top: 5px;
}

.region_section .region-display{
    float: right;
}
.region_section #header span.sort-by{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333;
    display: inline-block;
    font-family: "Montserrat Bold";
    font-size: 14px;
    line-height: 27px;
    margin-right: 0;
    padding-right: 3px;
    text-transform: uppercase;
    vertical-align: middle;
    font-style: normal;
}
.region_section #header span.region-value.dropdown-toggle{
    background: rgba(0, 0, 0, 0) url("../images/dropdown-icon.png") no-repeat scroll right center / 21px auto;
    color: #666;
    cursor: pointer;
    font-family: "HindVadodara Light";
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding-right: 32px;
    vertical-align: middle;
    font-style: normal;
}
.top_search_form button{
    position: absolute;
    top: 9px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
}

.bar-wrap .bar-title{
    font-size: 16px;
}

.finishing{
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}

.bar-wrap .number{
    border: 2px solid;
    padding: 0 5px;
    border-radius: 50%;
    font-weight: bold;
}

.secondary_menu li .account{
    display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	FONTS
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.ttf')  format('truetype'); 

}
@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.ttf')  format('truetype'); 

}
@font-face {
    font-family: 'HindVadodara Light';
    src: url('../fonts/HindVadodara-Light.ttf')  format('truetype'); 

}
@font-face {
    font-family: 'HindVadodara Regular';
    src: url('../fonts/HindVadodara-Regular.ttf')  format('truetype'); 

}
@font-face {
    font-family: 'HindVadodara Medium';
    src: url('../fonts/HindVadodara-Medium.ttf')  format('truetype'); 
}
@font-face {
    font-family: 'HindVadodara Bold';
    src: url('../fonts/HindVadodara-Bold.ttf')  format('truetype'); 
}

.art-description {
    padding: 33px 10px 10px 10px;
    overflow: hidden;
    border-top: none;
    display: table;
    width: 100%;
    background-color: #fcfcfc;
    border-color: #eaeaea;
    border-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px 0px 4px 4px;
    border-right-style: solid;
    border-left-style: solid;
}

#header .location {
    position: relative;
    float: right;
    padding: 0px 0 10px 0;
    margin-top: 0;
    text-align: right;
    font-size: 18px;
    font-family: 'HindVadodara Light';
    color:#666666;
}

/*-----------------------------------------------------------------------------------*/
/*	ALL ART PAGE
/*-----------------------------------------------------------------------------------*/

/* __________ Header __________ */  

.logo-sub-line{
    color: #c3c3c3;
    font-size: 18px;
    font-family: 'HindVadodara Regular';
    float: left;
    margin-top: 37px;
    margin-left: 15px;
    letter-spacing: 0px;
}
.fa-search{
    color: #333333;
    font-size: 20px;
}
.top_search_form input[type="text"]{
    font-size: 20px;
    font-family: 'HindVadodara Light';
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c3c3c3;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #c3c3c3;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #c3c3c3;
}
:-moz-placeholder { /* Firefox 18- */
    color: #c3c3c3;
}
/* __________ Banner __________ */  


.banner-container {
    padding-top: 181px;
}
.background-image {
    position: absolute;
    top: 0;
    left: -5px;
    height: 105%;
    width: 105%;
    filter: blur(4px) brightness(50%);
    -webkit-filter: blur(4px) brightness(50%);
}
.background-image img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}
.banner-block {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.banner-block .row{ padding-top: 60px; }
.artist-image {
    border: 2px solid #fff;
    border-radius: 50%;
    max-width: 170px;
    max-height: 170px;
    overflow: hidden;
}
.banner-container .artist-image{ max-width: 270px; max-height: 270px; }
.artist-image img{
    width: 100%;
    height: auto;
}
.artist-content { margin-top:15px; }
.artist-content .title-block { margin-right:20px; }
.artist-content .title-block, .artist-content .button-group { vertical-align: top; }
.artist-content p { font-size: 18px; color: #f7f7f7; font-family: 'HindVadodara Light'; line-height: 22px; }
.artist-content .button-group a { margin-left: 0; }
.button-group .btn {
    font-family: 'Montserrat Bold';
    color: #fff;
    border: 3px solid #fff;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 8px 15px;
    margin: 0 10px;
    font-size: 16px;
}
.button-group .btn:hover { color: #333; background-color: #fff; }
.button-group .btn span { display:inline-block; vertical-align:middle; }
h1.name {
    font-size: 40px;
    color: #f7f7f7;
    font-family: 'HindVadodara Light';
    text-transform: none;
    margin-bottom: 25px;
}
h3.address {
    font-size: 22px;
    color: #f7f7f7;
    font-family: 'HindVadodara Light';
    text-transform: none;
}
.flag {
    background: url(../images/flage.jpg) no-repeat scroll 0 0 transparent;
    width: 44px;
    height: 27px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    border: 0;
	padding: 15px;
}
.more {
    color: #f7f7f7;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    font-size: 24px;
}
.more:hover {
    color: inherit;
    text-decoration: underline;
}
.icon-plus {
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 21px;
}
.icon-pencil {
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 21px;
}

/*-----------------------------------------------------------------------------------*/
/*	ARTWORK DETAILS PAGE
/*-----------------------------------------------------------------------------------*/

.art-work-details{ padding-top: 200px; padding-bottom: 40px; }
.page-title {
    color: #333333;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 40px;
    font-family: 'HindVadodara Regular';
    font-weight: 400;
    line-height: 40px;
}
.page-title .sub-title{ font-size:30px; }

.page-title .sub-title a {vertical-align:bottom;}

.product-image-block{
    background-color: #f2f2f2;
    min-height: 450px;
    max-height: 100%;
    height: auto;
    margin-bottom: 30px;
    /*margin-left: 50px;*/
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-image-block img{ 
    /*	top:50%; 
        left:50%;
        position:absolute;
        transform: translate(-50%, -50%);*/
    max-width: 100%;
    height: auto;
}
.product-name{
    font-size: 24px;
    text-transform: none;
    line-height: 32px;
    font-family: 'HindVadodara Regular';
    margin-bottom: 10px;
    font-weight: 400;
}

.product-name-frame-dimensions {
	color: #868686;
    font-size: 20px;
    font-weight: 400;
	margin: -10px 0px 15px 0px;
}

.flag-title {
    color: #669933;
    font-size: 18px;
    font-family: 'HindVadodara Regular';
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 12px;
}
.flag-title .flag-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.price-block{ clear:both; display:block; overflow:hidden; }
.price-block .price{
    color: #333333;
    font-size: 30px;
    font-family: 'Montserrat Bold';
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    float: left;
}
.price-block .free-shipping{
    color: #868686;
    font-size: 20px;
    font-family: 'HindVadodara Regular';
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 5px 0;
}
.icon-truck {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    color: #006699;
    transform: rotateY(180deg);
}
.add-to-cart-btn{
    background-color: #669933;
    border-color: #669933;
    color: #fff;
    width: 100%;
    font-family: 'Montserrat Bold';
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0;
    margin: 20px 0;
}
.add-to-cart-btn i.fa{
    margin-right: 15px;
    font-size: 24px;
    display: inline-block;
    vertical-align: -1px;
}
.art-work-info{
    background-color: #f2f2f2;
    border: 6px solid #ebebeb;
    padding: 15px 15px 5px 15px;
    margin-bottom: 20px;
}
.art-work-info p {
    color: #868686;
    font-family: 'HindVadodara Regular';
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
.icon-price,
.icon-check,
.icon-certificate {
    width: 24px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #006699;
    font-size: 26px;
    text-align: center;
}
.paypal-img{ margin-bottom:25px; }
.action-btn{ border-top: 2px solid #e9e9e9; width:100%; padding-top: 25px; } 
.action-btn .btn.add-to-favorites-btn{
    border: 2px solid #5c8a2e;
    color: #5c8a2e;
    font-family: 'Montserrat Bold';
    letter-spacing: 2px;
    width: 48%;
    float: left;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
    font-stretch: normal;
    font-weight:400;
} 
.action-btn .btn.ask-artist-question-btn{
    border: 2px solid #5c8a2e;
    color: #5c8a2e;
    font-family: 'Montserrat Bold';
    letter-spacing:2px;
    width:48%;
    float:right;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
    font-stretch: normal;
    font-weight:400;
} 

#international_modal{
    display: inline-block;
    max-width: 60%;
}
.action-btn .btn.add-to-favorites-btn:hover .icon-favorites,
.action-btn .btn.ask-artist-question-btn:hover .icon-question{ 
    color:#fff;

}
.action-btn .btn.add-to-favorites-btn:hover,
.action-btn .btn.ask-artist-question-btn:hover{
    background: #5c8a2e;
    border-color: #5c8a2e;
    color:#fff;
}
.action-btn .btn span,
.action-btn .btn span{
    display: inline-block;
    vertical-align: middle;
}
.action-btn .btn span.text {
    width: 116px;
    white-space: pre-line;
    text-align: center;
    display: inline-block;
}
.action-btn .add-to-favorites-btn.list span.text{
    width: 136px;
}
.icon-favorites {
    width: 22px;
    height: 19px;
    display: inline-block;
    background-size: 22px;
    vertical-align: middle;
    margin-right: 8px;
    color: #5c8a2e;
    font-size: 21px;
}
.icon-question {
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 29px;
}
.action-toolbar{
    position: absolute;
    left: -20px;
    width:80px;
    top: 9%;
}
.thumb-images{
    position: absolute;
    left: -20px;
    width:80px;
    top: 46%;
    padding: 10px;
    background-color: #f2f2f2;
}
.preview {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
}
.preview:last-child{ margin-bottom: 0; }
.preview img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-width: 100%;
    height: auto;
}
.action-toolbar .magnify, 
.action-toolbar .see-in-room{
    background-color: #f2f2f2;
    color: #848484;
    font-size: 13px;
    font-family: 'Montserrat Regular';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 5px;
    line-height: 15px;
}
.action-toolbar .magnify a .label, 
.action-toolbar .see-in-room a .label{ 
    color: #848484;
    font-size: 13px;
    font-family: 'Montserrat Regular';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    line-height: 15px;
    white-space: normal;
    display: block;
    text-decoration:none;
    padding: 0;
}
.action-toolbar a:hover{ text-decoration:none; }
.action-toolbar .magnify .text, 
.action-toolbar .see-in-room  .text{ clear: both; display: block; }
.icon-zoom {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #b0b0b0;
    font-size: 30px;
}
.icon-eye {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 30px;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #b0b0b0;
    font-size: 30px;
}
.sold {
    background-color: #333;
    border-color: #333;
    color: #fff;
    width: 100%;
    font-family: 'Montserrat Bold';
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0;
    margin: 25px 0;
    display: block;
    text-align: center;
    cursor:pointer;
}
.sold:hover{
    text-decoration:none;
    background-color: #222;
}

/* __________ About us __________ */ 

.about-this-work {
    background-color: #f2f2f2;
    padding: 46px 0;
    min-height: 395px;
}
.about-this-work .title{
    color: #333333;
    font-family: 'HindVadodara Light';
    text-transform: none;
    font-size: 40px;
    line-height: 44px;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.about-this-work p{
    font-family: 'HindVadodara Light';
    color: #333333;
    font-size: 28px;
    line-height:34px;
}
.about-this-work .more{
    color: #006699;
    font-family: 'HindVadodara Light';
    font-size: 20px;
    line-height: 26px;
}
.about-icon-block{
    max-width: 217px;
}
.icon-about,
.icon-shipping,
.icon-details{ max-width:120px; }
.may-like-block{
    padding-left: 0px;
}

/* __________ Artist Details __________ */ 

.artist-details { padding: 50px 0 0 0; }
.artist-details h1.name{ font-size: 40px; color:#333333; line-height: 48px; margin-bottom: 20px; }
.artist-details h3.address1{  font-family: 'HindVadodara Light'; color:#4b4b4b; font-size: 18px; }
.artist-details .artist-content p{ color:#333333; }
.artist-details h3.address{
    color: #4b4b4b;
    font-size: 18px;
    line-height: 22px;
}
.artist-details .button-group .btn{
    font-family: 'Montserrat Bold';
    color: #006699;
    border: 3px solid #006699;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 8px 15px;
    margin: 0 10px;
    font-size: 16px;
    display: inline-block
}

.display_inline_block {
    display: inline-block;
}
.artist-details .button-group .btn:hover{
    background-color:#006699;
    border: 3px solid #006699;
    color: #ffffff;
}
.artist-details .button-group .btn:hover .icon-plus,
.artist-details .button-group .btn:hover .icon-pencil{
    color:#fff;
}
.artist-details .icon-plus{ 
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 21px;
}
.artist-details .icon-pencil{ 
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 21px;
}
.artist-details .more{
    color: #006699;
    font-family: 'HindVadodara Light';
    font-size: 22px;
    line-height: 26px;	
}
.artist-content .button-group{ margin-bottom: 20px; }

/* __________for carosal __________ */ 

/*.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}*/

.recently-listed-section { padding: 0 0 50px 0; }
.carousel-control-block, .featured-section .owl-theme .owl-nav, .recently-listed-section .owl-theme .owl-nav {
    position: absolute;
    top: -70px;
    right: 0px;
}
.our-happy .owl-theme .owl-nav{
    position: relative;
    top: -100px;
}
.our-happy .owl-theme .owl-nav .owl-prev{
    float: left;
    margin-left: -57px;
}
.our-happy .owl-theme .owl-nav .owl-next{
    float: right;
    margin-right: 71px;
}
.our-happy .owl-theme .owl-nav {
    position: absolute;
    top: 16%;
    width: 100%;
}
#owl-carousel-our-happy{
    padding: 0 60px;
}
.item-block {
    padding: 0 0;
}
.our-happy .owl-dots{
    display: none;
}
.recently-listed-section .owl-dots{
    display: none;
}
.featured-section .owl-theme .owl-dots{
    display: none;
}
.recently-listed-section_carousel .item-block{ width: 16.6%; }
.item-block img.img-responsive{ margin-bottom: 20px; width: 100%; max-width: 100%; }
.item-block h3.block-title {
    color: #333;

    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
    max-width: 203px;
}
.item-block .price {
    color: #666666;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    line-height: 14px;
    font-size: 16px;
    line-height: 20px;
}
.carousel-control-block .left-arrow, .owl-prev {
    background: url(../images/left-arrow.png) no-repeat scroll center center transparent!important;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-size: 22px!important;
    text-indent: -999999em;
    border-radius: 0!important;
}
.carousel-control-block .right-arrow, .owl-next{
    background: url(../images/right-arrow.png) no-repeat scroll center center transparent!important;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;	
    background-size: 22px!important;	
    border-radius: 0!important;
    text-indent: -999999em;

}
.carousel-control-block .carousel-control.left:hover .left-arrow, .owl-prev:hover{ 
    background: url(../images/left-arrow-hover.png) no-repeat scroll center center transparent!important; 
    background-size: 22px!important;
}
.as_seen_in .owl-dots{
    display: none;
}
.carousel-control-block .carousel-control.right:hover .right-arrow, .owl-next:hover{
    background: url(../images/right-arrow-hover.png) no-repeat scroll center center transparent!important;
    background-size: 22px!important;
}
.carousel-control-block .carousel-control{ display:inline-block; width: 22px; margin-left: 5px; position: relative; } 
.carousel-control-block .carousel-control.left{ float:left; }
.carousel-control-block .carousel-control.right{ float:right; } 



/* __________end for carosal __________ */ 


h2.block-title{
    font-family: 'Montserrat Regular';
    color:#333;
    line-height: 24px;
    font-size: 20px;
    margin: 0 0 25px;
}

/* __________Shipping __________ */ 

.shipping{
    background-color: #f2f2f2;
    padding: 50px 0;
}
.shipping .title,
.more-artwork .title{
    color: #333333;
    font-family: 'HindVadodara Light';
    text-transform: none;
    font-size: 44px;
    line-height: 48px;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.shipping p{
    color:#333333;
    font-size: 26px;
    font-family: 'HindVadodara Light';
    line-height: 34px;
    font-weight: 400;
}
.shipping p strong{
    font-family: 'HindVadodara Bold';
    color: #333333;
    font-weight: 400;
}
.shipping-block{
    margin-bottom:50px;
}
.icon-shipping {
    margin-top: -10px;
    border: 5px solid #006699;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    text-align: center;
    color: #006699;
    transform: rotateY(180deg);
    font-size: 46px;
    vertical-align: middle;
    position: relative;
}
.icon-shipping i,
.icon-details i,
.icon-about i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);	
}
.icon-details,
.icon-about{ 
    margin-top: -20px;
    border: 5px solid #006699;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    text-align: center;
    color: #006699;
    font-size: 46px;
    vertical-align: middle;
    position: relative;
}

/* __________More Artwork __________ */ 


.more-artwork{ padding: 60px 0; }
.more-artwork .title{ margin-bottom: 50px; }

/* __________How It Work __________ */ 


.how-it-work{
    background-color: #f2f2f2;
    padding: 25px 0 25px  0;
}

.how-it-work .title{
    color: #333333;
    font-family: 'HindVadodara Light';
    text-transform: none;
    font-size: 40px;
    line-height: 48px;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.work-block .icon {
    max-width: 120px;
    margin: 0 auto 30px;
    height: 120px;
    background-color: #006699;
    border-radius: 50%;
    color: #fff;
    font-size: 52px;
    position: relative;
}
.work-block .icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.artist-details .artist-content{
    margin-bottom: 40px;
}
.work-block { margin: 30px 0; }
.work-block .block-title{
    text-align: center;
    color: #242424;
    text-transform: none;
    font-size: 28px;
    line-height: 32px;
    font-family: 'HindVadodara Regular';
    margin-bottom: 30px;
}
.work-block p {
    font-family: 'HindVadodara Regular';
    color: #666666;
    font-size: 22px;
    text-align: center;
    line-height: 29px;
}

/* __________Our Happy Collector __________ */ 


.our-happy {
    padding: 60px 0;
}
.our-happy h1.title{
    color: #333333;
    font-family: 'HindVadodara Light';
    text-transform: none;
    font-size:40px;
    line-height: 40px;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: none;
}
.our-happy .how-it-work h1.title{  padding-bottom: 30px; border-bottom: 1px solid #d9d9d9; }
.testimonial-block{ position:relative; }
.testimonial-block .begain {
    background: url(../images/begain-icon.png) no-repeat scroll 0 center transparent;
    width: 80px;
    height: 74px;
    background-size: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 2px solid #cccccc;
    padding-right: 20px;
}
.testimonial-block .message {
    display: inline-block;
    padding-left: 110px;
    padding-right: 30px;
}
.testimonial-block .message p {
    color: #666666;
    font-family: "HindVadodara Light";
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
}
.testimonial-block .client-name{
    color: #666666;
    font-family: "HindVadodara Medium";
    font-size: 16px;
    line-height: 24px;
}
.our-happy .carousel-control-block {
    position: absolute;
    width: 100%;
    right: auto;
    left: auto;
    top: 99px;
    margin: 0 auto;
}
.carousel-testimonial{
    position:relative;
}
.carousel-testimonial .carousel-control-block .carousel-control.left{ left: -40px; }
.carousel-testimonial .carousel-control-block .carousel-control.right{ right: -40px; }

.carousel-inner .active.left { left: -50%; }
.carousel-inner .next        { left:  50%; }
.carousel-inner .prev        { left: -50%; }
.carousel-control.left,.carousel-control.right {background-image:none;}


#myCarousel .carousel-control{ width: auto; }
#myCarousel .carousel-control.left i {
    background: url(../images/left-arrow.png) no-repeat scroll center center transparent;
    background-size: 22px;
    text-indent: -99em;
    width: 37px;
    height: 37px;
}
#myCarousel .carousel-control.left i:hover{
    background: url(../images/left-arrow-hover.png) no-repeat scroll center center transparent;
    background-size: 22px;
    text-indent: -99em;	
}
#myCarousel .carousel-control.right i {
    background: url(../images/right-arrow.png) no-repeat scroll center center transparent;
    background-size: 22px;
    text-indent: -99em;
    width: 37px;
    height: 37px;
}
#myCarousel .carousel-control.right i:hover{
    background: url(../images/right-arrow-hover.png) no-repeat scroll center center transparent;
    background-size: 22px;
    text-indent: -99em;	
}
#myCarousel .carousel-control.right i::before{ content: ""; }
#myCarousel {
    padding: 0 40px;
    margin: 0 -15px;
}


/* __________recently listed__________ */ 

.our-happy .recently-listed-section .container{ border-bottom:4px solid #e6e6e6; padding-bottom:60px; }
.recently-listed-section h1{ 
    font-family: 'Montserrat Regular', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

/* __________Why Buy __________ */ 

.why-buy{
    background-color:#f2f2f2;
    padding:46px 0 40px;
}
.why-buy h1.title{
    color: #333333;
    font-family: 'HindVadodara Light';
    text-transform: none;
    font-size: 40px;
    line-height: 44px;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.feature-block{ margin:20px 0; } 
.feature-block h3.title {
    color: #242424;
    font-size: 26px;
    text-transform: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 20px;
    line-height: 34px;
    font-family: 'HindVadodara Light', sans-serif;
}
.feature-block p {
    font-size: 16px;
    color: #666666;
    font-family: 'HindVadodara Light', sans-serif;
    line-height: 24px;
} 
.icon-peace {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 8px;
    background-size: 36px;
    color: #333333;
    font-size: 39px;
}
.icon-quality {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 8px;
    background-size: 36px;
    color: #333333;
    font-size: 31px;
}
.icon-original {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 8px;
    background-size: 36px;
    color: #333333;
    font-size: 39px;
}
.icon-service {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 8px;
    background-size: 36px;
    color: #333333;
    font-size: 36px;
}



/* __________ model box __________ */ 

.modal[role="dialog"] { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: rgba(0, 0, 0, 0.5); display: none; }

.modal.product-image { z-index: 9999; display:none; text-align: center; }
.modal.product-image .close { opacity: 1; }
.modal.product-image .back-to-artwork { color: #006699; font-size: 18px; line-height: 24px; margin-bottom: 15px; }
.modal.product-image .modal-body { text-align:center; }
.modal.product-image .modal-body img { width: 100%; max-width: none; }
.modal.product-image .modal-body img.main-image { max-width: 800px; max-height: 800px; width: auto; height: auto; }
.modal.product-image .modal-content { border-radius: 0; background-color: #f2f2f2; padding: 15px; max-width: 100%; margin: auto; }
.modal.product-image .modal-dialog { margin: 0; display: inline-block; text-align: left; width: auto; }
.modal.product-image .modal-header .close { margin-top: -42px; color: #b0b0b0; font-size: 24px; }
.modal.product-image .modal-title { font-size: 24px; text-transform: capitalize; font-family: 'HindVadodara Regular'; margin-bottom: 10px; }
.modal.product-image .modal-title span { font-size: 18px; }
.zoomContainer { z-index: 9999; cursor: none; }

/* __________ model box end __________ */ 

/* __________ search page __________ */ 
.all-art.search {
    padding-top:177px;
}
.filters-block{
    background: #f5f5f5;
    margin-top: 4px;
}
.filters-block ul.filter-nav li{
    display: inline-block;
    padding: 0;
}
.filters-block ul.filter-nav li a{
    font-size: 16px;
    color: #666;
    display: block;

    font-family: 'Hind Vadodara', sans-serif;
    font-weight: lighter;
    line-height: 28px;

}

.filters-block ul.filter-nav li.open > .dropdown-menu {
    display: none;
}
.art-exp-block {
    font-size: 22px;
    line-height: 58px;
    padding-right: 30px;
    text-align: right;
}
.filter-nav.nav > li > a{
    padding: 15px;
    border-radius: 0;
}
.art-exp-block a{
    background: url(../images/art-explorer-icon.png) no-repeat scroll center left transparent;
    padding-left: 27px;
    color: #006699;
    font-family: "HindVadodara Light";
}
.applied-filter li a {
    background: url(../images/filter-icon.jpg) no-repeat scroll center left transparent;
    color: #666;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 10px;
}

.all-art.search{

}
.short-block{
    margin-left:10px; 
    display: inline-block;
}
.applied-filter {
    float: left;
    margin-top: 8px;

}
.applied-filter li{
    display: inline-block;
}
.region-display span, .sort-display span{
    display: inline;
    height: auto !important;
    line-height: 32px !important;
}
.color {
    border: 2px solid #ccc;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block !important;
}
.color.active{
    border: 2px solid #000;
}
.color span{
    border: 2px solid #fff;

    display: block;
    float: left;

    padding: 10px 15px;
    width: auto;
}
.color.grey span{
    background: #d3d3d3;
}
.color.blue span{
    background: #61acf2;
}

.color.red span{
    background: #dc4343;
}
.color.green span{
    background: #63c85b;
}
.color.brown span{
    background: #c98d4c;
}
.color.yellow span{
    background: #ddc332;
}
.color.megenta span{
    background: #b771db;
}

.search-filter-header {
	margin: 15px 0px 0px 0px;
}

.filters-block .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    box-shadow:none;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 350px;
    padding: 10px 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    max-height: 350px;
    overflow: auto;
}
.filters-block .dropdown-menu .size, .filters-block .dropdown-menu .orientations a{
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 8px;
    text-align: center;
    width: 40px;
    margin-right: 5px;
}
.filters-block .dropdown-menu .orientations a{
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 8px;
    text-align: center;
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
}
.region-display .regionPopup, .sort-display .sortPopup {
    visibility: visible;
    display: none;
}
.open>.dropdown-menu {
    display: block!important;
}
.region-display:hover .regionPopup, .sort-display:hover .sortPopup {
    visibility: visible;
}
.filters-block .dropdown-menu .orientation-block a:before{
    content:"";
}
.filters-block .dropdown-menu .orientation-block a:last-child {
    border-bottom: 1px solid #ccc;
}
.reset {
    color: #ccc !important;
    font-size: 14px !important;
    position: absolute;
    right: 0;
    top: 0;
}
.filters-block .dropdown-menu .size.active{
    border: 1px solid #000;
}
.filters-block .dropdown-menu h2{
    margin-bottom:5px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.filters-block .dropdown-menu a{
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding:5px 0 5px 15px;
    position: relative;
}
.filters-block .dropdown-menu a:hover{
    color:#000;
}
.filters-block .dropdown-menu a:last-child{
    border-bottom: none;
}
.filters-block .dropdown-menu a:before{
    content: "+";
    margin-right: 5px;
    left: 0;
    margin-right: 5px;
    position: absolute;

}
.filters-block  .nav .open > a, .filters-block  .nav .open > a:focus, .filters-block  .nav .open > a:hover {
    background-color: #fff;
    border-color: #337ab7;
}
.filters-block .dropdown-menu a.ui-slider-handle{
    position: absolute;
    border-bottom: none;
}
.filters-block .dropdown-menu a.ui-slider-handle:before{
    content: "";
}
.filters-block .dropdown-menu a.ui-slider-handle{
    background: transparent url("../images/slider-handle.jpg") no-repeat scroll left center;
    border: none;
    width: 14px;
    height: 19px;
}
.filters-block .dropdown-menu .ui-widget-header{
    background: #333333;
}
#amount{
    border: none;
    padding: 0;
    font-size: 18px;
}
#searchResults{
    display: inline-block;
    width: 100%;
}
a.removeFacet {
    border: 0 none;
}

.closeButton {
    background: transparent url("../images/filter-icon.jpg") no-repeat scroll left center;
    color: #666;
    font-size: 16px;
    padding-left: 28px;    
}
.facet-list .list span {
    line-height: 19px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.facet {
    float: left;
}

.facet em {
    color: #666;
    font-size: 16px;
    padding-right: 14px;
    font-family: "HindVadodara Light";
    letter-spacing: 0.5px;
}
.ready-to-hang a, .framing a {
    display: inline-block;
    height: 73px;
    width: 98px;
    padding: 9px;
    margin-right: 20px;
    background: url(../images/search/ready-to-hang-filter.png) 8px 10px no-repeat;
}
.framing a {
    margin-right: 0px;
    background: url(../images/search/framed-filter.png) 0px 0px no-repeat;
}

.regions.url-select, .countries.url-select{
    padding-bottom: 20px;
}
.filters-block .dropdown-menu .size-block a:before{
    content: "";
}
.filters-block .dropdown-menu .size-block a:last-child {
    border-bottom: 1px solid #ccc;
}
.filters-block .dropdown-menu .size-block{
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
/* __________ search page end __________ */ 


#header {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
/* __________ MEDIA query __________ */ 

.recently-listed-section .carousel-inner img{
    width: 100%;
}
.home-page .our-happy{
    padding-bottom: 0px;
}
.wallspin{
    padding: 35px 0 60px;

}
.wallspin h1{ font-family: 'Montserrat Bold'; color:#333333; font-weight:400; font-size: 24px; }
.wallspin h2 {
    font-family: 'HindVadodara Regular';
    color: #242424;
    font-size: 24px;
    line-height: 28px;
    width: 200px;
    text-transform: none;
    margin-bottom: 15px;
    margin-top: -5px;
}
.wallspin .image_section{
    display: inline-block;
    width: 39%;
    position: relative;
}
.wallspin .image_section .date_caption{
    background: #333333;
    color: #fff;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    padding-top: 12px;
}
.wallspin .container_description{
    display: inline-block;
    float: right;
    width: 58%;
}
.wallspin .container_description h1{
    margin-bottom: 0px;
    padding-left: 0;
}
.wallspin .comments{
    background: url(../images/comments-ico.jpg) 0 6px no-repeat;
    padding-left: 23px;
    margin-top: 25px;
    color: #333333;
}
.wallspin .comments span{
    border-left: 1px solid #ccc;
    margin-left: 5px;
    padding-left: 5px; 
}

.home-page .mainContent {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.home-page .as_seen_in .title{
    border-bottom:none;
    font-size: 20px;
}
.featured-section h1{ font-size: 20px;  }
.home-page .as_seen_in{
    padding-top: 30px;
    padding-bottom: 30px;
}
.slideleft{
    position: relative;
}
.image-block-01, .image-block-02, .image-block-03, .image-block-04, .image-block-05{
    margin-bottom: 30px;
    text-align: center;
}
.from_the_collections img{ max-width:100%; }

.home-page .our-happy-bg{
    background: #f2f2f2;
    padding: 60px 0;
}
.home-page  .recently-listed-section{
    padding: 60px 0 0 0;
}
.wallspin .col-sm-6{
    padding-left: 0px;
}
.wallspin .date_caption{

}
.wallspin .date,.wallspin .month{
    display: block;
    text-align: center;
}


.image-block-01 span, 
.image-block-02 span, 
.image-block-03 span,
.image-block-04 span,
.image-block-05 span{
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    left: 50%;
    top: 50%;
    line-height: 34px;
    font-family: 'Montserrat Regular';
    letter-spacing: 2px;
    transform: translate(-50%, -50%);
    display: block;
    width: 90%;
    padding: 0 15px;
    line-height: 57px;
}
.image-block-02 span, .image-block-03 span{
    color: #333;
}
.as_seen_in .carousel-control-block .carousel-control.left,.as_seen_in .owl-theme .owl-nav  .owl-prev{
    float: left;
    margin-left: -49px;
}
.as_seen_in .owl-carousel{
    padding: 0 50px;
}
.as_seen_in .carousel-control-block .carousel-control.right,.as_seen_in .owl-theme .owl-nav .owl-next {

    float: right;
    left: auto;
    margin-right: -46px;

}
.as_seen_in .carousel-control-block, .as_seen_in .owl-theme .owl-nav{
    position: relative;
    top: -100px;
}
.featured-section .item-block img.img-responsive{
    width: 203px;
}
.image-block-04 span .subtext{
    font-size: 19px;
    margin-top: 30px;
    padding-top: 0;
    top: auto;
}
.featured-section .item-block{
    width: 100%;
}
.our-happy .recently-listed-section .carousel-control-block{
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -44px;
    width: auto;
}
.wallspin .description {
    font-size: 16px;
    color: #666666;
    font-family: 'HindVadodara Regular';
    line-height: 24px;
}
.featured-section .item-block:last-child {
    padding-right: 0px;
}

.favourite-main-content{
    padding-top: 215px;
}

.favourite-main-content .result.art-wrapper{
    display: inline-block;
}
.favourite-main-content .notify-block{
    border:1px solid #ddd;
    padding:10px 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: table;
}

.notify-block-icon {
    float: left;
    padding-top: 3px;
    padding-right: 12px;
}

.manage-notification, .work-commision,.special-work{
    display: table-cell;
    width: 33%;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 300;
}
.manage-notification img, .work-commision img,.special-work img{

    margin-right: 9px;
    vertical-align: middle;
    display: inline-block;
    width: 32px;
}
.manage-notification a, .work-commision a,.special-work a{
    color:#006699;
}
.manage-notification span, .work-commision span,.special-work span{
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}
.inv_man_tab{
    display: inline-block;
}
.inv_man_tab.table{
    display: table;
}
.sort-by-block.favorites-block{
    border-bottom: medium none;
    display: block;
    float: right;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    width: 100%;
}
.sort-by-block.favorites-block .shortby-dropdown{
    padding-bottom: 0px;
}
.favorite-navigation li{
    margin: 0 !important;
    display: inline-block;
    float: left;
}
.favorite-navigation .nav-text li.active a {
    background: transparent url("../images/active-link-bg.png") repeat-x scroll center center;
    border-top: 3px solid #333;
    color: #333;
    margin-top: -2px;
}
.favorite-navigation-title{
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
.remove-fav span {
    vertical-align: top;
    color: #797979;
}
.work-commission-link span {
    color: #797979;
}
.favorite-navigation .nav-text li a{
    border: 1px solid #e9e9e9;
    border-radius: 0;
    color: #666666;
    display: block;
    font-family: "Montserrat Bold";
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 0;
    padding: 16px 25px;
    text-transform: uppercase;
    width: auto;
    background-image: none;
    border-bottom:none;
    border-right: none;

}
.favorite-navigation .nav-text li:last-child a{
    border-right: 1px solid #e9e9e9;
}
.favourite-main-content .favorite-navigation{
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
}
.favorite-navigation-text {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 11px;
}
.favourite-main-content .favourite-main-content .favorite-navigation li{
    margin: 0;
}
.favourite-main-content .favorite-navigation .nav-text li.active a{
    background-size: cover;
    background-color: #eee;
    text-decoration: none;
}
.favorite-navigation .nav-text li a:hover, .favorite-navigation .nav-text li a:focus {
    background-color: #eee;
    background-image: none;
    text-decoration: none;
}
.artist-main-content .artist-wrapper{
    display: inline-block;
    border: 1px solid #ddd;
    margin-left: 2%;
    vertical-align: top;
    width: 31.8%;
}
.artist-main-content .artist-wrapper:nth-of-type(1){
    margin-left: 0;
}
.artist-main-content .artist-wrapper:nth-of-type(3n+1)  {
    margin-left: 0;
}
.artist-main-content .artist-description .artist-img {
    border-radius: 50%;
    overflow: hidden; 
    height: 70px;
    width: 70px;
    margin-right: 15px;
    float: left;
}
.artist-main-content .artist-name .artist_link{
    display: block;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
}
.artist-main-content .artist-city {
    color: #333;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    padding-top: 0;
}
.artist-main-content .artist-description{
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.artist-main-content .artist-info {
    padding: 10px;
}
.artist-main-content .gallery-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.artist-main-content .single-image {
    width: 50%;
    height: 50%;
}
.artist-main-content .single-image img {
    width: 100%;
}
.artist-main-content .single-image a {
    display: block;
}
.artist-main-content .artist-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.artist-main-content .artist-wrapper .artist-gallery-hover{
    background: rgba(255,255,255,0.5);
    display:none;

    position: absolute;
    left: 0;
    right: 0;
    top: 104px;
    bottom: 0;
}
.artist-main-content .artist-wrapper:hover .artist-gallery-hover{
    display:block;


}
.artist-main-content .see-all-work a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #333;
    bottom: 0;
    color: #333;
    font-size: 22px;
    height: 62px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 65%;
    font-family: 'Montserrat Regular';
}
.artist-main-content .bottom-links{
    background: rgba(255, 255, 255, 1.0) none repeat scroll 0 0;
    bottom: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    font-size: 16px;
}
.artist-main-content .remove-fav a .fa{
    font-size: 24px;
    line-height: 24px;
    color: #797979;
}
.artist-main-content .bottom-links .remove-fav{
    float: left;
    width: 50%;
    line-height: 25px;
}
.artist-main-content .bottom-links .work-commission-link{
    float: left;
    width: 50%;
    line-height: 25px;
    text-align: right;
}

.container-middle { /*margin: 210px 0 370px;*/ margin: 87px 0 137px; display: inline-block; width: 100%; background: #fff; box-sizing: border-box; /*padding: 70px 55px;*/  }
.container-middle > section{ width: 50%; float: left; padding: 40px 40px; box-sizing: border-box;  }
.bg-img {
    background: #ebe4da url("../images/background-image.jpg") no-repeat center bottom;
    background-size: 100%;
    min-height:1032px;
}

.container-middle h1 {
    font-weight: bold;

}

.container-middle > section.login-content-left {  }
.container-middle .login-content-right.new-customer-block{
    border-left: 3px solid #ccc;min-height: 460px;
}
.container-middle section form input[type="text"], 
.container-middle section form input[type="password"] {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    padding: 0px 20px;
    border: 1px  solid #e9e9e9;
    color: #666666;
    font-size: 16px; 
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'HindVadodara Regular';
} 

.regmodal-content > span {  width: 100%; display: inline-block; font-size: 15px; }
.regmodal-content .special-benifit{ display:none; }
.regmodal-content > span.join-zatista-text  { margin-bottom: 26px; }
.regmodal-content  ul { margin-top: 5px; }
.regmodal-content  ul li { line-height: 28px; font-size: 15px;  }

.regmodal-content  ul li a{ color: #006699 }

.container-middle section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666;
    opacity: 1;
}
.container-middle section input::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    opacity: 1;
}
.container-middle section input:-ms-input-placeholder { /* IE 10+ */
    color: #666;
    opacity: 1;
}
.container-middle section input:-moz-placeholder { /* Firefox 18- */
    color: #666;
    opacity: 1;
}
.reg_container .regform_error { display: none; }
.errors-container .regform_error{ display: none; visibility: visible; padding-left: 28px; position: relative; }
.errors-container .regform_error:before { 
    background: #d13838 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "\f12a";
    display: block;
    font-family: fontawesome;
    font-size: 13px;
    height: 18px;
    left: 0;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: visible;
    width: 18px;
    padding-top: 2px;
}

.errors-container{
   	padding-top: 10px;
}
.reg_container .row .success_flag:before { 
    background: #2bb953 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "\f00c";
    display: block;
    font-family: fontawesome;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 22px;
    text-align: center;
    top: 18px;
    visibility: visible;
    width: 22px;}

.reg_container .row .error_flag:before{  
    background: #d13838 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "\f12a";
    display: block;
    font-family: fontawesome;
    font-size: 16px;
    height: 22px;
    line-height: 21px;
    position: absolute;
    right: 22px;
    text-align: center;
    top: 18px;
    visibility: visible;
    width: 22px;
    padding-top: 2px;
}

.login-form-fields {
    margin-bottom: 25px;
}

.reg_container .row .col-md-6:last-child .error_flag, .reg_container .row .col-md-12 .error_flag, .reg_container .row .col-md-6:last-child .success_flag, .reg_container .row .col-md-12  .success_flag  { top: 12; right: 20px; }
.extra-fields  > div label input {

}
.extra-fields  > div label span, .remember-me label  span  { padding-left: 28px; font-weight: normal; font-size: 14px; line-height: 16px; }
#regmodal_trader_register  .extra-fields  > div label span, #regmodal_trader_register  .remember-me label  span  { padding-left: 28px; font-weight: normal; font-size: 14px; line-height: 16px; }
.remember-me label  span a { color: #006699 }

.extra-fields  > div label input[type="checkbox"] + span, .remember-me label input[type="checkbox"] + span {
    background: url("../images/checkbox.jpg") no-repeat 0 0;  height: 23px; display: inline-block;
    background-size: 16px;
    height: 16px;
}
#regmodal_trader_register .extra-fields  > div label input[type="checkbox"] + span, #regmodal_trader_register .remember-me label input[type="checkbox"] + span{
    background: url("../images/checkbox.jpg") no-repeat 0 0; 
    background-size: 16px;
    height: 16px;

}

#regmodal_trader_register .extra-fields  > div label input[type="checkbox"]:checked + span, #regmodal_trader_register .remember-me label input[type="checkbox"]:checked + span {
    background: url("../images/checkbox.jpg") no-repeat 0 bottom; height: 23px; display: inline-block;
    background-size: 16px;
    height: 16px;

}
.regmodal_error { color: red; 
}

.search.bg-img h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.search.bg-img p {  font-size: 15px; color: #333333; }
.extra-fields  > div label input[type="checkbox"]:checked + span, .remember-me label input[type="checkbox"]:checked + span {
    background: url("../images/checkbox.jpg") no-repeat 0 bottom; height: 23px; display: inline-block;
    background-size: 16px;
    height: 16px;
}
.extra-fields  > div  { float: left; }
.extra-fields  > div.forgot-password { float: right;  }
.extra-fields  > div.forgot-password  a {  color: #999999 }
.submit-login-button  { width: 100%; text-align: center; display: inline-block; margin-top: 50px; }
.submit-login-button  input {  
    font-size: 16px;
    font-weight: 400;
    height: 61px;
    line-height: 61px;
    padding-bottom: 0;
    padding-top: 0;
    width: 279px; 
    letter-spacing: 1.5px; float: none;
    background: #333333 none repeat scroll 0 0;
    font-family: 'Montserrat Bold', sans-serif;
}

.artist-register-link a {
    background: #333333 none repeat scroll 0 0;
    float: none;
    font-size: 18px;
    font-weight: 400;
    height: 61px;
    letter-spacing: 1.5px;
    line-height: 61px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    max-width: 279px;
    font-family: 'Montserrat Bold', sans-serif;
}

.artist-register-link     {
    margin-top: 45px;
    margin-bottom: 15px;
}

.create-new-button  a, .submit-register-button input {  
    font-size: 16px;
    font-weight: 400;
    height: 61px;
    line-height: 61px;
    padding-bottom: 0;
    padding-top: 0;
    width: 279px;
    letter-spacing: 1.5px;
    float: none;
    background: #333333 none repeat scroll 0 0;
    font-family: 'Montserrat Bold', sans-serif;
    padding: 0 10px;
}

.submit-register-button { margin-top: 15px; margin-bottom: 15px; }

.signin-link.text-centre { text-align: center; font-size: 14px; color: #666666; }
.signin-link.text-centre a {  color: #006699; }
.create-new-button { margin-top: 50px; }
.login-content-left .favorite-navigation-title ul li:first-child { 
    width: 50%;
    max-width: 100%;
}

.favorite-navigation-title ul li:first-child { 

}
.favorite-navigation-title ul li {
    width: 25%;
    text-align: center;
    max-width: 250px;
}

.favourite-main-content .artist-img img{
    width: 100%;
}
body .reg_container {
    border:none; padding: 0px; margin-top: 0px;
}
#regmodal_trader_register, #regmodal_register{
    margin-top: 19px;
}
.reg_container .row .col-md-6, .reg_container .row .col-md-12  { position: relative; }

.reg_container .row .col-md-6:first-child{ padding-right: 7px; }
.reg_container .row .col-md-6:last-child{ padding-left: 7px; }

.form_comment{ 
    color: #bababa;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px; 
    font-family: 'HindVadodara Regular';
}

.reg_container .row { margin-bottom: 19px; }

/*____________Artist Register________________*/

#artist-register {
    font-size: 18px;
    color: #666666;
    font-family: 'HindVadodara Regular';
    font-weight: 400;
    line-height: 24px;
}
#artist-register .big_header {
    border-bottom: none !important;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333333;
    font-family: 'Montserrat Bold';
    font-weight: 400;
}
.info_section_1 {
    margin-bottom: 30px;
    overflow: hidden;
}
.need_help,
.tips_data,
.payment_info_right_section,
.statement-biography-block,
.tags-block{
    background-color: #f5f5f5;
    padding: 20px;
    color: #666666;	
}
.need_help{
    margin-top: 30px;
}
.payment_info_right_section{
    margin-top: 60px;
}
.payment-info-container .sub_text{
    margin-bottom: 31px;
}
#artist-register .my-account-section{
    font-size: 20px;
}
.need_help .info_data_heading,
.tips_data .info_data_heading,
.payment_info_right_section .info_data_heading,
.statement-biography-block .info_data_heading,
.tags-block .info_data_heading{
    display:block;
    font-size: 20px;
    margin-bottom:20px;
}
.need_help .link_container{

}
.need_help .link_container a{
    color: #006699;
    font-family: 'HindVadodara Bold';
}
.need_help .icon-question,
.tips .icon-info{
    width: 31px;
    height: 31px;
    background-color: #9c9c9c;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
}
.need_help .icon-question i,
.tips .icon-info i{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.artist-register .password-strength {
    margin-left: 5px;
    margin-top: -8px;
}
#artist-register #registerForm h2 {
    color: #666666;
    font-family: 'HindVadodara Medium';
    font-size: 30px;
    padding: 0;
    line-height: 30px;
}
.register_form_table {
    padding: 0 15px;
    margin-top: 40px;
}
.register_form_table label,
.payment-info-container label{
    color: #666666;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;	
    font-weight:400;
    font-family: 'HindVadodara Bold';
}
#registerForm .reg_container .row .col-md-6:first-child,
#registerForm .reg_container .row .col-md-6:last-child{
    padding-left:15px;
    padding-right:15px;
}

.register_form_table label .bracket{
    font-size: 16px;
    color: #666666;
    font-family: 'HindVadodara Light';
    font-weight: 400;
    line-height: 24px;
    display: inline;	
}
.info_text_data .bracket{
    font-size: 16px;
    color: #666666;
    font-family: 'HindVadodara Light';
    font-weight: 400;
    line-height: 24px;
    display: inline;	
}
.register_form_table .form-group{ margin-bottom: 0; }
.payment_info_right_section a{ color:#006699; }
.payment-info-container {
    clear: both;
    padding: 0 15px;
}
.upload-profile-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.upload-profile-img {
    text-align: center;
}
.upload-profile-img .artist-preview-image {
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}
.image-preview-container {
    overflow: hidden;
    height: 140px;
    width: 140px;
    border: 2px solid #e4e4e4;
}
.upload-profile-img .select-img {
    overflow: hidden;
    display: inline-block;
    position: relative;
    border: 2px solid #e4e4e4;
    height: 221px;
    width: 221px;
}
.upload-profile-img .select-img .fa{
    font-size: 40px;
    color:#b6b6b6;
    font-size: 100px;
    margin-top: 26px;
}
.upload-profile-img .select-image-btn{
    background: #a3a3a3 none repeat scroll 0 0;
    color: #fff;
    display: block;
    margin: 24px 13px 13px;
    padding: 13px;
}
.upload-profile-img .select-img a{ border:none; outline:0; }
.upload-profile-img .select-img input[type="file"]{
    height:221px;
    width:221px;
    display:block;
    position:absolute;
    top:0;
    left:0;
    z-index:9;
    opacity:0;
    cursor: pointer;
}
.upload-profile-img .select-img img {
    position: relative;
    z-index: 1;
    border: none;
    outline: none;
    box-shadow: none;
}
.payment-info-container .tags_content .tag_input {

    display: inline-block;
    padding-left: 0px;
    margin-bottom: 10px;
}
.payment-info-container .tags_content .tag_input:nth-child(6n) {
    padding-right: 0px;
}
.payment-info-container .tags_content input[type="text"] {
    width: auto;
    margin: 0;
    min-width: auto;
    display: inline-block;
}
#artist-register textarea{
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    margin-top: 15px;
    margin-bottom: 0;
}
#artist-register + .reg_container{ margin-top: 0; }
.cancel_btn {
    font-family: 'Montserrat Bold';
    background-color: #a3a3a3;
    color: #fff;
    padding: 10px;
    width: 209px;
    display: inline-block;
    height: 54px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 32px;
    border:1px solid #b0b0b0;
    margin-right: 15px;
    margin-bottom:30px;
}
.submit_btn{
    font-family: 'Montserrat Bold';
    background-color: #006699;
    color: #fff;
    padding: 10px;
    width: 209px;
    display: inline-block;
    height: 54px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 32px;	
    border:1px solid #247ca7;
    margin-bottom:30px;
}
.cancel_btn:hover,
.submit_btn:hover{ background-color:#222; color:#fff; }
.reg_container .row.info_text_data{ margin-bottom: 10px; }
.table-scroll{ max-width:100%; overflow-x:auto; width: 100%; }
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: inherit;
    background-color: inherit;
}
.secondary_menu .dropdown-menu a{
    color:#333333;
    text-transform: none;
    display: block;
    padding: 3px 15px;
}
.secondary_menu .dropdown-menu a:hover{
    color:#333333;
}
.secondary_menu .caret{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
}
.secondary_menu .dropdown-menu{
    border-radius: 0;
    left: 0px;
    margin: 14px 0 0;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.5);
    background: #fdfdfd;
}
.secondary_menu .dropdown-menu  li:before{
    border-right: medium none;
}
.secondary_menu .dropdown-menu  li{
    display: block;
    float: none;
    margin-right: 0;
    padding-right: 0;
}
.wallspin .container{
    border-top: 4px solid #e6e6e6;
    padding-top: 40px;
}
.wallspin{
    margin-top: 40px;
}



.we_will_tell a{
    color: #a1a6a9;
    text-transform: none;
}
#header span.divider{
    color: #969595;
    display: inline;
    font: italic 13px Verdana,Arial;
    margin: 0 16px 0 0;
    vertical-align: middle;
}
.commissionForm { display: inline-block; }
@media (min-width: 1600px) {
    #myCarousel {
        padding: 0 86px;
        margin: 0 15px;
        box-sizing: border-box;
    }	
    #myCarousel .carousel-control.left{ left: 10px; }
    #myCarousel .carousel-control.right{ right: 10px; }
	
	#search-filter-header { display: none; }   /* hide it elsewhere */
}

@media (max-width: 1440px) {
    .page-title{ font-size: 40px; line-height: 44px; }
    .product-name{ font-size: 24px; line-height: 30px; }
    .flag-title{ font-size: 16px; line-height: 20px; }
    .flag-title .flag-icon{ width: 20px; height: 20px; background-size: 20px; }
    .price-block .free-shipping{ font-size: 16px; }
    .icon-truck{ background-size: 18px; width: 18px; height: 16px; }
    .action-btn .btn.add-to-favorites-btn,
    .action-btn .btn.ask-artist-question-btn {
        font-size: 12px;
        line-height: 16px;
    }
    .action-btn .add-to-favorites-btn.list span.text{
        width: 116px;
    }
    /*    .icon-favorites{ width: 20px; background-size: 20px; height: 18px; }*/
    .icon-question{ background-size: 14px; width: 24px; height: auto; }
    .about-this-work .title,
    .artist-details h1.name,
    .shipping .title, 
    .more-artwork .title,
    .how-it-work .title,
    .our-happy h1.title,
    .why-buy h1.title{ font-size: 36px; line-height: 42px; }
    .about-this-work p,
    .artist-details .artist-content p,
    .shipping p{ font-size: 22px; line-height: 30px; }
    .about-this-work .more{ font-size: 16px; line-height: 22px; }
    .artist-details .button-group .btn{ font-size: 12px; padding: 4px 15px;  }
    .artist-details .icon-plus{ background-size: 14px; margin-right: 0px; } 
    .artist-details .icon-pencil{ background-size: 15px; width: 15px; margin-right: 5px; }
    .flag{ width: 30px; height: 19px; background-size: 30px; }
    .artist-details h1.name{ margin-bottom: 10px; }
    .artist-details .more{ font-size: 16px; line-height: 20px; }
    h2.block-title{ font-size: 16px; margin: 0 0 20px; }
    .carousel-control-block{ top: -44px; }
    .artist-content .button-group{ margin-top: 5px; }
    .work-block .icon{ max-width: 120px; }
    .work-block .block-title{ font-size: 22px; margin-bottom: 20px; }
    .work-block p{ font-size: 16px; line-height: 22px; }
    .testimonial-block .message p,
    .testimonial-block .client-name{ font-size: 16px; line-height: 26px; }
    .feature-block h3.title{ font-size: 20px; line-height: 28px; margin-bottom: 15px; }
    .icon-peace{ background-size: 30px; vertical-align: -8px; margin-right: 8px; width: 30px; }
    .icon-quality {
        background-size: 32px;
        width: 32px;
        vertical-align: -9px;
        background-position: 0 5px;
    }
    .icon-original{ background-size: 30px; width: 30px; }
    .icon-service{ width: 30px; background-size: 30px; vertical-align: -9px; }
    .feature-block p{ font-size: 14px; line-height: 22px; }
    .feature-block h3.title{ margin-bottom: 10px; }
    #myCarousel {
        padding: 0 40px;
        margin: 0 22px;
    }
    .info-like{ font-size: 18px; line-height: 20px; }
    .info-like strong{ font-size: 14px; }
    .info-like .see-all{ font-size: 14px; line-height: 24px; display: inline-block; }
    .info-like .point{  background-size: 5px; }
	
	#search-filter-header { display: none; }   /* hide it elsewhere */
}

@media (min-width: 1440px) {
    .how-it-work .container,
    .our-happy .container,
    .why-buy .container, .from_the_collections .container, .as_seen_in .container, .featured-section .container, .recently-listed-section .container{ width: 1400px; padding: 0 0; }

    header .container{ width: 1400px; }
    .banner .container{ width: 1400px; }
    footer .container{ width: 1400px; }
    .container{ width: 1400px; }
	
	#search-filter-header { display: none; }   /* hide it elsewhere */

}
@media (max-width: 1366px) {
    .contact_us .contact_no, .contact_us a{
        font-size: 16px;
    }
    .image-block-01, .image-block-02{
        width: 50%;
    }
    .image-block-03, .image-block-04{
        width: 25%;
    }
    .image-block-05{
        width: 50%;
    }
    .artist-main-content .artist-wrapper{
        width: 31.7%;
    }
    .owl-theme .owl-nav{
        top: -85px;
    }
	
	#search-filter-header { display: none; }   /* hide it elsewhere */
}

@media (max-width: 1280px) {

    .no-selections div{
        font-size: 18px;
    }
    .step-block label{
        font-size: 16px;
    }
    .home-slider-head span {
        display: block;
        font-size: 55px;
    }
    .home-slider-head{
        font-size: 64px;
        line-height: 55px;
    }
    .artist-main-content .artist-name .artist_link{
        font-size: 18px;
    }
    .artist-main-content .artist-name{
        padding-left: 60px;
    }
    .artist-main-content .artist-city{
        font-size: 14px;
    }
    .artist-main-content .bottom-links .remove-fav{
        float: left;
        text-align: center;
        width: 100%;
    }
    .artist-main-content .bottom-links .work-commission-link {
        float: left;
        text-align: center;
        width: 100%;
    }
    .artist-main-content .see-all-work a{
        font-size: 14px;
    }
	
	#search-filter-header { display: none; }   /* hide it elsewhere */

}
@media (max-width: 1024px) {
    .step-block label{
        font-size: 14px;
    }

    .top_search_form form{
        width: 197px;
    }

    .filter-nav.nav > li > a {
        border-radius: 0;
        padding: 15px 10px;
    }

    .logo-sub-line{ margin-top: 40px; font-size: 11px; }
    h1.name{ font-size: 40px; line-height: 40px; }
    h3.address{ font-size: 18px; line-height: 18px; }
    .flag{ width: 37px; height: 23px; }
    .button-group .btn{ font-size: 14px;  }
    .icon-plus,
    .icon-pencil{ background-size: 16px; width: 16px; height: 16px; margin-right: 5px; }
    .artist-content p,
    .shipping p{ font-size: 22px; line-height: 26px; }  
    .button-group .btn{ margin: 0 10px 10px 0; }
    .more{ margin-top: 20px; }
    .banner-block .row{ padding-top: 120px; } 
    .art-description .left-side{ width: 77%; }

    .art-work-details .page-title{ margin-top: 20px; }
    .page-title,
    .about-this-work .title,
    .artist-details h1.name,
    .shipping .title, .more-artwork .title,
    .more-artwork .title,
    .how-it-work .title,
    .our-happy h1.title,
    .why-buy h1.title{ font-size: 36px; line-height: 42px; }
    .page-title .sub-title{ font-size: 30px; }
    .product-image-block{ height: 300px; max-height: 100%; height: auto; margin-left: 0; display: flex; flex-direction: row; flex-wrap: wrap; }
    .product-image-block .action-toolbar, .product-image-block .thumb-images { position: relative; }
    .product-name{ font-size: 24px;  line-height: 32px; }
    .about-this-work p,
    .shipping p{ font-size: 22px; line-height: 30px; }
    .testimonial-block{ margin-bottom: 30px; }

    .action-toolbar{ left: 0; top: 0; width: 56px; padding: 10px 0; }
    .thumb-images{ left: 0; width: 56px; bottom: 0; top: auto; }
    .action-toolbar .magnify .text .label, 
    .action-toolbar .see-in-room .text .label{ display: none; }
    .icon-zoom,
    .icon-eye{ background-size: 20px; margin-bottom: 5px; }
    .action-toolbar .magnify, 
    .action-toolbar .see-in-room{ padding: 0 15px; }

    #myCarousel{ margin: 0 26px; padding: 0 20px; }
    .action-btn .btn span.text{ width: 99px; }
    .action-btn .btn.add-to-favorites-btn,
    .action-btn .btn.ask-artist-question-btn{ padding: 10px 12px; }
    .icon-question{ width: 18px; }

    body,
    #page{ width:100%; overflow-x:hidden; }

    .reg_container .row .col-md-6, .reg_container .row .col-md-12 { padding:0px !important; margin-bottom: 15px; }


    .reg_container .row { margin:0px !important; }


    .image-block-01 span, .image-block-02 span, .image-block-03 span, .image-block-04 span, .image-block-05 span{
        font-size: 38px;
        line-height: 44px;
    }
    
    .banner-container .artist-image{ max-width: 220px; max-height: 220px; }
    .product-image-block img{ max-height: 90%; }
    .modal.product-image .modal-title span{
        font-size: 20px;
    }
    .modal.product-image .modal-title {
        font-size: 24px;
    }
	
	#search-filter-header { display: none; }   /* hide it elsewhere */
    
}
@media (max-width: 990px) {
    .artist-main-content .artist-wrapper{
        margin-left: 0;
        margin-right: 0;
    }
    .artist-main-content .artist-wrapper:nth-of-type(2n){
        margin-left: 2%;
    }
    .favourite-main-content {
        padding-top: 262px;
    }
    .favorite-navigation-title ul li{
        max-width: 100%;
        text-align: center;
        width:25%;
    }
    .artist-main-content .artist-wrapper{
        width: 48.7%;
    }

    .all-art.search{
        padding-top: 199px;
    }
    .modal.product-image .back-to-artwork{
        background-size: 24px; 
        padding-left: 32px;
    }
    .modal.product-image  .close{
        width: 38px;
    }
    .modal.product-image .close img{
        max-width: 100%;
    }
    .modal.product-image .modal-title{
        font-size: 24px;
    }
    .item-block h3.block-title{
        max-width: 100%;
    }
    .as_seen_in  .owl-theme .owl-nav{
        top: -85px;
    }
    .secondary_menu .dropdown-menu{
        margin: 11px 0 0;
    }
    .top_info{
        height: auto;
    }
    .wallspin .col-sm-6 {
        padding-left: 15px;
    }
    .wallspin h1{
        padding-left: 15px;
    }
    .top_info .top_text{
        margin-bottom: 10px;
    }
    .secondary_menu {
        float: left;
    }
    .as_seen_in .carousel-control-block{
        top: -65px;
    }
    .image-block-01 span, .image-block-02 span, .image-block-03 span, .image-block-04 span, .image-block-05 span{
        top: 50%;
    }
    .image-block-01 span, .image-block-02 span, .image-block-03 span, .image-block-04 span, .image-block-05 span{
        font-size: 22px;
        line-height: 22px;
    }
    .image-block-01, .image-block-02{
        width: 50%;
    }
    .image-block-03, .image-block-04{
        width: 25%;
    }
    .image-block-05{
        width: 50%;
    }

    .home-slider-head span{
        font-size: 47px;
    }
    .home-slider-head {
        font-size: 56px;
        line-height: 55px;
    }
    
    .sort-by-block {
        display: block;
        float: right;
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
        border-bottom: 2px solid #e9e9e9;
    }
    .short-block{
        margin-left: 0;
        margin-right: 8px;
    }
    .applied-filter {
        float: left;
        margin-top: 15px;
        width: 100%
    }
    .sort-by-block .divider{
        vertical-align: middle;
    }
    .region-display {
        width: 100%;
    }
    .sort-display {
        width: 100%;
        margin-right: 0px;
        width: 100%;
        float: left;
    }
    .container-middle > section{ width: 100%; }
    .container-middle {
        margin: 60px 0 60px 3%;
        width: 95%;
    }
    .container-middle .login-content-right{ padding-top: 40px; }

    .container-middle > section.login-content-left { border-right: none; border-bottom: 1px solid #ccc; }
    .container-middle .login-content-right.new-customer-block{
        border-left: none;
    }
    .sorting_bar.sorting_bar.fr{
        width: 100%;
    }
    .region-display {
        width: auto;
    }
    .sort-display{
        width: auto;
    }
	
	#search-filter-header { display: none; }   /* hide it elsewhere */
}
@media (max-width: 768px) {


    #art-work .nav-tabs li a{
        font-size: 14px;
    }
    #zSearchDiv #searchResults .result, #zArtexplorerDiv #searchResults .result,#search_block #searchResults .result,.favourite-main-content .result {
        width: 270px;
    }
    .need_help, 
    .tips_data, 
    .payment_info_right_section, 
    .statement-biography-block, 
    .tags-block{
        margin-bottom: 20px;
        margin-top: 20px;		
    }
    .foot_menu {
        margin-bottom: 0;
    }
    .payment-info-container{ padding: 0 0;  }
    .register_form_table{ padding: 0 0; margin-top:20px;  }
    #artist-register + .reg_container{ padding: 0 15px; }
    .container {padding-left:15px; padding-right:15px;}
    .banner-block .row{ padding-top: 85px; }
    .banner-container .artist-image{ max-width: 170px; max-height: 170px; } 
    .artist-content p, .shipping p{  font-size: 20px; line-height: 24px; }
    .more{  font-size: 18px; }
    .artist-content .button-group{ margin-bottom: 10px; }
    .sort-by-block + #artist_info{ max-width: 100%; overflow-x: auto; }

	#search-filter-header { display: none; }   /* hide it elsewhere */
	

}
@media (max-width: 767px) {
    .favorite-navigation-title ul li{
        max-width: 100%;
        text-align: center;
        width:100%;
    }
    .login-content-left .favorite-navigation-title ul li{
        width: 25%;
    }
    .manage-notification span, .work-commision span, .special-work span{
        width: 80%;
    }
    
    .slideleft{
        display: inline-block;
        float: left;
        position: relative;
        width: 40%;
    }
    .slideright{
        display: inline-block;
        width: 60%;
    }
    
    #art-work .nav-tabs li a{
        padding: 20px 14px;
    }
    .all-art{
        padding-top: 40px;
    }
    #art-work .nav-tabs li a{
        font-size: 14px;
    }
    .banner-block{
        background-size:cover; 
        height: auto;
    }
    .artist-content p{
        white-space: normal;
        display: block;
    }
    .region_text{
        text-align: left;
    }
    .filter-nav .mobile-active .dropdown-menu{
        display: block;
    }
    #zArtexplorerDiv {
        padding-top: 116px;
    }
    .modal.product-image .modal-content {
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        position: static;
        right: 0;
        top: 0;
    }
    #owl-carousel-more-artwork{
        padding-top: 50px;
    }
    .more-artwork.recently-listed-section .owl-theme .owl-nav{
        top: 0;
    }
    .about-icon-block {
        max-width: 100%;
    }
    h2.block-title{
        font-size: 14px;
    }
    .may-like-block{
        padding-left: 15px;
    }


    .shortby-dropdown .dropdown-menu{
        width: 100%;
        min-width: 100%;
        margin-top: 15px;
		position: relative;
    }


    .mega-submenu {
        display: none;
    }
    .mobile-active .mega-submenu {
        display: block;
    }
    .blankhead{
        display: none;
    }
    footer .padbot30{
        padding-bottom: 0px;
    }
    .searchResultsContainer {
        margin: 0 0px;
    }
    .result {
        padding: 0 0 15px;
    }
    .mega-submenu ul{
        margin-bottom: 15px;
    }
    .mega-submenu{
        position: relative;
        min-width: 100%;
        background: transparent;
        border: medium none;
        margin: 0 -15px;
        padding: 0;
    }
    .mega-submenu h2{
        margin-bottom: 10px;
    }
    .navmenu li a{
        font-size: 16px;
    }
    .modal.product-image .modal-title{
        font-size: 24px;
    }
    .modal.product-image .modal-title span{
        font-size: 24px;
    }
    .modal.product-image .back-to-artwork {
        background: transparent url("../images/backtoartwork.jpg") no-repeat scroll left center / 24px auto;
        color: #006699;
        font-size: 27px;
        height: 43px;
        line-height: 43px;
        margin-bottom: 15px;
        padding-left: 33px;
    }
    .modal.product-image .modal-header .close {
        margin-top: -52px;
    }
    .wallspin h2{
        margin-top: 10px;
    }
    .as_seen_in  .owl-theme .owl-nav{
        top: -75px;
        position: absolute;
        right: 15px;
    }
    .as_seen_in .owl-theme .owl-nav .owl-prev{
        margin-left: 0;
    }
    .as_seen_in .owl-theme .owl-nav .owl-next{
        margin-right: 0;
    }
    .all-art.search {
        padding-top: 177px;
    }
    
    .favorite-navigation .nav-text li a { padding: 16px 5px; font-size: 11px; text-overflow: ellipsis;
                                          white-space: nowrap;
                                          overflow: hidden; 
    }

    body .reg_container {
        border: none;
        padding: 0px;
        margin-top: 15px;
    }

    .container-middle section form input[type="text"], .container-middle section form input[type="password"] {
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        line-height: 60px;
        padding: 0px 20px;
        border: 1px solid #e9e9e9;
        color: #666666;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0px;
        margin-right: 0;
    }

    .reg_container .row .col-md-6 {
        padding-right: 0 !important;
        padding: 0 !important;
    }

    .reg_container .row .col-md-6, .reg_container .row .col-md-12 {
        position: relative;
        padding: 0;
        margin-bottom: 15px;
    }
    .create-new-button  a, .submit-register-button input { font-size: 12px; }

    .reg_container .row {
        margin-bottom: 15px;
    }

    .reg_container .row { margin: 0px; }

    .container-middle > section { padding: 40px 12px; }

    .container-middle > section{ width: 100%; }
    .container-middle {
        margin: 60px 0 60px 3%;
        width: 95%;
    }

    .container-middle > section.login-content-left { border-right: none; border-bottom: 1px solid #ccc; }

    .favorite-navigation-text{
        position: relative;
        text-align: center; padding-bottom: 18px;
    }

    .manage-notification, .work-commision, .special-work{
        display: inline-block;
        width: 100%;
    }
    .image-block-01 span, .image-block-02 span, .image-block-03 span, .image-block-04 span, .image-block-05 span{
        font-size: 18px;
    }
    .image-block-04 span .subtext{
        font-size: 15px;
        margin-top: 21px;
    }
    .image-block-01, .image-block-02 {
        display: inline-block;
        width: 48.9%;
    }
    .image-block-05 {
        display: inline-block;
        width: 48.1%;
    }
    .image-block-03, .image-block-04 {
        display: inline-block;
        width: 24.4%;
    }
    .image-block-03, .image-block-04 {
        display: inline-block;
        width: 25%;
    }
    
    .home-slider-head span {
        font-size: 60px;
    }
    .home-slider-head {
        font-size: 73px;
        line-height: 73px;
    }

    .filters-block ul.filter-nav li{
        position: static;
		width: 45%;
    }
    .filters-block .dropdown-menu{
        left: 15px;
        max-width: 90%;
    }
    .region_text{
        width: 100%;
    }
    #header .location{
        float: left;
    }
    .filter-nav.nav > li > a {
        border-radius: 0;
        padding: 10px;
    }

    .fileter-nav-side{
        width: 100%;
		margin-top: 34px;
    }
	
	#search-filter-header { display: block; }  /* show it on small screens */
	
    .art-exp-block{
        width: 100%;
        text-align: left;
    }
    .region-display span, .sort-display span{
        height: auto !important
    }

    #header .location:hover .prefPopup {
        display: inline-block;
        left: 0;
        width: 266px;
    }
    #header .location .prefPopup li {
        display: inline-block;
        margin: 2px 0;
        vertical-align: top;
        width: 45%;
    }
    .art-work-details{ padding-top: 209px; } 
    .art-work-details .page-title{ margin-top: 20px; }
    .page-title,
    .about-this-work .title,
    .artist-details h1.name,
    .shipping .title, .more-artwork .title,
    .more-artwork .title,
    .how-it-work .title,
    .our-happy h1.title,
    .why-buy h1.title{ font-size: 36px; line-height: 42px; }
    .page-title .sub-title{ font-size: 30px; }
    .product-image-block{ height: 300px; max-height: 100%; height: auto; overflow: hidden; margin-left: 0;  display: flex; flex-direction: row; flex-wrap: wrap; }
    .product-name{ font-size: 24px;  line-height: 32px; }
    .about-this-work p,
    .shipping p{ font-size: 22px; line-height: 30px; }
    .testimonial-block{ margin-bottom: 30px; }
    .testimonial-block .begain{ padding-right: 20px; width: 45px; height: 45px; background-size: 22px; }
    .testimonial-block .message{ padding-left: 70px; }
    .testimonial-block .message p{ font-size: 18px; line-height: 26px; }
    .art-work-details{ padding-top: 215px; } 
    .region-display .shortby-dropdown{
        padding-top: 15px;
    }
    .region_section .region-display {
        float: left;
    }

    .icon-about, .icon-shipping, .icon-details{ margin: 0 0 30px; max-width: 100px; max-height: 100px; }
    .artist-details .button-group .btn{ margin: 0 0 10px; width: 100%; }
    .on-hover .art-img-block{ height: 114px; }
    .art-description .left-side{ width: 73%; }
    .top-bar-wrap{ padding-top: 35px; }

    .back-to-artwork{
        background-size: 30px;
        padding-left: 37px;
    }
    .close img{
        max-width: 31px;
    }
    .modal-header .close {
        margin-top: -57px;
    }
    .modal-title{
        font-size: 30px;
        line-height: 30px;
    }
    .modal-title span{
        font-size: 26px;
    }
    .wallspin .image_section{
        width: 100%;
    }
    .wallspin .container_description{
        width: 100%;
    }
    .wallspin .description {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .wallspin h1{
        padding-left: 15px;
        margin-top: 20px;
    }
    .wallspin .col-sm-6 {
        padding-left: 15px;
    }
    .result {
        width: 45%;
    }

    .page-title, .about-this-work .title, .artist-details h1.name, .shipping .title, .more-artwork .title, .more-artwork .title, .how-it-work .title, .our-happy h1.title, .why-buy h1.title{
        font-size: 24px;
        margin-bottom: 0px;
    }
}

@media (max-width: 568px) {
    .slideright{
        width: 100%;
    }
    .slideleft{
        width: 100%;
    }
    
    
    .logo{
        width: 127px;
    }
    .result {
        width: 100%;
    }
    #owl-carousel-our-happy{
        padding: 0 30px;
    }
    .our-happy .owl-theme .owl-nav .owl-prev{
        margin-left: 0;
    }
    .region_text{
        font-size: 14px;
    }
    #header .location{ font-size: 14px; }
    .favorite-navigation li{
        margin-bottom: 15px!important;
    }
    .favorite-navigation .nav-text li:last-child a {
        background-repeat: no-repeat;
        background-size: cover;
        border-right: medium none;
    }
    .artist-main-content .artist-wrapper{
        width: 100%;
    }
    .artist-main-content .artist-wrapper:nth-of-type(2n){
        margin-left: 0;
    }
    .favorite-navigation .nav-text li a{
        border: 1px solid #e9e9e9;
    }
    .favorite-navigation li{
        width: 100%;
    }
    .image-block-01, .image-block-02 {
        display: inline-block;
        width: 100%;
    }
    .image-block-03, .image-block-04 {
        display: inline-block;
        width: 49%;
    }
    .image-block-05 {
        display: inline-block;
        width: 100%;
    }
    .top_search_form form{ width: 145px; }
    .logo-sub-line{ font-size: 8px; }
    .artist-content p{ text-overflow: ellipsis;  overflow: hidden; font-size: 22px; line-height: 26px; }
    .artist-image{ margin: 0 auto; }
    h1.name{ font-size: 38px; line-height: 38px; text-align: center; margin-bottom: 10px; }
    h3.address{ text-align: center; font-size: 18px; line-height: 18px; }
    .artist-content .button-group{ text-align: center; }
    .artist-content p{ text-align: center; }
    .more{ margin-top: 10px; }
    .flag{ margin: 0px 0 0 8px; }
    .banner-block .row{ padding-top: 100px; }
    .banner-container .artist-image{ max-width: 120px; max-height: 120px; }

    #art-work .nav-tabs li{ width:100%; }

    .icon-about, .icon-shipping, .icon-details{ margin: 0 auto 30px; max-width: 100px; }
    .artist-details .button-group .btn{ margin: 0 0 10px; width: 100%; }
    .display_inline_block{ width: 100%; }
    #theCarousel{ margin-top: 48px; }
    #theCarousel .carousel-inner,
    #theCarousel2 .carousel-inner{ max-height: 204px; overflow: hidden; }
    #theCarousel .carousel-inner .item-block,
    #theCarousel2 .carousel-inner .item-block{ min-height: 204px; } 
    .about-this-work .title,
    .about-this-work p,
    .about-this-work .more,
    .shipping .title,
    .shipping p{ text-align:center; }
    .artist-content .title-block{ display: block; margin: 0 auto; width: auto; float: none; }
    .artist-content .button-group{ display: block; margin: 0 auto; text-align: center; }

    /*    .top-bar-wrap { padding-top: 68px;}*/
    .view-art-image-block .art-img-view-block:last-child{ width: 100%; margin: 15px 0 0; height: auto; min-height: initial; } 
    .top-bar-wrap .action-block .btn-group .btn{ width: 100%; text-align:center; }
    .top-bar-wrap .add-to-favorites-btn .icon-favorites,
    .top-bar-wrap .clear-selection-btn i{ float: none; }
    .view-art-image-block .art-img-view-block{ min-height: 270px; margin-bottom: 10px; max-width: 100%; width: 50%; }

    body,
    #page{ width:100%; overflow-x:hidden; }
    #myCarousel{ margin: 0 15px; padding: 0 20px; }

    .as_seen_in .item-block{
        width: 100%;
    }
    .featured-section .item-block{
        width: 100%;
        text-align: center;
    }
    .featured-section .item-block img.img-responsive {
        display: inline-block;
        width: 100%;
    }
    .featured-section  .carousel-inner, .recently-listed-section .carousel-inner{
        margin: 0;
    }
    .wallspin img.img-responsive{
        width: 100%;
    }
    .as_seen_in .item-block {
        width: 100% !important;
        display: inline-block;
        text-align: center;
    }
    .recently-listed-section .item-block{
        width: 100%;
    }

    .as_seen_in .carousel-control-block {
        position: absolute;
        top: -58px;
    }
    .as_seen_in .carousel-inner{
        margin: 0;
    }
    .as_seen_in .item-block{
        margin: 0;
    }
    .as_seen_in .item-block img.img-responsive{
        display: inline-block;
        margin: 0;
    }
    .featured-section .carousel-control-block {
        top: -54px;
    }
    .our-happy .recently-listed-section .carousel-control-block{
        top: -55px;
    }
    .featured-section h1, .as_seen_in h1, .recently-listed-section h1{
        font-size: 18px;
    }
    .home-slider-head{
        font-size: 42px;
        line-height: 42px;
    }
    .home-slider-head{
        margin-top: 51px;
    }
    
    .home-slider-head span {
        display: block;
        font-size: 39px;
    }
    .result{ padding: 0 0 30px; }

}

@media (max-width: 480px) {

    .logo-sub-line{ position: absolute; left: 0; font-size: 8px;  bottom: 16px;}

}

@media (max-width: 360px) {
    .container-middle .login-heading h1{
        font-size: 20px;
        margin-bottom: 0;
    }
    .menu_toggler .fa.fa-align-justify {
        margin-top: 12px;
    }
    .action-btn .btn.add-to-favorites-btn,
    .action-btn .btn.ask-artist-question-btn{ width: 100%; margin-bottom:10px; }
    .item-block{ width: 50%; margin-bottom: 15px; }
    .view-art-image-block .art-img-view-block{ min-height:157px; }

}
@media (max-width: 320px){
    .price-block .free-shipping{ float: left; }
    .view-art-image-block .art-img-view-block{ min-height:138px; }
}

.jqHide {
    display: none;
}

.reply-message .message-error, .new_message .message-error {
    color: red;
}

.reply-message .loader-container {
    width: 180px;
    text-align: center;
}

.reply-arrow {
    padding: 13px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	STYLES TO MAKE OLD SCHOOL TABLES WORK WITH NEW CSS
/*-----------------------------------------------------------------------------------*/

.retro-col-width-5 {width: 5% !important}
.retro-col-width-10 {width: 10% !important}
.retro-col-width-15 {width: 15% !important}
.retro-col-width-20 {width: 20% !important}
.retro-col-width-25 {width: 25% !important}
.retro-col-width-30 {width: 30% !important}
.retro-col-width-35 {width: 35% !important}
.retro-col-width-40 {width: 40% !important}
.retro-col-width-50 {width: 50% !important}