﻿/*red color = #d3313a*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
body
{
    background-image: url('http://assets.suredone.com/2559/images/page_bacgrkound.png');
    background-repeat: no-repeat;
    background-position: top left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
/*TOP line tel and socials*/
.tel_row {

    position: absolute;
    width: 100%;
    margin-top: 17px;
    background: rgba(0, 0, 0, .7);
}
.fa-phone {
    color: #d3313a;
    font-size: 26px;
}
.tel {
    font-size: 24px;
    color: white;
    font-weight: bold;
}
.socials {
    margin-bottom: 0px;
    list-style-type: none;
}
.socials li {
    display: inline;
}
.socials li i {
    color: #d3313a;
    font-size: 26px;
    padding: 4px;
}
.socials li i:hover {
    color: white;
}
/*LOGO AND TRUCKS*/
.logo {
    margin: 20px 0 20px 0;
}
.trucks {
    margin-top: 24px;
    padding-top: 44px;
    background-image: url('http://assets.suredone.com/2559/images/trucks.png');
    background-repeat: no-repeat;
    background-position: right;
}
/*MENU*/
.menu_back {
    background-color: #d3313a;
    border-bottom: 2px solid black;
}
.menu {
    padding-left: 0;
    margin-bottom: 0px;
    list-style-type: none;
}
.menu li {
    padding: 10px;
    display: inline-block;
}
.menu li:hover, menu li a:hover {
    background-color: black;
}
.menu li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 16px;
}
label {  
  cursor: pointer;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
  display: none;
}
#menu-toggle:checked + #menu {
  display: block;
}
/*SEARCH*/
.menu_back form {
    height: 26px;
}
input[name="_nkw"] {
    width: 100%;
    background-color: white;
    border-radius: 15px;
    border: none;
    margin-top: 6px;
    padding: 5px 5px 5px 10px;
        outline: none;
}
.submit_search {
    position: absolute;
    right: 19px;
    bottom: 6px;
    background-image: url('http://assets.suredone.com/2559/images/search_button.png');
    width: 22px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
}
.submit_search:hover {
    background-image: url('http://assets.suredone.com/2559/images/search_button_b.png');
}
/*CATEGORIES*/
.categories {
    margin-top: 20px;
    background-color: #d3313a;
    border: 1px solid black;
}
.cat_title {
    margin-top: 20px;
    margin-bottom: 5px;
    color: white;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
}
.categories li a {
    padding: 2px 0 2px 5px;
    display: inline-block;
    width: 100%;
    color: black;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.categories ul {
    list-style-type: none;
    padding-left: 0px;
}
.categories ul li {
    background-image: linear-gradient(180deg,  #a5272e 50%, transparent 50%);
    background-position: 50% 100%, 10% 0;
    background-repeat: no-repeat;
    background-size: 83% 10%;
    padding: 3px 0 7px 0;
}
.categories ul li a:before {
    content: '';
    font-family: 'FontAwesome';
    color: black;
    padding-right: 5px;
}
.categories li a:hover:before, .categories li a:hover {
    color: white;
    background-color: #a5272e;
}
/*ADVANTAGES TEXT*/
.section {
    margin-top: 20px;
    padding-left: 20px;
}
.advantages {
    padding-top: 20px;
    padding-left: 10px;
    background-color: white;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
}
.advantages_text {
    background-color: white;
}
.advantages_list {
    float: left;
    background-color: white;
    padding-left: 0px;
    list-style-type: none;
}
.advantages_list li {
    margin-bottom: 5px;
    font-family: 'Open Sans';
    font-size: 16px;
}
.advantages_list li i {
    color: #d3313a;
    font-size: 18px;
}
/*FREE DELIVERY*/
.free_delivery_text {
    padding: 23px 0 23px 0;
    margin-left: 0px;
    text-align: center;
    background-color: black;
    background-image: url('http://assets.suredone.com/2559/images/free_delivery_background.png');
    background-position: left;
    background-repeat: no-repeat;
}
.white, .red {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 38px;
}
.white {
    color: white;
}
.red {
    color: #d3313a;
}
/*FEATURED ITEMS*/
.featured_items_line {

}
.featured_items {
    padding: 7px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    color: white;
    border: 1px solid black;
    margin-top: 20px;
    background-color:  #d3313a;
}
.featured_item {
    margin-top: 10px;
    border: 1px solid #f3f1f1;
}
/*ITEM*/
.item_title {
    background-color: #d3313a;
    border: 1px solid black;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans';
    padding: 5px;
}
.price_info {
    padding-bottom: 5px;
}
.currency {
    float: left;
    font-weight:bold;
    font-size: 38px;
    font-family: 'Open Sans';
}
.our_price {
    padding-left: 4px;
    margin-top: 8px;
    float: left;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 12px;
}
.price {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #d3313a;
}
.more_info a, .more_info{
    color:  #d3313a;
    background-color: #f3f1f1;
    text-decoration: none;
}
.more_info a:hover {
    color: black;
}
.more {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
}
.info {
    font-family: 'Open Sans';
    font-size: 12px;
}
/*ITEM BUTTONS*/
.button_add:hover, .button_add:hover > a {
    color: white;
    background-color: #d3313a;
}
.button_a {
    font-family: "Open Sans";
    margin-left: 10px;
    background-image: url('http://assets.suredone.com/2559/images/add_wish.png');
    background-color: white;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: 1px solid #d3313a;
    cursor: pointer;
    width: 160px;
    height: 30px;
    padding-bottom: 4px;
    padding-top: 2px;
    padding-left: 28px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.button_t {
    font-family: "Open Sans";
    background-image: url('http://assets.suredone.com/2559/images/tell_friend.png');
    background-color: white;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: 1px solid #d3313a;
    cursor: pointer;
    width: 160px;
    height: 30px;
    padding-bottom: 4px;
    padding-top: 2px;
    padding-left: 28px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.buttons {
    font-family: "Open Sans";
    margin-top: 15px;
}
.tellfriend, .watchit {
    font-family: "Open Sans";
    color: black;
    text-align: center;
    padding-left: 14px;
    padding-right: 10px;
}
/*TABS*/
.tabs {
    float: none;
    list-style: none;
    padding: 0;
    margin: 20px auto;
    /*border-bottom: 4px solid #ccc;*/
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display:none;
}

.tabs label {
    margin-bottom: 0px;
    display: block;
    float: left;
    color: white;
    background-color:  #d3313a;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    /*line-height: 2;*/
    padding: 8px;
    cursor: pointer;
    border: 1px solid #d3313a;
}
 
.tabs label span {
    display: none;
}

.tabs label i {
    margin-right: 2px;
}

.tabs label:hover {
    color: black;
    background-color: #d3313a;
}

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #d3313a;
    background-color:#ffffff;
}


.tabs [id^="tab"]:checked + label {
    z-index: 2;
    background: #FFF;
    color: black;
    -webkit-box-shadow: inset 0 1px 0 #d3313a;
    border-bottom: 2px solid white;
    margin-bottom: -2px;
    position: relative;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
    display: block;
}

/*FOOTER*/
.black_footer {
    background: url('http://assets.suredone.com/2559/images/footer_background.png');
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 20px;
    background-color: black;
    padding: 19px 0 11px 0;
}
.footer_title {
    font-family: 'Open Sans';
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
}
.menu_footer {
    padding-left: 0px;
    list-style-type: none;
}
.menu_footer li a {
    font-size: 14px;
    font-family: 'Open Sans';
    color:  #d3313a;
}
.menu_footer li a:hover {
    color: white;
}
.address_footer {
    font-size: 14px;
    font-family: 'Open Sans';
    color:  #d3313a;
}
.footer_socials {
    padding-left: 0px;
}
.e_logo {
    width: 127px;
    height: 25px;
}
/*GALLERY*/ 
.border_box_left {
    border: 1px solid #c0c0c0;
    background-color: white;
    height: 326px;
    position: relative;
}
.big_pic {
    position: absolute;
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.border_box_small {
    border: 1px solid #c0c0c0;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 5px 5px 0 0;
}
.border_box_small img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 1024px){
    .button_t, .button_a {
        display: block;
        margin-left: 0;
        padding-left: 17px;
        margin-top: 3px;
    }
    .tabs label {
        font-size: 14px;
        padding: 5px;
    }
}
@media (max-width: 770px) {
    .tabs label {
        font-size: 14px;
        padding: 5px;
    }
    .menu li a {
        font-size: 12px;
    }
    #menu {
        list-style-type: none;
        padding-left: 5px;
    }
    #menu li {
        padding-left: 5px;
    }
    #menu li a {
        color: black;
    }
    .submit_search {
        bottom: -2px;
    }
    .free_delivery_text {
        background-image: none;
    }
    .black_footer {
        background-image: none;
    }
    .header_tel, .header_socials {
        padding-left: 0;
    }
    .trucks {
        background-image: none;
    }
    .footer_design {
        text-align: center;
    }
    label {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .logo {
        margin: 32px 0 20px 0;
    }
    .item_image {
        margin: 0 auto;
    }
    .price_info {
        padding-left: 5px;
    }
    [type=radio] ~ label {
        font-weight: normal;
    }
    [type=radio]:checked ~ label {
        font-weight: normal;
    }
}
@media (max-width: 420px) {
    .tabs label {
        font-size: 12px;
        padding: 2px;
    }
    .header_tel, .header_socials {
        text-align: center;
        padding-left: 0;
    }
    .price_info {
        padding-left: 0px;
    }
    .submit_search {
        bottom: 7px;
    }
}
@media (max-width: 360px) {
    .submit_search {
        bottom: 7px;
    }
    .price_info {
        padding-left: 0px;
    }
}